@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
========================================================================== */
/* ==========================================================================
_lineHeightP
========================================================================== */
/* ==========================================================================
_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;
}

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

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

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

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

.fw_0 {
  font-weight: 0;
}

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

.fw_100 {
  font-weight: 100;
}

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

.fw_200 {
  font-weight: 200;
}

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

.fw_300 {
  font-weight: 300;
}

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

.fw_400 {
  font-weight: 400;
}

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

.fw_500 {
  font-weight: 500;
}

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

.fw_600 {
  font-weight: 600;
}

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

.fw_700 {
  font-weight: 700;
}

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

.fw_800 {
  font-weight: 800;
}

.ovhidden {
  overflow: hidden;
}

a {
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.6;
}

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

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

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

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

.j_center {
  justify-content: center;
}

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

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

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

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

.ali_center {
  align-items: center;
}

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

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

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

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

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

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

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

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1F1D1D;
  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;
}

.t_center {
  text-align: center;
}

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

.poppins {
  font-family: Poppins;
}

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

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.test {
  letter-spacing: 0.06em;
  font-size: 12px;
}
@media screen and (max-width: 1299px) {
  .test {
    font-size: 0.9237875289vw;
  }
}
@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
========================================================================== */
.wap {
  overflow: clip;
}

.fixedMenu {
  position: fixed;
  width: 90px;
  z-index: 3;
  top: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
}
@media screen and (max-width: 1299px) {
  .fixedMenu {
    width: 4.68vw;
  }
}
@media screen and (max-width: 767px) {
  .fixedMenu {
    width: 58px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .fixedMenu {
    width: 15.46%;
  }
}
.fixedMenu svg,
.fixedMenu img {
  width: 100%;
  height: auto;
}

.jsfixedMenu svg path.chenge {
  fill: transparent;
  transition: fill 0.4s ease;
}

.jsfixedMenu.active svg .chenge {
  fill: #0047BB;
}

.navFixedMenu {
  padding: 113px 0 0 0;
  position: fixed;
  width: 486px;
  z-index: 98;
  top: 0;
  right: -100%;
  border-radius: 0 0 0 100px;
  background: rgba(255, 255, 255, 0.9);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100vh;
}
.navFixedMenu::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1299px) {
  .navFixedMenu {
    width: 486px;
    border-radius: 0 0 0 10vw;
  }
}
@media screen and (max-width: 1299px) and (max-width: 1299px) {
  .navFixedMenu {
    width: 37.38%;
  }
}
@media screen and (max-width: 767px) {
  .navFixedMenu {
    padding: 22% 0% 0% 0%;
    border-radius: 0 0 0 80px;
    width: 100%;
  }
}

.jsfixedCloseMenu {
  z-index: 99;
  position: absolute;
  margin: 0 0 0 auto;
}

.picNavFixedMenu {
  width: 8px;
  position: absolute;
  right: 4%;
  top: 43%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .picNavFixedMenu {
    width: 2%;
    right: 3%;
    top: 25.6%;
  }
}

.navFixedMenuBx {
  padding: 0 0 99px 0;
  width: 368px;
  margin: auto;
}
@media screen and (max-width: 1299px) {
  .navFixedMenuBx {
    width: 75.72%;
  }
}
@media screen and (max-width: 767px) {
  .navFixedMenuBx {
    padding-top: 0px;
    padding-bottom: 85px;
    padding-left: 0px;
    padding-right: 0px;
    width: 86.72%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .navFixedMenuBx {
    padding: 0% 0% 22.66% 0%;
  }
}

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

.liFixedMenuBx:nth-child(n+2) {
  margin: 25px 0 0 0;
}
@media screen and (max-width: 767px) {
  .liFixedMenuBx:nth-child(n+2) {
    margin: 7% 0% 0% 0%;
  }
}

.btnFixedMenuBx {
  width: fit-content;
  display: block;
}
.btnFixedMenuBx:hover {
  opacity: 1;
}

.h3FixedMenuBx {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h3FixedMenuBx {
    font-size: 2.0015396459vw;
  }
}
@media screen and (max-width: 767px) {
  .h3FixedMenuBx {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3FixedMenuBx {
    font-size: 6.4vw;
  }
}

.rubyFixedMenuBx {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
  .rubyFixedMenuBx {
    margin: 1.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 1299px) {
  .rubyFixedMenuBx {
    font-size: 1.077752117vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyFixedMenuBx {
    margin: 1.22% 0% 0% 0%;
    line-height: normal;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyFixedMenuBx {
    font-size: 3.2vw;
  }
}

.brdFixedMenuBx {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: fit-content;
  opacity: 0;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1299px) {
  .brdFixedMenuBx {
    margin: 2.71% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .brdFixedMenuBx {
    margin: 3.8% 0% 0% 0%;
  }
}
.brdFixedMenuBx img {
  width: 100%;
}

.btnFixedMenuBx:hover .brdFixedMenuBx {
  opacity: 1;
}

.secFixedMenuCtaa {
  margin-top: 76px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 325px;
}
@media screen and (max-width: 1299px) {
  .secFixedMenuCtaa {
    margin-top: 24.51%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .secFixedMenuCtaa {
    width: 104.83%;
  }
}
@media screen and (max-width: 767px) {
  .secFixedMenuCtaa {
    margin-top: 10%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.h3FixedMenuCta {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #0047BB;
  transform: translateX(1%);
}
@media screen and (max-width: 1299px) {
  .h3FixedMenuCta {
    font-size: 1.077752117vw;
  }
}
@media screen and (max-width: 767px) {
  .h3FixedMenuCta {
    line-height: 120%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3FixedMenuCta {
    font-size: 3.7333333333vw;
  }
}

.ulFixedMenuCta {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 310px;
}
@media screen and (max-width: 1299px) {
  .ulFixedMenuCta {
    margin-top: 5.59%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .ulFixedMenuCta {
    width: 96.27%;
  }
}
@media screen and (max-width: 767px) {
  .ulFixedMenuCta {
    width: 95.3%;
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liFixedMenuCta:nth-child(n+2) {
  margin-top: 5%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .liFixedMenuCta:nth-child(n+2) {
    margin-top: 6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnFixedMenuCta {
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
  aspect-ratio: 310/65;
  width: 100%;
  background: #0047BB;
  position: relative;
}
.telIconFixedMenuCta {
  position: absolute;
  left: 7%;
  top: 38%;
  width: 15.6px;
}
@media screen and (max-width: 1299px) {
  .telIconFixedMenuCta {
    width: 5.03%;
  }
}
.h4FixedMenuCta {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h4FixedMenuCta {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .h4FixedMenuCta {
    line-height: 120%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4FixedMenuCta {
    font-size: 4.2666666667vw;
  }
}

.txtFixedMenuCta {
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .txtFixedMenuCta {
    margin-top: 1.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtFixedMenuCta {
    font-size: 1.0007698229vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFixedMenuCta {
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .txtFixedMenuCta {
    margin-top: 3.87%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFixedMenuCta {
    font-size: 3.4666666667vw;
  }
}

.txtFixedMenuCta02 {
  letter-spacing: 0em;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.fv {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.h1FvSta {
  width: 31.1vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .h1FvSta {
    width: 327px;
    top: 24.5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .h1FvSta {
    width: 87.2%;
  }
}

.fvswipper {
  position: relative;
  overflow: hidden;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@media screen and (max-width: 767px) {
  .fvswipper {
    width: 100%;
  }
}

.fvswipper .swiper-slide-active .swiper-img,
.fvswipper .swiper-slide-duplicate-active .swiper-img,
.fvswipper .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

.fvswipper .swiper-slide img {
  height: auto;
  width: 100%;
}

.navFv {
  top: 3.5%;
  left: 2%;
  position: absolute;
  width: 240px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .navFv {
    width: 58px;
    top: 2.5%;
    left: 4%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .navFv {
    width: 15.46%;
  }
}

.btnFv {
  width: 144.93px;
}
@media screen and (max-width: 1299px) {
  .btnFv {
    width: 60.38%;
  }
}
@media screen and (max-width: 767px) {
  .btnFv {
    width: 100%;
  }
}

.ulNavFv {
  width: 100%;
  margin-top: 95px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1299px) {
  .ulNavFv {
    margin: 4.94% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulNavFv {
    display: none;
  }
}

.liNavFv:nth-child(n+2) {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1299px) {
  .liNavFv:nth-child(n+2) {
    margin: 4.02% 0% 0% 0%;
  }
}

.btnNavFv {
  display: block;
  width: fit-content;
}
.btnNavFv:hover {
  opacity: 1;
}

.h3BtnNavFv {
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0em;
  width: fit-content;
}
@media screen and (max-width: 1299px) {
  .h3BtnNavFv {
    font-size: 1.3856812933vw;
  }
}

.iconBtnNavFv {
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  opacity: 0;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1299px) {
  .iconBtnNavFv {
    margin-top: 3.01%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.iconBtnNavFv img {
  width: 100%;
}

.btnNavFv:hover .iconBtnNavFv {
  opacity: 1;
}

.picFvSta {
  width: 11.25vw;
  position: absolute;
  top: 65.9%;
  right: 5%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .picFvSta {
    width: 26.25vw;
    position: absolute;
    top: 78.9%;
    right: 3%;
    z-index: 3;
  }
}

.picScroll {
  width: 7.11px;
  position: absolute;
  top: 26%;
  right: 2%;
  z-index: 3;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.action {
  padding-top: 63px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1299px) {
  .action {
    padding: 3.28% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .action {
    padding-top: 14px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .action {
    padding: 3.73% 0% 0% 0%;
  }
}

.actionLxn {
  width: 100%;
  margin: 0vw 0vw 0vw 6.7708333333vw;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .actionLxn {
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .actionLxn {
    width: 100%;
    margin: 0vw 0vw 0vw 3.770833vw;
  }
}

.swiper {
  width: 95.56vw;
  margin: 0;
  padding: 0 10vw 0 0;
}
@media screen and (max-width: 767px) {
  .swiper {
    width: auto;
    padding: 0 15vw 0 0;
  }
}

.swiper-slide {
  width: 305px;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 158px;
  }
}

.action .swiper-scrollbar {
  padding: 0 3px;
  position: relative;
  height: 16px;
  margin-top: 1.6vw;
  margin-bottom: 0vw;
  margin-left: 0;
  margin-right: auto;
  background: #D9D9D9;
  border-radius: 60px;
  display: flex;
  align-items: center;
  width: 85vw;
}
@media screen and (max-width: 767px) {
  .action .swiper-scrollbar {
    margin-top: 3.5vw;
    margin-bottom: 0vw;
    margin-left: 0vw;
    margin-right: auto;
    width: 90vw;
    height: 14px;
  }
}

.slider__btn {
  background: #0047BB;
  border-radius: 15px;
  width: 114px;
  height: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slider__btn {
    width: 44px !important;
  }
}

.actionWap {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .actionWap {
    margin-top: 2.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .actionWap {
    margin-top: 36px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 330px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .actionWap {
    margin-top: 9.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .actionWap {
    width: 88%;
  }
}

.btnActionWap {
  width: 330px;
  margin: auto;
}
@media screen and (max-width: 1299px) {
  .btnActionWap {
    width: 25.38%;
  }
}
@media screen and (max-width: 767px) {
  .btnActionWap {
    width: 80.4%;
  }
}

.btnAction {
  aspect-ratio: 330/50;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btnAction {
    aspect-ratio: 264/40;
  }
}

.txtBtnAction {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .txtBtnAction {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBtnAction {
    line-height: normal;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnAction {
    font-size: 3.4666666667vw;
  }
}

.iconBtnAction {
  width: 9px;
  position: absolute;
  right: 5.5%;
}
@media screen and (max-width: 1299px) {
  .iconBtnAction {
    width: 2.72%;
  }
}
@media screen and (max-width: 767px) {
  .iconBtnAction {
    width: 3%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 8.4px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .iconBtnAction {
    margin: 0% 0% 0% 3.18%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.project {
  margin-top: 88px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 227px;
  padding-bottom: 89px;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../img/bgProjectPc.png) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1299px) {
  .project {
    margin-top: 4.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .project {
    padding: 11.82% 0% 4.63% 0%;
  }
}
@media screen and (max-width: 767px) {
  .project {
    margin-top: 48px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 32.06% 0% 30.86% 0%;
    background: url(../img/bgProjectSp.png) no-repeat top center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .project {
    margin-top: 12.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .projectWap {
    width: 330px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .projectWap {
    width: 88%;
  }
}

.h2Project {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h2Project {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Project {
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Project {
    font-size: 3.7333333333vw;
  }
}

.h3Project {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 116px;
  line-height: auto0%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h3Project {
    margin: 0.3% 0% 0% 0%;
  }
}
@media screen and (max-width: 1299px) {
  .h3Project {
    font-size: 8.9299461124vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Project {
    margin-top: 2.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Project {
    font-size: 13.3333333333vw;
  }
}

.h4Project {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: auto0%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h4Project {
    margin-top: 1.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .h4Project {
    font-size: 2.4634334103vw;
  }
}
@media screen and (max-width: 767px) {
  .h4Project {
    margin-top: 3.18%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4Project {
    font-size: 4.8vw;
  }
}

.txtProject {
  margin-top: 74px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 250%;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  .txtProject {
    margin-top: 5.69%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtProject {
    font-size: 1.3856812933vw;
  }
}
@media screen and (max-width: 767px) {
  .txtProject {
    margin-top: 10.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 200%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtProject {
    font-size: 3.7333333333vw;
  }
}

.picProject {
  margin-top: 37px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1300/632;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}
@media screen and (max-width: 1299px) {
  .picProject {
    margin-top: 2.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .picProject {
    margin-top: 6.18%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 330/244;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
}

.ulProject {
  margin-top: 48px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .ulProject {
    margin-top: 3.69%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulProject {
    margin-top: 10.63%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liProject {
  width: 380px;
}
@media screen and (max-width: 1299px) {
  .liProject {
    width: 29.23%;
  }
}
@media screen and (max-width: 767px) {
  .liProject {
    width: 330px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .liProject {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liProject:nth-child(n+2) {
    margin-top: 4.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h4TopProject {
  width: 88px;
  font-size: 64px;
  line-height: auto0%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .h4TopProject {
    width: 23.15%;
  }
}
@media screen and (max-width: 1299px) {
  .h4TopProject {
    font-size: 4.9268668206vw;
  }
}
@media screen and (max-width: 767px) {
  .h4TopProject {
    width: 74px;
    line-height: auto0%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .h4TopProject {
    width: 22.42%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4TopProject {
    font-size: 12vw;
  }
}

.rubyTopProject {
  width: 279px;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .rubyTopProject {
    width: 73.42%;
  }
}
@media screen and (max-width: 1299px) {
  .rubyTopProject {
    font-size: 1.5396458814vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyTopProject {
    width: 257px;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .rubyTopProject {
    width: 77.87%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyTopProject {
    font-size: 4.2666666667vw;
  }
}

.rubyTopProject01 {
  width: 293px;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .rubyTopProject01 {
    width: 77.1%;
  }
}
@media screen and (max-width: 1299px) {
  .rubyTopProject01 {
    font-size: 1.5396458814vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyTopProject01 {
    margin: 1% 0 0 0;
    width: 257px;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .rubyTopProject01 {
    width: 77.87%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyTopProject01 {
    font-size: 4.2666666667vw;
  }
}

.txtTopProject {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .txtTopProject {
    margin-top: 3.68%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtTopProject {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTopProject {
    margin-top: 1.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTopProject {
    font-size: 3.7333333333vw;
  }
}

.secProjectBtm {
  padding-top: 248px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .secProjectBtm {
    padding-top: 19.07%;
    padding-bottom: 0%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .secProjectBtm {
    margin-top: 65.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2ProjectBtm {
  font-size: 32px;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .h2ProjectBtm {
    font-size: 2.4634334103vw;
  }
}
@media screen and (max-width: 767px) {
  .h2ProjectBtm {
    line-height: 180%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ProjectBtm {
    font-size: 5.3333333333vw;
  }
}

.txtProjectBtm {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: auto;
  width: 746px;
  font-size: 16px;
  line-height: 250%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) and (max-width: 1299px) {
  .txtProjectBtm {
    margin-top: 2.3%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtProjectBtm {
    width: 57.38%;
  }
}
@media screen and (max-width: 1299px) {
  .txtProjectBtm {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .txtProjectBtm {
    margin-top: 8.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0.05em;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtProjectBtm {
    font-size: 3.7333333333vw;
  }
}

.picProjectBtm {
  width: 445px;
  position: absolute;
  bottom: -31.5%;
  right: -1.8%;
}
@media screen and (max-width: 1299px) {
  .picProjectBtm {
    width: 34.23%;
  }
}
@media screen and (max-width: 767px) {
  .picProjectBtm {
    width: 240px;
    bottom: -37%;
    right: -6.2%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .picProjectBtm {
    width: 72.72%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.goal {
  margin-top: 153px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .goal {
    margin-top: 7.96%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .goal {
    margin-top: 30%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2Goal {
  font-size: 116px;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h2Goal {
    font-size: 8.9299461124vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Goal {
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Goal {
    font-size: 13.3333333333vw;
  }
}

.h3Goal {
  margin-top: -28px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h3Goal {
    margin-top: -2.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .h3Goal {
    font-size: 2.4634334103vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Goal {
    margin: 1.5% auto 0 auto;
    line-height: normal;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Goal {
    font-size: 5.3333333333vw;
  }
}

.rubyGoal {
  margin-top: 54px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .rubyGoal {
    margin-top: 4.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .rubyGoal {
    font-size: 1.9245573518vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyGoal {
    margin-top: 9.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyGoal {
    font-size: 4vw;
  }
}

.ulGoal {
  margin-top: 66px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .ulGoal {
    margin-top: 5.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulGoal {
    width: 330px;
    margin-top: 7.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .ulGoal {
    width: 88%;
  }
}

.liGoal {
  width: 624px;
  aspect-ratio: 624/264;
  border: 2px solid #0047BB;
  border-radius: 18px;
  /* CSS3草案 */
  -webkit-border-radius: 18px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 18px;
  /* Firefox用 */
  padding-top: 11px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1299px) {
  .liGoal {
    width: 48%;
  }
}
@media screen and (max-width: 1299px) {
  .liGoal {
    padding: 0.84% 0% 1.15% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liGoal {
    width: 330px;
    aspect-ratio: 330/150;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    padding: 3.8% 0% 5% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .liGoal {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liGoal:nth-child(n+2) {
    margin-top: 19px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .liGoal:nth-child(n+2) {
    margin-top: 5.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.cntLiGoal {
  width: 520px;
  margin: auto;
}
@media screen and (max-width: 1299px) {
  .cntLiGoal {
    width: 83.33%;
  }
}
@media screen and (max-width: 767px) {
  .cntLiGoal {
    width: 308px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .cntLiGoal {
    width: 93.33%;
  }
}

.picCntLiGoal {
  width: 174px;
  transform: translate(3%, 4%);
}
@media screen and (max-width: 1299px) {
  .picCntLiGoal {
    width: 35.08%;
  }
}
@media screen and (max-width: 767px) {
  .picCntLiGoal {
    width: 94px;
    transform: translate(0, 12%);
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .picCntLiGoal {
    width: 30.51%;
  }
}

.secCntLiGoal {
  width: 254px;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1299px) {
  .secCntLiGoal {
    width: 51.2%;
  }
}
@media screen and (max-width: 1299px) {
  .secCntLiGoal {
    margin: 1.2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secCntLiGoal {
    width: 65.6%;
  }
}

.h4CntLiGoal {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h4CntLiGoal {
    font-size: 1.8475750577vw;
  }
}
@media screen and (max-width: 767px) {
  .h4CntLiGoal {
    line-height: 150%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4CntLiGoal {
    font-size: 4vw;
  }
}

.txtCntLiGoal {
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .txtCntLiGoal {
    margin-top: 8.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtCntLiGoal {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCntLiGoal {
    margin-top: 4.45%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCntLiGoal {
    font-size: 3.4666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.step {
  margin-top: 160px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/bgStepPc.png) no-repeat 51% center;
  background-size: auto 95%;
}
@media screen and (max-width: 1299px) {
  .step {
    margin-top: 8.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .step {
    margin-top: 37px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .step {
    margin-top: 9.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .spStepLxn {
    width: 350px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .spStepLxn {
    width: 93.33%;
  }
}

.h2Step {
  font-size: 26px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h2Step {
    font-size: 2.0015396459vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Step {
    margin-top: 11.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Step {
    font-size: 5.3333333333vw;
  }
}

.txtStep {
  margin-top: 35px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 227%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .txtStep {
    margin-top: 2.69%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtStep {
    font-size: 1.3856812933vw;
  }
}
@media screen and (max-width: 767px) {
  .txtStep {
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 230%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtStep {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .spStepLxnBtm {
    width: 95%;
    margin-top: 12.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  .spStepLxnBtm img {
    width: 100%;
  }
}

.stepdetailWap {
  margin-top: 101px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .stepdetailWap {
    margin-top: 5.26%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .stepdetailWap {
    width: 330px;
    margin-top: 13.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .stepdetailWap {
    width: 88%;
  }
}

.mainLiStepCnt {
  width: 400px;
  border: 2px solid #0047BB;
  aspect-ratio: 400/359;
  border-radius: 12px;
  /* CSS3草案 */
  -webkit-border-radius: 12px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 12px;
  /* Firefox用 */
  padding-top: 19px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1299px) {
  .mainLiStepCnt {
    width: 30.76%;
  }
}
@media screen and (max-width: 1299px) {
  .mainLiStepCnt {
    padding: 1.46% 0% 1.15% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainLiStepCnt {
    width: 100%;
    aspect-ratio: 330/296.17;
    padding: 3.8% 0% 2.63% 0%;
  }
}

.mainLiStepLxn {
  width: 368px;
  margin: auto;
}
@media screen and (max-width: 1299px) {
  .mainLiStepLxn {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .mainLiStepLxn {
    width: 93%;
  }
}

.txtainLiStepLxn {
  font-size: 28px;
  line-height: auto0%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .txtainLiStepLxn {
    font-size: 2.155504234vw;
  }
}
@media screen and (max-width: 767px) {
  .txtainLiStepLxn {
    margin: 0 0.5% 0 0;
    line-height: auto0%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtainLiStepLxn {
    font-size: 7.4666666667vw;
  }
}

.intainLiStepLxn {
  font-size: 34px;
  line-height: auto0%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .intainLiStepLxn {
    font-size: 2.6173979985vw;
  }
}
@media screen and (max-width: 767px) {
  .intainLiStepLxn {
    line-height: auto0%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .intainLiStepLxn {
    font-size: 9.0666666667vw;
  }
}

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

.txtMainLiStepLxn {
  margin-top: -4px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  aspect-ratio: 368/90;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  text-align: center;
}
@media screen and (max-width: 1299px) {
  .txtMainLiStepLxn {
    margin-top: -1.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtMainLiStepLxn {
    font-size: 1.3856812933vw;
  }
}
@media screen and (max-width: 767px) {
  .txtMainLiStepLxn {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: auto0%;
    letter-spacing: 0.05em;
    aspect-ratio: 303.6/74.25;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .txtMainLiStepLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtMainLiStepLxn {
    font-size: 4.2666666667vw;
  }
}

.liPicArrow {
  width: 50px;
}
@media screen and (max-width: 1299px) {
  .liPicArrow {
    width: 3.84%;
  }
}
@media screen and (max-width: 767px) {
  .liPicArrow {
    width: 30px;
    margin-top: 0%;
    margin-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .liPicArrow {
    width: 9.09%;
  }
}
.liPicArrow .picArrow {
  width: 42px;
}
@media screen and (max-width: 1299px) {
  .liPicArrow .picArrow {
    width: 84%;
  }
}
@media screen and (max-width: 767px) {
  .liPicArrow .picArrow {
    width: 84%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.loopSlidePc01 {
  display: flex;
  width: 100vw;
  height: 80px;
  overflow: hidden;
  margin-top: 112px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .loopSlidePc01 {
    margin-top: 5.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .loopSlidePc01 {
    margin-top: 95px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .loopSlidePc01 {
    margin-top: 25.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.loopSlidePc01 img {
  width: auto;
  height: 100%;
  max-width: unset;
}
.loopSlidePc01 img:first-child {
  animation: slide1 120s -60s linear infinite;
}
.loopSlidePc01 img:last-child {
  animation: slide2 120s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.workshop {
  overflow: hidden;
  padding-top: 182px;
  padding-bottom: 554px;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../img/bgWorkshopPc.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1299px) {
  .workshop {
    padding: 9.47% 0% 28.85% 0%;
  }
}
@media screen and (max-width: 767px) {
  .workshop {
    padding: 22.6% 0% 22.66% 0%;
    background: url(../img/bgWorkshopSp.png) no-repeat center center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .workshopWap {
    width: 330px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .workshopWap {
    width: 88%;
  }
}

.h2Works {
  font-size: 16px;
  line-height: auto0%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h2Works {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Works {
    line-height: auto0%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Works {
    font-size: 3.7333333333vw;
  }
}

.h3Works {
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 112px;
  line-height: auto0%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h3Works {
    margin-top: 0.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .h3Works {
    font-size: 8.6220169361vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Works {
    margin-top: 3.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: auto0%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Works {
    font-size: 13.3333333333vw;
  }
}

.worksShops {
  margin-top: 117px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .worksShops {
    margin-top: 9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksShops {
    margin-top: 16.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secWorksShops {
  width: 499px;
  transform: translate(0px, -4%);
}
@media screen and (max-width: 1299px) {
  .secWorksShops {
    width: 38.38%;
  }
}
@media screen and (max-width: 767px) {
  .secWorksShops {
    width: 330px;
    transform: translate(0px, 0%);
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .secWorksShops {
    width: 100%;
  }
}

.h4WorksShops {
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h4WorksShops {
    font-size: 2.4634334103vw;
  }
}
@media screen and (max-width: 767px) {
  .h4WorksShops {
    line-height: 180%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4WorksShops {
    font-size: 4.8vw;
  }
}

.txtWorksShops {
  width: 453px;
  margin-top: 35px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .txtWorksShops {
    width: 90.78%;
  }
}
@media screen and (max-width: 1299px) {
  .txtWorksShops {
    margin: 7.01% 0% 0% 0%;
  }
}
@media screen and (max-width: 1299px) {
  .txtWorksShops {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .txtWorksShops {
    width: 330px;
    margin: 5.48% 0% 0% 0%;
    line-height: 180%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .txtWorksShops {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtWorksShops {
    font-size: 3.7333333333vw;
  }
}

.picWorksShopsLxn {
  width: 801px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .picWorksShopsLxn {
    width: 61.61%;
  }
}
@media screen and (max-width: 767px) {
  .picWorksShopsLxn {
    margin-top: 29px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 330px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .picWorksShopsLxn {
    margin: 8.78% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .picWorksShopsLxn {
    width: 100%;
  }
}
.picWorksShopsLxn .picWorksShops {
  position: absolute;
  left: 0;
  top: 0;
  width: 59.864583vw;
}
@media screen and (max-width: 767px) {
  .picWorksShopsLxn .picWorksShops {
    width: 100%;
    position: relative;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.actions {
  padding-top: 144px;
  padding-bottom: 244px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1299px) {
  .actions {
    padding: 7.5% 0% 12.7% 0%;
  }
}
@media screen and (max-width: 767px) {
  .actions {
    padding: 12% 0% 24% 0%;
  }
}

.h2Action {
  font-size: 16px;
  line-height: auto0%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h2Action {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Action {
    line-height: auto0%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Action {
    font-size: 3.7333333333vw;
  }
}

.h3Action {
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 112px;
  line-height: auto0%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h3Action {
    margin-top: 0.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .h3Action {
    font-size: 8.6220169361vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Action {
    margin-top: 3.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: auto0%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Action {
    font-size: 13.3333333333vw;
  }
}

.actionFx {
  margin-top: 119px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .actionFx {
    margin-top: 9.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .actionFx {
    margin-top: 17.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secAction {
  width: 460px;
}
@media screen and (max-width: 1299px) {
  .secAction {
    width: 35.38%;
  }
}
@media screen and (max-width: 767px) {
  .secAction {
    width: 330px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .secAction {
    width: 100%;
  }
}

.h4Action {
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.1em;
  transform: translate(0px, -7%);
}
@media screen and (max-width: 1299px) {
  .h4Action {
    font-size: 2.4634334103vw;
  }
}
@media screen and (max-width: 767px) {
  .h4Action {
    line-height: 180%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4Action {
    font-size: 4.8vw;
  }
}

.rubyAction {
  margin-top: 29px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .rubyAction {
    margin-top: 6.37%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .rubyAction {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyAction {
    margin-top: 3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyAction {
    font-size: 3.7333333333vw;
  }
}

.feadAction {
  width: 768px;
}
@media screen and (max-width: 1299px) {
  .feadAction {
    width: 59.07%;
  }
}
@media screen and (max-width: 767px) {
  .feadAction {
    margin-top: 18.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 330px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .feadAction {
    width: 100%;
  }
}

.photoFeadAction {
  width: 242px;
}
@media screen and (max-width: 1299px) {
  .photoFeadAction {
    width: 31.55%;
  }
}
@media screen and (max-width: 767px) {
  .photoFeadAction {
    width: 110px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .photoFeadAction {
    width: 33.33%;
  }
}

.secFeadAction {
  width: 504px;
}
@media screen and (max-width: 1299px) {
  .secFeadAction {
    width: 65.71%;
  }
}
@media screen and (max-width: 767px) {
  .secFeadAction {
    width: 206px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .secFeadAction {
    width: 62.42%;
  }
}

.h4FeadAction {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h4FeadAction {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .h4FeadAction {
    line-height: 100%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4FeadAction {
    font-size: 2.6666666667vw;
  }
}

.h5FeadAction {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1299px) {
  .h5FeadAction {
    margin-top: 3.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .h5FeadAction {
    font-size: 1.6936104696vw;
  }
}
@media screen and (max-width: 767px) {
  .h5FeadAction {
    margin-top: 1.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 100%;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5FeadAction {
    font-size: 4vw;
  }
}

.txtFeadAction {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .txtFeadAction {
    margin-top: 4.17%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtFeadAction {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFeadAction {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .txtFeadAction {
    margin-top: 7.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFeadAction {
    font-size: 3.2vw;
  }
}

.arrowFeadAction {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .arrowFeadAction {
    margin-top: 3.29%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .arrowFeadAction {
    margin-top: 1.85%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtArrowFeadAction {
  width: 69px;
  font-size: 12px;
  line-height: 266.667%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .txtArrowFeadAction {
    width: 15.16%;
  }
}
@media screen and (max-width: 1299px) {
  .txtArrowFeadAction {
    font-size: 0.9237875289vw;
  }
}
@media screen and (max-width: 767px) {
  .txtArrowFeadAction {
    width: 68px;
    line-height: 266.667%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .txtArrowFeadAction {
    width: 33%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtArrowFeadAction {
    font-size: 3.2vw;
  }
}

.iconArrowFeadAction {
  width: 25px;
}
@media screen and (max-width: 1299px) {
  .iconArrowFeadAction {
    width: 5.49%;
  }
}
@media screen and (max-width: 767px) {
  .iconArrowFeadAction {
    width: 19px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .iconArrowFeadAction {
    width: 9.22%;
  }
}

.btnBtmFeadActionLxn {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .btnBtmFeadActionLxn {
    margin-top: 4.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btnBtmFeadActionLxn {
    margin-top: 2.24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnBtmFeadAction {
  aspect-ratio: 767/45;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .btnBtmFeadAction {
    aspect-ratio: 330/40;
  }
}

.titleBtnBtmFeadAction {
  font-size: 18px;
  line-height: 177.778%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .titleBtnBtmFeadAction {
    font-size: 1.3856812933vw;
  }
}
@media screen and (max-width: 767px) {
  .titleBtnBtmFeadAction {
    line-height: 177.778%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .titleBtnBtmFeadAction {
    font-size: 4vw;
  }
}

.rubyBtnBtmFeadAction {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.1em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  margin-right: 0px;
}
@media screen and (max-width: 1299px) {
  .rubyBtnBtmFeadAction {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 1299px) {
  .rubyBtnBtmFeadAction {
    margin: 0% 0% 0% 3.12%;
  }
}
@media screen and (max-width: 767px) {
  .rubyBtnBtmFeadAction {
    line-height: 177.778%;
    letter-spacing: 0.1em;
    margin: 0% 0% 0% 3%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyBtnBtmFeadAction {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.together {
  padding-top: 0px;
  padding-bottom: 182px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1299px) {
  .together {
    padding: 0% 0% 9.47% 0%;
  }
}
@media screen and (max-width: 767px) {
  .together {
    padding-top: 0px;
    padding-bottom: 86px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .together {
    padding: 0% 0% 22.93% 0%;
  }
}

.bgtogether {
  overflow: hidden;
}

.h2Together {
  width: 1300px;
  transform: translate(0px, -9%);
}
@media screen and (max-width: 1299px) {
  .h2Together {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .h2Together {
    width: 375px;
    transform: translate(0px, 0);
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .h2Together {
    width: 100%;
  }
}
.h2Together img {
  width: 100%;
  height: 100%;
}

.h3Together {
  margin-top: 89px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 3.4375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h3Together {
    margin-top: 6.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .h3Together {
    font-size: 1.2317167052vw;
  }
}
.h3Together::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3.4375) * 0.5em);
  content: "";
}
.h3Together::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3Together {
    margin-top: 13.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.2857142857;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Together {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Together::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.2857142857) * 0.5em);
    content: "";
  }
  .h3Together::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.2857142857) * 0.5em);
    content: "";
  }
}

.h4Together {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .h4Together {
    margin-top: 1.46%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .h4Together {
    font-size: 2.4634334103vw;
  }
}
.h4Together::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h4Together::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4Together {
    margin-top: 1.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7777777778;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4Together {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h4Together::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7777777778) * 0.5em);
    content: "";
  }
  .h4Together::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7777777778) * 0.5em);
    content: "";
  }
}

.rubyTogether {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .rubyTogether {
    margin-top: 2.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .rubyTogether {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyTogether {
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 200%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyTogether {
    font-size: 3.2vw;
  }
}

.actionLxns {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .actionLxns {
    margin-top: 2.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .actionLxns {
    margin-top: 2.8%;
    margin-bottom: 0%;
    margin-left: 4%;
    margin-right: auto;
    width: 100%;
  }
}

.spActionSwiper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .spActionSwiper {
    width: auto;
    padding: 0 15vw 0 0;
  }
}

.spActionSwiperWapper {
  width: 1300px;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .spActionSwiperWapper {
    width: 100%;
    align-items: stretch;
  }
}

.spActionSwiperWapper {
  display: flex;
  justify-content: space-between;
}

.spActionSwiperWapper .swiper-slide {
  width: 400px;
}
@media screen and (max-width: 1299px) {
  .spActionSwiperWapper .swiper-slide {
    width: 30.76%;
  }
}
@media screen and (max-width: 767px) {
  .spActionSwiperWapper .swiper-slide {
    width: 310px;
  }
}

.liTogether {
  padding-top: 31px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
  aspect-ratio: 310/279;
  border-radius: 12px;
  /* CSS3草案 */
  -webkit-border-radius: 12px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 12px;
  /* Firefox用 */
  background: #FFF;
}
@media screen and (max-width: 1299px) {
  .liTogether {
    padding: 2.38% 0% 1.23% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liTogether {
    padding: 7.73% 0% 11.73% 0%;
    aspect-ratio: 310/315;
  }
}

.secLiTogether {
  width: 358px;
  margin: auto;
}
@media screen and (max-width: 1299px) {
  .secLiTogether {
    width: 89.5%;
  }
}
@media screen and (max-width: 767px) {
  .secLiTogether {
    width: 277px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .secLiTogether {
    width: 89.35%;
  }
}

.h5LiTogether {
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .h5LiTogether {
    font-size: 1.6936104696vw;
  }
}
.h5LiTogether::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
.h5LiTogether::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h5LiTogether {
    line-height: 1.7777777778;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5LiTogether {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h5LiTogether::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7777777778) * 0.5em);
    content: "";
  }
  .h5LiTogether::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7777777778) * 0.5em);
    content: "";
  }
}

.picLiTogether {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 263px;
}
@media screen and (max-width: 1299px) {
  .picLiTogether {
    margin-top: 4.46%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .picLiTogether {
    width: 73.46%;
  }
}
@media screen and (max-width: 767px) {
  .picLiTogether {
    margin-top: 3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 71.8%;
  }
}

.txtLiTogether {
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .txtLiTogether {
    margin-top: 1.67%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtLiTogether {
    font-size: 1.077752117vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLiTogether {
    margin-top: 0.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLiTogether {
    font-size: 3.2vw;
  }
}

/*スクロールばー*/
@media screen and (max-width: 767px) {
  .spActionSwiper-scrollbar {
    padding: 0 3px;
    position: relative;
    margin-top: 3.5vw;
    margin-bottom: 0vw;
    margin-left: 0vw;
    margin-right: auto;
    width: 93vw;
    height: 14px;
    background: #D9D9D9;
    border-radius: 60px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .sp_slider_btn {
    background: #0047BB;
    border-radius: 15px;
    height: 10px;
    cursor: pointer;
    width: 44px !important;
  }
}

.snsShare {
  margin-top: 27px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 278px;
}
@media screen and (max-width: 1299px) {
  .snsShare {
    margin-top: 2.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .snsShare {
    width: 21.38%;
  }
}
@media screen and (max-width: 767px) {
  .snsShare {
    margin-top: 41px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 238px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .snsShare {
    margin-top: 10.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .snsShare {
    width: 63.46%;
  }
}

.h5SnsShare {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.05em;
  width: 103px;
}
@media screen and (max-width: 1299px) {
  .h5SnsShare {
    font-size: 1.077752117vw;
  }
}
@media screen and (max-width: 1299px) {
  .h5SnsShare {
    width: 37.05%;
  }
}
@media screen and (max-width: 767px) {
  .h5SnsShare {
    width: 103px;
    line-height: 120%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .h5SnsShare {
    width: 43.27%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5SnsShare {
    font-size: 3.7333333333vw;
  }
}

.ulSnsShare {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 27px;
  margin-right: 0px;
  width: 148px;
}
@media screen and (max-width: 1299px) {
  .ulSnsShare {
    margin: 0% 0% 0% 9.71%;
  }
}
@media screen and (max-width: 1299px) {
  .ulSnsShare {
    width: 53.23%;
  }
}
@media screen and (max-width: 767px) {
  .ulSnsShare {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 0px;
    width: 120px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .ulSnsShare {
    margin: 0% 0% 0% 6.3%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .ulSnsShare {
    width: 50.42%;
  }
}

.liSnsShare {
  width: 36px;
}
@media screen and (max-width: 1299px) {
  .liSnsShare {
    width: 24.32%;
  }
}
@media screen and (max-width: 767px) {
  .liSnsShare {
    width: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .liSnsShare {
    width: 26.66%;
  }
}

.secActionSolicitation {
  margin-top: 95px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .secActionSolicitation {
    margin-top: 7.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secActionSolicitation {
    margin-top: 19.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3ActionSolicitation {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .h3ActionSolicitation {
    font-size: 1.5396458814vw;
  }
}
@media screen and (max-width: 767px) {
  .h3ActionSolicitation {
    line-height: 180%;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ActionSolicitation {
    font-size: 4.2666666667vw;
  }
}

.txtActionSolicitation {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .txtActionSolicitation {
    margin-top: 1.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtActionSolicitation {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .txtActionSolicitation {
    margin-top: 3.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtActionSolicitation {
    font-size: 3.2vw;
  }
}

.secAcctionCta {
  margin-top: 43px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .secAcctionCta {
    margin-top: 3.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secAcctionCta {
    margin-top: 6.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3AcctionCta {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .h3AcctionCta {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .h3AcctionCta {
    line-height: 120%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3AcctionCta {
    font-size: 3.2vw;
  }
}

.ulAcctionCta {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 630px;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1299px) {
  .ulAcctionCta {
    margin-top: 1.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .ulAcctionCta {
    width: 48.46%;
  }
}
@media screen and (max-width: 767px) {
  .ulAcctionCta {
    margin-top: 4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .ulAcctionCta {
    width: 77.33%;
  }
}

.liAcctionCta {
  width: 310px;
}
@media screen and (max-width: 1299px) {
  .liAcctionCta {
    width: 49.2%;
  }
}
@media screen and (max-width: 767px) {
  .liAcctionCta {
    width: 290px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .liAcctionCta {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liAcctionCta:nth-child(n+2) {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .liAcctionCta:nth-child(n+2) {
    margin-top: 5.17%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnAcctionCta {
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
  aspect-ratio: 310/65;
  width: 100%;
  background: #0047BB;
  padding: 2% 0 0 0;
  position: relative;
}

.telIconAcctionCta {
  position: absolute;
  left: 7%;
  top: 37%;
  width: 15.6px;
}
@media screen and (max-width: 1299px) {
  .telIconAcctionCta {
    width: 5.03%;
  }
}
@media screen and (max-width: 767px) {
  .telIconAcctionCta {
    width: 16.84px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .telIconAcctionCta {
    width: 5.8%;
  }
}

.h4AcctionCta {
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1299px) {
  .h4AcctionCta {
    font-size: 1.1547344111vw;
  }
}
@media screen and (max-width: 767px) {
  .h4AcctionCta {
    line-height: 120%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4AcctionCta {
    font-size: 4vw;
  }
}

.txtAcctionCta {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0em;
  transform: translate(0px, -35%);
}
@media screen and (max-width: 1299px) {
  .txtAcctionCta {
    margin-top: 3.87%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtAcctionCta {
    font-size: 1.0007698229vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAcctionCta {
    margin-top: 4.87%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAcctionCta {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.news {
  padding-top: 181px;
  padding-bottom: 212px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1299px) {
  .news {
    padding: 9.42% 0% 11.04% 0%;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding: 23% 0% 22.66% 0%;
  }
}

@media screen and (max-width: 767px) {
  .newsFx {
    width: 330px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .newsFx {
    width: 88%;
  }
}

.secNews {
  width: 600px;
}
@media screen and (max-width: 1299px) {
  .secNews {
    width: 46.15%;
  }
}
@media screen and (max-width: 767px) {
  .secNews {
    width: 330px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .secNews {
    width: 100%;
  }
}

.h2News {
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0.1em;
  transform: translate(0px, -15%);
}
@media screen and (max-width: 1299px) {
  .h2News {
    font-size: 2.3094688222vw;
  }
}
@media screen and (max-width: 767px) {
  .h2News {
    line-height: 120%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2News {
    font-size: 4.8vw;
  }
}

.rubyNews {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .rubyNews {
    margin: 3.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 1299px) {
  .rubyNews {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyNews {
    margin: 6.21% 0% 0% 0%;
    line-height: 180%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyNews {
    font-size: 3.7333333333vw;
  }
}

.ulnews {
  width: 697px;
}
@media screen and (max-width: 1299px) {
  .ulnews {
    width: 53.61%;
  }
}
@media screen and (max-width: 767px) {
  .ulnews {
    margin: 12% 0% 0% 0%;
    width: 330px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .ulnews {
    width: 100%;
  }
}

.liNews:nth-child(n+2) {
  margin-top: 44px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1299px) {
  .liNews:nth-child(n+2) {
    margin: 6.31% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liNews:nth-child(n+2) {
    margin: 9.5% 0% 0% 0%;
  }
}

.thumbsLiNews {
  width: 175px;
}
@media screen and (max-width: 1299px) {
  .thumbsLiNews {
    width: 25.1%;
  }
}
@media screen and (max-width: 767px) {
  .thumbsLiNews {
    width: 105px;
    margin: 1% 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .thumbsLiNews {
    width: 31.81%;
  }
}

.secLiNews {
  width: 500px;
}
@media screen and (max-width: 1299px) {
  .secLiNews {
    width: 71.73%;
  }
}
@media screen and (max-width: 767px) {
  .secLiNews {
    width: 212px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .secLiNews {
    width: 64.24%;
  }
}

.timeLiNews {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  transform: translate(2%, 0px);
}
@media screen and (max-width: 1299px) {
  .timeLiNews {
    font-size: 0.9237875289vw;
  }
}
@media screen and (max-width: 767px) {
  .timeLiNews {
    line-height: 120%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .timeLiNews {
    font-size: 2.6666666667vw;
  }
}

.catLiNews {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 16px;
  margin-right: 0px;
  transform: translate(0px, -12%);
}
@media screen and (max-width: 1299px) {
  .catLiNews {
    font-size: 0.9237875289vw;
  }
}
@media screen and (max-width: 1299px) {
  .catLiNews {
    margin: 0% 0% 0% 2.29%;
  }
}
@media screen and (max-width: 767px) {
  .catLiNews {
    line-height: 120%;
    letter-spacing: 0.05em;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 7px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .catLiNews {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .catLiNews {
    margin: 0% 0% 0% 3.3%;
  }
}

.btnTitleLiNews {
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  cursor: pointer;
}
@media screen and (max-width: 1299px) {
  .btnTitleLiNews {
    margin: 0.14% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btnTitleLiNews {
    margin: 2.8% 0% 0% 0%;
    align-items: flex-start;
  }
}

.h3TitleLiNews {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  width: 470px;
}
@media screen and (max-width: 1299px) {
  .h3TitleLiNews {
    font-size: 1.3856812933vw;
  }
}
@media screen and (max-width: 1299px) {
  .h3TitleLiNews {
    width: 67.43%;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleLiNews {
    line-height: 150%;
    letter-spacing: 0.05em;
    width: 185px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TitleLiNews {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .h3TitleLiNews {
    width: 87.26%;
  }
}

.btnMainTitleLiNews {
  width: 25px;
}
@media screen and (max-width: 1299px) {
  .btnMainTitleLiNews {
    width: 3.58%;
  }
}
@media screen and (max-width: 767px) {
  .btnMainTitleLiNews {
    width: 19px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .btnMainTitleLiNews {
    width: 8.96%;
  }
}

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

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

.cntLiNews {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  display: none;
}
@media screen and (max-width: 1299px) {
  .cntLiNews {
    margin: 2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .cntLiNews {
    margin: 3.43% 0% 0% 0%;
  }
}

.txtCntLiNews {
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1299px) {
  .txtCntLiNews {
    font-size: 1.0007698229vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCntLiNews {
    line-height: 150%;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCntLiNews {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.etc {
  background: url(../img/bgEtcPc.png) no-repeat top center;
  background-size: cover;
  padding-top: 181px;
  padding-bottom: 176px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1299px) {
  .etc {
    padding: 9.42% 0% 9.16% 0%;
  }
}
@media screen and (max-width: 767px) {
  .etc {
    background: url(../img/bgEtcSp.png) no-repeat top center;
    background-size: cover;
    padding: 22.42% 0% 26% 0%;
  }
}

.h2Etc {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .h2Etc {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Etc {
    line-height: 120%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Etc {
    font-size: 3.7333333333vw;
  }
}

.rubyEtc {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .rubyEtc {
    margin-top: 1.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .rubyEtc {
    margin-top: 2.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.smRubyEtc {
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .smRubyEtc {
    font-size: 2.4634334103vw;
  }
}
@media screen and (max-width: 767px) {
  .smRubyEtc {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .smRubyEtc {
    font-size: 4.8vw;
  }
}

.bgRubyEtc {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1299px) {
  .bgRubyEtc {
    margin-top: 1.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .bgRubyEtc {
    font-size: 1.5396458814vw;
  }
}
@media screen and (max-width: 767px) {
  .bgRubyEtc {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 87%;
    display: block;
    line-height: 150%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bgRubyEtc {
    font-size: 3.7333333333vw;
  }
}

.txtEtc {
  margin-top: 43px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .txtEtc {
    margin-top: 3.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtEtc {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .txtEtc {
    width: 330px;
    margin-top: 2.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .txtEtc {
    width: 88%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtEtc {
    font-size: 3.2vw;
  }
}

.picEtc {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 957px;
}
@media screen and (max-width: 1299px) {
  .picEtc {
    margin-top: 1.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .picEtc {
    width: 73.61%;
  }
}
@media screen and (max-width: 767px) {
  .picEtc {
    width: 100%;
    margin-top: 11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secEtcCta {
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .secEtcCta {
    margin-top: 2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secEtcCta {
    margin-top: 15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3EtcCta {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .h3EtcCta {
    font-size: 1.3856812933vw;
  }
}
@media screen and (max-width: 767px) {
  .h3EtcCta {
    line-height: 180%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3EtcCta {
    font-size: 4.2666666667vw;
  }
}

.txtEtcCtaT {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .txtEtcCtaT {
    margin-top: 1.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtEtcCtaT {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .txtEtcCtaT {
    margin-top: 6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtEtcCtaT {
    font-size: 3.2vw;
  }
}

.ulEtcCta {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 630px;
}
@media screen and (max-width: 1299px) {
  .ulEtcCta {
    margin-top: 2.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .ulEtcCta {
    width: 48.46%;
  }
}
@media screen and (max-width: 767px) {
  .ulEtcCta {
    margin-top: 5.13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .ulEtcCta {
    width: 77.33%;
  }
}

.liEtcCta {
  width: 310px;
}
@media screen and (max-width: 1299px) {
  .liEtcCta {
    width: 49.2%;
  }
}
@media screen and (max-width: 767px) {
  .liEtcCta {
    width: 290px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .liEtcCta {
    width: 100%;
  }
}
.liEtcCta:nth-child(n+2) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
}
@media screen and (max-width: 1299px) {
  .liEtcCta:nth-child(n+2) {
    margin: 0% 0% 0% 1.58%;
  }
}
@media screen and (max-width: 767px) {
  .liEtcCta:nth-child(n+2) {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .liEtcCta:nth-child(n+2) {
    margin: 5.17% 0% 0% 0%;
  }
}

.btnEtcCta {
  width: 100%;
  aspect-ratio: 310/65;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
  position: relative;
  background: #0047BB;
}
@media screen and (max-width: 767px) {
  .btnEtcCta {
    aspect-ratio: 290/60.81;
  }
}

.telIconEtcCta {
  width: 18px;
  position: absolute;
  display: flex;
  align-items: center;
  left: 6.7741935484%;
}
@media screen and (max-width: 1299px) {
  .telIconEtcCta {
    width: 5.8%;
  }
}
@media screen and (max-width: 767px) {
  .telIconEtcCta {
    width: 16.84px;
    position: absolute;
    display: flex;
    align-items: center;
    left: 6.7741935484%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .telIconEtcCta {
    width: 5.8%;
  }
}

.h4EtcCta {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  transform: translate(0px, 9%);
}
@media screen and (max-width: 1299px) {
  .h4EtcCta {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .h4EtcCta {
    line-height: 120%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4EtcCta {
    font-size: 4vw;
  }
}

.txtEtcCta {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.02em;
  transform: translate(0px, -10%);
}
@media screen and (max-width: 1299px) {
  .txtEtcCta {
    margin-top: 3.54%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtEtcCta {
    font-size: 1.0007698229vw;
  }
}
@media screen and (max-width: 767px) {
  .txtEtcCta {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .txtEtcCta {
    margin-top: 3.44%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtEtcCta {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.photos {
  position: relative;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .photos {
    margin-top: 0.78%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .photos {
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .photos {
    margin-top: 1.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnPhoto02 {
  width: 442px;
  position: absolute;
  right: 1.63125%;
  bottom: 3.200739%;
}
@media screen and (max-width: 1299px) {
  .btnPhoto02 {
    width: 23.02%;
  }
}
@media screen and (max-width: 767px) {
  .btnPhoto02 {
    width: 245px;
    position: absolute;
    right: 3.5%;
    bottom: 2.5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .btnPhoto02 {
    width: 65.33%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.contact {
  padding-top: 186px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1299px) {
  .contact {
    padding: 9.68% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 21.66% 0% 0% 0%;
  }
}

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

.secContact {
  width: 544px;
}
@media screen and (max-width: 1299px) {
  .secContact {
    width: 41.84%;
  }
}
@media screen and (max-width: 767px) {
  .secContact {
    width: 330px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .secContact {
    width: 88%;
  }
}

.h2Contact {
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.1em;
  transform: translate(0px, -11%);
}
@media screen and (max-width: 1299px) {
  .h2Contact {
    font-size: 3.6951501155vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Contact {
    line-height: 120%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Contact {
    font-size: 10.9333333333vw;
  }
}

.h3Contact {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .h3Contact {
    margin-top: 0.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .h3Contact {
    font-size: 1.2317167052vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Contact {
    margin-top: 1.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Contact {
    font-size: 3.7333333333vw;
  }
}

.detailContact {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .detailContact {
    margin-top: 6.98%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailContact {
    margin-top: 44px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .detailContact {
    margin-top: 13.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h4DetailContact {
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .h4DetailContact {
    font-size: 1.1547344111vw;
  }
}
@media screen and (max-width: 767px) {
  .h4DetailContact {
    line-height: 120%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4DetailContact {
    font-size: 4vw;
  }
}

.txtAddressDetailContact {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .txtAddressDetailContact {
    margin-top: 1.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .txtAddressDetailContact {
    font-size: 1.077752117vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAddressDetailContact {
    margin-top: 3.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAddressDetailContact {
    font-size: 3.4666666667vw;
  }
}

.ulAddressDetailContact {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .ulAddressDetailContact {
    margin-top: 1.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulAddressDetailContact {
    margin-top: 3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h5AddressDetailContact {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  width: 71px;
}
@media screen and (max-width: 1299px) {
  .h5AddressDetailContact {
    font-size: 1.077752117vw;
  }
}
@media screen and (max-width: 1299px) {
  .h5AddressDetailContact {
    width: 13.05%;
  }
}
@media screen and (max-width: 767px) {
  .h5AddressDetailContact {
    line-height: 200%;
    letter-spacing: 0.05em;
    width: 71px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5AddressDetailContact {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .h5AddressDetailContact {
    width: 21.51%;
  }
}

.txtLiAddressDetailContact {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  width: 474px;
}
@media screen and (max-width: 1299px) {
  .txtLiAddressDetailContact {
    font-size: 1.077752117vw;
  }
}
@media screen and (max-width: 1299px) {
  .txtLiAddressDetailContact {
    width: 87.13%;
  }
}
@media screen and (max-width: 767px) {
  .txtLiAddressDetailContact {
    line-height: 200%;
    letter-spacing: 0.05em;
    width: 259px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLiAddressDetailContact {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .txtLiAddressDetailContact {
    width: 78.48%;
  }
}

.detailContact02 {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .detailContact02 {
    margin-top: 5.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailContact02 {
    margin-top: 11.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.detailContact02 .txtAddressDetailContact {
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .detailContact02 .txtAddressDetailContact {
    margin-top: 1.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailContact02 .txtAddressDetailContact {
    margin-top: 2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.detailContact03 {
  margin-top: 31px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .detailContact03 {
    margin-top: 5.69%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailContact03 {
    margin-top: 10%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.detailContact03 .txtAddressDetailContact {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .detailContact03 .txtAddressDetailContact {
    margin-top: 1.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailContact03 .txtAddressDetailContact {
    margin-top: 2.54%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mapContact {
  width: 756px;
  aspect-ratio: 756/412;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .mapContact {
    width: 58.15%;
  }
}
@media screen and (max-width: 767px) {
  .mapContact {
    width: 100%;
    margin-top: 41px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 375/257;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .mapContact {
    margin-top: 10.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.mapContact iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.brdFooer {
  height: 1px;
  width: 100%;
  margin-top: 113px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .brdFooer {
    margin-top: 5.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .brdFooer {
    margin-top: 12.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer {
  margin-top: 49px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 28px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 5px solid #0047BB;
}
@media screen and (max-width: 1299px) {
  .footer {
    margin-top: 2.55%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1299px) {
  .footer {
    padding: 0% 0% 1.45% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 31px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0% 0% 4.5% 0%;
    border-bottom: 5px solid #0047BB;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .footer {
    margin-top: 8.26%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.logoTownMiraiFx {
  width: 351.06px;
}
@media screen and (max-width: 1299px) {
  .logoTownMiraiFx {
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  .logoTownMiraiFx {
    width: 329px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .logoTownMiraiFx {
    width: 87.73%;
  }
}

.logoTownMirai {
  width: 77px;
}
@media screen and (max-width: 1299px) {
  .logoTownMirai {
    width: 21.93%;
  }
}
@media screen and (max-width: 767px) {
  .logoTownMirai {
    width: 64px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .logoTownMirai {
    width: 19.45%;
  }
}

.subTownMirai {
  width: 248.08px;
}
@media screen and (max-width: 1299px) {
  .subTownMirai {
    width: 70.66%;
  }
}
@media screen and (max-width: 767px) {
  .subTownMirai {
    width: 239px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .subTownMirai {
    width: 72.64%;
  }
}

.copyLogo {
  width: 300px;
}
@media screen and (max-width: 1299px) {
  .copyLogo {
    width: 23.07%;
  }
}
@media screen and (max-width: 767px) {
  .copyLogo {
    width: 375px;
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .copyLogo {
    width: 100%;
  }
}

.logoCopyLogo {
  width: 159px;
  margin: 0 0 0 auto;
  display: block;
}
@media screen and (max-width: 1299px) {
  .logoCopyLogo {
    width: 53%;
  }
}
@media screen and (max-width: 767px) {
  .logoCopyLogo {
    width: 159px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1299px) {
  .logoCopyLogo {
    width: 42.4%;
  }
}

.copy {
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0em;
  margin: 6% 0 0 0;
  text-align: right;
}
@media screen and (max-width: 1299px) {
  .copy {
    font-size: 0.7698229407vw;
  }
}
@media screen and (max-width: 767px) {
  .copy {
    margin-top: 8.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .copy {
    font-size: 2.6666666667vw;
  }
}

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

.cl_0047BB {
  color: #0047BB;
}

.cl_fff {
  color: #fff;
}

.cl_1F1D1D {
  color: #1F1D1D;
}

.bg_5FBDD5 {
  background: #5FBDD5;
}

.bg_D9D9D9 {
  background: #D9D9D9;
}

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