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

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

body {
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

.fw_0 {
  font-weight: 0;
}

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

.fw_100 {
  font-weight: 100;
}

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

.fw_200 {
  font-weight: 200;
}

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

.fw_300 {
  font-weight: 300;
}

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

.fw_400 {
  font-weight: 400;
}

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

.fw_500 {
  font-weight: 500;
}

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

.fw_600 {
  font-weight: 600;
}

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

.fw_700 {
  font-weight: 700;
}

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

.fw_800 {
  font-weight: 800;
}

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

.fw_900 {
  font-weight: 900;
}

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

.fw_1000 {
  font-weight: 1000;
}

.ovhidden {
  overflow: hidden;
}

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

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

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

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

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

.j_center {
  justify-content: center;
}

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

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

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

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

.ali_center {
  align-items: center;
}

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

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

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

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

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

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

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

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: "Zen Maru Gothic", serif;
  color: #323232;
  font-weight: 400;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

.t_center {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.test {
  letter-spacing: 0.06em;
  text-indent: -0.06em;
  font-size: 12px;
}
@media screen and (max-width: 1334px) {
  .test {
    font-size: 0.8995502249vw;
  }
}
@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
========================================================================== */
.base_header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9;
}

.headerPc {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 24px;
  padding-right: 26px;
}
@media screen and (max-width: 1334px) {
  .headerPc {
    padding: 0.93% 1.35% 0.93% 1.25%;
  }
}

.navHeaderPc {
  width: 1010px;
}
@media screen and (max-width: 1334px) {
  .navHeaderPc {
    width: 54.15%;
  }
}
@media screen and (max-width: 1400px) {
  .navHeaderPc {
    width: 70.15%;
  }
}

.logoHeaderPc {
  width: 313px;
}
@media screen and (max-width: 1334px) {
  .logoHeaderPc {
    width: 30.99%;
  }
}
@media screen and (max-width: 1334px) {
  .logoHeaderPc {
    width: 23.15%;
  }
}

.ulNavHeaderPc {
  width: 646px;
}
@media screen and (max-width: 1334px) {
  .ulNavHeaderPc {
    width: 63.96%;
  }
}

.liNavHeaderPc {
  border-left: 1px solid #CA5D5F;
}

.liNavHeaderPc01 {
  width: 274px;
}
@media screen and (max-width: 1334px) {
  .liNavHeaderPc01 {
    width: 42.41%;
  }
}

.liNavHeaderPc02 {
  width: 374px;
}
@media screen and (max-width: 1334px) {
  .liNavHeaderPc02 {
    width: 57.89%;
  }
}

.btnNavHeaderPc {
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
@media screen and (max-width: 1334px) {
  .btnNavHeaderPc {
    padding: 0.92% 0% 0.61% 0%;
  }
}

.txtBtnNavHeaderPc {
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
  display: block;
}
@media screen and (max-width: 1334px) {
  .txtBtnNavHeaderPc {
    font-size: 1.3493253373vw;
  }
}

.iconBtnNavHeaderPc {
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 11px;
}
@media screen and (max-width: 1334px) {
  .iconBtnNavHeaderPc {
    margin-top: 1.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .iconBtnNavHeaderPc {
    width: 1.7%;
  }
}

.btnBookenHeader {
  padding-top: 13px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  width: 320px;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  color: #FFF;
  background: #DC4B22;
  font-weight: 700;
}
@media screen and (max-width: 1334px) {
  .btnBookenHeader {
    padding: 1.28% 0% 1.78% 0%;
  }
}
@media screen and (max-width: 1334px) {
  .btnBookenHeader {
    width: 31.68%;
  }
}
.btnBookenHeader:hover {
  background: #FFEA01;
  opacity: 1;
  color: #DC4B22;
}

.iconBookenHeader {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 33px;
  padding-right: 0px;
  display: block;
  background: url(../img/iconBookenHeader.svg) no-repeat 7.5% center;
  background-size: auto 98%;
  font-size: 23px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1334px) {
  .iconBookenHeader {
    padding: 0% 0% 0% 10.31%;
  }
}
@media screen and (max-width: 1334px) {
  .iconBookenHeader {
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 1400px) {
  .iconBookenHeader {
    background: url(../img/iconBookenHeader.svg) no-repeat 3.5% center;
    background-size: auto 98%;
  }
}
@media screen and (max-width: 1334px) {
  .iconBookenHeader {
    padding: 0% 0% 0% 15.62%;
    background: url(../img/iconBookenHeader.svg) no-repeat 7% center;
    background-size: auto 100%;
  }
}

.btnBookenHeader:hover .iconBookenHeader {
  background: url(../img/iconBookenHeaderOn.svg) no-repeat 7.5% center;
  background-size: auto 98%;
}
@media screen and (max-width: 1334px) {
  .btnBookenHeader:hover .iconBookenHeader {
    background: url(../img/iconBookenHeaderOn.svg) no-repeat 7% center;
    background-size: auto 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.headerSpTop {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1334px) {
  .headerSpTop {
    padding: 1.86% 0% 1.86% 0%;
  }
}

.headerSpTopFx {
  width: 354px;
  margin: 0 2% 0 auto;
}
@media screen and (max-width: 1334px) {
  .headerSpTopFx {
    width: 94.4%;
  }
}

.logoHeaderSp {
  width: 204px;
}
@media screen and (max-width: 1334px) {
  .logoHeaderSp {
    width: 57.62%;
  }
}

.btnHeaderSp {
  width: 56px;
  cursor: pointer;
}

.btnHeaderSp.off .btnHeaderSpOff {
  display: block;
}
.btnHeaderSp.off .btnHeaderSpOn {
  display: none;
}

.btnHeaderSp.on .btnHeaderSpOff {
  display: none;
}
.btnHeaderSp.on .btnHeaderSpOn {
  display: block;
}

.headerSpMenu {
  position: absolute;
  width: 100%;
  background: #FFF;
  padding-top: 32px;
  padding-bottom: 66px;
  padding-left: 0px;
  padding-right: 0px;
  display: none;
}
@media screen and (max-width: 1334px) {
  .headerSpMenu {
    padding: 8.53% 0% 17.6% 0%;
  }
}

.liHeaderSpMenu {
  border-top: 1px solid #CA5D5F;
}
.liHeaderSpMenu:last-child {
  border-bottom: 1px solid #CA5D5F;
}

.btnNavHeaderSp {
  padding: 7.73% 0% 10.6% 0%;
}

.txtBtnNavHeaderSp {
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txtBtnNavHeaderSp {
    font-size: 4.8vw;
  }
}

.btnBookenHeaderSp {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.46% 0% 4.5% 0%;
  width: 320px;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  color: #FFF;
  background: #DC4B22;
}
@media screen and (max-width: 1334px) {
  .btnBookenHeaderSp {
    margin-top: 8.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .btnBookenHeaderSp {
    width: 85.33%;
  }
}

.iconBookenHeaderSp {
  padding: 0% 0% 0% 10.62%;
  display: block;
  background: url(../img/iconBookenHeader.svg) no-repeat 8% center;
  background-size: auto 100%;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 767px) {
  .iconBookenHeaderSp {
    font-size: 6.1333333333vw;
  }
}

.txtlastBookenHeaderSp {
  margin-top: 53px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtlastBookenHeaderSp {
    margin-top: 14.13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtlastBookenHeaderSp {
    font-size: 4vw;
  }
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.about {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1334px) {
  .about {
    padding: 1.56% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 67px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .about {
    padding: 17.86% 0% 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .aboutWap {
    width: 343px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .aboutWap {
    width: 91.46%;
  }
}

.aboutLxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .aboutLxn {
    width: 89.88%;
  }
}
@media screen and (max-width: 767px) {
  .aboutLxn {
    width: 100%;
  }
}

.h1AboutTitle {
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .h1AboutTitle {
    font-size: 2.9985007496vw;
  }
}
@media screen and (max-width: 767px) {
  .h1AboutTitle {
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1AboutTitle {
    font-size: 7.7333333333vw;
  }
}

.h2AboutTitle {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 774px;
}
@media screen and (max-width: 1334px) {
  .h2AboutTitle {
    margin-top: 1.04%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .h2AboutTitle {
    width: 57.97%;
  }
}
@media screen and (max-width: 767px) {
  .h2AboutTitle {
    margin-top: 13px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 83.59%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .h2AboutTitle {
    margin-top: 3.79%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.aboutTop {
  margin-top: 59px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .aboutTop {
    margin-top: 4.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .aboutTop {
    margin-top: 8.99%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secAboutTop {
  width: 600px;
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1334px) {
  .secAboutTop {
    width: 50%;
  }
}
@media screen and (max-width: 1334px) {
  .secAboutTop {
    margin: 1.16% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secAboutTop {
    width: 343px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .secAboutTop {
    width: 100%;
  }
}

.txtAboutTop {
  font-size: 21px;
  line-height: 1.9047619048;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtAboutTop {
    font-size: 1.5742128936vw;
  }
}
.txtAboutTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.9047619048) * 0.5em);
  content: "";
}
.txtAboutTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.9047619048) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtAboutTop {
    line-height: 1.8823529412;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAboutTop {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAboutTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8823529412) * 0.5em);
    content: "";
  }
  .txtAboutTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8823529412) * 0.5em);
    content: "";
  }
}

.txtAboutTop span {
  font-weight: 700;
}

.photoAboutTop {
  width: 530px;
}
@media screen and (max-width: 1334px) {
  .photoAboutTop {
    width: 44.16%;
  }
}
@media screen and (max-width: 767px) {
  .photoAboutTop {
    margin-top: 11.32%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 343px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .photoAboutTop {
    width: 100%;
  }
}

.aboutBtm {
  margin-top: 91px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .aboutBtm {
    margin-top: 7.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .aboutBtm {
    margin-top: 16.32%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.photoAboutBtms {
  width: 600px;
}
@media screen and (max-width: 1334px) {
  .photoAboutBtms {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .photoAboutBtms {
    width: 343px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .photoAboutBtms {
    width: 100%;
  }
}

.rubyAboutBtms {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .rubyAboutBtms {
    margin-top: 2.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .rubyAboutBtms {
    font-size: 0.8995502249vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyAboutBtms {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyAboutBtms {
    font-size: 2.6666666667vw;
  }
}

.secAboutBtm {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 530px;
}
@media screen and (max-width: 1334px) {
  .secAboutBtm {
    margin: 0.83% 0% 0% 0%;
  }
}
@media screen and (max-width: 1334px) {
  .secAboutBtm {
    width: 44.16%;
  }
}
@media screen and (max-width: 767px) {
  .secAboutBtm {
    margin-top: 11.32%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.lastAboutBx {
  margin-top: 86px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .lastAboutBx {
    margin-top: 4.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .lastAboutBx {
    margin-top: 9.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtAboutBtm {
  font-size: 21px;
  line-height: 1.9047619048;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtAboutBtm {
    font-size: 1.5742128936vw;
  }
}
.txtAboutBtm::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.9047619048) * 0.5em);
  content: "";
}
.txtAboutBtm::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.9047619048) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtAboutBtm {
    line-height: 1.8823529412;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAboutBtm {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAboutBtm::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8823529412) * 0.5em);
    content: "";
  }
  .txtAboutBtm::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8823529412) * 0.5em);
    content: "";
  }
}

.photoSecAboutBtm {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1334px) {
  .photoSecAboutBtm {
    margin-top: 4.52%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .photoSecAboutBtm {
    margin-top: 20%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 343px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .photoSecAboutBtm {
    width: 100%;
  }
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.point {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1334px) {
  .point {
    padding: 0.52% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .point {
    padding-top: 31px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .point {
    padding: 8.26% 0% 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .pointD01Wap {
    width: 343px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .pointD01Wap {
    width: 91.46%;
  }
}

.pointD01Lxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .pointD01Lxn {
    width: 89.88%;
  }
}
@media screen and (max-width: 767px) {
  .pointD01Lxn {
    width: 100%;
  }
}

.titlePointD01 {
  width: 933px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .titlePointD01 {
    width: 77.75%;
  }
}
@media screen and (max-width: 767px) {
  .titlePointD01 {
    width: 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.pointD02 {
  margin-top: 112px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .pointD02 {
    margin-top: 5.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .pointD02 {
    width: 343px;
    margin-top: 72px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .pointD02 {
    width: 91.46%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .pointD02 {
    margin-top: 19.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pointD02Lxn {
  padding-top: 61px;
  padding-bottom: 100px;
  padding-left: 0px;
  padding-right: 0px;
  width: 1200px;
  margin: auto;
  border-radius: 40px;
  /* CSS3草案 */
  -webkit-border-radius: 40px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 40px;
  /* Firefox用 */
  border: 3px solid #231815;
}
@media screen and (max-width: 1334px) {
  .pointD02Lxn {
    padding: 4.56% 0% 7.49% 0%;
  }
}
@media screen and (max-width: 1334px) {
  .pointD02Lxn {
    width: 89.88%;
  }
}
@media screen and (max-width: 767px) {
  .pointD02Lxn {
    padding: 16% 0% 19.95% 0%;
    width: 100%;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
    border: 2px solid #231815;
  }
}

.pointD02LxnIn {
  width: 1040px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .pointD02LxnIn {
    width: 86.66%;
  }
}
@media screen and (max-width: 767px) {
  .pointD02LxnIn {
    width: 92%;
  }
}

.pointD02Title {
  padding-top: 0px;
  padding-bottom: 37px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  border-bottom: 2px solid #DC4B22;
}
@media screen and (max-width: 1334px) {
  .pointD02Title {
    padding: 0% 0% 3.55% 0%;
  }
}
@media screen and (max-width: 767px) {
  .pointD02Title {
    padding: 0% 0% 57% 0%;
    border-bottom: 1px solid #DC4B22;
  }
}

.picPointD02Left {
  position: absolute;
  left: 0.8%;
  top: 11%;
  width: 165px;
}
@media screen and (max-width: 1334px) {
  .picPointD02Left {
    width: 15.86%;
  }
}
.picPointD02Right {
  position: absolute;
  right: 0.5%;
  top: 12%;
  width: 165px;
}
@media screen and (max-width: 1334px) {
  .picPointD02Right {
    width: 15.86%;
  }
}
@media screen and (max-width: 767px) {
  .picPointD02Right {
    width: 52.09%;
    top: unset;
    bottom: 9.8%;
    left: 28.2%;
  }
}

.secPointD02 {
  width: 575px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .secPointD02 {
    width: 55.28%;
  }
}
@media screen and (max-width: 1334px) {
  .secPointD02 {
    width: 65.28%;
  }
}
@media screen and (max-width: 767px) {
  .secPointD02 {
    width: 100%;
  }
}

.h3PointD02 {
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1334px) {
  .h3PointD02 {
    font-size: 2.9985007496vw;
  }
}
@media screen and (max-width: 767px) {
  .h3PointD02 {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3PointD02 {
    font-size: 7.4666666667vw;
  }
}

.h4PointD02 {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1334px) {
  .h4PointD02 {
    margin-top: 2.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .h4PointD02 {
    font-size: 3.748125937vw;
  }
}
@media screen and (max-width: 767px) {
  .h4PointD02 {
    margin-top: 3.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3157894737;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4PointD02 {
    font-size: 10.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h4PointD02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3157894737) * 0.5em);
    content: "";
  }
  .h4PointD02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3157894737) * 0.5em);
    content: "";
  }
}

.writerPoints {
  margin-top: 46px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 38px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}
@media screen and (max-width: 1334px) {
  .writerPoints {
    margin-top: 4.42%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .writerPoints {
    padding: 6.92% 0% 3.65% 0%;
  }
}
@media screen and (max-width: 767px) {
  .writerPoints {
    margin-top: 47px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 18% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .writerPoints {
    margin-top: 15.11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.flugWriterPoint {
  position: absolute;
  top: -6%;
  width: 282px;
}
@media screen and (max-width: 1334px) {
  .flugWriterPoint {
    width: 27.11%;
  }
}
@media screen and (max-width: 767px) {
  .flugWriterPoint {
    width: 282px;
    margin: auto;
    left: 0;
    right: 0;
    top: -5.2%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .flugWriterPoint {
    width: 90.67%;
  }
}

.secWriterPoint {
  width: 945px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .secWriterPoint {
    width: 90.86%;
  }
}
@media screen and (max-width: 767px) {
  .secWriterPoint {
    width: 287px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .secWriterPoint {
    width: 92.28%;
  }
}

.h3WriterPoint {
  font-size: 26px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .h3WriterPoint {
    font-size: 1.9490254873vw;
  }
}
@media screen and (max-width: 767px) {
  .h3WriterPoint {
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3WriterPoint {
    font-size: 4.8vw;
  }
}

.nameWriterPointFx {
  margin: -0.4% auto 0 auto;
  align-items: baseline;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .nameWriterPointFx {
    margin: -0.5% auto 0 auto;
  }
}

.h4NameWriterPoint {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 8px;
  font-size: 50px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .h4NameWriterPoint {
    margin: 0% 0.89% 0% 0%;
  }
}
@media screen and (max-width: 1334px) {
  .h4NameWriterPoint {
    font-size: 3.748125937vw;
  }
}
@media screen and (max-width: 767px) {
  .h4NameWriterPoint {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 7px;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .h4NameWriterPoint {
    margin: 0% 2.43% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4NameWriterPoint {
    font-size: 9.3333333333vw;
  }
}

.txtNameWriterPoint {
  font-size: 26px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtNameWriterPoint {
    font-size: 1.9490254873vw;
  }
}
@media screen and (max-width: 767px) {
  .txtNameWriterPoint {
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtNameWriterPoint {
    font-size: 4.8vw;
  }
}

.txtBNameWriterPoint {
  font-size: 26px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtBNameWriterPoint {
    font-size: 1.9490254873vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBNameWriterPoint {
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBNameWriterPoint {
    font-size: 4.8vw;
  }
}

.brdWriterPoint {
  height: 1px;
  width: 100%;
  margin: 2% auto 0 auto;
}
@media screen and (max-width: 767px) {
  .brdWriterPoint {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .brdWriterPoint {
    margin-top: 5.14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtWriterPoint {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 17px;
  line-height: 1.6470588235;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtWriterPoint {
    margin: 2.13% 0% 0% 0%;
  }
}
@media screen and (max-width: 1334px) {
  .txtWriterPoint {
    font-size: 1.2743628186vw;
  }
}
.txtWriterPoint::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6470588235) * 0.5em);
  content: "";
}
.txtWriterPoint::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6470588235) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtWriterPoint {
    margin-top: 4.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6875;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtWriterPoint {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtWriterPoint::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6875) * 0.5em);
    content: "";
  }
  .txtWriterPoint::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6875) * 0.5em);
    content: "";
  }
}

.photoWriterPoint {
  width: 311px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1334px) {
  .photoWriterPoint {
    width: 34.86%;
  }
}
@media screen and (max-width: 767px) {
  .photoWriterPoint {
    width: 235px;
    margin-top: 9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: unset;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .photoWriterPoint {
    width: 75.56%;
  }
}

.konwKinyu {
  margin-top: 54px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .konwKinyu {
    margin-top: 5.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .konwKinyu {
    margin-top: 74px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .konwKinyu {
    margin-top: 23.79%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2KonwKinyu {
  width: 1004px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .h2KonwKinyu {
    width: 96.53%;
  }
}
@media screen and (max-width: 767px) {
  .h2KonwKinyu {
    width: 100%;
  }
}

.txtKonwKinyuTop {
  margin-top: 49px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  line-height: 1.9047619048;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtKonwKinyuTop {
    margin-top: 4.71%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .txtKonwKinyuTop {
    font-size: 1.5742128936vw;
  }
}
.txtKonwKinyuTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.9047619048) * 0.5em);
  content: "";
}
.txtKonwKinyuTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.9047619048) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtKonwKinyuTop {
    margin-top: 16.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7647058824;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtKonwKinyuTop {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtKonwKinyuTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7647058824) * 0.5em);
    content: "";
  }
  .txtKonwKinyuTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7647058824) * 0.5em);
    content: "";
  }
}

.konwKinyuFx {
  margin-top: 58px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .konwKinyuFx {
    margin-top: 5.57%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .konwKinyuFx {
    margin-top: 12.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.photosKonwKinyu {
  width: 460px;
}
@media screen and (max-width: 1334px) {
  .photosKonwKinyu {
    width: 44.23%;
  }
}
@media screen and (max-width: 767px) {
  .photosKonwKinyu {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .photosKonwKinyu {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secKonwKinyu {
  margin: 1% 0 0 0;
  width: 540px;
}
@media screen and (max-width: 1334px) {
  .secKonwKinyu {
    width: 51.92%;
  }
}
@media screen and (max-width: 767px) {
  .secKonwKinyu {
    margin-top: 12.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.txtKonwKinyu {
  font-size: 21px;
  line-height: 1.9047619048;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtKonwKinyu {
    font-size: 1.5742128936vw;
  }
}
.txtKonwKinyu::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.9047619048) * 0.5em);
  content: "";
}
.txtKonwKinyu::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.9047619048) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtKonwKinyu {
    line-height: 1.7647058824;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtKonwKinyu {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtKonwKinyu::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7647058824) * 0.5em);
    content: "";
  }
  .txtKonwKinyu::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7647058824) * 0.5em);
    content: "";
  }
}

.konwKinyu02 {
  margin-top: 135px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .konwKinyu02 {
    margin-top: 12.98%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .konwKinyu02 {
    margin-top: 28.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2ImakaraKinri {
  width: 838px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .h2ImakaraKinri {
    width: 80.57%;
  }
}
@media screen and (max-width: 767px) {
  .h2ImakaraKinri {
    width: 100%;
  }
}

.photosImakaraKinri {
  width: 460px;
}
@media screen and (max-width: 1334px) {
  .photosImakaraKinri {
    width: 44.23%;
  }
}
@media screen and (max-width: 767px) {
  .photosImakaraKinri {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .photosImakaraKinri {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtImakaraKinriTop {
  margin-top: 49px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  line-height: 1.9047619048;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtImakaraKinriTop {
    margin-top: 4.71%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .txtImakaraKinriTop {
    font-size: 1.5742128936vw;
  }
}
.txtImakaraKinriTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.9047619048) * 0.5em);
  content: "";
}
.txtImakaraKinriTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.9047619048) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtImakaraKinriTop {
    margin-top: 11.64%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7647058824;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtImakaraKinriTop {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtImakaraKinriTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7647058824) * 0.5em);
    content: "";
  }
  .txtImakaraKinriTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7647058824) * 0.5em);
    content: "";
  }
}

.secImakaraKinri {
  width: 540px;
  margin: 1% 0 0 0;
}
@media screen and (max-width: 1334px) {
  .secImakaraKinri {
    width: 51.92%;
  }
}
@media screen and (max-width: 767px) {
  .secImakaraKinri {
    margin-top: 13.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.txtImakaraKinri {
  font-size: 21px;
  line-height: 1.9047619048;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtImakaraKinri {
    font-size: 1.5742128936vw;
  }
}
.txtImakaraKinri::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.9047619048) * 0.5em);
  content: "";
}
.txtImakaraKinri::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.9047619048) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtImakaraKinri {
    line-height: 1.7647058824;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtImakaraKinri {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtImakaraKinri::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7647058824) * 0.5em);
    content: "";
  }
  .txtImakaraKinri::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7647058824) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.pointD03 {
  margin-top: 120px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .pointD03 {
    margin-top: 6.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .pointD03 {
    margin-top: 59px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 343px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .pointD03 {
    margin-top: 15.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .pointD03 {
    width: 91.46%;
  }
}

.pointD03Lxn {
  padding-top: 56px;
  padding-bottom: 76px;
  padding-left: 0px;
  padding-right: 0px;
  width: 1200px;
  margin: auto;
  border-radius: 40px;
  /* CSS3草案 */
  -webkit-border-radius: 40px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 40px;
  /* Firefox用 */
  border: 3px solid #231815;
}
@media screen and (max-width: 1334px) {
  .pointD03Lxn {
    padding: 4.19% 0% 5.69% 0%;
  }
}
@media screen and (max-width: 1334px) {
  .pointD03Lxn {
    width: 89.88%;
  }
}
@media screen and (max-width: 767px) {
  .pointD03Lxn {
    padding: 15.5% 0% 15.32% 0%;
    width: 100%;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
    border: 2px solid #231815;
  }
}

.pointD03LxnIn {
  width: 1040px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .pointD03LxnIn {
    width: 86.66%;
  }
}
@media screen and (max-width: 767px) {
  .pointD03LxnIn {
    width: 311px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .pointD03LxnIn {
    width: 90.67%;
  }
}

.h2PointD03 {
  padding-top: 0px;
  padding-bottom: 27px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 50px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  border-bottom: 2px solid #DC4B22;
}
@media screen and (max-width: 1334px) {
  .h2PointD03 {
    padding: 0% 0% 2.59% 0%;
  }
}
@media screen and (max-width: 1334px) {
  .h2PointD03 {
    font-size: 3.748125937vw;
  }
}
@media screen and (max-width: 767px) {
  .h2PointD03 {
    padding: 0% 0% 5% 0%;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2PointD03 {
    font-size: 10.1333333333vw;
  }
}

.txtPointD03Top {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtPointD03Top {
    margin-top: 2.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .txtPointD03Top {
    font-size: 2.023988006vw;
  }
}
@media screen and (max-width: 767px) {
  .txtPointD03Top {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .txtPointD03Top {
    margin-top: 5.14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtPointD03Top {
    font-size: 6.1333333333vw;
  }
}

.secPointD0301 {
  margin-top: 48px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 32px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 15px;
  /* CSS3草案 */
  -webkit-border-radius: 15px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px;
  /* Firefox用 */
}
@media screen and (max-width: 1334px) {
  .secPointD0301 {
    margin-top: 4.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .secPointD0301 {
    padding: 3.94% 0% 3.07% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secPointD0301 {
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 12.5% 0% 12.5% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .secPointD0301 {
    margin-top: 10.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3PointD03 {
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  color: #009598;
}
@media screen and (max-width: 1334px) {
  .h3PointD03 {
    font-size: 2.9985007496vw;
  }
}
@media screen and (max-width: 767px) {
  .h3PointD03 {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3PointD03 {
    font-size: 8.5333333333vw;
  }
}

.rubyPointD0301 {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .rubyPointD0301 {
    margin-top: 1.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .rubyPointD0301 {
    font-size: 1.4992503748vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyPointD0301 {
    margin-top: 5.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 97%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyPointD0301 {
    font-size: 5.3333333333vw;
  }
}

.picPointD0301 {
  margin-top: 37px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 898px;
}
@media screen and (max-width: 1334px) {
  .picPointD0301 {
    margin-top: 3.55%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .picPointD0301 {
    width: 86.34%;
  }
}
@media screen and (max-width: 767px) {
  .picPointD0301 {
    margin-top: 7.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }
}

.txtLxtPointD0301 {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 898px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtLxtPointD0301 {
    margin-top: 2.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .txtLxtPointD0301 {
    width: 86.34%;
  }
}
@media screen and (max-width: 1334px) {
  .txtLxtPointD0301 {
    font-size: 1.0494752624vw;
  }
}
.txtLxtPointD0301::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.txtLxtPointD0301::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtLxtPointD0301 {
    margin-top: 6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 311px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .txtLxtPointD0301 {
    width: 90.67%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLxtPointD0301 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLxtPointD0301::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .txtLxtPointD0301::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.brnLxtPointD0301Lxn {
  margin-top: 54px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 310px;
}
@media screen and (max-width: 1334px) {
  .brnLxtPointD0301Lxn {
    margin-top: 5.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .brnLxtPointD0301Lxn {
    width: 29.8%;
  }
}
@media screen and (max-width: 767px) {
  .brnLxtPointD0301Lxn {
    margin-top: 11.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 287px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .brnLxtPointD0301Lxn {
    width: 92.28%;
  }
}

.brnLxtPointD0301 {
  aspect-ratio: 310/50;
  width: 100%;
  border-radius: 27px;
  /* CSS3草案 */
  -webkit-border-radius: 27px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 27px;
  /* Firefox用 */
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 500;
}
@media screen and (max-width: 1334px) {
  .brnLxtPointD0301 {
    font-size: 1.3493253373vw;
  }
}
@media screen and (max-width: 767px) {
  .brnLxtPointD0301 {
    aspect-ratio: 287/50;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .brnLxtPointD0301 {
    font-size: 4.5333333333vw;
  }
}

.secPointD0302 {
  margin-top: 53px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 15px;
  /* CSS3草案 */
  -webkit-border-radius: 15px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px;
  /* Firefox用 */
}
@media screen and (max-width: 1334px) {
  .secPointD0302 {
    margin-top: 5.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .secPointD0302 {
    padding: 3.84% 0% 3.84% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secPointD0302 {
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 13.86% 0% 12.86% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .secPointD0302 {
    margin-top: 7.71%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3PointD03 {
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1334px) {
  .h3PointD03 {
    font-size: 2.9985007496vw;
  }
}
@media screen and (max-width: 767px) {
  .h3PointD03 {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3PointD03 {
    font-size: 8.5333333333vw;
  }
}

.rubyPointD0302 {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .rubyPointD0302 {
    margin-top: 1.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .rubyPointD0302 {
    font-size: 1.4992503748vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyPointD0302 {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 92%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .rubyPointD0302 {
    margin-top: 5.14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyPointD0302 {
    font-size: 5.3333333333vw;
  }
}

.picPointD0302 {
  margin-top: 37px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 898px;
}
@media screen and (max-width: 1334px) {
  .picPointD0302 {
    margin-top: 3.55%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .picPointD0302 {
    width: 86.34%;
  }
}
@media screen and (max-width: 767px) {
  .picPointD0302 {
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }
}

.txtLxtPointD0302 {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 898px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtLxtPointD0302 {
    margin-top: 2.01%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .txtLxtPointD0302 {
    width: 86.34%;
  }
}
@media screen and (max-width: 1334px) {
  .txtLxtPointD0302 {
    font-size: 1.0494752624vw;
  }
}
.txtLxtPointD0302::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.txtLxtPointD0302::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtLxtPointD0302 {
    margin-top: 6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 282px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .txtLxtPointD0302 {
    width: 90.67%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLxtPointD0302 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLxtPointD0302::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .txtLxtPointD0302::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.brnLxtPointD0302Lxn {
  margin-top: 44px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 310px;
}
@media screen and (max-width: 1334px) {
  .brnLxtPointD0302Lxn {
    margin-top: 4.23%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .brnLxtPointD0302Lxn {
    width: 29.8%;
  }
}
@media screen and (max-width: 767px) {
  .brnLxtPointD0302Lxn {
    margin-top: 11.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 287px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .brnLxtPointD0302Lxn {
    width: 92.28%;
  }
}

.brnLxtPointD0302 {
  aspect-ratio: 310/50;
  width: 100%;
  border-radius: 27px;
  /* CSS3草案 */
  -webkit-border-radius: 27px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 27px;
  /* Firefox用 */
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 500;
}
@media screen and (max-width: 1334px) {
  .brnLxtPointD0302 {
    font-size: 1.3493253373vw;
  }
}
@media screen and (max-width: 767px) {
  .brnLxtPointD0302 {
    aspect-ratio: 287/50;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .brnLxtPointD0302 {
    font-size: 4.5333333333vw;
  }
}

.secPointD0303 {
  margin-top: 53px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 15px;
  /* CSS3草案 */
  -webkit-border-radius: 15px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px;
  /* Firefox用 */
}
@media screen and (max-width: 1334px) {
  .secPointD0303 {
    margin-top: 5.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .secPointD0303 {
    padding: 3.84% 0% 7.69% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secPointD0303 {
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 13.5% 0% 14% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .secPointD0303 {
    margin-top: 7.71%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picPointD0303 {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 898px;
}
@media screen and (max-width: 1334px) {
  .picPointD0303 {
    margin-top: 3.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .picPointD0303 {
    width: 86.34%;
  }
}
@media screen and (max-width: 767px) {
  .picPointD0303 {
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .picPointD0303 {
    margin-top: 7.71%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtLxtPointD0303 {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 898px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtLxtPointD0303 {
    margin-top: 3.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .txtLxtPointD0303 {
    width: 86.34%;
  }
}
@media screen and (max-width: 1334px) {
  .txtLxtPointD0303 {
    font-size: 1.4992503748vw;
  }
}
.txtLxtPointD0303::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.txtLxtPointD0303::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtLxtPointD0303 {
    margin-top: 7.14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 93.67%;
    line-height: 1.7222222222;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLxtPointD0303 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLxtPointD0303::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7222222222) * 0.5em);
    content: "";
  }
  .txtLxtPointD0303::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7222222222) * 0.5em);
    content: "";
  }
}

.txtLxtPointD030302 {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 898px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtLxtPointD030302 {
    margin-top: 1.63%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .txtLxtPointD030302 {
    width: 86.34%;
  }
}
@media screen and (max-width: 1334px) {
  .txtLxtPointD030302 {
    font-size: 1.0494752624vw;
  }
}
.txtLxtPointD030302::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.txtLxtPointD030302::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtLxtPointD030302 {
    margin-top: 7.14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 282px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .txtLxtPointD030302 {
    width: 90.67%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLxtPointD030302 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLxtPointD030302::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .txtLxtPointD030302::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.lastPointsBx {
  margin-top: 202px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .lastPointsBx {
    margin-top: 10.52%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .lastPointsBx {
    margin-top: 120px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .lastPointsBx {
    margin-top: 32%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.merit {
  padding-top: 130px;
  padding-bottom: 148px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1334px) {
  .merit {
    padding: 6.77% 0% 7.7% 0%;
  }
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 36% 0% 32% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.meritD01Lxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .meritD01Lxn {
    width: 89.88%;
  }
}
@media screen and (max-width: 767px) {
  .meritD01Lxn {
    width: 375px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .meritD01Lxn {
    width: 100%;
  }
}

.titleMeritD01 {
  width: 982px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .titleMeritD01 {
    width: 81.83%;
  }
}
@media screen and (max-width: 767px) {
  .titleMeritD01 {
    width: 343px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .titleMeritD01 {
    width: 91.46%;
  }
}

.h2TitleMeritD01 {
  margin-top: 67px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .h2TitleMeritD01 {
    margin-top: 5.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .h2TitleMeritD01 {
    font-size: 3.748125937vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleMeritD01 {
    margin-top: 12.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleMeritD01 {
    font-size: 8vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.meritD02Wap {
  margin-top: 57px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .meritD02Wap {
    margin-top: 2.96%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .meritD02Wap {
    margin-top: 5.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.meritD02Lxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .meritD02Lxn {
    width: 89.88%;
  }
}
@media screen and (max-width: 767px) {
  .meritD02Lxn {
    width: 343px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .meritD02Lxn {
    width: 91.46%;
  }
}

.liMeritD02 {
  width: 278px;
}
@media screen and (max-width: 1334px) {
  .liMeritD02 {
    width: 23.16%;
  }
}
@media screen and (max-width: 767px) {
  .liMeritD02 {
    width: 165px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liMeritD02 {
    width: 48.1%;
  }
}
.liMeritD02:nth-child(n+5) {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1334px) {
  .liMeritD02:nth-child(n+5) {
    margin: 3.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liMeritD02:nth-child(n+5) {
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liMeritD02:nth-child(n+5) {
    margin: 7.28% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liMeritD02:nth-child(n+3) {
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liMeritD02:nth-child(n+3) {
    margin: 7.28% 0% 0% 0%;
  }
}

.txtLiMeritD02 {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.01em;
  text-indent: 0.01em;
}
@media screen and (max-width: 1334px) {
  .txtLiMeritD02 {
    margin-top: 5.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .txtLiMeritD02 {
    font-size: 1.4992503748vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLiMeritD02 {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .txtLiMeritD02 {
    margin-top: 4.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLiMeritD02 {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.meritD03Wap {
  margin-top: 180px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .meritD03Wap {
    margin-top: 9.37%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .meritD03Wap {
    margin-top: 133px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .meritD03Wap {
    margin-top: 35.46%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.meritD03Lxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .meritD03Lxn {
    width: 89.88%;
  }
}
@media screen and (max-width: 767px) {
  .meritD03Lxn {
    width: 343px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .meritD03Lxn {
    width: 91.46%;
  }
}

.picMeritD03 {
  width: 927px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .picMeritD03 {
    width: 77.25%;
  }
}
@media screen and (max-width: 767px) {
  .picMeritD03 {
    width: 343px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .picMeritD03 {
    width: 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.meritD04Wap {
  margin-top: 55px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .meritD04Wap {
    margin-top: 2.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .meritD04Wap {
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .meritD04Wap {
    margin-top: 8.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.meritD04Lxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .meritD04Lxn {
    width: 89.88%;
  }
}
@media screen and (max-width: 767px) {
  .meritD04Lxn {
    width: 375px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .meritD04Lxn {
    width: 100%;
  }
}

.h2MeritD04 {
  font-size: 50px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .h2MeritD04 {
    font-size: 3.748125937vw;
  }
}
@media screen and (max-width: 767px) {
  .h2MeritD04 {
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2MeritD04 {
    font-size: 8vw;
  }
}

.ulMeritD04 {
  margin-top: 39px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .ulMeritD04 {
    margin-top: 3.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulMeritD04 {
    width: 343px;
    margin-top: 13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .ulMeritD04 {
    width: 91.46%;
  }
}

.liMeritD04 {
  width: 380px;
}
@media screen and (max-width: 1334px) {
  .liMeritD04 {
    width: 31.66%;
  }
}
@media screen and (max-width: 767px) {
  .liMeritD04 {
    width: 343px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liMeritD04 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liMeritD04:nth-child(n+2) {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liMeritD04:nth-child(n+2) {
    margin-top: 11.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secLiMeritD04 {
  aspect-ratio: 380/114;
  background: #fff;
  border: 2px solid #231815;
  border-radius: 62px;
  /* CSS3草案 */
  -webkit-border-radius: 62px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 62px;
  /* Firefox用 */
  margin-top: -10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1334px) {
  .secLiMeritD04 {
    margin-top: -2.64%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secLiMeritD04 {
    aspect-ratio: 343/103;
    background: #fff;
    border: 2px solid #231815;
    border-radius: 55px;
    /* CSS3草案 */
    -webkit-border-radius: 55px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 55px;
    /* Firefox用 */
    margin-top: -4.82%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtLiMeritD04 {
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.03em;
  text-indent: -0.03em;
}
@media screen and (max-width: 1334px) {
  .txtLiMeritD04 {
    font-size: 2.0989505247vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLiMeritD04 {
    line-height: normal;
    letter-spacing: 0.03em;
    text-indent: -0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLiMeritD04 {
    font-size: 6.4vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.meritD05Wap {
  margin-top: 200px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .meritD05Wap {
    margin-top: 10.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .meritD05Wap {
    margin-top: 152px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .meritD05Wap {
    margin-top: 40.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.meritD05Lxn {
  width: 1200px;
  margin: auto;
  padding-top: 147px;
  padding-bottom: 52px;
  padding-left: 0px;
  padding-right: 0px;
  background: #FFEA01;
  border-radius: 40px;
  /* CSS3草案 */
  -webkit-border-radius: 40px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 40px;
  /* Firefox用 */
  position: relative;
}
@media screen and (max-width: 1334px) {
  .meritD05Lxn {
    width: 89.88%;
  }
}
@media screen and (max-width: 1334px) {
  .meritD05Lxn {
    padding: 11.01% 0% 3.89% 0%;
  }
}
@media screen and (max-width: 767px) {
  .meritD05Lxn {
    width: 343px;
    margin: auto;
    padding-top: 72px;
    padding-bottom: 56px;
    padding-left: 0px;
    padding-right: 0px;
    background: #FFEA01;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .meritD05Lxn {
    width: 91.46%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .meritD05Lxn {
    padding: 19.2% 0% 14.93% 0%;
  }
}

.titleMeritD05 {
  width: 730px;
  margin: auto;
  left: 0;
  right: 0;
  top: -10%;
  position: absolute;
}
@media screen and (max-width: 1334px) {
  .titleMeritD05 {
    width: 54.68%;
  }
}
@media screen and (max-width: 767px) {
  .titleMeritD05 {
    width: 375px;
    left: -4.6647230321%;
    right: 0;
    top: -4%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .titleMeritD05 {
    width: 109.32%;
  }
}

.h2MeritD05 {
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .h2MeritD05 {
    font-size: 2.9985007496vw;
  }
}
@media screen and (max-width: 767px) {
  .h2MeritD05 {
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2MeritD05 {
    font-size: 8vw;
  }
}

.picMeritD05 {
  width: 1000px;
  margin-top: 35px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .picMeritD05 {
    width: 83.33%;
  }
}
@media screen and (max-width: 1334px) {
  .picMeritD05 {
    margin-top: 2.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .picMeritD05 {
    width: 311px;
    margin-top: 48px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .picMeritD05 {
    width: 90.67%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .picMeritD05 {
    margin-top: 13.99%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtMeritD05 {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 577px;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtMeritD05 {
    margin-top: 2.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .txtMeritD05 {
    width: 48.08%;
  }
}
@media screen and (max-width: 1334px) {
  .txtMeritD05 {
    font-size: 1.1994002999vw;
  }
}
@media screen and (max-width: 767px) {
  .txtMeritD05 {
    width: 311px;
    margin-top: 6.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .txtMeritD05 {
    width: 90.67%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtMeritD05 {
    font-size: 4.2666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.meritD06Wap {
  margin-top: 104px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .meritD06Wap {
    margin-top: 5.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .meritD06Wap {
    margin-top: 16.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.meritD06Lxn {
  width: 1200px;
  margin: auto;
  padding-top: 91px;
  padding-bottom: 29px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 40px;
  /* CSS3草案 */
  -webkit-border-radius: 40px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 40px;
  /* Firefox用 */
  border: 5px solid #094B95;
}
@media screen and (max-width: 1334px) {
  .meritD06Lxn {
    width: 89.88%;
  }
}
@media screen and (max-width: 1334px) {
  .meritD06Lxn {
    padding: 6.81% 0% 2.17% 0%;
  }
}
@media screen and (max-width: 767px) {
  .meritD06Lxn {
    width: 343px;
    margin: auto;
    padding: 14.93% 0% 7% 0%;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
    border: 3px solid #094B95;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .meritD06Lxn {
    width: 91.46%;
  }
}

.logoMeritD06 {
  width: 1036px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .logoMeritD06 {
    width: 86.33%;
  }
}
@media screen and (max-width: 767px) {
  .logoMeritD06 {
    width: 91.67%;
  }
}

.meritD06Fx {
  width: 1036px;
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .meritD06Fx {
    width: 86.33%;
  }
}
@media screen and (max-width: 1334px) {
  .meritD06Fx {
    margin-top: 3.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .meritD06Fx {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 92.67%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .meritD06Fx {
    margin-top: 1.45%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secMeritD06 {
  width: 640px;
}
@media screen and (max-width: 1334px) {
  .secMeritD06 {
    width: 61.77%;
  }
}
@media screen and (max-width: 767px) {
  .secMeritD06 {
    width: 311px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .secMeritD06 {
    width: 100%;
  }
}

.h3MeritD06 {
  font-size: 43px;
  line-height: 1.4186046512;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .h3MeritD06 {
    font-size: 3.2233883058vw;
  }
}
.h3MeritD06::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4186046512) * 0.5em);
  content: "";
}
.h3MeritD06::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4186046512) * 0.5em);
  content: "";
}
@media screen and (max-width: 1334px) {
  .h3MeritD06 {
    margin-top: 1.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .h3MeritD06 {
    margin-top: 2.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    text-align: unset;
    line-height: 1.3823529412;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3MeritD06 {
    font-size: 9.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3MeritD06::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3823529412) * 0.5em);
    content: "";
  }
  .h3MeritD06::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3823529412) * 0.5em);
    content: "";
  }
}

.txtMeritD06 {
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  line-height: 1.7307692308;
  letter-spacing: 0.03em;
  text-indent: -0.03em;
}
@media screen and (max-width: 1334px) {
  .txtMeritD06 {
    margin-top: 2.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .txtMeritD06 {
    font-size: 1.9490254873vw;
  }
}
.txtMeritD06::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7307692308) * 0.5em);
  content: "";
}
.txtMeritD06::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7307692308) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtMeritD06 {
    margin-top: 4.57%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.85;
    letter-spacing: 0.03em;
    text-indent: -0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtMeritD06 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtMeritD06::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.85) * 0.5em);
    content: "";
  }
  .txtMeritD06::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.85) * 0.5em);
    content: "";
  }
}

.picMeritD06 {
  width: 362px;
}
@media screen and (max-width: 1334px) {
  .picMeritD06 {
    width: 34.94%;
  }
}
@media screen and (max-width: 767px) {
  .picMeritD06 {
    margin-top: 9.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 311px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .picMeritD06 {
    width: 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.tenjijo {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1334px) {
  .tenjijo {
    padding: 6.25% 0% 6.25% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tenjijo {
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .tenjijo {
    padding: 21.33% 0% 32% 0%;
  }
}

.tenjijoLxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .tenjijoLxn {
    width: 89.88%;
  }
}
@media screen and (max-width: 767px) {
  .tenjijoLxn {
    width: 375px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .tenjijoLxn {
    width: 100%;
  }
}

.logoTenjijo {
  width: 648.2px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .logoTenjijo {
    width: 54.01%;
  }
}
@media screen and (max-width: 767px) {
  .logoTenjijo {
    width: 260px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .logoTenjijo {
    width: 69.33%;
  }
}

.ulTenjijo {
  margin-top: 69px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .ulTenjijo {
    margin-top: 5.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulTenjijo {
    margin-top: 18.56%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 343px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .ulTenjijo {
    width: 91.46%;
  }
}

.liTenjijo {
  border-radius: 35px;
  /* CSS3草案 */
  -webkit-border-radius: 35px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 35px;
  /* Firefox用 */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .liTenjijo {
    border-radius: 30px;
    /* CSS3草案 */
    -webkit-border-radius: 30px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;
    /* Firefox用 */
    overflow: hidden;
  }
}

.btnTenjijo {
  aspect-ratio: 1200/80;
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btnTenjijo {
    aspect-ratio: 343/70;
  }
}

.h3Tenjijo {
  font-size: 45px;
  line-height: normal;
  letter-spacing: 0.15em;
  text-indent: -0.15em;
  transform: translate(7px, 0px);
}
@media screen and (max-width: 1334px) {
  .h3Tenjijo {
    font-size: 3.3733133433vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Tenjijo {
    line-height: normal;
    letter-spacing: 0.15em;
    text-indent: -0.15em;
    transform: translate(1vw, -1vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Tenjijo {
    font-size: 9.3333333333vw;
  }
}

.iconTenjijo {
  width: 42px;
  position: absolute;
  right: 2%;
  top: 25%;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1334px) {
  .iconTenjijo {
    width: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .iconTenjijo {
    width: 30px;
    right: 4.630904%;
    top: 25.7142857143%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .iconTenjijo {
    width: 8.74%;
  }
}
.iconTenjijo svg {
  width: 100%;
  height: 100%;
}

.btnTenjijo.off .iconTenjijo {
  transform: rotate(180deg);
}

.btnTenjijo.on .iconTenjijo {
  transform: rotate(0deg);
}

.liTenjijo:nth-child(n+2) {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1334px) {
  .liTenjijo:nth-child(n+2) {
    margin-top: 2.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liTenjijo:nth-child(n+2) {
    margin-top: 10.32%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.infoTenjijo {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0px;
  padding-right: 0px;
  display: none;
}
@media screen and (max-width: 1334px) {
  .infoTenjijo {
    padding: 2% 0% 2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .infoTenjijo {
    padding-top: 24px;
    padding-bottom: 32px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .infoTenjijo {
    padding: 6.99% 0% 9.32% 0%;
  }
}

.ulInfoTenjijo {
  width: 1152px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .ulInfoTenjijo {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .ulInfoTenjijo {
    width: 323px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .ulInfoTenjijo {
    width: 94.16%;
  }
}

.liInfoTenjijo {
  width: 355px;
}
@media screen and (max-width: 1334px) {
  .liInfoTenjijo {
    width: 30.81%;
  }
}
@media screen and (max-width: 767px) {
  .liInfoTenjijo {
    width: 323px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo {
    width: 100%;
  }
}
.liInfoTenjijo:nth-child(2) {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 21px;
  margin-right: 21px;
  width: 400px;
  border-left: 1px solid #8B8B8B;
  border-right: 1px solid #8B8B8B;
}
@media screen and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(2) {
    padding: 0% 1.9% 0% 1.9%;
  }
}
@media screen and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(2) {
    margin: 0% 1.82% 0% 1.82%;
  }
}
@media screen and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(2) {
    width: 34.72%;
  }
}
@media screen and (max-width: 767px) {
  .liInfoTenjijo:nth-child(2) {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 323px;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(2) {
    padding: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(2) {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(2) {
    width: 100%;
  }
}
.liInfoTenjijo:nth-child(n+4) {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(n+4) {
    margin: 2.77% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liInfoTenjijo:nth-child(n+4) {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 323px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(n+4) {
    padding: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(n+4) {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(n+4) {
    width: 100%;
  }
}
.liInfoTenjijo:nth-child(5) {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: 21px;
  margin-right: 21px;
  width: 400px;
  border-left: 1px solid #8B8B8B;
  border-right: none;
}
@media screen and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(5) {
    padding: 0% 1.9% 0% 1.9%;
  }
}
@media screen and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(5) {
    margin: 2.77% 1.82% 0% 1.82%;
  }
}
@media screen and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(5) {
    width: 34.72%;
  }
}
@media screen and (max-width: 767px) {
  .liInfoTenjijo:nth-child(5) {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 323px;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(5) {
    padding: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(5) {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(5) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liInfoTenjijo:nth-child(n+2) {
    padding-top: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-top: 1px solid #8B8B8B;
    width: 323px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(n+2) {
    padding: 7.43% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(n+2) {
    margin: 7.43% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijo:nth-child(n+2) {
    width: 100%;
  }
}

.h3InfoTenjijoTop {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 21px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
  aspect-ratio: 355/60;
  width: 100%;
}
@media screen and (max-width: 1334px) {
  .h3InfoTenjijoTop {
    margin: 2.25% 0% 0% 0%;
  }
}
@media screen and (max-width: 1334px) {
  .h3InfoTenjijoTop {
    font-size: 1.5742128936vw;
  }
}
@media screen and (max-width: 767px) {
  .h3InfoTenjijoTop {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .h3InfoTenjijoTop {
    margin: 3.09% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3InfoTenjijoTop {
    font-size: 5.0666666667vw;
  }
}

.secInfoTenjijoTop {
  width: 100%;
}

.secInfoTenjijoTop01 {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1334px) {
  .secInfoTenjijoTop01 {
    margin: 1.12% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secInfoTenjijoTop01 {
    margin: 1% 0% 0% 0%;
  }
}

.h4InfoTenjijoTop {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 59px;
  position: relative;
}
@media screen and (max-width: 1334px) {
  .h4InfoTenjijoTop {
    font-size: 1.1994002999vw;
  }
}
@media screen and (max-width: 1334px) {
  .h4InfoTenjijoTop {
    width: 16.61%;
  }
}
.h4InfoTenjijoTop::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 0%;
  background: #8B8B8B;
  width: 1px;
  height: 76%;
}
@media screen and (max-width: 767px) {
  .h4InfoTenjijoTop {
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 54px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4InfoTenjijoTop {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .h4InfoTenjijoTop {
    width: 16.71%;
  }
}

.txtInfoTenjijoTop {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 286px;
}
@media screen and (max-width: 1334px) {
  .txtInfoTenjijoTop {
    font-size: 1.1994002999vw;
  }
}
@media screen and (max-width: 1334px) {
  .txtInfoTenjijoTop {
    width: 80.56%;
  }
}
@media screen and (max-width: 767px) {
  .txtInfoTenjijoTop {
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 261px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtInfoTenjijoTop {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .txtInfoTenjijoTop {
    width: 80.8%;
  }
}

.secInfoTenjijoTop02 {
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1334px) {
  .secInfoTenjijoTop02 {
    margin: 0.56% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secInfoTenjijoTop02 {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .secInfoTenjijoTop02 {
    margin: 1.54% 0% 0% 0%;
  }
}

.ulInfoTenjijoTop {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1334px) {
  .ulInfoTenjijoTop {
    margin: 4.22% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulInfoTenjijoTop {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .ulInfoTenjijoTop {
    margin: 4.95% 0% 0% 0%;
  }
}

.liInfoTenjijoTop {
  width: 173px;
}
@media screen and (max-width: 1334px) {
  .liInfoTenjijoTop {
    width: 48.73%;
  }
}
@media screen and (max-width: 767px) {
  .liInfoTenjijoTop {
    width: 157px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .liInfoTenjijoTop {
    width: 48.6%;
  }
}

.btnInfoTenjijoTop {
  aspect-ratio: 173/60;
  width: 100%;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
  border-radius: 34px;
  /* CSS3草案 */
  -webkit-border-radius: 34px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 34px;
  /* Firefox用 */
}
@media screen and (max-width: 1334px) {
  .btnInfoTenjijoTop {
    font-size: 1.1994002999vw;
  }
}
@media screen and (max-width: 767px) {
  .btnInfoTenjijoTop {
    aspect-ratio: 157/46;
    width: 100%;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
    border-radius: 34px;
    /* CSS3草案 */
    -webkit-border-radius: 34px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 34px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnInfoTenjijoTop {
    font-size: 4vw;
  }
}

.iconbtnInfoTenjijoTop01 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 38px;
  padding-right: 0px;
  background: url(../img/iconbtnInfoTenjijoTop02.svg) no-repeat left center;
}
@media screen and (max-width: 1334px) {
  .iconbtnInfoTenjijoTop01 {
    padding: 0% 0% 0% 21.96%;
  }
}
@media screen and (max-width: 767px) {
  .iconbtnInfoTenjijoTop01 {
    padding: 1% 0% 1% 22.11%;
    background-size: auto 100%;
  }
}

.iconbtnInfoTenjijoTop02 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 43px;
  padding-right: 0px;
  background: url(../img/iconbtnInfoTenjijoTop01.svg) no-repeat left center;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.01em;
  text-indent: -0.01em;
  transform: translate(-8%, 0px);
}
@media screen and (max-width: 1334px) {
  .iconbtnInfoTenjijoTop02 {
    padding: 0% 0% 0% 24.85%;
  }
}
@media screen and (max-width: 1334px) {
  .iconbtnInfoTenjijoTop02 {
    font-size: 1.1994002999vw;
  }
}
@media screen and (max-width: 767px) {
  .iconbtnInfoTenjijoTop02 {
    padding: 1.5% 0% 1.5% 22.11%;
    line-height: normal;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    transform: translate(-6%, 0px);
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .iconbtnInfoTenjijoTop02 {
    font-size: 4vw;
  }
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footer {
  padding-top: 63px;
  padding-bottom: 24px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1334px) {
  .footer {
    padding: 3.28% 0% 1.25% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .footer {
    padding: 10.66% 0% 10.66% 0%;
  }
}

.footerLxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .footerLxn {
    width: 89.88%;
  }
}
@media screen and (max-width: 767px) {
  .footerLxn {
    width: 375px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .footerLxn {
    width: 100%;
  }
}

.logoFooter {
  width: 483px;
  margin: auto;
}
@media screen and (max-width: 1334px) {
  .logoFooter {
    width: 40.25%;
  }
}
@media screen and (max-width: 767px) {
  .logoFooter {
    width: 311px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1334px) {
  .logoFooter {
    width: 82.93%;
  }
}

.txtlastBookenFooter {
  margin-top: 31px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .txtlastBookenFooter {
    margin-top: 2.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .txtlastBookenFooter {
    font-size: 1.2743628186vw;
  }
}
@media screen and (max-width: 767px) {
  .txtlastBookenFooter {
    margin-top: 9.26%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtlastBookenFooter {
    font-size: 4vw;
  }
}

.copy {
  margin-top: 41px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1334px) {
  .copy {
    margin-top: 3.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1334px) {
  .copy {
    font-size: 0.8995502249vw;
  }
}
@media screen and (max-width: 767px) {
  .copy {
    margin-top: 9.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .copy {
    font-size: 2.6666666667vw;
  }
}

.pcFooter {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 80px;
}

.spFooter {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.btnSpFooter {
  width: 305px;
}
@media screen and (max-width: 1334px) {
  .btnSpFooter {
    width: 81.33%;
  }
}
.btnSpFooter:hover {
  opacity: 1;
}

.iconBtnSpFooter {
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 43px;
  padding-right: 0px;
  background: url(../img/iconBtnSpFooter.svg) no-repeat left center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .iconBtnSpFooter {
    font-size: 6.1333333333vw;
  }
}
@media screen and (max-width: 1334px) {
  .iconBtnSpFooter {
    padding: 0% 0% 0% 14.09%;
  }
}

.btnToTop {
  width: 70px;
}
.btnToTop:hover {
  opacity: 1;
}

/* ==========================================================================
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_231815 {
  color: #231815;
}

.cl_fff {
  color: #FFF;
}

.cl_DC4B22 {
  color: #DC4B22;
}

.cl_F18E38 {
  color: #F18E38;
}

.cl_F96339 {
  color: #F96339;
}

.cl_094B95 {
  color: #094B95;
}

.cl_CA5D5F {
  color: #CA5D5F;
}

.bg_FFF8A6 {
  background: #FFF8A6;
}

.bg_D1FBFF {
  background: #D1FBFF;
}

.bg_CA5D5F {
  background: #CA5D5F;
}

.bg_F18E38 {
  background: #F18E38;
}

.bg_DC4B22 {
  background: #DC4B22;
}

.bg_FCF2DD {
  background: #FCF2DD;
}

.bg_009598 {
  background: #009598;
}

.bg_51A7DD {
  background: #51A7DD;
}

.bg_DDFCEE {
  background: #DDFCEE;
}

.bg_FFF9BB {
  background: #FFF9BB;
}

.bg_fff {
  background: #fff;
}

.undernone {
  text-decoration: none;
}

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