@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
========================================================================== */
/* ==========================================================================
clamp
========================================================================== */
/* ==========================================================================
fonts
========================================================================== */
/* ==========================================================================
_lineHeight
========================================================================== */
/* ==========================================================================
_letterspace
========================================================================== */
/* ==========================================================================
ボタンタイプ
========================================================================== */
/* ==========================================================================
Rules
========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 0.05s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}

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: 1250px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .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;
}

.pore {
  position: relative;
}

a {
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.7;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

/* ==========================================================================
justify-content
========================================================================== */
.j_between {
  justify-content: space-between;
}

.j_start {
  justify-content: flex-start;
}

.j_end {
  justify-content: flex-end;
}

.j_center {
  justify-content: center;
}

.j_around {
  justify-content: space-around;
}

.j_baseline {
  justify-content: space-baseline;
}

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

/* ==========================================================================
align-items
========================================================================== */
.ali_baseline {
  align-items: baseline;
}

.ali_center {
  align-items: center;
}

.ali_end {
  align-items: flex-end;
}

.ali_start {
  align-items: flex-start;
}

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

/* ==========================================================================
align-content
========================================================================== */
.alc_center {
  align-content: center;
}

.alc_end {
  align-content: flex-end;
}

.alc_around {
  align-content: space-around;
}

.alc_between {
  align-content: space-between;
}

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

/* ==========================================================================
row
========================================================================== */
.row {
  flex-flow: row wrap;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1D1D1F;
  font-weight: 500;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

body input,
body textarea,
body button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  line-height: 1;
  font-weight: 500;
}

#mintyou,
.mintyou,
.mincho {
  font-family: "Shippori Mincho B1", serif;
}

.t_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.plus {
  font-family: "Plus Jakarta Sans";
}

.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: 1249px) {
  .test {
    font-size: 0.9607686149vw;
  }
}
@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
========================================================================== */
.waps {
  overflow: clip;
}

.wap {
  width: 82.4215789474%;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .wap {
    width: 90%;
  }
}

.baseHeader {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #FFF;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .baseHeader {
    position: fixed;
    background: unset;
  }
}

@media screen and (max-width: 767px) {
  .baseHeader.on {
    background: #FFF;
  }
}

.hide {
  transform: translateY(-100px);
}

.headerPc {
  margin: 0 auto;
  padding: 1.3020833333vw 0.9145833333vw 1.3020833333vw 1.3541666667vw;
}
@media screen and (max-width: 1400px) {
  .headerPc {
    padding: 2.1428571429vw 2.1428571429vw 2.1428571429vw 2.1428571429vw;
  }
}

.logoHeaderPc {
  width: 103px;
}
@media screen and (max-width: 1400px) {
  .logoHeaderPc {
    width: 7.3571428571vw;
  }
  .logoHeaderPc img {
    max-width: 103px;
  }
}
.logoHeaderPc img {
  width: 100%;
}

.navHeaderPc {
  width: 1196px;
}
@media screen and (max-width: 1400px) {
  .navHeaderPc {
    width: 85.5714285714vw;
  }
  .navHeaderPc img {
    max-width: 1198px;
  }
}

.ulNavHeaderPc {
  width: 997px;
}
@media screen and (max-width: 1400px) {
  .ulNavHeaderPc {
    width: 71.2142857143vw;
  }
  .ulNavHeaderPc img {
    max-width: 997px;
  }
}

.liNavHeaderPc {
  leading-trim: both;
  text-edge: cap;
  min-width: fit-content;
  box-sizing: border-box;
}
.liNavHeaderPc:nth-child(n+2) {
  margin: 0 0 0 25px;
}
@media screen and (max-width: 1400px) {
  .liNavHeaderPc:nth-child(n+2) {
    margin: 0vw 0vw 0vw 2.1428571429vw;
  }
}

.btnNavHeaderPc {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .btnNavHeaderPc {
    font-size: 1.2810248199vw;
  }
}
.btnNavHeaderPc {
  font-style: normal;
  leading-trim: both;
  text-edge: cap;
  display: block;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .btnNavHeaderPc {
    font-size: 1.1428571429vw;
  }
}

.btnNavHeaderCta {
  width: 171px;
  background: #669B40;
  aspect-ratio: 171/46;
  border-radius: 29px;
  /* CSS3草案 */
  -webkit-border-radius: 29px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 29px;
  /* Firefox用 */
  font-size: 14px;
}
@media screen and (max-width: 1249px) {
  .btnNavHeaderCta {
    font-size: 1.1208967174vw;
  }
}
@media screen and (max-width: 1400px) {
  .btnNavHeaderCta {
    width: 12.2142857143vw;
  }
  .btnNavHeaderCta img {
    max-width: 171px;
  }
  .btnNavHeaderCta {
    font-size: 1vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.headerSp {
  width: 350px;
}
@media screen and (max-width: 1249px) {
  .headerSp {
    width: 93.33%;
  }
}
.headerSp {
  padding: 2.5% 0% 2.4% 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 16px;
  margin-right: 9px;
}
@media screen and (max-width: 1249px) {
  .headerSp {
    margin: 0% 2.4% 0% 4.26%;
  }
}

.logoHeaderSp {
  width: 72px;
}
@media screen and (max-width: 1249px) {
  .logoHeaderSp {
    width: 20.57%;
  }
}
.logoHeaderSp {
  transform: translateY(8%);
}
.logoHeaderSp img {
  width: 100%;
  height: auto;
}

.btnHeaderSp {
  width: 46px;
}
@media screen and (max-width: 1249px) {
  .btnHeaderSp {
    width: 13.14%;
  }
}
.btnHeaderSp img {
  width: 100%;
  height: auto;
}

.headerSpGnav {
  padding-top: 9px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1249px) {
  .headerSpGnav {
    padding: 2.4% 0% 0% 0%;
  }
}
.headerSpGnav {
  right: -100%;
  top: 0;
  position: fixed;
  z-index: 99;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100svh;
  width: 100%;
}

.headerSpGnavTop {
  padding-top: 0px;
  padding-bottom: 9px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1249px) {
  .headerSpGnavTop {
    padding: 0% 0% 2.4% 0%;
  }
}
.headerSpGnavTop {
  margin: 0% auto 0% 5.06%;
  width: 92.66%;
}

.logoHeaderSp {
  width: 82px;
}
@media screen and (max-width: 1249px) {
  .logoHeaderSp {
    width: 24.11%;
  }
}

.btnHeaderSp {
  width: 46px;
}
@media screen and (max-width: 1249px) {
  .btnHeaderSp {
    width: 13.52%;
  }
}

.navMainHeaderGnavSp {
  width: 300px;
}
@media screen and (max-width: 1249px) {
  .navMainHeaderGnavSp {
    width: 80%;
  }
}
.navMainHeaderGnavSp {
  margin-top: 16%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 92px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1249px) {
  .navMainHeaderGnavSp {
    padding: 0% 0% 24.53% 0%;
  }
}

.ulMainHeaderGnavSp {
  width: 87.83%;
  margin: auto;
}

.liMainHeaderGnavSp:nth-child(n+2) {
  margin: 11.35% 0% 0% 0%;
}

@media screen and (max-width: 767px) {
  .btnMainHeaderGnavSp {
    font-size: 4.8vw;
  }
}
.btnMainHeaderGnavSp {
  line-height: 1;
}
.btnMainHeaderGnavSp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnMainHeaderGnavSp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
.btnMainHeaderGnavSp {
  letter-spacing: 0.05em;
  aspect-ratio: 263/24;
  width: 100%;
  background: url(../img/btnMainHeaderGnavSp.svg) no-repeat center right;
  background-size: auto 100%;
}

.ctaMainHeaderGnavSp {
  margin: 17.06% 0% 0% 0%;
}

.liMainHeaderGnavSp02 {
  width: 100%;
}
.liMainHeaderGnavSp02:nth-child(n+2) {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liMainHeaderGnavSp02:nth-child(n+2) {
    margin: 5.66% 0% 0% 0%;
  }
}

.btnMainHeaderGnavSp02 {
  aspect-ratio: 300/60;
  border-radius: 60px;
  /* CSS3草案 */
  -webkit-border-radius: 60px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 60px;
  /* Firefox用 */
  width: 100%;
}

@media screen and (max-width: 767px) {
  .h2MainHeaderGnavSp {
    font-size: 4.2666666667vw;
  }
}
.h2MainHeaderGnavSp {
  line-height: 1.5;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .rubyMainHeaderGnavSp {
    font-size: 3.2vw;
  }
}
.rubyMainHeaderGnavSp {
  margin: 0% 0 0 0;
  line-height: 1.2;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .txtMainHeaderGnavSp {
    font-size: 4.2666666667vw;
  }
}
.txtMainHeaderGnavSp {
  line-height: 1.5;
  letter-spacing: 0em;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.headerGnavPc {
  width: 50px;
  right: 0.8%;
  top: 53.1vh;
  margin: auto;
  z-index: 0;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .headerGnavPc {
    display: none;
  }
}
.btnHeaderGnavPcOff {
  cursor: pointer;
  transition-duration: 0.5s;
}

.headerGnavPc.off .btnHeaderGnavPcOff {
  display: block;
}
.headerGnavPc.off .btnHeaderGnavPcOn {
  display: none;
}

.btnHeaderGnavPcfill {
  fill: #1d1d1f;
  transition-duration: 0.5s;
}

.btnHeaderGnavPcStroke {
  stroke: #1d1d1f;
  transition-duration: 0.5s;
}

.btnHeaderGnavPcOff:hover .btnHeaderGnavPcfill {
  fill: #669b40;
}
.btnHeaderGnavPcOff:hover .btnHeaderGnavPcStroke {
  stroke: #669b40;
}

.btnHeaderGnavPcOn {
  cursor: pointer;
}

.btnHeaderGnavPcOn .btnHeaderGnavPcfill {
  fill: #669b40;
}
.btnHeaderGnavPcOn .btnHeaderGnavPcStroke {
  stroke: #669b40;
}

.headerGnavPc.off .btnHeaderGnavPcOff {
  display: block;
}
.headerGnavPc.off .btnHeaderGnavPcOn {
  display: none;
}

.headerGnavPc.on .btnHeaderGnavPcOff {
  display: none;
}
.headerGnavPc.on .btnHeaderGnavPcOn {
  display: block;
}

.headerPcGnav {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  right: -100%;
  height: 100vh;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.headerPcGnav::-webkit-scrollbar {
  display: none;
}

.headerPcGnavLxn {
  padding: 6.4vw 0vw 10.4166666667vw 0vw;
  width: 88.421579%;
}
@media screen and (max-width: 1100px) {
  .headerPcGnavLxn {
    width: calc(100% - 100px);
    margin: 0 70px 0 auto;
  }
}

.logoHeaderPcGnavLxn {
  width: 200px;
}
@media screen and (max-width: 1249px) {
  .logoHeaderPcGnavLxn {
    width: 12.21%;
  }
}

.navHeaderPcGnav {
  margin-top: 57px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 48px;
}
@media screen and (max-width: 1249px) {
  .navHeaderPcGnav {
    margin-top: 3.48%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 2.93%;
  }
}
.navHeaderPcGnav {
  width: 939px;
}
@media screen and (max-width: 1200px) {
  .navHeaderPcGnav {
    margin-top: 47px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: 81px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1249px) {
  .navHeaderPcGnav {
    margin-top: 2.87%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 4.94%;
  }
}

.ulNavHeaderPcGnav {
  width: 384px;
}
@media screen and (max-width: 1249px) {
  .ulNavHeaderPcGnav {
    width: 40.89%;
  }
}

.liNavHeaderPcGnav:nth-child(n+2) {
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liNavHeaderPcGnav:nth-child(n+2) {
    margin: 7.45% 0% 0% 0%;
  }
}

.btnLiNavHeaderPcGnav {
  text-decoration: none;
}
.btnLiNavHeaderPcGnav:hover {
  opacity: 0.5;
}

.txtBtnLiNavHeaderPcGnav {
  width: 349px;
}
@media screen and (max-width: 1249px) {
  .txtBtnLiNavHeaderPcGnav {
    width: 90.88%;
  }
}
.txtBtnLiNavHeaderPcGnav {
  font-size: 30px;
}
@media screen and (max-width: 1249px) {
  .txtBtnLiNavHeaderPcGnav {
    font-size: 2.4019215372vw;
  }
}
.txtBtnLiNavHeaderPcGnav {
  line-height: normal;
  letter-spacing: 0.05em;
}

.iconBtnLiNavHeaderPcGnav {
  border: 1px solid #fff;
  border-radius: 100%;
  /* CSS3草案 */
  -webkit-border-radius: 100%;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100%;
  /* Firefox用 */
  width: 35px;
}
@media screen and (max-width: 1249px) {
  .iconBtnLiNavHeaderPcGnav {
    width: 9.11%;
  }
}
.iconBtnLiNavHeaderPcGnav {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconBtnLiNavHeaderPcGnav img {
  transition-duration: 0.5s;
}

.catHeaderPcGnavFx {
  margin-top: 106px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .catHeaderPcGnavFx {
    margin-top: 6.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.catHeaderPcGnavFx {
  width: 100%;
  flex-flow: row wrap;
}

.secCatHeaderPcGnavFx {
  width: calc(100% - 800px);
  max-width: 574px;
  margin: 0.6% 0 0 0;
}
@media screen and (max-width: 1200px) {
  .secCatHeaderPcGnavFx {
    width: 100%;
    max-width: unset;
  }
}

.txtCatHeaderPcGnavFx {
  font-size: 18px;
}
@media screen and (max-width: 1249px) {
  .txtCatHeaderPcGnavFx {
    font-size: 1.4411529223vw;
  }
}
.txtCatHeaderPcGnavFx {
  line-height: 1.65;
  letter-spacing: 0em;
}

.ctaMainHeaderGnavPc {
  width: 747px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 3% 0 0;
}
@media screen and (max-width: 1200px) {
  .ctaMainHeaderGnavPc {
    margin: 10% auto 0 auto;
  }
}

.liMainHeaderGnavPc {
  width: 360px;
}
@media screen and (max-width: 1249px) {
  .liMainHeaderGnavPc {
    width: 47.36%;
  }
}
@media screen and (max-width: 1200px) {
  .liMainHeaderGnavPc {
    width: 360px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1249px) {
  .liMainHeaderGnavPc {
    width: 48%;
  }
}

.btnMainHeaderGnavPc {
  aspect-ratio: 360/72;
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .btnMainHeaderGnavPc {
    font-size: 1.6012810248vw;
  }
}
.btnMainHeaderGnavPc {
  line-height: 1;
}
.btnMainHeaderGnavPc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnMainHeaderGnavPc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
.btnMainHeaderGnavPc {
  letter-spacing: 0em;
  border-radius: 60px;
  /* CSS3草案 */
  -webkit-border-radius: 60px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 60px;
  /* Firefox用 */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background-image: url(../img/txtFvTopCta02.svg);
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto 14px;
  width: 100%;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .btnMainHeaderGnavPc {
    background-position: 95% 41%;
  }
}

.btnMainHeaderGnavPc:hover {
  background-image: url(../img/txtFvTopCta02.svg);
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: auto 14px;
  letter-spacing: 0.15em;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .btnMainHeaderGnavPc:hover {
    background-position: 95% 41%;
  }
}

.rubyMainHeaderGnavPc {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .rubyMainHeaderGnavPc {
    margin-top: 2.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.rubyMainHeaderGnavPc {
  font-size: 14px;
}
@media screen and (max-width: 1249px) {
  .rubyMainHeaderGnavPc {
    font-size: 1.1208967174vw;
  }
}
.rubyMainHeaderGnavPc {
  line-height: 1;
}
.rubyMainHeaderGnavPc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.rubyMainHeaderGnavPc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
.rubyMainHeaderGnavPc {
  letter-spacing: 0em;
  transition-duration: 0.5s;
}

.btnMainHeaderGnavPc:hover .rubyMainHeaderGnavPc {
  letter-spacing: 0.07em;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.fvTopBx {
  width: 100%;
  position: relative;
}

.fvTopLxn {
  margin: auto;
  padding: 10.6vw 0vw 6.95vw 0vw;
  width: 82.4215789474%;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .fvTopLxn {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .fvTopLxn {
    width: 330px;
    padding: 32.46% 0% 8.26% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .fvTopLxn {
    width: 88%;
  }
}

.h1FvTop {
  font-size: 92px;
}
@media screen and (max-width: 1249px) {
  .h1FvTop {
    font-size: 7.3658927142vw;
  }
}
.h1FvTop {
  line-height: 130%;
  letter-spacing: 0em;
  letter-spacing: -0.14em;
}
@media screen and (max-width: 767px) {
  .h1FvTop {
    line-height: 138%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1FvTop {
    font-size: 10.1333333333vw;
  }
}

.rubyFvTop {
  margin: 3.8vw 0vw 0vw 0vw;
  font-size: 24px;
}
@media screen and (max-width: 1249px) {
  .rubyFvTop {
    font-size: 1.9215372298vw;
  }
}
.rubyFvTop {
  line-height: 170%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rubyFvTop {
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8461538462;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .rubyFvTop {
    margin-top: 9.69%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyFvTop {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyFvTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8461538462) * 0.5em);
    content: "";
  }
  .rubyFvTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8461538462) * 0.5em);
    content: "";
  }
}

.fvTopFx {
  margin: 3.4vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .fvTopFx {
    margin-top: 6.45%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ctaFvTopCta {
  width: 686px;
}
@media screen and (max-width: 1600px) {
  .ctaFvTopCta {
    width: 42.87vw;
  }
}
@media screen and (max-width: 767px) {
  .ctaFvTopCta {
    width: 100%;
  }
}

.liFvTopCta {
  width: 334px;
}
@media screen and (max-width: 1600px) {
  .liFvTopCta {
    width: 20.87vw;
  }
}
@media screen and (max-width: 767px) {
  .liFvTopCta {
    width: 160px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .liFvTopCta {
    width: 48.48%;
  }
}

.btnFvTopCta {
  width: 100%;
  border-radius: 60px;
  /* CSS3草案 */
  -webkit-border-radius: 60px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 60px;
  /* Firefox用 */
  aspect-ratio: 334/72;
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .btnFvTopCta {
    font-size: 1.6012810248vw;
  }
}
@media screen and (max-width: 767px) {
  .btnFvTopCta {
    border-radius: 60px;
    /* CSS3草案 */
    -webkit-border-radius: 60px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 60px;
    /* Firefox用 */
    aspect-ratio: 160/39;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnFvTopCta {
    font-size: 3.7333333333vw;
  }
}

.txtFvTopCta01 {
  background: url(../img/txtFvTopCta01.svg) no-repeat;
  background-position: 93% center;
  background-size: auto 66%;
  display: block;
  width: 100%;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .txtFvTopCta01 {
    background-position: 95% 41%;
  }
}

.txtFvTopCta02 {
  background: url(../img/txtFvTopCta02.svg) no-repeat;
  background-position: 93% center;
  background-size: auto 66%;
  display: block;
  width: 100%;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .txtFvTopCta02 {
    background-position: 95% 41%;
  }
}

.btnFvTopCta:hover {
  opacity: 1;
}
.btnFvTopCta:hover .txtFvTopCta01 {
  background: url(../img/txtFvTopCta01.svg) no-repeat;
  background-position: 94% center;
  background-size: auto 66%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .btnFvTopCta:hover .txtFvTopCta01 {
    background-position: 95% 41%;
  }
}
.btnFvTopCta:hover .txtFvTopCta02 {
  background: url(../img/txtFvTopCta02.svg) no-repeat;
  background-position: 94% center;
  background-size: auto 66%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .btnFvTopCta:hover .txtFvTopCta02 {
    background-position: 95% 41%;
  }
}

.secFvTopFx {
  width: 380px;
  margin: -0.2% 0 0 0;
}
@media screen and (max-width: 1000px) {
  .secFvTopFx {
    width: 34vw;
  }
}
@media screen and (max-width: 767px) {
  .secFvTopFx {
    width: 80.63%;
    margin-top: 25.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}

.h2FvTopFx {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2FvTopFx {
    font-size: 1.6012810248vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2FvTopFx {
    font-size: 3.7333333333vw;
  }
}

.txtFvTopFx {
  margin: 1.2vw 0vw 0vw 0vw;
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .txtFvTopFx {
    font-size: 1.2810248199vw;
  }
}
.txtFvTopFx {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtFvTopFx {
    margin: 6.5% 0% 0% 0%;
    line-height: 1.6923076923;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFvTopFx {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFvTopFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6923076923) * 0.5em);
    content: "";
  }
  .txtFvTopFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6923076923) * 0.5em);
    content: "";
  }
}

.scroll {
  width: 25px;
  position: absolute;
  left: 5%;
  bottom: -6.6%;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .scroll {
    bottom: -14.6%;
  }
}

.container_05 {
  height: 143px;
  position: relative;
  display: flex;
  justify-content: space-between;
  aspect-ratio: 25/143;
}
@media screen and (max-width: 767px) {
  .container_05 {
    aspect-ratio: 21/143;
  }
}

.scrollbar-text_05 {
  position: absolute;
  top: 0;
  margin: 0 0 0 auto;
  color: #fff;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  right: 0%;
  transform: translateX(0%);
}
.txtScroll {
  font-size: 14px;
}
@media screen and (max-width: 1249px) {
  .txtScroll {
    font-size: 1.1208967174vw;
  }
}
.txtScroll {
  line-height: 1;
}
.txtScroll::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.txtScroll::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
.txtScroll {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtScroll {
    font-size: 2.6666666667vw;
  }
}

.scrollbar_05::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 143px;
  background: #1D1D1F;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.jstitleFlow {
  overflow: hidden;
}
.jstitleFlow > span {
  opacity: 0;
  transform: translateY(100%) scale(1.2, 0.8);
}
.jstitleFlow.active > span:nth-child(1) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.05s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.05s forwards alternate;
}
.jstitleFlow.active > span:nth-child(2) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.1s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.1s forwards alternate;
}
.jstitleFlow.active > span:nth-child(3) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.15s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.15s forwards alternate;
}
.jstitleFlow.active > span:nth-child(4) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards alternate;
}
.jstitleFlow.active > span:nth-child(5) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.25s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.25s forwards alternate;
}
.jstitleFlow.active > span:nth-child(6) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards alternate;
}
.jstitleFlow.active > span:nth-child(7) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.35s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.35s forwards alternate;
}
.jstitleFlow.active > span:nth-child(8) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards alternate;
}
.jstitleFlow.active > span:nth-child(9) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.45s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.45s forwards alternate;
}
.jstitleFlow.active > span:nth-child(10) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.5s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.5s forwards alternate;
}
.jstitleFlow.active > span:nth-child(11) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.55s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.55s forwards alternate;
}
.jstitleFlow.active > span:nth-child(12) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards alternate;
}
.jstitleFlow.active > span:nth-child(13) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.65s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.65s forwards alternate;
}
.jstitleFlow.active > span:nth-child(14) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.7s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.7s forwards alternate;
}
.jstitleFlow.active > span:nth-child(15) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.75s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.75s forwards alternate;
}
.jstitleFlow.active > span:nth-child(16) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards alternate;
}
.jstitleFlow.active > span:nth-child(17) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.85s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.85s forwards alternate;
}
.jstitleFlow.active > span:nth-child(18) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.9s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.9s forwards alternate;
}
.jstitleFlow.active > span:nth-child(19) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.95s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.95s forwards alternate;
}
.jstitleFlow.active > span:nth-child(20) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards alternate;
}
.jstitleFlow.active > span:nth-child(21) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.05s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.05s forwards alternate;
}
.jstitleFlow.active > span:nth-child(22) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.1s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.1s forwards alternate;
}
.jstitleFlow.active > span:nth-child(23) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.15s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.15s forwards alternate;
}
.jstitleFlow.active > span:nth-child(24) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards alternate;
}
.jstitleFlow.active > span:nth-child(25) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.25s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.25s forwards alternate;
}
.jstitleFlow.active > span:nth-child(26) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.3s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.3s forwards alternate;
}
.jstitleFlow.active > span:nth-child(27) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.35s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.35s forwards alternate;
}
.jstitleFlow.active > span:nth-child(28) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards alternate;
}
.jstitleFlow.active > span:nth-child(29) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.45s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.45s forwards alternate;
}
.jstitleFlow.active > span:nth-child(30) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards alternate;
}
.jstitleFlow.active > span:nth-child(31) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.55s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.55s forwards alternate;
}
.jstitleFlow.active > span:nth-child(32) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards alternate;
}
.jstitleFlow.active > span:nth-child(33) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.65s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.65s forwards alternate;
}
.jstitleFlow.active > span:nth-child(34) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.7s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.7s forwards alternate;
}
.jstitleFlow.active > span:nth-child(35) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.75s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.75s forwards alternate;
}
.jstitleFlow.active > span:nth-child(36) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards alternate;
}
.jstitleFlow.active > span:nth-child(37) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.85s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.85s forwards alternate;
}
.jstitleFlow.active > span:nth-child(38) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.9s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.9s forwards alternate;
}
.jstitleFlow.active > span:nth-child(39) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.95s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.95s forwards alternate;
}
.jstitleFlow.active > span:nth-child(40) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards alternate;
}
.jstitleFlow.active > span:nth-child(41) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.05s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.05s forwards alternate;
}
.jstitleFlow.active > span:nth-child(42) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.1s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.1s forwards alternate;
}
.jstitleFlow.active > span:nth-child(43) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.15s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.15s forwards alternate;
}
.jstitleFlow.active > span:nth-child(44) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards alternate;
}
.jstitleFlow.active > span:nth-child(45) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.25s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.25s forwards alternate;
}
.jstitleFlow.active > span:nth-child(46) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.3s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.3s forwards alternate;
}
.jstitleFlow.active > span:nth-child(47) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.35s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.35s forwards alternate;
}
.jstitleFlow.active > span:nth-child(48) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards alternate;
}
.jstitleFlow.active > span:nth-child(49) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.45s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.45s forwards alternate;
}
.jstitleFlow.active > span:nth-child(50) {
  -webkit-animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.5s forwards alternate;
  animation: bound 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.5s forwards alternate;
}

@-webkit-keyframes bound {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes bound {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.fvBtm {
  background: url(../img/fvBtmPc.png) no-repeat center top;
  background-size: auto 100%;
  aspect-ratio: 1920/745;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fvBtm {
    background: url(../img/fvBtmSp.png) no-repeat center top;
    background-size: auto 100%;
    aspect-ratio: 375/258;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.made {
  padding: 12.2vw 0vw 11.5vw 0vw;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .made {
    padding: 28% 0% 26% 0%;
  }
}

.videoMade {
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.madeLxn {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .madeLxn {
    width: 90%;
  }
}

.secMade {
  width: 962px;
}
@media screen and (max-width: 1249px) {
  .secMade {
    width: 61.27%;
  }
}
.secMade {
  margin: auto;
}
@media screen and (max-width: 1250px) {
  .secMade {
    width: 78.95%;
  }
}
@media screen and (max-width: 767px) {
  .secMade {
    width: 98%;
  }
}

.h2Made {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2Made {
    font-size: 1.6012810248vw;
  }
}
.h2Made {
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .h2Made {
    line-height: 150%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Made {
    font-size: 4.2666666667vw;
  }
}

.h3Made {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .h3Made {
    margin: 1.76% 0% 0% 0%;
  }
}
.h3Made {
  font-size: 64px;
}
@media screen and (max-width: 1249px) {
  .h3Made {
    font-size: 5.1240992794vw;
  }
}
.h3Made {
  line-height: 1;
}
.h3Made::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3Made::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
.h3Made {
  letter-spacing: -0.099em;
}
@media screen and (max-width: 1000px) {
  .h3Made {
    font-size: 58px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1249px) {
  .h3Made {
    font-size: 4.643714972vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Made {
    margin-top: 22px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: -0.14em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h3Made {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Made {
    font-size: 10.6666666667vw;
  }
}

.txtMade {
  margin-top: 63px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .txtMade {
    margin-top: 6.54%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtMade {
  font-size: 32px;
}
@media screen and (max-width: 1249px) {
  .txtMade {
    font-size: 2.5620496397vw;
  }
}
.txtMade {
  line-height: 190%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtMade {
    margin-top: 22px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 162%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .txtMade {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtMade {
    font-size: 4.2666666667vw;
  }
}

.txtLastMade {
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .txtLastMade {
    margin-top: 2.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtLastMade {
  font-size: 50px;
}
@media screen and (max-width: 1249px) {
  .txtLastMade {
    font-size: 4.003202562vw;
  }
}
.txtLastMade {
  line-height: 160%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtLastMade {
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .txtLastMade {
    margin-top: 7.57%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLastMade {
    font-size: 6.4vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.kadai {
  padding: 12.2916666667vw 0vw 12.2916666667vw 0vw;
}
@media screen and (max-width: 767px) {
  .kadai {
    padding: 27.73% 0% 29% 0%;
  }
}

@media screen and (max-width: 767px) {
  .kadaiLxn {
    width: 330px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .kadaiLxn {
    width: 88%;
  }
}

.secKadai {
  width: 100%;
  margin: auto;
}
.h2Kadai {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2Kadai {
    font-size: 1.6012810248vw;
  }
}
.h2Kadai {
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .h2Kadai {
    line-height: 150%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Kadai {
    font-size: 4vw;
  }
}

.h3Kadai {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .h3Kadai {
    margin: 1.52% 0% 0% 0%;
  }
}
.h3Kadai {
  font-size: 40px;
}
@media screen and (max-width: 1249px) {
  .h3Kadai {
    font-size: 3.2025620496vw;
  }
}
.h3Kadai {
  line-height: 1;
  letter-spacing: -0.115em;
}
@media screen and (max-width: 767px) {
  .h3Kadai {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: -0.14em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h3Kadai {
    margin-top: 4.24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Kadai {
    font-size: 5.8666666667vw;
  }
}

.h4Kadai {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .h4Kadai {
    margin: 1.52% 0% 0% 0%;
  }
}
.h4Kadai {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h4Kadai {
    font-size: 1.6012810248vw;
  }
}
.h4Kadai {
  line-height: 175%;
  letter-spacing: -0.115em;
}
@media screen and (max-width: 767px) {
  .h4Kadai {
    margin-top: 13px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h4Kadai {
    margin-top: 3.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4Kadai {
    font-size: 3.4666666667vw;
  }
}

.ulKadai {
  margin-top: 90px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .ulKadai {
    margin-top: 5.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulKadai {
    margin-top: 13px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .ulKadai {
    margin-top: 3.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liKadai {
  padding-top: 37px;
  padding-bottom: 35px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liKadai {
    padding: 2.35% 0% 2.22% 0%;
  }
}
.liKadai {
  width: 31.97%;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  background: #f6f6f6;
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liKadai {
    margin: 4.24% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liKadai {
    padding: 8.18% 0% 7.18% 0%;
    width: 100%;
  }
}
.liKadai:nth-child(n+4) {
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liKadai:nth-child(n+4) {
    margin: 1.65% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liKadai:nth-child(n+4) {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .liKadai:nth-child(n+4) {
    margin: 4.24% 0% 0% 0%;
  }
}

.txtLiKadai {
  font-size: 24px;
}
@media screen and (max-width: 1249px) {
  .txtLiKadai {
    font-size: 1.9215372298vw;
  }
}
.txtLiKadai {
  line-height: 145%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1550px) {
  .txtLiKadai {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLiKadai {
    line-height: 145%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLiKadai {
    font-size: 4vw;
  }
}

.h2KadaiCta {
  margin-top: 39px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .h2KadaiCta {
    margin-top: 2.48%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h2KadaiCta {
  font-size: 30px;
}
@media screen and (max-width: 1249px) {
  .h2KadaiCta {
    font-size: 2.4019215372vw;
  }
}
.h2KadaiCta {
  line-height: 145%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2KadaiCta {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 160%;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h2KadaiCta {
    margin-top: 12.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2KadaiCta {
    font-size: 4.5333333333vw;
  }
}

.txtKadaiCta {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .txtKadaiCta {
    margin-top: 0.89%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtKadaiCta {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .txtKadaiCta {
    font-size: 1.2810248199vw;
  }
}
.txtKadaiCta {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtKadaiCta {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .txtKadaiCta {
    margin-top: 4.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtKadaiCta {
    font-size: 3.4666666667vw;
  }
}

.ctaKadaiCta {
  margin-top: 39px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .ctaKadaiCta {
    margin-top: 2.48%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctaKadaiCta {
  width: 746px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .ctaKadaiCta {
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .ctaKadaiCta {
    margin-top: 7.27%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .ctaKadaiCta {
    width: 90.9%;
  }
}

.liKadaiCta {
  width: 361px;
}
@media screen and (max-width: 1249px) {
  .liKadaiCta {
    width: 48.39%;
  }
}
@media screen and (max-width: 767px) {
  .liKadaiCta {
    width: 100%;
  }
  .liKadaiCta:nth-child(n+2) {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .liKadaiCta:nth-child(n+2) {
    margin: 5.33% 0% 0% 0%;
  }
}

.btnKadaiCta {
  width: 100%;
  border-radius: 60px;
  /* CSS3草案 */
  -webkit-border-radius: 60px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 60px;
  /* Firefox用 */
  aspect-ratio: 361/72;
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .btnKadaiCta {
    font-size: 1.6012810248vw;
  }
}
@media screen and (max-width: 767px) {
  .btnKadaiCta {
    border-radius: 60px;
    /* CSS3草案 */
    -webkit-border-radius: 60px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 60px;
    /* Firefox用 */
    aspect-ratio: 300/60;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnKadaiCta {
    font-size: 3.7333333333vw;
  }
}

.btnKadaiCta01 {
  background-image: url(../img/txtFvTopCta01.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto 14px;
  width: 100%;
  transition-duration: 0.5s;
  background-color: #669b40;
}

.btnKadaiCta02 {
  background-image: url(../img/txtFvTopCta02.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto 14px;
  width: 100%;
  transition-duration: 0.5s;
  background-color: #e5e5e5;
}

.btnKadaiCta:hover {
  opacity: 1;
}
.btnKadaiCta:hover.btnKadaiCta01 {
  background-image: url(../img/txtFvTopCta01.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 14px;
}
@media screen and (max-width: 767px) {
  .btnKadaiCta:hover.btnKadaiCta01 {
    background-position: 95% center;
    background-size: auto 14px;
  }
}
.btnKadaiCta:hover.btnKadaiCta02 {
  background-image: url(../img/txtFvTopCta02.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 14px;
}
@media screen and (max-width: 767px) {
  .btnKadaiCta:hover.btnKadaiCta02 {
    background-position: 95% center;
    background-size: auto 14px;
  }
}

.secKadaiCta {
  width: 380px;
}
@media screen and (max-width: 1000px) {
  .secKadaiCta {
    width: 34vw;
  }
}
@media screen and (max-width: 767px) {
  .secKadaiCta {
    width: 276px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secKadaiCta {
    width: 83.63%;
  }
}

.h2KadaiCtaBtn {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2KadaiCtaBtn {
    font-size: 1.6012810248vw;
  }
}
.h2KadaiCtaBtn {
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .h2KadaiCtaBtn {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2KadaiCtaBtn {
    font-size: 4.2666666667vw;
  }
}

.rubyKadaiCta {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .rubyKadaiCta {
    margin: 2.89% 0% 0% 0%;
  }
}
.rubyKadaiCta {
  font-size: 14px;
}
@media screen and (max-width: 1249px) {
  .rubyKadaiCta {
    font-size: 1.1208967174vw;
  }
}
.rubyKadaiCta {
  line-height: 100%;
  letter-spacing: 0em;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .rubyKadaiCta {
    margin: 0% 0% 0% 0%;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyKadaiCta {
    font-size: 3.4666666667vw;
  }
}

.txtKadaiCtaBtn {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .txtKadaiCtaBtn {
    font-size: 1.6012810248vw;
  }
}
.txtKadaiCtaBtn {
  line-height: 130%;
  letter-spacing: 0em;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .txtKadaiCtaBtn {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtKadaiCtaBtn {
    font-size: 4.2666666667vw;
  }
}

.btnKadaiCta:hover {
  opacity: 1;
}
.btnKadaiCta:hover .h2KadaiCtaBtn {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .btnKadaiCta:hover .h2KadaiCtaBtn {
    letter-spacing: 0em;
  }
}
.btnKadaiCta:hover .txtKadaiCtaBtn {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .btnKadaiCta:hover .txtKadaiCtaBtn {
    letter-spacing: 0em;
  }
}
.btnKadaiCta:hover .rubyKadaiCta {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .btnKadaiCta:hover .rubyKadaiCta {
    letter-spacing: 0em;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.strong {
  padding: 12.1vw 0vw 6.8vw 0vw;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .strong {
    padding: 28% 0% 17.86% 0%;
  }
}

@media screen and (max-width: 767px) {
  .strongLxn {
    width: 375px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .strongLxn {
    width: 100%;
  }
}

.secStrongTop {
  width: 44.01vw;
}
@media screen and (max-width: 1450px) {
  .secStrongTop {
    width: 51.01vw;
  }
}
@media screen and (max-width: 767px) {
  .secStrongTop {
    width: 330px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secStrongTop {
    width: 88%;
  }
}

.h2StrongTop {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2StrongTop {
    font-size: 1.6012810248vw;
  }
}
.h2StrongTop {
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .h2StrongTop {
    line-height: 150%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2StrongTop {
    font-size: 4.2666666667vw;
  }
}

.h3StrongTop {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .h3StrongTop {
    margin: 2.85% 0% 0% 0%;
  }
}
.h3StrongTop {
  font-size: 40px;
}
@media screen and (max-width: 1249px) {
  .h3StrongTop {
    font-size: 3.2025620496vw;
  }
}
.h3StrongTop {
  line-height: 157%;
  letter-spacing: -0.115em;
}
@media screen and (max-width: 1400px) {
  .h3StrongTop {
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1249px) {
  .h3StrongTop {
    font-size: 2.8823058447vw;
  }
}
@media screen and (max-width: 767px) {
  .h3StrongTop {
    margin-top: 3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: -0.14em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3StrongTop {
    font-size: 5.8666666667vw;
  }
}

.txtStrongTop {
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .txtStrongTop {
    margin: 3.49% 0% 0% 0%;
  }
}
.txtStrongTop {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .txtStrongTop {
    font-size: 1.2810248199vw;
  }
}
.txtStrongTop {
  line-height: 200%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtStrongTop {
    margin: 4% 0% 0% 0%;
    line-height: 179%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtStrongTop {
    font-size: 3.7333333333vw;
  }
}

.picStrongTop {
  width: 35.26vw;
  margin: 0.5% 0 0 0;
}
@media screen and (max-width: 767px) {
  .picStrongTop {
    width: 352px;
    margin: 14% auto 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .picStrongTop {
    width: 93.86%;
  }
}

.strogBtmFx {
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .strogBtmFx {
    margin: 1.65% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .strogBtmFx {
    margin: 36.5% 0% 0% 0%;
  }
}

.secStrongBtm {
  width: 37.01vw;
  margin-top: 107px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .secStrongBtm {
    margin: 6.81% 0% 0% 0%;
  }
}
@media screen and (max-width: 1450px) {
  .secStrongBtm {
    width: 49vw;
  }
}
@media screen and (max-width: 767px) {
  .secStrongBtm {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 330px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secStrongBtm {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secStrongBtm {
    width: 88%;
  }
}

.h3StrongBtm {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .h3StrongBtm {
    margin: 0% 0% 0% 0%;
  }
}
.h3StrongBtm {
  font-size: 40px;
}
@media screen and (max-width: 1249px) {
  .h3StrongBtm {
    font-size: 3.2025620496vw;
  }
}
.h3StrongBtm {
  line-height: 150%;
  letter-spacing: -0.115em;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .h3StrongBtm {
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1249px) {
  .h3StrongBtm {
    font-size: 2.8823058447vw;
  }
}
@media screen and (max-width: 767px) {
  .h3StrongBtm {
    margin-top: 22px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: -0.14em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h3StrongBtm {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3StrongBtm {
    font-size: 5.3333333333vw;
  }
}

.txtStrongBtm {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .txtStrongBtm {
    margin: 2.38% 0% 0% 0%;
  }
}
.txtStrongBtm {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .txtStrongBtm {
    font-size: 1.2810248199vw;
  }
}
.txtStrongBtm {
  line-height: 200%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtStrongBtm {
    margin-top: 4.27%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtStrongBtm {
    font-size: 3.7333333333vw;
  }
}

.picStrongBtm {
  width: 36.82vw;
}
@media screen and (max-width: 767px) {
  .picStrongBtm {
    margin-top: 75px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 375px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .picStrongBtm {
    margin: 20% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .picStrongBtm {
    width: 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.kyosan {
  padding: 0vw 0vw 11.9270833333vw 0vw;
}
@media screen and (max-width: 767px) {
  .kyosan {
    padding-top: 0px;
    padding-bottom: 111px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .kyosan {
    padding: 0% 0% 29.6% 0%;
  }
}

@media screen and (max-width: 767px) {
  .kyosanLxn {
    width: 100%;
  }
}

.h2Kyosan {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2Kyosan {
    font-size: 1.6012810248vw;
  }
}
.h2Kyosan {
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .h2Kyosan {
    line-height: 175%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Kyosan {
    font-size: 4vw;
  }
}

.sliderKyosanLxn {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .sliderKyosanLxn {
    margin: 2.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .sliderKyosanLxn {
    margin-top: 29px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .sliderKyosanLxn {
    margin: 7.73% 0% 0% 0%;
  }
}

.loopSlidePc01 {
  display: flex;
  height: 108px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .loopSlidePc01 {
    height: 58px;
  }
}

.ulSliderKyosanLxn {
  display: flex;
}
.ulSliderKyosanLxn:first-child {
  animation: 60s linear -30s infinite normal none running loop;
}
.ulSliderKyosanLxn:last-child {
  animation: 60s linear 0s infinite normal none running loop2;
}
.ulSliderKyosanLxn li {
  min-width: 108px;
  height: auto;
  margin: auto 0 auto 101px;
}
@media screen and (max-width: 767px) {
  .ulSliderKyosanLxn li {
    min-width: 58px;
    margin: auto 0 auto 32px;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-200%);
  }
}
.loopSlidePc02 {
  display: flex;
  height: 108px;
  overflow: hidden;
  margin: 2.2% auto 0 auto;
}
@media screen and (max-width: 767px) {
  .loopSlidePc02 {
    margin-top: 23px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .loopSlidePc02 {
    margin: 6.13% 0% 0% 0%;
  }
}

.ulSliderKyosanLxn02 {
  display: flex;
}
.ulSliderKyosanLxn02:first-child {
  animation: 60s linear -30s infinite normal none running loopBottom;
}
.ulSliderKyosanLxn02:last-child {
  animation: 60s linear 0s infinite normal none running loopBottom2;
}
.ulSliderKyosanLxn02 li {
  min-width: 108px;
  height: auto;
  margin: auto 0 auto 101px;
}
@media screen and (max-width: 767px) {
  .ulSliderKyosanLxn02 li {
    min-width: 58px;
    margin: auto 0 auto 32px;
  }
}

@keyframes loopBottom {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loopBottom2 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0px);
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.message {
  padding: 12.2916666667vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 32.5% 0% 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .masseageLxn {
    width: 330px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .masseageLxn {
    width: 88%;
  }
}

.h2MasseageLxn {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2MasseageLxn {
    font-size: 1.6012810248vw;
  }
}
.h2MasseageLxn {
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .h2MasseageLxn {
    line-height: 100%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2MasseageLxn {
    font-size: 4vw;
  }
}

.h3MasseageLxn {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .h3MasseageLxn {
    margin-top: 1.52%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h3MasseageLxn {
  font-size: 40px;
}
@media screen and (max-width: 1249px) {
  .h3MasseageLxn {
    font-size: 3.2025620496vw;
  }
}
.h3MasseageLxn {
  line-height: 150%;
  letter-spacing: -0.115em;
}
@media screen and (max-width: 767px) {
  .h3MasseageLxn {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: -0.14em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h3MasseageLxn {
    margin-top: 6.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3MasseageLxn {
    font-size: 5.3333333333vw;
  }
}

.masseageFx {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .masseageFx {
    margin-top: 3.82%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .masseageFx {
    margin-top: 9.21%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picMasseageFx {
  width: 46.49%;
}
@media screen and (max-width: 1800px) {
  .picMasseageFx {
    width: 46.49%;
  }
}
@media screen and (max-width: 767px) {
  .picMasseageFx {
    width: 330px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .picMasseageFx {
    width: 100%;
  }
}

.secMasseagePref {
  margin-top: 74px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .secMasseagePref {
    margin-top: 4.71%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}
.secMasseagePref {
  width: 39.25%;
}
@media screen and (max-width: 1800px) {
  .secMasseagePref {
    width: 44.58%;
  }
}
@media screen and (max-width: 767px) {
  .secMasseagePref {
    margin-top: 3.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 330px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secMasseagePref {
    width: 100%;
  }
}

.h3MasseagePref {
  font-size: 30px;
}
@media screen and (max-width: 1249px) {
  .h3MasseagePref {
    font-size: 2.4019215372vw;
  }
}
.h3MasseagePref {
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1450px) {
  .h3MasseagePref {
    font-size: 28px;
    line-height: 180%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1450px) and (max-width: 1249px) {
  .h3MasseagePref {
    font-size: 2.2417934347vw;
  }
}
@media screen and (max-width: 1249px) {
  .h3MasseagePref {
    font-size: 26px;
    line-height: 180%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1249px) and (max-width: 1249px) {
  .h3MasseagePref {
    font-size: 2.0816653323vw;
  }
}
@media screen and (max-width: 767px) {
  .h3MasseagePref {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 160%;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h3MasseagePref {
    margin-top: 6.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3MasseagePref {
    font-size: 4.8vw;
  }
}

.h4MasseagePref {
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .h4MasseagePref {
    margin-top: 4.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h4MasseagePref {
  font-size: 15px;
}
@media screen and (max-width: 1249px) {
  .h4MasseagePref {
    font-size: 1.2009607686vw;
  }
}
.h4MasseagePref {
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 1450px) {
  .h4MasseagePref {
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1450px) and (max-width: 1249px) {
  .h4MasseagePref {
    font-size: 1.0408326661vw;
  }
}
@media screen and (max-width: 1249px) {
  .h4MasseagePref {
    margin-top: 34px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1249px) and (max-width: 1249px) {
  .h4MasseagePref {
    margin-top: 5.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .h4MasseagePref {
    margin-top: 7.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4MasseagePref {
    font-size: 3.4666666667vw;
  }
}

.massageNameFx {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .massageNameFx {
    margin-top: 1.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .massageNameFx {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h5MasseagePref {
  font-size: 24px;
}
@media screen and (max-width: 1249px) {
  .h5MasseagePref {
    font-size: 1.9215372298vw;
  }
}
.h5MasseagePref {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1450px) {
  .h5MasseagePref {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1450px) and (max-width: 1249px) {
  .h5MasseagePref {
    font-size: 1.9215372298vw;
  }
}
@media screen and (max-width: 767px) {
  .h5MasseagePref {
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5MasseagePref {
    font-size: 5.3333333333vw;
  }
}

.txtMasseagePref {
  font-size: 13px;
}
@media screen and (max-width: 1249px) {
  .txtMasseagePref {
    font-size: 1.0408326661vw;
  }
}
.txtMasseagePref {
  line-height: 1;
  letter-spacing: 0.15em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .txtMasseagePref {
    margin: 0% 0% 0% 2.42%;
  }
}
@media screen and (max-width: 1450px) {
  .txtMasseagePref {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 1450px) and (max-width: 1249px) {
  .txtMasseagePref {
    font-size: 1.0408326661vw;
  }
}
@media screen and (max-width: 767px) {
  .txtMasseagePref {
    line-height: 1;
    letter-spacing: 0.15em;
    margin: 0% 0% 0% 6%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtMasseagePref {
    font-size: 3.2vw;
  }
}

.txtMasseagePrefMain {
  margin-top: 72px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .txtMasseagePrefMain {
    margin-top: 11.65%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtMasseagePrefMain {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .txtMasseagePrefMain {
    font-size: 1.2810248199vw;
  }
}
.txtMasseagePrefMain {
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1450px) {
  .txtMasseagePrefMain {
    margin-top: 62px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 179%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1450px) and (max-width: 1249px) {
  .txtMasseagePrefMain {
    margin-top: 10.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1450px) and (max-width: 1249px) {
  .txtMasseagePrefMain {
    font-size: 1.0408326661vw;
  }
}
@media screen and (max-width: 1249px) {
  .txtMasseagePrefMain {
    margin-top: 45px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1249px) and (max-width: 1249px) {
  .txtMasseagePrefMain {
    margin-top: 7.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtMasseagePrefMain {
    margin: 16.84% 0% 0% 0%;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtMasseagePrefMain {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.value {
  padding-top: 102px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1249px) {
  .value {
    padding: 5.31% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .value {
    padding-top: 122px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .value {
    padding: 32.53% 0% 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .valueLxn {
    width: 355px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .valueLxn {
    width: 94.66%;
  }
}

.h2ValueLxn {
  font-size: 26px;
}
@media screen and (max-width: 1249px) {
  .h2ValueLxn {
    font-size: 2.0816653323vw;
  }
}
.h2ValueLxn {
  line-height: 150%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .h2ValueLxn {
    line-height: 160%;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ValueLxn {
    font-size: 5.3333333333vw;
  }
}

.h3ValueLxn {
  margin: 0 0 0 1.5%;
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h3ValueLxn {
    font-size: 1.6012810248vw;
  }
}
.h3ValueLxn {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3ValueLxn {
    margin-top: 9px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h3ValueLxn {
    margin: 2.53% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ValueLxn {
    font-size: 4vw;
  }
}

.valueSwipper {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .valueSwipper {
    margin: 1.33% 0% 0% 0%;
  }
}
.valueSwipper {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .valueSwipper {
    margin-top: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .valueSwipper {
    margin: 6.19% 0% 0% 0%;
  }
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  width: 422px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 100%;
  }
}

.valueSliderBx {
  padding-top: 18px;
  padding-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1249px) {
  .valueSliderBx {
    padding: 4.26% 0% 5.92% 0%;
  }
}
.valueSliderBx {
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  aspect-ratio: 422/426;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .valueSliderBx {
    padding-top: 14px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    aspect-ratio: 355/369;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .valueSliderBx {
    padding: 3.94% 0% 5.63% 0%;
  }
}

.valueSliderLxn {
  width: 374px;
}
@media screen and (max-width: 1249px) {
  .valueSliderLxn {
    width: 88.62%;
  }
}
.valueSliderLxn {
  margin: auto;
  height: 100%;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .valueSliderLxn {
    width: 320px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .valueSliderLxn {
    width: 90.14%;
  }
}

.h4TitleValueSlider {
  font-size: 26px;
}
@media screen and (max-width: 1249px) {
  .h4TitleValueSlider {
    font-size: 2.0816653323vw;
  }
}
.h4TitleValueSlider {
  line-height: 160%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .h4TitleValueSlider {
    line-height: normal;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4TitleValueSlider {
    font-size: 6.4vw;
  }
}

.h5TitleValueSlider {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 17px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .h5TitleValueSlider {
    margin: 0% 0% 0% 4.48%;
  }
}
.h5TitleValueSlider {
  font-size: 15px;
}
@media screen and (max-width: 1249px) {
  .h5TitleValueSlider {
    font-size: 1.2009607686vw;
  }
}
.h5TitleValueSlider {
  line-height: 160%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h5TitleValueSlider {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 12px;
    margin-right: 0px;
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h5TitleValueSlider {
    margin: 0% 0% 0% 3.75%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5TitleValueSlider {
    font-size: 3.4666666667vw;
  }
}

.h6TitleValueSlider {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .h6TitleValueSlider {
    margin: 0% 0% 0% 0%;
  }
}
.h6TitleValueSlider {
  font-size: 17.5px;
}
@media screen and (max-width: 1249px) {
  .h6TitleValueSlider {
    font-size: 1.4011208967vw;
  }
}
.h6TitleValueSlider {
  line-height: 160%;
  color: #66a13f;
}
@media screen and (max-width: 767px) {
  .h6TitleValueSlider {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h6TitleValueSlider {
    margin: 2.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h6TitleValueSlider {
    font-size: 4vw;
  }
}

.brdTitleValueSlider {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .brdTitleValueSlider {
    margin: 5.27% 0% 0% 0%;
  }
}
.brdTitleValueSlider {
  aspect-ratio: 379/1;
  width: 100%;
  background: #669b40;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .brdTitleValueSlider {
    margin-top: 19px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    aspect-ratio: 320/1;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .brdTitleValueSlider {
    margin: 5.93% 0% 0% 0%;
  }
}

.txtValueSlider {
  margin-top: 16px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .txtValueSlider {
    margin: 4.22% 0% 3.95% 0%;
  }
}
.txtValueSlider {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .txtValueSlider {
    font-size: 1.2810248199vw;
  }
}
.txtValueSlider {
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .txtValueSlider {
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .txtValueSlider {
    margin: 4.37% 0% 4.37% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtValueSlider {
    font-size: 3.4666666667vw;
  }
}

.ulValueSlider {
  margin-top: auto;
}
.liValueSlider {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 13px;
}
@media screen and (max-width: 1249px) {
  .liValueSlider {
    padding: 2.11% 3.43% 2.63% 3.43%;
  }
}
.liValueSlider {
  border-radius: 15px;
  /* CSS3草案 */
  -webkit-border-radius: 15px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px;
  /* Firefox用 */
}
.liValueSlider:nth-child(n+2) {
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liValueSlider:nth-child(n+2) {
    margin: 2.81% 0% 0% 0%;
  }
}

.iconLiValueSlider {
  margin: 0 2% 0 0;
  color: #66a13f;
}
@media screen and (max-width: 767px) {
  .iconLiValueSlider {
    width: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .iconLiValueSlider {
    width: 6.25%;
  }
}

.txtLiValueSlider {
  font-size: 14px;
}
@media screen and (max-width: 1249px) {
  .txtLiValueSlider {
    font-size: 1.1208967174vw;
  }
}
.txtLiValueSlider {
  line-height: 130%;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .txtLiValueSlider {
    line-height: 130%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLiValueSlider {
    font-size: 3.2vw;
  }
}

.arroWap {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .arroWap {
    margin-top: 1.52%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.arroWap {
  width: 103px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .arroWap {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 117px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .arroWap {
    margin-top: 4.37%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .arroWap {
    width: 36.56%;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  width: 35px;
  height: auto;
  margin-top: 0;
  aspect-ratio: 1/1;
  background: url(../img/swiper-button-prev.svg) no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    width: 40px;
  }
}
.swiper-button-prev svg {
  transition-duration: 0.5s;
  width: 100%;
  height: 100%;
  overflow: unset;
}

.swiper-button-prev:hover {
  opacity: 1;
}

.swiper-button-next {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  margin-top: 0;
  background: url(../img/swiper-button-next.svg) no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    width: 40px;
  }
}
.swiper-button-next svg {
  transition-duration: 0.5s;
  width: 100%;
  height: 100%;
  overflow: unset;
}

.swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.briefHistory {
  padding-top: 102px;
  padding-bottom: 237px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1249px) {
  .briefHistory {
    padding: 5.31% 0% 12.34% 0%;
  }
}
@media screen and (max-width: 767px) {
  .briefHistory {
    padding: 34.6% 0% 31% 0%;
  }
}

@media screen and (max-width: 767px) {
  .briefHistoryLxn {
    width: 355px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .briefHistoryLxn {
    width: 94.66%;
  }
}

.h2TitleBriefHistory {
  font-size: 26px;
}
@media screen and (max-width: 1249px) {
  .h2TitleBriefHistory {
    font-size: 2.0816653323vw;
  }
}
.h2TitleBriefHistory {
  line-height: 150%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .h2TitleBriefHistory {
    line-height: 160%;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleBriefHistory {
    font-size: 5.3333333333vw;
  }
}

.h3TitleArrowBreaf {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h3TitleArrowBreaf {
    font-size: 1.6012810248vw;
  }
}
.h3TitleArrowBreaf {
  line-height: 150%;
  letter-spacing: 0em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 23px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .h3TitleArrowBreaf {
    margin: 0% 0% 0% 1.46%;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleArrowBreaf {
    width: 100%;
    line-height: 160%;
    letter-spacing: 0em;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TitleArrowBreaf {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h3TitleArrowBreaf {
    margin: 1.4% 0% 0% 0%;
  }
}

.brdTitleBriefHistory {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .brdTitleBriefHistory {
    margin: 1.33% 0% 0% 0%;
  }
}
.brdTitleBriefHistory {
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .brdTitleBriefHistory {
    margin: 3.8% 0% 0% 0%;
  }
}

.mainBriefHistory {
  margin-top: 35px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .mainBriefHistory {
    margin: 2.22% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainBriefHistory {
    margin: 8% 0% 0% 0%;
  }
}

.secMainBriefHistoryFx {
  width: 596px;
}
@media screen and (max-width: 1249px) {
  .secMainBriefHistoryFx {
    width: 37.96%;
  }
}
@media screen and (max-width: 1249px) {
  .secMainBriefHistoryFx {
    width: 680px;
  }
}
@media screen and (max-width: 1249px) and (max-width: 1249px) {
  .secMainBriefHistoryFx {
    width: 54.4%;
  }
}
@media screen and (max-width: 767px) {
  .secMainBriefHistoryFx {
    width: 355px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secMainBriefHistoryFx {
    width: 100%;
  }
}

.h3MainBriefHistoryFx {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .h3MainBriefHistoryFx {
    font-size: 1.2810248199vw;
  }
}
.h3MainBriefHistoryFx {
  line-height: 130%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3MainBriefHistoryFx {
    line-height: 140%;
    letter-spacing: -0.009em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3MainBriefHistoryFx {
    font-size: 4vw;
  }
}

.ulMainBriefHistoryFx {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .ulMainBriefHistoryFx {
    margin: 2.54% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulMainBriefHistoryFx {
    margin: 4.35% 0% 0% 0%;
  }
}

.liMainBriefHistoryFx:nth-child(n+2) {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liMainBriefHistoryFx:nth-child(n+2) {
    margin: 1.47% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liMainBriefHistoryFx:nth-child(n+2) {
    margin: 3.02% 0% 0% 0%;
  }
}

.yearMainBriefHistoryFx {
  width: 10.82%;
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .yearMainBriefHistoryFx {
    font-size: 1.2810248199vw;
  }
}
.yearMainBriefHistoryFx {
  line-height: 130%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .yearMainBriefHistoryFx {
    width: 60px;
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .yearMainBriefHistoryFx {
    width: 16.9%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .yearMainBriefHistoryFx {
    font-size: 3.7333333333vw;
  }
}

.txtMainBriefHistoryFx {
  width: 91.17%;
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .txtMainBriefHistoryFx {
    font-size: 1.2810248199vw;
  }
}
.txtMainBriefHistoryFx {
  line-height: 130%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtMainBriefHistoryFx {
    width: 294px;
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .txtMainBriefHistoryFx {
    width: 82.81%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtMainBriefHistoryFx {
    font-size: 3.7333333333vw;
  }
}

.secMainBriefHistoryFx02 {
  width: 530px;
}
@media screen and (max-width: 1249px) {
  .secMainBriefHistoryFx02 {
    width: 33.75%;
  }
}
.secMainBriefHistoryFx02 {
  margin: 0vw 0vw 0vw 9.96875vw;
}
@media screen and (max-width: 1450px) {
  .secMainBriefHistoryFx02 {
    width: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 60px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1450px) and (max-width: 1249px) {
  .secMainBriefHistoryFx02 {
    width: 32%;
  }
}
@media screen and (max-width: 1450px) and (max-width: 1249px) {
  .secMainBriefHistoryFx02 {
    margin: 0% 0% 0% 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .secMainBriefHistoryFx02 {
    width: 355px;
    margin: 16.99% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secMainBriefHistoryFx02 {
    width: 100%;
  }
}

.ulMainBriefHistoryFx02 {
  margin-top: 31px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .ulMainBriefHistoryFx02 {
    margin: 5.84% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulMainBriefHistoryFx02 {
    margin: 1.94% 0% 0% 0%;
  }
}

.liMainBriefCompanyFx {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .liMainBriefCompanyFx {
    font-size: 1.2810248199vw;
  }
}
.liMainBriefCompanyFx {
  line-height: 130%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .liMainBriefCompanyFx {
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liMainBriefCompanyFx {
    font-size: 3.7333333333vw;
  }
}
.liMainBriefCompanyFx:nth-child(n+2) {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liMainBriefCompanyFx:nth-child(n+2) {
    margin: 2.07% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liMainBriefCompanyFx:nth-child(n+2) {
    margin: 2.4% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.special {
  margin: 0vw 0vw 0vw 0vw;
  padding: 12.091667vw 0vw 11.40625vw 0vw;
}
@media screen and (max-width: 767px) {
  .special {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 30.93% 0% 32.16% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .special {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .specialLxn {
    width: 355px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .specialLxn {
    width: 94.66%;
  }
}

.h2Special {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2Special {
    font-size: 1.6012810248vw;
  }
}
.h2Special {
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .h2Special {
    width: 330px;
    margin: auto;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h2Special {
    width: 92.95%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Special {
    font-size: 4vw;
  }
}

.h3Special {
  margin: 1.2229166667vw 0vw 0vw 0vw;
  font-size: 40px;
}
@media screen and (max-width: 1249px) {
  .h3Special {
    font-size: 3.2025620496vw;
  }
}
.h3Special {
  line-height: 150%;
  letter-spacing: -0.115em;
}
@media screen and (max-width: 767px) {
  .h3Special {
    width: 330px;
    margin-top: 3.25%;
    margin-bottom: 0%;
    margin-left: 3.5%;
    margin-right: 0;
    line-height: 160%;
    letter-spacing: -0.14em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h3Special {
    width: 92.95%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Special {
    font-size: 5.3333333333vw;
  }
}

.ulSpecial {
  margin: 2.989583vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .ulSpecial {
    margin-top: 8.04%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liSpecial {
  width: 32.48%;
  margin: 0% 0% 1.27% 0%;
  padding: 1.65% 0% 1.83% 0%;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .liSpecial {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 4.78% 0% 5.41% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .liSpecial {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.liSpecial:nth-child(3n+2) {
  margin: 0% 1.27% 1.33% 1.27%;
}
@media screen and (max-width: 767px) {
  .liSpecial:nth-child(3n+2) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .liSpecial:nth-child(3n+2) {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liSpecial:nth-child(n+2) {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .liSpecial:nth-child(n+2) {
    margin-top: 4.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liSpecialLxn {
  width: 90.19%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .liSpecialLxn {
    width: 321px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .liSpecialLxn {
    width: 90.42%;
  }
}

.photoSpecialTop {
  width: 40.21%;
}
@media screen and (max-width: 767px) {
  .photoSpecialTop {
    width: 107px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .photoSpecialTop {
    width: 33.33%;
  }
}

.secSpecialTop {
  width: 53.26%;
  margin: 7.56% 0% 0% 0%;
}
@media screen and (max-width: 1700px) {
  .secSpecialTop {
    margin: 3.26% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secSpecialTop {
    width: 62.3%;
    margin-top: 0.49%;
    margin-bottom: 0%;
    margin-left: 0;
    margin-right: 0;
  }
}

.h4SpecialTop {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .h4SpecialTop {
    font-size: 1.2810248199vw;
  }
}
.h4SpecialTop {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1700px) {
  .h4SpecialTop {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1700px) and (max-width: 1249px) {
  .h4SpecialTop {
    font-size: 0.9607686149vw;
  }
}
@media screen and (max-width: 767px) {
  .h4SpecialTop {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4SpecialTop {
    font-size: 3.7333333333vw;
  }
}

.h5SpecialTop {
  margin: 8.52% 0% 0% 0%;
  font-size: 24px;
}
@media screen and (max-width: 1249px) {
  .h5SpecialTop {
    font-size: 1.9215372298vw;
  }
}
.h5SpecialTop {
  line-height: auto0%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1700px) {
  .h5SpecialTop {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1700px) and (max-width: 1249px) {
  .h5SpecialTop {
    font-size: 1.4411529223vw;
  }
}
@media screen and (max-width: 767px) {
  .h5SpecialTop {
    margin: 6% 0% 0% 0%;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5SpecialTop {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h5SpecialTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6666666667) * 0.5em);
    content: "";
  }
  .h5SpecialTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6666666667) * 0.5em);
    content: "";
  }
}

.txtSpecialTop {
  margin: 4.34% 0% 0% 0%;
  font-size: 14px;
}
@media screen and (max-width: 1249px) {
  .txtSpecialTop {
    font-size: 1.1208967174vw;
  }
}
.txtSpecialTop {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1700px) {
  .txtSpecialTop {
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1700px) and (max-width: 1249px) {
  .txtSpecialTop {
    font-size: 0.8006405124vw;
  }
}
@media screen and (max-width: 767px) {
  .txtSpecialTop {
    margin: 4% 0% 0% 0%;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtSpecialTop {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtSpecialTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .txtSpecialTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.h3SpecialMain {
  margin: 5.27% 0% 0% 0%;
  font-size: 18px;
}
@media screen and (max-width: 1249px) {
  .h3SpecialMain {
    font-size: 1.4411529223vw;
  }
}
.h3SpecialMain {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3SpecialMain {
    margin: 3.23% 0% 0% 0%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3SpecialMain {
    font-size: 4.2666666667vw;
  }
}

.txtSpecialMain {
  margin: 1.75% 0% 0% 0%;
  font-size: 14px;
}
@media screen and (max-width: 1249px) {
  .txtSpecialMain {
    font-size: 1.1208967174vw;
  }
}
.txtSpecialMain {
  line-height: 160%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtSpecialMain {
    margin: 1.67% 0% 0% 0%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtSpecialMain {
    font-size: 3.4666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.business {
  padding-top: 231px;
  padding-bottom: 240px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1249px) {
  .business {
    padding: 12.03% 0% 12.5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .business {
    padding-top: 123px;
    padding-bottom: 120px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .business {
    padding: 32.8% 0% 32% 0%;
  }
}

@media screen and (max-width: 767px) {
  .businessLxn {
    width: 355px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .businessLxn {
    width: 94.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.h2BissinesTitle {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2BissinesTitle {
    font-size: 1.6012810248vw;
  }
}
.h2BissinesTitle {
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .h2BissinesTitle {
    width: 93.36%;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2BissinesTitle {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h2BissinesTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h2BissinesTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.h3BissinesTitle {
  margin: 1.204167vw 0vw 0vw 0vw;
  font-size: 40px;
}
@media screen and (max-width: 1249px) {
  .h3BissinesTitle {
    font-size: 3.2025620496vw;
  }
}
.h3BissinesTitle {
  line-height: 150%;
  letter-spacing: -0.115em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .h3BissinesTitle {
    margin-top: 6.46%;
    margin-bottom: 0%;
    margin-left: 3%;
    margin-right: 0;
    width: 83.36%;
    line-height: 1;
    letter-spacing: -0.14em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3BissinesTitle {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3BissinesTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h3BissinesTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bussinessCnt {
  margin: 3.09625vw 0vw 0vw 0vw;
  padding: 3.66% 0% 3.94% 0%;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .bussinessCnt {
    margin-top: 9.14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    padding-bottom: 21px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .bussinessCnt {
    padding: 4.78% 0% 5.91% 0%;
  }
}

.bussinessCntLxn {
  width: 92.99%;
  margin: auto;
}
@media screen and (max-width: 1700px) {
  .bussinessCntLxn {
    width: 95.54%;
  }
}
@media screen and (max-width: 767px) {
  .bussinessCntLxn {
    width: 321px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .bussinessCntLxn {
    width: 90.42%;
  }
}

.secBussinessCnt {
  width: 50%;
}
@media screen and (max-width: 1700px) {
  .secBussinessCnt {
    width: 52.05%;
  }
}
@media screen and (max-width: 767px) {
  .secBussinessCnt {
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 321px;
    order: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secBussinessCnt {
    margin-top: 7.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secBussinessCnt {
    width: 100%;
  }
}

.h2BussinessCnt {
  font-size: 12px;
}
@media screen and (max-width: 1249px) {
  .h2BussinessCnt {
    font-size: 0.9607686149vw;
  }
}
.h2BussinessCnt {
  line-height: auto0%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .h2BussinessCnt {
    line-height: auto0%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2BussinessCnt {
    font-size: 2.6666666667vw;
  }
}

.h3BussinessCnt {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .h3BussinessCnt {
    margin-top: 2.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h3BussinessCnt {
  font-size: 32px;
}
@media screen and (max-width: 1249px) {
  .h3BussinessCnt {
    font-size: 2.5620496397vw;
  }
}
.h3BussinessCnt {
  line-height: auto0%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1700px) {
  .h3BussinessCnt {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 1700px) and (max-width: 1249px) {
  .h3BussinessCnt {
    margin-top: 1.36%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .h3BussinessCnt {
    margin-top: 2.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: auto0%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3BussinessCnt {
    font-size: 5.3333333333vw;
  }
}

.h4BussinessCnt {
  margin-top: 47px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .h4BussinessCnt {
    margin-top: 6.43%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h4BussinessCnt {
  font-size: 22px;
}
@media screen and (max-width: 1249px) {
  .h4BussinessCnt {
    font-size: 1.7614091273vw;
  }
}
.h4BussinessCnt {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1700px) {
  .h4BussinessCnt {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: auto0%;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 1700px) and (max-width: 1249px) {
  .h4BussinessCnt {
    margin-top: 4.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1700px) and (max-width: 1249px) {
  .h4BussinessCnt {
    font-size: 1.3610888711vw;
  }
}
@media screen and (max-width: 767px) {
  .h4BussinessCnt {
    margin-top: 7.96%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4BussinessCnt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h4BussinessCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.625) * 0.5em);
    content: "";
  }
  .h4BussinessCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.625) * 0.5em);
    content: "";
  }
}

.txtBussinessCnt {
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .txtBussinessCnt {
    margin-top: 3.56%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtBussinessCnt {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .txtBussinessCnt {
    font-size: 1.2810248199vw;
  }
}
.txtBussinessCnt {
  line-height: 160%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1750px) {
  .txtBussinessCnt {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 1750px) and (max-width: 1249px) {
  .txtBussinessCnt {
    margin-top: 2.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1750px) and (max-width: 1249px) {
  .txtBussinessCnt {
    font-size: 1.0408326661vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBussinessCnt {
    margin-top: 5.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBussinessCnt {
    font-size: 3.7333333333vw;
  }
}

.secListBussinessCnt {
  margin-top: 44px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .secListBussinessCnt {
    margin-top: 6.02%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1750px) {
  .secListBussinessCnt {
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1750px) and (max-width: 1249px) {
  .secListBussinessCnt {
    margin-top: 4.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secListBussinessCnt {
    margin-top: 9.46%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h4ListBussinessCnt {
  font-size: 18px;
}
@media screen and (max-width: 1249px) {
  .h4ListBussinessCnt {
    font-size: 1.4411529223vw;
  }
}
.h4ListBussinessCnt {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1750px) {
  .h4ListBussinessCnt {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 1750px) and (max-width: 1249px) {
  .h4ListBussinessCnt {
    font-size: 1.2810248199vw;
  }
}
@media screen and (max-width: 767px) {
  .h4ListBussinessCnt {
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4ListBussinessCnt {
    font-size: 3.4666666667vw;
  }
}

.ulListBussinessCnt {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .ulListBussinessCnt {
    margin-top: 2.32%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1750px) {
  .ulListBussinessCnt {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1750px) and (max-width: 1249px) {
  .ulListBussinessCnt {
    margin-top: 1.36%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulListBussinessCnt {
    margin-top: 2.14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liListBussinessCnt {
  width: 371px;
}
@media screen and (max-width: 1249px) {
  .liListBussinessCnt {
    width: 50.82%;
  }
}
.liListBussinessCnt {
  padding-top: 7px;
  padding-bottom: 2px;
  padding-left: 13px;
  padding-right: 10px;
}
@media screen and (max-width: 1249px) {
  .liListBussinessCnt {
    padding: 0.95% 1.36% 0.27% 1.78%;
  }
}
.liListBussinessCnt {
  background: #F3F3F3;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  font-size: 15px;
}
@media screen and (max-width: 1249px) {
  .liListBussinessCnt {
    font-size: 1.2009607686vw;
  }
}
.liListBussinessCnt {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1750px) {
  .liListBussinessCnt {
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 1750px) and (max-width: 1249px) {
  .liListBussinessCnt {
    font-size: 1.0408326661vw;
  }
}
@media screen and (max-width: 1250px) {
  .liListBussinessCnt {
    width: 460px;
  }
}
@media screen and (max-width: 1250px) and (max-width: 1249px) {
  .liListBussinessCnt {
    width: 63.01%;
  }
}
@media screen and (max-width: 767px) {
  .liListBussinessCnt {
    width: 321px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 9px;
    padding-right: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    aspect-ratio: 321/29;
    border-radius: 2px;
    /* CSS3草案 */
    -webkit-border-radius: 2px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;
    /* Firefox用 */
    line-height: 2.3076923077;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .liListBussinessCnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .liListBussinessCnt {
    padding: 0% 0% 0% 2.8%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liListBussinessCnt {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .liListBussinessCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.3076923077) * 0.5em);
    content: "";
  }
  .liListBussinessCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.3076923077) * 0.5em);
    content: "";
  }
}
.liListBussinessCnt:nth-child(n+2) {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liListBussinessCnt:nth-child(n+2) {
    margin: 1.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liListBussinessCnt:nth-child(n+2) {
    margin-top: 7px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .liListBussinessCnt:nth-child(n+2) {
    margin: 2.18% 0% 0% 0%;
  }
}

.photoBussinessCntTop {
  width: 44.79%;
}
@media screen and (max-width: 767px) {
  .photoBussinessCntTop {
    order: 1;
    width: 100%;
  }
}

.ulBussinessBtm {
  margin-top: 62px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .ulBussinessBtm {
    margin-top: 4.24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulBussinessBtm {
    margin-top: 64px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .ulBussinessBtm {
    margin: 19.93% 0% 0% 0%;
  }
}

.liBussinessBtm {
  width: 28.08%;
}
@media screen and (max-width: 1750px) {
  .liBussinessBtm {
    width: 31.5%;
  }
}
@media screen and (max-width: 767px) {
  .liBussinessBtm {
    width: 100%;
  }
  .liBussinessBtm:nth-child(n+2) {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .liBussinessBtm:nth-child(n+2) {
    margin: 12.46% 0% 0% 0%;
  }
}

.h3BussinessBtm {
  margin-top: 3.9%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
@media screen and (max-width: 1249px) {
  .h3BussinessBtm {
    font-size: 1.4411529223vw;
  }
}
.h3BussinessBtm {
  line-height: 130%;
  letter-spacing: 0em;
  padding: 0% 0% 1.45% 0%;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 1750px) {
  .h3BussinessBtm {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 1750px) and (max-width: 1249px) {
  .h3BussinessBtm {
    font-size: 1.2009607686vw;
  }
}
@media screen and (max-width: 767px) {
  .h3BussinessBtm {
    line-height: 1.5625;
    letter-spacing: 0em;
    margin: 4.23% 0% 0% 0%;
    padding: 0% 0% 4.36% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3BussinessBtm {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3BussinessBtm::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5625) * 0.5em);
    content: "";
  }
  .h3BussinessBtm::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5625) * 0.5em);
    content: "";
  }
}

.h4BussinessBtm {
  margin-top: 4.14%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}
@media screen and (max-width: 1249px) {
  .h4BussinessBtm {
    font-size: 1.2009607686vw;
  }
}
.h4BussinessBtm {
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1750px) {
  .h4BussinessBtm {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 1750px) and (max-width: 1249px) {
  .h4BussinessBtm {
    font-size: 1.0408326661vw;
  }
}
@media screen and (max-width: 767px) {
  .h4BussinessBtm {
    margin: 2.98% 0% 0% 0%;
    line-height: normal;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4BussinessBtm {
    font-size: 3.7333333333vw;
  }
}

.txtBussinessBtm {
  margin-top: 2.48%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
@media screen and (max-width: 1249px) {
  .txtBussinessBtm {
    font-size: 1.1208967174vw;
  }
}
.txtBussinessBtm {
  line-height: 160%;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1750px) {
  .txtBussinessBtm {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 1750px) and (max-width: 1249px) {
  .txtBussinessBtm {
    font-size: 0.9607686149vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBussinessBtm {
    margin: 2.98% 0% 0% 0%;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBussinessBtm {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBussinessBtm::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .txtBussinessBtm::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bussinessCnt02 {
  margin: 2.4985416667vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .bussinessCnt02 {
    margin-top: 62px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .bussinessCnt02 {
    margin: 17.46% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.testIndex {
  width: 500px;
}
@media screen and (max-width: 1249px) {
  .testIndex {
    width: 41.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.testIndex {
  width: 500px;
}
@media screen and (max-width: 1249px) {
  .testIndex {
    width: 41.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.vision {
  padding: 15.46875vw 0vw 0vw 0vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .vision {
    padding-top: 25.2%;
    padding-bottom: 0%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .visionLxn {
    width: 375px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .visionLxn {
    width: 100%;
  }
}

.secVision {
  width: 680px;
}
@media screen and (max-width: 1249px) {
  .secVision {
    width: 43.31%;
  }
}
@media screen and (max-width: 1350px) {
  .secVision {
    width: 610px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1249px) {
  .secVision {
    width: 38.85%;
  }
}
@media screen and (max-width: 1249px) {
  .secVision {
    width: 700px;
  }
}
@media screen and (max-width: 1249px) and (max-width: 1249px) {
  .secVision {
    width: 44.58%;
  }
}
@media screen and (max-width: 767px) {
  .secVision {
    width: 375px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secVision {
    width: 100%;
  }
}

.h2Vision {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2Vision {
    font-size: 1.6012810248vw;
  }
}
.h2Vision {
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1249px) {
  .h2Vision {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1249px) and (max-width: 1249px) {
  .h2Vision {
    font-size: 1.4411529223vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Vision {
    line-height: 160%;
    letter-spacing: 0.05em;
    width: 330px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Vision {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h2Vision {
    width: 88%;
  }
}

.h3Vision {
  margin: 3.40125vw 0vw 0vw 0vw;
  font-size: 40px;
}
@media screen and (max-width: 1249px) {
  .h3Vision {
    font-size: 3.2025620496vw;
  }
}
.h3Vision {
  line-height: 150%;
  letter-spacing: -0.115em;
}
@media screen and (max-width: 1249px) {
  .h3Vision {
    font-size: 34px;
    line-height: 150%;
    letter-spacing: -0.115em;
  }
}
@media screen and (max-width: 1249px) and (max-width: 1249px) {
  .h3Vision {
    font-size: 2.7221777422vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Vision {
    width: 330px;
    margin-top: 1.53%;
    margin-bottom: 0%;
    margin-left: 6%;
    margin-right: 0;
    line-height: 160%;
    letter-spacing: -0.14em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h3Vision {
    width: 88%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Vision {
    font-size: 6.9333333333vw;
  }
}

.txtVision {
  margin: 1.035417vw 0vw 0vw 0vw;
  font-size: 18px;
}
@media screen and (max-width: 1249px) {
  .txtVision {
    font-size: 1.4411529223vw;
  }
}
.txtVision {
  line-height: 220%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1249px) {
  .txtVision {
    font-size: 15px;
    line-height: 220%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1249px) and (max-width: 1249px) {
  .txtVision {
    font-size: 1.2009607686vw;
  }
}
@media screen and (max-width: 767px) {
  .txtVision {
    width: 330px;
    margin-top: 6.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .txtVision {
    width: 88%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtVision {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .photoVisionSp {
    width: 375px;
    margin-top: 21.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .photoVisionSp {
    width: 100%;
  }
}

.h4Vision {
  margin: 8.458333vw 0vw 0vw 0vw;
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h4Vision {
    font-size: 1.6012810248vw;
  }
}
.h4Vision {
  line-height: auto0%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1249px) {
  .h4Vision {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1249px) and (max-width: 1249px) {
  .h4Vision {
    font-size: 1.4411529223vw;
  }
}
@media screen and (max-width: 767px) {
  .h4Vision {
    width: 330px;
    margin-top: 65px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 100%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h4Vision {
    width: 88%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h4Vision {
    margin-top: 17.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4Vision {
    font-size: 4vw;
  }
}

.ulVision {
  margin: 1.6145833333vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .ulVision {
    width: 330px;
    margin-top: 10.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .ulVision {
    width: 88%;
  }
}

.liVision {
  padding: 1.875vw 0vw 1.875vw 0vw;
  border-bottom: 1px solid #A2A2A2;
}
@media screen and (max-width: 767px) {
  .liVision {
    padding: 7.87% 0% 4.05% 0%;
  }
}
.liVision:nth-child(n+2) {
  margin: 0.985833vw 0vw 0vw 0vw;
}

.h5Vision {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .h5Vision {
    font-size: 1.2810248199vw;
  }
}
.h5Vision {
  line-height: auto0%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1249px) {
  .h5Vision {
    font-size: 14px;
    line-height: auto0%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1249px) and (max-width: 1249px) {
  .h5Vision {
    font-size: 1.1208967174vw;
  }
}
@media screen and (max-width: 767px) {
  .h5Vision {
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5Vision {
    font-size: 3.2vw;
  }
}

.txtLiVison {
  margin: 1.38375vw 0vw 0vw 0vw;
  font-size: 24px;
}
@media screen and (max-width: 1249px) {
  .txtLiVison {
    font-size: 1.9215372298vw;
  }
}
.txtLiVison {
  line-height: auto0%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1249px) {
  .txtLiVison {
    font-size: 20px;
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1249px) and (max-width: 1249px) {
  .txtLiVison {
    font-size: 1.6012810248vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLiVison {
    margin-top: 2.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLiVison {
    font-size: 4.2666666667vw;
  }
}

.photoVisionlxn {
  width: 716px;
}
@media screen and (max-width: 1249px) {
  .photoVisionlxn {
    width: 45.6%;
  }
}
.photoVisionlxn {
  position: relative;
}
@media screen and (max-width: 1700px) {
  .photoVisionlxn {
    width: 592px;
  }
}
@media screen and (max-width: 1700px) and (max-width: 1249px) {
  .photoVisionlxn {
    width: 37.7%;
  }
}
@media screen and (max-width: 1350px) {
  .photoVisionlxn {
    width: 39.4904458599vw;
  }
  .photoVisionlxn img {
    max-width: 620px;
  }
}
@media screen and (max-width: 767px) {
  .photoVisionlxn {
    display: none;
  }
}

.photoVision {
  position: absolute;
  width: 46.40625vw;
}
.photoVision img {
  max-width: 891px;
}
.photoVision {
  left: 0;
  top: 0;
}
.photoVision img {
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .photoVision {
    width: 46.40625vw;
  }
  .photoVision img {
    max-width: 891px;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.brandMessage {
  margin: 9.8958333333vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .brandMessage {
    margin-top: 51.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .brandMessageLxn {
    width: 89.16%;
  }
}

.secBrandMessage {
  width: 43.5%;
}
@media screen and (max-width: 1350px) {
  .secBrandMessage {
    width: 600px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1249px) {
  .secBrandMessage {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .secBrandMessage {
    width: 328px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secBrandMessage {
    width: 100%;
  }
}

.h2TitleBrandMessage {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2TitleBrandMessage {
    font-size: 1.6012810248vw;
  }
}
.h2TitleBrandMessage {
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .h2TitleBrandMessage {
    line-height: normal;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleBrandMessage {
    font-size: 5.3333333333vw;
  }
}

.h3TitleBrandMessage {
  font-size: 13px;
}
@media screen and (max-width: 1249px) {
  .h3TitleBrandMessage {
    font-size: 1.0408326661vw;
  }
}
.h3TitleBrandMessage {
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .h3TitleBrandMessage {
    margin: 0% 0% 0% 2.92%;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleBrandMessage {
    line-height: 1.3076923077;
    letter-spacing: 0em;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 21px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TitleBrandMessage {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleBrandMessage::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3076923077) * 0.5em);
    content: "";
  }
  .h3TitleBrandMessage::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3076923077) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h3TitleBrandMessage {
    margin: 0% 0% 0% 6.4%;
  }
}

.h4TitleBrandMessage {
  font-size: 22px;
}
@media screen and (max-width: 1249px) {
  .h4TitleBrandMessage {
    font-size: 1.7614091273vw;
  }
}
.h4TitleBrandMessage {
  line-height: auto0%;
  letter-spacing: 0em;
  margin-top: 47px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .h4TitleBrandMessage {
    margin: 6.88% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h4TitleBrandMessage {
    line-height: normal;
    letter-spacing: 0em;
    margin-top: 29px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4TitleBrandMessage {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h4TitleBrandMessage {
    margin: 8.84% 0% 0% 0%;
  }
}

.txtBrandMessage {
  font-size: 14px;
}
@media screen and (max-width: 1249px) {
  .txtBrandMessage {
    font-size: 1.1208967174vw;
  }
}
.txtBrandMessage {
  line-height: 160%;
  line-height: 1.7142857143;
}
.txtBrandMessage::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7142857143) * 0.5em);
  content: "";
}
.txtBrandMessage::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7142857143) * 0.5em);
  content: "";
}
.txtBrandMessage {
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .txtBrandMessage {
    margin: 3.22% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtBrandMessage {
    line-height: 1.5714285714;
    letter-spacing: 0em;
    margin: 7.09% auto 0% auto;
    width: 98.5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBrandMessage {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBrandMessage::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .txtBrandMessage::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

.picBrandMessage {
  width: 39.8%;
  transform: translate(2%, 16%);
}
@media screen and (max-width: 1350px) {
  .picBrandMessage {
    width: 500px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1249px) {
  .picBrandMessage {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .picBrandMessage {
    margin: 14.4% 0% 0% 0%;
    width: 97%;
    transform: translate(0, 0);
  }
}
.picBrandMessage img {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.company {
  margin: 12.42125vw 0vw 0vw 0vw;
  border-top: 1px solid #d9d9d9;
  padding: 11.9479166667vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .company {
    margin-top: 31.13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 32% 0% 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .companyLxn {
    width: 87.5%;
    margin: auto;
  }
}

.h2Company {
  width: 29.93%;
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2Company {
    font-size: 1.6012810248vw;
  }
}
.h2Company {
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .h2Company {
    width: 330px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 0 1%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h2Company {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Company {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Company::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h2Company::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.ulCompany {
  width: 61.14%;
}
@media screen and (max-width: 767px) {
  .ulCompany {
    width: 330px;
    margin-top: 16.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .ulCompany {
    width: 100%;
  }
}

.liCompany {
  padding-top: 0px;
  padding-bottom: 28px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liCompany {
    padding: 0% 0% 2.91% 0%;
  }
}
.liCompany {
  border-bottom: 1px solid #d9d9d9;
}
.liCompany:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .liCompany {
    padding: 0% 0% 11.48% 0%;
  }
}
.liCompany:nth-child(n+2) {
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liCompany:nth-child(n+2) {
    margin: 2.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liCompany:nth-child(n+2) {
    margin: 8.35% 0% 0% 0%;
  }
}

.h3Company {
  width: 18.2%;
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h3Company {
    font-size: 1.6012810248vw;
  }
}
.h3Company {
  line-height: 200%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3Company {
    width: 62px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
    padding: 0 0 0 1%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .h3Company {
    width: 18.78%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Company {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Company::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.1428571429) * 0.5em);
    content: "";
  }
  .h3Company::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.1428571429) * 0.5em);
    content: "";
  }
}

.txtCompany {
  width: 76.5%;
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .txtCompany {
    font-size: 1.6012810248vw;
  }
}
.txtCompany {
  line-height: 200%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtCompany {
    width: 260px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .txtCompany {
    width: 78.78%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCompany {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCompany::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.1428571429) * 0.5em);
    content: "";
  }
  .txtCompany::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.1428571429) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.contact {
  margin: 8.4375vw 0vw 0vw 0vw;
  padding: 13.8583333333vw 0vw 10.88125vw 0vw;
  background: url(../img/contactPc.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 35.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 29.4% 0% 13.6% 0%;
    background: url(../img/contactSp.png) no-repeat center center;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {
  .contactLxn {
    width: 330px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .contactLxn {
    width: 88%;
  }
}

.secContact {
  width: 880px;
}
@media screen and (max-width: 1249px) {
  .secContact {
    width: 56.05%;
  }
}
@media screen and (max-width: 1400px) {
  .secContact {
    width: 800px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1249px) {
  .secContact {
    width: 50.95%;
  }
}
@media screen and (max-width: 1249px) {
  .secContact {
    width: 67.13%;
  }
}
@media screen and (max-width: 767px) {
  .secContact {
    width: 330px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secContact {
    width: 100%;
  }
}

.h2Contact {
  font-size: 24px;
}
@media screen and (max-width: 1249px) {
  .h2Contact {
    font-size: 1.9215372298vw;
  }
}
.h2Contact {
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .h2Contact {
    line-height: 150%;
    letter-spacing: 0.1em;
    margin: 0 0 0 1%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Contact {
    font-size: 6.4vw;
  }
}

.h3Contact {
  margin-top: -1px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .h3Contact {
    margin: -0.1% 0% 0% 0%;
  }
}
.h3Contact {
  font-size: 40px;
}
@media screen and (max-width: 1249px) {
  .h3Contact {
    font-size: 3.2025620496vw;
  }
}
.h3Contact {
  line-height: normal;
  letter-spacing: -0.14em;
}
@media screen and (max-width: 1450px) {
  .h3Contact {
    font-size: 36px;
    line-height: 150%;
    letter-spacing: -0.14em;
  }
}
@media screen and (max-width: 1450px) and (max-width: 1249px) {
  .h3Contact {
    font-size: 2.8823058447vw;
  }
}
@media screen and (max-width: 1249px) {
  .h3Contact {
    font-size: 2.6823058447vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Contact {
    margin: 6.27% 0% 0% 1%;
    line-height: 150%;
    letter-spacing: -0.14em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Contact {
    font-size: 5.8666666667vw;
  }
}

.rubyContact {
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .rubyContact {
    margin: 2.54% 0% 0% 0%;
  }
}
.rubyContact {
  font-size: 24px;
}
@media screen and (max-width: 1249px) {
  .rubyContact {
    font-size: 1.9215372298vw;
  }
}
.rubyContact {
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .rubyContact {
    margin: 4.09% 0% 0% 1%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyContact {
    font-size: 3.7333333333vw;
  }
}

.h4Contact {
  margin-top: 159px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .h4Contact {
    margin: 14.45% 0% 0% 0%;
  }
}
.h4Contact {
  font-size: 18px;
}
@media screen and (max-width: 1249px) {
  .h4Contact {
    font-size: 1.4411529223vw;
  }
}
.h4Contact {
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h4Contact {
    margin: 24.24% 0% 0% 1%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4Contact {
    font-size: 3.7333333333vw;
  }
}

.txtContact {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .txtContact {
    margin: 2.72% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtContact {
    margin: 3.15% 0% 0% 1%;
  }
}

.liTxtContact {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  .liTxtContact {
    font-size: 1.2810248199vw;
  }
}
.liTxtContact {
  line-height: 1;
}
.liTxtContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.liTxtContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
.liTxtContact {
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .liTxtContact {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liTxtContact {
    font-size: 3.7333333333vw;
  }
}
.liTxtContact:nth-child(n+2) {
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liTxtContact:nth-child(n+2) {
    margin: 2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liTxtContact:nth-child(n+2) {
    margin: 2.85% 0% 0% 0%;
  }
}

.ctaContactCta {
  width: 361px;
}
@media screen and (max-width: 1249px) {
  .ctaContactCta {
    width: 32.81%;
  }
}
.ctaContactCta {
  margin: 3% 0 0 0;
}
@media screen and (max-width: 1400px) {
  .ctaContactCta {
    width: 420px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1249px) {
  .ctaContactCta {
    width: 26.75%;
  }
}
@media screen and (max-width: 1350px) {
  .ctaContactCta {
    width: 310px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1249px) {
  .ctaContactCta {
    width: 19.74%;
  }
}
@media screen and (max-width: 1249px) {
  .ctaContactCta {
    width: 31.01%;
  }
}
@media screen and (max-width: 767px) {
  .ctaContactCta {
    margin-top: 9.21%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .ctaContactCta {
    width: 90.9%;
  }
}

.liContactCta:nth-child(n+2) {
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liContactCta:nth-child(n+2) {
    margin: 7.75% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liContactCta:nth-child(n+2) {
    margin: 5.84% 0% 0% 0%;
  }
}

.btnContactCta {
  aspect-ratio: 361/72;
  border-radius: 60px;
  /* CSS3草案 */
  -webkit-border-radius: 60px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 60px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .btnContactCta {
    aspect-ratio: 300/60;
  }
}

.secContactCta {
  width: 341px;
}
@media screen and (max-width: 1249px) {
  .secContactCta {
    width: 94.45%;
  }
}
.secContactCta {
  background: url(../img/btnContactCta.svg) no-repeat;
  background-position: 94% center;
  background-size: auto 34%;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .secContactCta {
    background: url(../img/btnContactCta.svg) no-repeat 100% center;
    background-size: auto 33%;
    width: 266px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .secContactCta {
    width: 88.66%;
  }
}

.h2ContactCta {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .h2ContactCta {
    font-size: 1.6012810248vw;
  }
}
.h2ContactCta {
  line-height: 130%;
  letter-spacing: 0em;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .h2ContactCta {
    line-height: normal;
    letter-spacing: 0em;
    transform: translate(-2%, 16%);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ContactCta {
    font-size: 4.2666666667vw;
  }
}

.rubyContactCta {
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .rubyContactCta {
    margin: 0.29% 0% 0% 0%;
  }
}
.rubyContactCta {
  font-size: 14px;
}
@media screen and (max-width: 1249px) {
  .rubyContactCta {
    font-size: 1.1208967174vw;
  }
}
.rubyContactCta {
  line-height: 150%;
  letter-spacing: 0em;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .rubyContactCta {
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .rubyContactCta {
    margin: 1.12% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyContactCta {
    font-size: 3.2vw;
  }
}

.txtContactCta {
  width: 341px;
}
@media screen and (max-width: 1249px) {
  .txtContactCta {
    width: 94.45%;
  }
}
.txtContactCta {
  background: url(../img/btnContactCta02.svg) no-repeat;
  background-position: 94% center;
  background-size: auto 63%;
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .txtContactCta {
    font-size: 1.6012810248vw;
  }
}
.txtContactCta {
  line-height: 130%;
  letter-spacing: 0em;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .txtContactCta {
    margin: 0% 0% 0% -3%;
    background: url(../img/btnContactCta02.svg) no-repeat 99% center;
    background-size: auto 60%;
    line-height: normal;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtContactCta {
    font-size: 4.2666666667vw;
  }
}

.btnContactCta:hover {
  opacity: 1;
}
.btnContactCta:hover .h2ContactCta {
  letter-spacing: 0.05em;
}
.btnContactCta:hover .rubyContactCta {
  letter-spacing: 0.05em;
}
.btnContactCta:hover .secContactCta {
  background-position: 95% center;
}
@media screen and (max-width: 767px) {
  .btnContactCta:hover .secContactCta {
    background-position: 100% center;
  }
}
.btnContactCta:hover .txtContactCta {
  letter-spacing: 0.05em;
  background-position: 95% center;
}
@media screen and (max-width: 767px) {
  .btnContactCta:hover .txtContactCta {
    background-position: 99% center;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footer {
  padding-top: 105px;
  padding-bottom: 43px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1249px) {
  .footer {
    padding: 5.46% 0% 2.23% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 54px;
    padding-bottom: 36px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .footer {
    padding: 14.4% 0% 9.6% 0%;
  }
}

@media screen and (max-width: 767px) {
  .footerLxn {
    width: 330px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .footerLxn {
    width: 88%;
  }
}

.logoFoter {
  width: 144.54px;
}
@media screen and (max-width: 1249px) {
  .logoFoter {
    width: 9.2%;
  }
}
@media screen and (max-width: 767px) {
  .logoFoter {
    width: 144px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .logoFoter {
    width: 43.63%;
  }
}
.logoFoter img {
  width: 100%;
  height: auto;
}

.navFooter {
  width: 823px;
}
@media screen and (max-width: 1249px) {
  .navFooter {
    width: 52.42%;
  }
}
.navFooter {
  margin: 2% 0 0 0px;
}
@media screen and (max-width: 1249px) {
  .navFooter {
    width: 72.16%;
  }
}
@media screen and (max-width: 767px) {
  .navFooter {
    width: 330px;
    margin-top: 19.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1249px) {
  .navFooter {
    width: 100%;
  }
}

.liNavFooter {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .liNavFooter {
    font-size: 1.6012810248vw;
  }
}
.liNavFooter {
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .liNavFooter {
    line-height: normal;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liNavFooter {
    font-size: 4vw;
  }
}

.liNavFooter01 {
  width: 160px;
}
@media screen and (max-width: 1249px) {
  .liNavFooter01 {
    width: 19.53%;
  }
}
.liNavFooter01 {
  margin-top: 0px;
  margin-bottom: 34px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liNavFooter01 {
    margin: 0% 0% 4.15% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liNavFooter01 {
    width: 42%;
    margin: 0% 0% 7.78% 0%;
  }
}

.liNavFooter02 {
  width: 230px;
}
@media screen and (max-width: 1249px) {
  .liNavFooter02 {
    width: 28.08%;
  }
}
.liNavFooter02 {
  margin-top: 0px;
  margin-bottom: 34px;
  margin-left: 46px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liNavFooter02 {
    margin: 0% 0% 4.15% 5.61%;
  }
}
@media screen and (max-width: 767px) {
  .liNavFooter02 {
    width: 42%;
    margin: 0% 0% 7.28% 0%;
  }
}

.liNavFooter03 {
  width: 135px;
}
@media screen and (max-width: 1249px) {
  .liNavFooter03 {
    width: 16.48%;
  }
}
.liNavFooter03 {
  margin-top: 0px;
  margin-bottom: 34px;
  margin-left: 46px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liNavFooter03 {
    margin: 0% 0% 4.15% 5.61%;
  }
}
@media screen and (max-width: 767px) {
  .liNavFooter03 {
    width: 42%;
    margin: 0% 0% 7.78% 0%;
  }
}

.liNavFooter04 {
  width: 156px;
}
@media screen and (max-width: 1249px) {
  .liNavFooter04 {
    width: 19.04%;
  }
}
.liNavFooter04 {
  margin-top: 0px;
  margin-bottom: 34px;
  margin-left: 46px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .liNavFooter04 {
    margin: 0% 0% 4.15% 5.61%;
  }
}
@media screen and (max-width: 767px) {
  .liNavFooter04 {
    width: 42%;
    margin: 0% 0% 7.78% 0%;
  }
}

@media screen and (max-width: 767px) {
  .liNavFooter05 {
    width: 50%;
    margin: 0% 0% 7.28% 0%;
  }
}

.copy {
  text-align: left;
  font-size: 12px;
}
@media screen and (max-width: 1249px) {
  .copy {
    font-size: 0.9607686149vw;
  }
}
.copy {
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: -2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1249px) {
  .copy {
    margin: -0.13% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .copy {
    text-align: center;
    line-height: 180%;
    letter-spacing: 0.07em;
    margin: 5.06% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .copy {
    font-size: 3.2vw;
  }
}

.pcFixedBtn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 2;
  width: 325px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.pcFixedBtn.is-show {
  opacity: 1;
  pointer-events: auto;
}

.ctaPcFixedBtnFxc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.liCtaPcFixedBtnFxc {
  width: 256px;
}
@media screen and (max-width: 1249px) {
  .liCtaPcFixedBtnFxc {
    width: 78.76%;
  }
}

.btnCtaPcFixedBtnFxc {
  width: 100%;
  border-radius: 60px;
  /* CSS3草案 */
  -webkit-border-radius: 60px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 60px;
  /* Firefox用 */
  aspect-ratio: 334/72;
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .btnCtaPcFixedBtnFxc {
    font-size: 1.6012810248vw;
  }
}
.btnCtaPcFixedBtnFxc {
  background: #669b40;
}
@media screen and (max-width: 767px) {
  .btnCtaPcFixedBtnFxc {
    border-radius: 60px;
    /* CSS3草案 */
    -webkit-border-radius: 60px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 60px;
    /* Firefox用 */
    aspect-ratio: 160/39;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnCtaPcFixedBtnFxc {
    font-size: 3.7333333333vw;
  }
}

.txtCtaPcFixedBtnFxc {
  font-size: 20px;
}
@media screen and (max-width: 1249px) {
  .txtCtaPcFixedBtnFxc {
    font-size: 1.6012810248vw;
  }
}
.txtCtaPcFixedBtnFxc {
  line-height: 130%;
  letter-spacing: 0em;
  transition-duration: 0.5s;
}

.btnCtaPcFixedBtnFxc:hover {
  opacity: 1;
}
.btnCtaPcFixedBtnFxc:hover .txtCtaPcFixedBtnFxc {
  letter-spacing: 0.15em;
}

.liTopCtaFixedBtnFxc {
  width: 60px;
}
@media screen and (max-width: 1249px) {
  .liTopCtaFixedBtnFxc {
    width: 18.46%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.spFixedFooter {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

.ulFixedFooter {
  width: 100%;
}

.liFixedFooter01 {
  width: 169px;
}
@media screen and (max-width: 1249px) {
  .liFixedFooter01 {
    width: 45.06%;
  }
}

.btnFixedFooter01 {
  aspect-ratio: 169/37;
}
@media screen and (max-width: 767px) {
  .btnFixedFooter01 {
    font-size: 3.4666666667vw;
  }
}
.btnFixedFooter01 {
  line-height: normal;
  letter-spacing: 0em;
}

.liFixedFooter02 {
  width: 169px;
}
@media screen and (max-width: 1249px) {
  .liFixedFooter02 {
    width: 45.06%;
  }
}

.btnFixedFooter02 {
  aspect-ratio: 169/37;
}
@media screen and (max-width: 767px) {
  .btnFixedFooter02 {
    font-size: 3.4666666667vw;
  }
}
.btnFixedFooter02 {
  line-height: normal;
  letter-spacing: 0em;
}

.liFixedFooter03 {
  width: 37px;
}
@media screen and (max-width: 1249px) {
  .liFixedFooter03 {
    width: 9.86%;
  }
}

.btnLiFixedFooter03 {
  aspect-ratio: 37/37;
}
.btnLiFixedFooter03 img {
  width: 23.45px;
}
@media screen and (max-width: 1249px) {
  .btnLiFixedFooter03 img {
    width: 63.37%;
  }
}

/* ==========================================================================
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
*/
.cl_1D1D1F {
  color: #1D1D1F;
}

.cl_2C2C2C {
  color: #2C2C2C;
}

.cl_fff {
  color: #fff;
}

.cl_669B40 {
  color: #669B40;
}

.cl_000 {
  color: #000;
}

.cl_4B4A4A {
  color: #4B4A4A;
}

.cl_A2A2A2 {
  color: #A2A2A2;
}

.bg_6C8958 {
  background: #6C8958;
}

.bg_669B40 {
  background: #669B40;
}

.bg_E5E5E5 {
  background: #E5E5E5;
}

.bg_F5F5F5 {
  background: #F5F5F5;
}

.bg_fff {
  background: #fff;
}

.undernone {
  text-decoration: none;
}

.c_pointer {
  cursor: pointer;
}

.txtset {
  leading-trim: both;
  text-edge: cap;
}

.ovnone {
  overflow: hidden;
}

.underline {
  text-decoration: underline;
}

.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;
  }
}
.jstitleFlow {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-clip-path 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.show {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/** 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 */