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

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* ==========================================================================
Rules
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Settings
========================================================================== */
/* ==========================================================================
breakPoint
========================================================================== */
/* ==========================================================================
_wapSettings
========================================================================== */
/* ==========================================================================
_widthSettings
========================================================================== */
/* ==========================================================================
_heightSettings
========================================================================== */
/* ==========================================================================
_positionSettings
========================================================================== */
/* ==========================================================================
borderRadius
========================================================================== */
/* ==========================================================================
_marginSettings
========================================================================== */
/* ==========================================================================
_paddingSettings
========================================================================== */
/* ==========================================================================
fonts
========================================================================== */
/* ==========================================================================
_lineHeight
========================================================================== */
/* ==========================================================================
_letterspace
========================================================================== */
/* ==========================================================================
ボタンタイプ
========================================================================== */
/* ==========================================================================
Rules
========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 0.05s;
}

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

ul,
li,
dd,
dt,
dh {
  list-style: none;
}

svg {
  display: block;
}

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

.wapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .wapper {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .wapper {
    width: 100%;
  }
}

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

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

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

.fw_0 {
  font-weight: 0;
}

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

.fw_100 {
  font-weight: 100;
}

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

.fw_200 {
  font-weight: 200;
}

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

.fw_300 {
  font-weight: 300;
}

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

.fw_400 {
  font-weight: 400;
}

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

.fw_500 {
  font-weight: 500;
}

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

.fw_600 {
  font-weight: 600;
}

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

.fw_700 {
  font-weight: 700;
}

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

.fw_800 {
  font-weight: 800;
}

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

.fw_900 {
  font-weight: 900;
}

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

.fw_1000 {
  font-weight: 1000;
}

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

.fw_1100 {
  font-weight: 1100;
}

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

.fw_1200 {
  font-weight: 1200;
}

.ovhidden {
  overflow: hidden;
}

a {
  transition-duration: 0.5s;
}

.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: "M PLUS Rounded 1c", sans-serif;
  color: #323232;
  font-weight: 400;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

body input,
body textarea,
body button {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  transform: rotateZ(0.03deg);
}
body span,
body .btnReadmoneTopNewsLoop,
body a,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  transform: rotateZ(0.03deg);
}

.t_center {
  text-align: center;
}

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

.en {
  font-family: "Fredoka", sans-serif;
}

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

/*
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_fff {
  color: #fff;
}

.cl_282828 {
  color: #282828;
}

.bg_000 {
  background: #000;
}

.bg_B1B1B1 {
  background: #B1B1B1;
}

.bg_FBEBEC {
  background: #FBEBEC;
}

.bg_282828 {
  background: #282828;
}

.bg_F050A3 {
  background: #F050A3;
}

.bg_171717 {
  background: #171717;
}

.cl_010002 {
  color: #010002;
}

.t_right {
  text-align: right;
}

.undernone {
  text-decoration: none;
}

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgbase {
  background: url(../img/bgbase2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.cntPageLxn {
  width: 375px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .cntPageLxn {
    width: 100%;
  }
}

.h1PageTop {
  padding: 4px 0;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h1PageTop {
    font-size: 2.6666666667vw;
  }
}
.h1PageTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h1PageTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.baseheader {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 8px 0;
  margin: -1px 0 0 0;
}

.headerBaseTopFxLxn {
  width: 100%;
}

.headerBaseFx {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .headerBaseFx {
    width: 89.33%;
  }
}

.logoHeaderBase {
  width: 240px;
}
@media screen and (max-width: 1199px) {
  .logoHeaderBase {
    width: 71.64%;
  }
}

.menuHeaderPc {
  width: 32px;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .menuHeaderPc {
    width: 9.55%;
  }
}

.menuHeaderPcIn {
  width: 100%;
  position: relative;
  aspect-ratio: 40/21;
}

.brdmenuHeaderPc {
  aspect-ratio: 40/3;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.brdmenuHeaderPc01 {
  top: 0;
  transition-duration: 0.5s;
}

.brdmenuHeaderPc02 {
  top: 50%;
  transition-duration: 0.5s;
}

.brdmenuHeaderPc03 {
  top: 100%;
  transition-duration: 0.5s;
}

.menuHeaderPc.on .brdmenuHeaderPc01 {
  top: 50%;
  transform: rotate(20deg);
}
.menuHeaderPc.on .brdmenuHeaderPc02 {
  top: 50%;
  opacity: 0;
}
.menuHeaderPc.on .brdmenuHeaderPc03 {
  top: 50%;
  transform: rotate(-20deg);
}

.txtMenuHeader {
  font-size: 10px;
  letter-spacing: 0em;
  text-align: center;
  width: fit-content;
  display: block;
  margin: 18% auto 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .txtMenuHeader {
    font-size: 2.6666666667vw;
  }
}

.navHeaderBase {
  height: 100vh;
  display: none;
  position: absolute;
  width: 100%;
}

.navHeaderBaseLxn {
  padding: 2.66% 0% 0% 0%;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  height: 100svh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  min-height: 100svh;
  z-index: 999;
}
.navHeaderBaseLxn::-webkit-scrollbar {
  display: none;
}

.ulNavHeaderBase {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .ulNavHeaderBase {
    width: 89.33%;
  }
}

.liNavHeaderBase {
  border-bottom: 1px solid #FFF;
}

.btnNavHeaderBase {
  aspect-ratio: 335/60;
  text-decoration: none;
}

.secNavHeaderBase {
  width: 301px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1199px) {
  .secNavHeaderBase {
    width: 89.85%;
  }
}

.h2NavHeaderBase {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2NavHeaderBase {
    font-size: 4.2666666667vw;
  }
}

.rubyNavHeaderBase {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .rubyNavHeaderBase {
    margin-top: 2.65%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .rubyNavHeaderBase {
    font-size: 3.2vw;
  }
}

.iconNavHeaderBase {
  width: 26px;
}
@media screen and (max-width: 1199px) {
  .iconNavHeaderBase {
    width: 7.76%;
  }
}

.secBtmNavHeader {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 335px;
}
@media screen and (max-width: 1199px) {
  .secBtmNavHeader {
    margin-top: 6.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .secBtmNavHeader {
    width: 89.33%;
  }
}

.secBtmNavHeader02 {
  margin-top: 36px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 140px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .secBtmNavHeader02 {
    margin-top: 9.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .secBtmNavHeader02 {
    padding-top: 0%;
    padding-bottom: 37.33%;
    padding-left: 0;
    padding-right: 0;
  }
}

.h2BtmNavHeader {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .h2BtmNavHeader {
    font-size: 5.3333333333vw;
  }
}
.h2BtmNavHeader::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h2BtmNavHeader::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.addressBtmNavHeader {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .addressBtmNavHeader {
    margin-top: 7.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.h3LiAddressBtmNavHeader {
  width: 53px;
  font-size: 12px;
  line-height: 1.8461538462;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .h3LiAddressBtmNavHeader {
    width: 15.82%;
  }
}
@media screen and (max-width: 767px) {
  .h3LiAddressBtmNavHeader {
    font-size: 3.2vw;
  }
}
.h3LiAddressBtmNavHeader::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8461538462) * 0.5em);
  content: "";
}
.h3LiAddressBtmNavHeader::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8461538462) * 0.5em);
  content: "";
}

.dottoLiAddressBtmNavHeader {
  width: 16px;
  line-height: 1.8461538462;
  font-size: 10px;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .dottoLiAddressBtmNavHeader {
    width: 4.77%;
  }
}
.dottoLiAddressBtmNavHeader::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8461538462) * 0.5em);
  content: "";
}
.dottoLiAddressBtmNavHeader::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8461538462) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .dottoLiAddressBtmNavHeader {
    font-size: 2.6666666667vw;
  }
}

.txtLiAddressBtmNavHeader {
  width: 267px;
  font-size: 10px;
  line-height: 1.8461538462;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtLiAddressBtmNavHeader {
    width: 79.7%;
  }
}
@media screen and (max-width: 767px) {
  .txtLiAddressBtmNavHeader {
    font-size: 2.6666666667vw;
  }
}
.txtLiAddressBtmNavHeader::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8461538462) * 0.5em);
  content: "";
}
.txtLiAddressBtmNavHeader::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8461538462) * 0.5em);
  content: "";
}

.mapAddressBtmNavHeader {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  aspect-ratio: 335/171;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .mapAddressBtmNavHeader {
    margin-top: 4.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.btnAddressBtmNavHeadeLxn {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .btnAddressBtmNavHeadeLxn {
    margin-top: 7.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnAddressBtmNavHeade {
  aspect-ratio: 335/40;
  font-size: 16px;
  letter-spacing: 0em;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  text-decoration: none;
  background: #fff;
  color: #241A08;
}
@media screen and (max-width: 767px) {
  .btnAddressBtmNavHeade {
    font-size: 4.2666666667vw;
  }
}

.snSNavHeader {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .snSNavHeader {
    margin-top: 4.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .snSNavHeader {
    width: 44.77%;
  }
}

.liSnSNavHeader {
  width: 32.81px;
}
@media screen and (max-width: 1199px) {
  .liSnSNavHeader {
    width: 21.87%;
  }
}
.liSnSNavHeader img {
  width: 100%;
  height: auto;
}

.h2BtmNavHeader {
  font-size: 16px;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2BtmNavHeader {
    font-size: 4.2666666667vw;
  }
}

.cntPageLxn {
  width: 375px;
  margin: 0 0 0 auto;
  background: url(../img/bgbase.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .cntPageLxn {
    width: 100%;
  }
}

.fvMovie {
  width: 100%;
  aspect-ratio: 1080/1350;
  position: relative;
  overflow: hidden;
}
.fvMovie .fvMovieLxn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  aspect-ratio: 1080/1350;
}
.fvMovie iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.fvMovie video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.swiper-slide {
  aspect-ratio: 1080/1350;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.swiper-slide img,
.swiper-slide video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.nowNewsCnt {
  padding-top: 24px;
  padding-bottom: 26px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .nowNewsCnt {
    padding: 6.4% 0% 6.93% 0%;
  }
}

.h2NowNewsCnt {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .h2NowNewsCnt {
    font-size: 4.2666666667vw;
  }
}

.txtNowNewsCntTop {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .txtNowNewsCntTop {
    margin: 3.2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtNowNewsCntTop {
    font-size: 3.7333333333vw;
  }
}

.h2NowNewsCnt02 {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .h2NowNewsCnt02 {
    margin: 6.4% 0% 0% 0%;
  }
}

.ulNowNewsCnt {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 335px;
}
@media screen and (max-width: 1199px) {
  .ulNowNewsCnt {
    margin-top: 3.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .ulNowNewsCnt {
    width: 89.33%;
  }
}

.liNowNewsCnt {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.5;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .liNowNewsCnt {
    font-size: 3.7333333333vw;
  }
}
.liNowNewsCnt:nth-child(n+2) {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liNowNewsCnt:nth-child(n+2) {
    margin: 2.38% 0% 0% 0%;
  }
}

.h3liNowNewsCnt {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .h3liNowNewsCnt {
    font-size: 3.7333333333vw;
  }
}

.txtliNowNewsCnt {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .txtliNowNewsCnt {
    font-size: 3.7333333333vw;
  }
}

.txtNowNewsCnt {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.25;
}
@media screen and (max-width: 1199px) {
  .txtNowNewsCnt {
    margin: 2.13% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtNowNewsCnt {
    font-size: 3.7333333333vw;
  }
}

.nowNewsCnt img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 103.35px;
}
@media screen and (max-width: 1199px) {
  .nowNewsCnt img {
    width: 27.56%;
  }
}

.topNews {
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .topNews {
    padding: 16% 0% 0% 0%;
  }
}

.topNewsTitle {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .topNewsTitle {
    width: 89.33%;
  }
}

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

.brdTopNews {
  width: 40px;
  height: 1px;
  background: #B1B1B1;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .brdTopNews {
    width: 11.94%;
  }
}
@media screen and (max-width: 1199px) {
  .brdTopNews {
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.rybyTopNews {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .rybyTopNews {
    margin-top: 1.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .rybyTopNews {
    font-size: 3.7333333333vw;
  }
}
.rybyTopNews::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.rybyTopNews::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.topNewsLoop {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 335px;
}
@media screen and (max-width: 1199px) {
  .topNewsLoop {
    margin-top: 5.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .topNewsLoop {
    width: 100%;
  }
}

.liTopNewsLoop {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #B1B1B1;
}
@media screen and (max-width: 1199px) {
  .liTopNewsLoop {
    padding: 3.38% 0% 3.38% 0%;
  }
}

.btnTopNewsLoop {
  text-decoration: none;
  color: #241A08;
}

.iconbtnTopNewsLoop {
  width: 48px;
}
@media screen and (max-width: 1199px) {
  .iconbtnTopNewsLoop {
    width: 14.32%;
  }
}

.secBtnTopNewsLoop {
  width: 279px;
}
@media screen and (max-width: 1199px) {
  .secBtnTopNewsLoop {
    width: 83.28%;
  }
}

.timeTopNewsLoop {
  font-size: 10px;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .timeTopNewsLoop {
    font-size: 2.6666666667vw;
  }
}

.newTopAppivalTop {
  font-size: 10px;
  letter-spacing: 0em;
  color: #FF0004;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .newTopAppivalTop {
    font-size: 2.6666666667vw;
  }
}

.catTopNewsLoop {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 10px;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .catTopNewsLoop {
    margin: 0% 2.86% 0% 2.86%;
  }
}
@media screen and (max-width: 767px) {
  .catTopNewsLoop {
    font-size: 2.6666666667vw;
  }
}

.h3TopNewsLoop {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.25;
}
@media screen and (max-width: 1199px) {
  .h3TopNewsLoop {
    margin: 2.86% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h3TopNewsLoop {
    font-size: 3.2vw;
  }
}

.readmoneTopNewsLoop {
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 335px;
}
@media screen and (max-width: 1199px) {
  .readmoneTopNewsLoop {
    margin-top: 7.76%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .readmoneTopNewsLoop {
    width: 89.33%;
  }
}

.btnReadmoneTopNewsLoop {
  width: 100%;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  aspect-ratio: 335/48;
  font-size: 16px;
  letter-spacing: 0em;
  background: #F050A3;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btnReadmoneTopNewsLoop {
    font-size: 4.2666666667vw;
  }
}

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

.topAboutLxn {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .topAboutLxn {
    width: 89.33%;
  }
}

.titleTopAbout {
  width: 143px;
}
@media screen and (max-width: 1199px) {
  .titleTopAbout {
    width: 42.68%;
  }
}

.h2TopAbout {
  font-size: 22px;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2TopAbout {
    font-size: 5.8666666667vw;
  }
}

.brdTopAbout {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 40px;
  height: 1px;
  background: #335;
  aspect-ratio: 40/1;
}
@media screen and (max-width: 1199px) {
  .brdTopAbout {
    margin: 6.06% 0% 0% 0%;
  }
}

.rybyTopAbout {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .rybyTopAbout {
    margin: 3.03% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .rybyTopAbout {
    font-size: 3.7333333333vw;
  }
}

.txtMainAboutInfo {
  width: 200px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtMainAboutInfo {
    width: 59.7%;
  }
}
@media screen and (max-width: 767px) {
  .txtMainAboutInfo {
    font-size: 2.6666666667vw;
  }
}
.txtMainAboutInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.txtMainAboutInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.topAboutTentyo {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .topAboutTentyo {
    margin-top: 11.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.photoAboutTentyo {
  width: 335px;
  order: 2;
}
@media screen and (max-width: 1199px) {
  .photoAboutTentyo {
    width: 100%;
  }
}

.secAboutTentyo {
  width: 335px;
  order: 1;
}
@media screen and (max-width: 1199px) {
  .secAboutTentyo {
    width: 100%;
  }
}

.h3AboutTentyo {
  font-size: 16px;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3AboutTentyo {
    font-size: 4.2666666667vw;
  }
}

.txtAboutTentyo {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .txtAboutTentyo {
    margin: 3.58% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtAboutTentyo {
    font-size: 3.2vw;
  }
}
.txtAboutTentyo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.txtAboutTentyo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.ulAboutTentyo {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .ulAboutTentyo {
    margin: 7.16% 0% 0% 0%;
  }
}

.liAboutTencho {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liAboutTencho {
    margin: 0% 0% 0% 0%;
  }
}
.liAboutTencho:nth-child(n+2) {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liAboutTencho:nth-child(n+2) {
    margin: 3.58% 0% 0% 0%;
  }
}

.h4AboutTencho {
  width: 93px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .h4AboutTencho {
    width: 27.76%;
  }
}
@media screen and (max-width: 767px) {
  .h4AboutTencho {
    font-size: 3.2vw;
  }
}
.h4AboutTencho::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h4AboutTencho::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.dottoAboutTencho {
  width: 16px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .dottoAboutTencho {
    width: 4.77%;
  }
}
@media screen and (max-width: 767px) {
  .dottoAboutTencho {
    font-size: 3.2vw;
  }
}
.dottoAboutTencho::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.dottoAboutTencho::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.texAboutTencho {
  width: 456px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .texAboutTencho {
    width: 136.11%;
  }
}
@media screen and (max-width: 767px) {
  .texAboutTencho {
    font-size: 3.2vw;
  }
}
.texAboutTencho::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.texAboutTencho::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.iframeTentyo {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  aspect-ratio: 335/188;
}
@media screen and (max-width: 1199px) {
  .iframeTentyo {
    margin: 4.77% 0% 0% 0%;
  }
}
.iframeTentyo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.liAboutTentyo {
  width: 108px;
  margin: 0% 2.65% 0% 0%;
}
@media screen and (max-width: 1199px) {
  .liAboutTentyo {
    width: 32.23%;
  }
}
.liAboutTentyo:nth-child(3n) {
  margin: 0;
}

.btnAboutTentyo {
  position: relative;
}

.iconAboutTentyo {
  width: 18px;
  position: absolute;
  right: 2%;
  bottom: 2%;
}
@media screen and (max-width: 1199px) {
  .iconAboutTentyo {
    width: 16.21%;
  }
}
.iconAboutTentyo img {
  width: 100%;
  height: auto;
  display: block;
}

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

.topFloorLxn {
  width: 335px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .topFloorLxn {
    width: 89.33%;
  }
}

.h2TopFloor {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .h2TopFloor {
    font-size: 5.8666666667vw;
  }
}
.h2TopFloor::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h2TopFloor::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.iconTopFloor {
  position: absolute;
  left: 0;
  top: -17%;
  width: 94.31px;
}
@media screen and (max-width: 1199px) {
  .iconTopFloor {
    width: 28.15%;
  }
}

.brdTopFloor {
  width: 40px;
  height: 1px;
  background: #B1B1B1;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .brdTopFloor {
    width: 11.94%;
  }
}
@media screen and (max-width: 1199px) {
  .brdTopFloor {
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}

.rybyTopFloor {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .rybyTopFloor {
    margin-top: 1.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .rybyTopFloor {
    font-size: 3.7333333333vw;
  }
}
.rybyTopFloor::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.rybyTopFloor::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.topFloorTentyo {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .topFloorTentyo {
    margin: 5.67% 0% 0% 0%;
  }
}

.photoFloorTentyo {
  width: 85px;
}
@media screen and (max-width: 1199px) {
  .photoFloorTentyo {
    width: 25.37%;
  }
}

.secFloorTentyo {
  width: 234px;
}
@media screen and (max-width: 1199px) {
  .secFloorTentyo {
    width: 69.85%;
  }
}

.txtFloorTentyo {
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtFloorTentyo {
    font-size: 2.6666666667vw;
  }
}
.txtFloorTentyo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtFloorTentyo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.ulFloorTentyo {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .ulFloorTentyo {
    margin: 7.16% 0% 0% 0%;
  }
}

.liFloorTentyo {
  width: 106px;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liFloorTentyo {
    width: 31.64%;
  }
}
@media screen and (max-width: 1199px) {
  .liFloorTentyo {
    margin: 2.38% 0% 0% 0%;
  }
}
.liFloorTentyo:nth-child(3n+2) {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 1199px) {
  .liFloorTentyo:nth-child(3n+2) {
    margin: 2.38% 2.38% 0% 2.38%;
  }
}

.btnFloorTentyo {
  position: relative;
  display: block;
}

.iconFloorTentyo {
  width: 18px;
  position: absolute;
  right: 2%;
  bottom: 2%;
}
@media screen and (max-width: 1199px) {
  .iconFloorTentyo {
    width: 16.21%;
  }
}
.iconFloorTentyo img {
  width: 100%;
  height: auto;
  display: block;
}
.iconFloorTentyo svg {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.calendarLxn {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1080/1350;
}
@media screen and (max-width: 1199px) {
  .calendarLxn {
    margin-top: 21.33%;
    margin-bottom: 21.33%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2Calendar {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .h2Calendar {
    font-size: 5.3333333333vw;
  }
}
.h2Calendar::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.h2Calendar::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}

.main_sidebar_eventcalendar_lxc {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .main_sidebar_eventcalendar_lxc {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.title_main_sidebar_eventcalendar_lxc {
  width: 355px;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .title_main_sidebar_eventcalendar_lxc {
    width: 94.66%;
  }
}
.title_main_sidebar_eventcalendar_lxc .prev_sidebar_eventcalendar {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  cursor: pointer;
  white-space: nowrap;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .title_main_sidebar_eventcalendar_lxc .prev_sidebar_eventcalendar {
    font-size: 4.2666666667vw;
  }
}
.title_main_sidebar_eventcalendar_lxc .prev_sidebar_eventcalendar::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.title_main_sidebar_eventcalendar_lxc .prev_sidebar_eventcalendar::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
.title_main_sidebar_eventcalendar_lxc .momtheventcalendar {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
  white-space: nowrap;
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title_main_sidebar_eventcalendar_lxc .momtheventcalendar {
    font-size: 4.8vw;
  }
}
.title_main_sidebar_eventcalendar_lxc .momtheventcalendar::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.title_main_sidebar_eventcalendar_lxc .momtheventcalendar::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 1199px) {
  .title_main_sidebar_eventcalendar_lxc .momtheventcalendar {
    margin: 0% 8% 0% 8%;
  }
}
.title_main_sidebar_eventcalendar_lxc .next_sidebar_eventcalendar {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  cursor: pointer;
  white-space: nowrap;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .title_main_sidebar_eventcalendar_lxc .next_sidebar_eventcalendar {
    font-size: 4.2666666667vw;
  }
}
.title_main_sidebar_eventcalendar_lxc .next_sidebar_eventcalendar::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.title_main_sidebar_eventcalendar_lxc .next_sidebar_eventcalendar::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}

.main_sidebar_eventcalendar_cnt {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .main_sidebar_eventcalendar_cnt {
    margin-top: 4.26%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .main_sidebar_eventcalendar_cnt {
    width: 94.66%;
  }
}

.main_sidebar_eventcalendar {
  position: relative;
}
.main_sidebar_eventcalendar table {
  font-size: 14px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .main_sidebar_eventcalendar table {
    font-size: 3.7333333333vw;
  }
}
.main_sidebar_eventcalendar table th,
.main_sidebar_eventcalendar table td {
  font-size: 16px;
  border: 1px solid #CCC;
  aspect-ratio: 1/1;
  height: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 2px;
  padding-right: 2px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .main_sidebar_eventcalendar table th,
  .main_sidebar_eventcalendar table td {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .main_sidebar_eventcalendar table th,
  .main_sidebar_eventcalendar table td {
    padding: 1.69% 0.56% 1.69% 0.56%;
  }
}
.main_sidebar_eventcalendar table th img,
.main_sidebar_eventcalendar table td img {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .main_sidebar_eventcalendar table th img,
  .main_sidebar_eventcalendar table td img {
    margin-top: 7.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.main_sidebar_eventcalendar table th .logokyujitu,
.main_sidebar_eventcalendar table td .logokyujitu {
  width: 60%;
}
.main_sidebar_eventcalendar table th a,
.main_sidebar_eventcalendar table td a {
  text-decoration: underline;
  color: #323232;
}
.main_sidebar_eventcalendar table th .titleCalendarPosts,
.main_sidebar_eventcalendar table td .titleCalendarPosts {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 9px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .main_sidebar_eventcalendar table th .titleCalendarPosts,
  .main_sidebar_eventcalendar table td .titleCalendarPosts {
    margin-top: 7.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .main_sidebar_eventcalendar table th .titleCalendarPosts,
  .main_sidebar_eventcalendar table td .titleCalendarPosts {
    font-size: 2.4vw;
  }
}
.main_sidebar_eventcalendar table th .titleCalendarPosts::before,
.main_sidebar_eventcalendar table td .titleCalendarPosts::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.main_sidebar_eventcalendar table th .titleCalendarPosts::after,
.main_sidebar_eventcalendar table td .titleCalendarPosts::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
.main_sidebar_eventcalendar table th .jstitleCalendarPosts,
.main_sidebar_eventcalendar table td .jstitleCalendarPosts {
  cursor: pointer;
  text-decoration: underline;
}
.main_sidebar_eventcalendar table th {
  vertical-align: middle;
  font-weight: 700;
  height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .main_sidebar_eventcalendar table th {
    font-size: 4.2666666667vw;
  }
}
.main_sidebar_eventcalendar table td {
  height: 70px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .main_sidebar_eventcalendar table td {
    font-size: 3.2vw;
  }
}
.main_sidebar_eventcalendar table .sun,
.main_sidebar_eventcalendar table .sat {
  color: #FF0000;
}

.bgCalendar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bgCalendarLxn {
  display: none;
}

.closeCalenda {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.txtCalendartime {
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  padding: 10px 5px 10px 8px;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0em;
  background: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .txtCalendartime {
    font-size: 3.7333333333vw;
  }
}
.txtCalendartime::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.txtCalendartime::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}

.picCalendar {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .picCalendar {
    margin-top: 4.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .picCalendar {
    width: 94.66%;
  }
}

.txtCalendarLxnBtm {
  width: 355px;
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtCalendarLxnBtm {
    width: 94.66%;
  }
}
@media screen and (max-width: 1199px) {
  .txtCalendarLxnBtm {
    margin-top: 4.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtCalendarLxnBtm {
    font-size: 2.6666666667vw;
  }
}
.txtCalendarLxnBtm::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.txtCalendarLxnBtm::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.price {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .price {
    padding: 10.66% 0% 10.66% 0%;
  }
}

.bgPrice {
  background: url(../img/bgPrice.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}

.priceLxn {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .priceLxn {
    width: 89.33%;
  }
}

.titleTopPrice {
  width: 335px;
}
@media screen and (max-width: 1199px) {
  .titleTopPrice {
    width: 100%;
  }
}

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

.brdTopPrice {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 40px;
}
@media screen and (max-width: 1199px) {
  .brdTopPrice {
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .brdTopPrice {
    width: 11.94%;
  }
}

.rybyTopPrice {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .rybyTopPrice {
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .rybyTopPrice {
    font-size: 3.7333333333vw;
  }
}
.rybyTopPrice::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.rybyTopPrice::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.txtMainPriceInfo {
  width: 335px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtMainPriceInfo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .txtMainPriceInfo {
    font-size: 2.6666666667vw;
  }
}
.txtMainPriceInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.txtMainPriceInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

/*
.topFeadMenu {
    @include mi.marginPercent(335, 40, auto, 0, auto);
    display: grid;
     grid-template-rows: 335px 276px;
    grid-template-columns: 33px 33px 33px 33px 33px 33px 33px 33px 33px 33px;
    column-count: 10;
    column-gap: 0;
    column-fill: auto;
    overflow: hidden;
}
.liTopFeadMenu{
    img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    &:nth-child(1){
   @include mi.ontenerWidth( 375, 133 );
    height: auto;
    grid-column: 1 / 10;
    grid-row: 1 / 8;
    aspect-ratio: 133 / 138;
    }
    &:nth-child(2){
    @include mi.ontenerWidth( 375, 101 );
    height: auto;
    grid-column: 5 / 10;
    grid-row: 1 / 8;
    aspect-ratio: 101 / 69;
    }
    &:nth-child(3){
    @include mi.ontenerWidth( 375, 101 );
    height: auto;
    grid-column: 8 / 10;
    grid-row: 1 / 8;
    aspect-ratio: 101 / 69;
    }
    &:nth-child(4){
 @include mi.ontenerWidth( 375, 202 );
    height: auto;
    grid-column: 5 / 10;
    grid-row: 3 / 8;
   aspect-ratio: 202 / 69;
    }
    &:nth-child(5){
@include mi.ontenerWidth( 375, 101 );
    height: auto;
    grid-column: 1 / 10;
    grid-row: 5 / 8;
    aspect-ratio: 101 / 69;
    }
    &:nth-child(6){

    }
    &:nth-child(7){

    }
    &:nth-child(8){

    }
    &:nth-child(9){

    }
}
    */
.topFeadMenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .topFeadMenu {
    margin-top: 7.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liTopFeadMenu {
  overflow: hidden;
  position: relative;
}

.topFeadMenu .btnliTopFeadMenu {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.topFeadMenu .btnliTopFeadMenu img {
  max-width: unset;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.liTopFeadMenu1 {
  grid-area: 1/1/3/2;
  aspect-ratio: 133/138;
}

.liTopFeadMenu2 {
  grid-area: 1/2/2/3;
}

.liTopFeadMenu3 {
  grid-area: 1/3/2/4;
}

.liTopFeadMenu4 {
  grid-area: 2/2/3/4;
}

.liTopFeadMenu5 {
  grid-area: 3/1/4/2;
}

.liTopFeadMenu6 {
  grid-area: 3/2/4/3;
}

.liTopFeadMenu7 {
  grid-area: 4/1/5/3;
}

.liTopFeadMenu8 {
  grid-area: 3/3/5/4;
}

.liTopFeadMenu9 {
  grid-area: 5/1/7/2;
}

.liTopFeadMenu10 {
  grid-area: 5/2/6/3;
}

.liTopFeadMenu11 {
  grid-area: 5/3/6/4;
}

.liTopFeadMenu12 {
  grid-area: 6/2/7/4;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.instagram {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .instagram {
    margin-top: 21.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2Instagram {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .h2Instagram {
    font-size: 5.8666666667vw;
  }
}
.h2Instagram::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.h2Instagram::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}

.instagramLxn {
  width: 335px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .instagramLxn {
    width: 89.33%;
  }
}
@media screen and (max-width: 1199px) {
  .instagramLxn {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

#sbi_images {
  gap: 0 !important;
}

.instagramLxn #sb_instagram #sbi_load .sbi_load_btn {
  width: 335px;
  background: #F050A3;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0em;
  font-weight: 700;
  aspect-ratio: 335/48;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .instagramLxn #sb_instagram #sbi_load .sbi_load_btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .instagramLxn #sb_instagram #sbi_load .sbi_load_btn {
    font-size: 4.2666666667vw;
  }
}

.sbi_btn_text {
  font-family: "Rounded Mplus 1c", sans-serif;
  transform: rotate(0deg);
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.access {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .access {
    margin-top: 21.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .access {
    padding: 10.66% 0% 10.66% 0%;
  }
}

.accessLxn {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .accessLxn {
    width: 89.33%;
  }
}

.titleTopAccess {
  width: 100px;
}
@media screen and (max-width: 1199px) {
  .titleTopAccess {
    width: 29.85%;
  }
}

.h2TopAccess {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .h2TopAccess {
    font-size: 5.8666666667vw;
  }
}
.h2TopAccess::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h2TopAccess::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.brdTopAccess {
  width: 40px;
  height: 1px;
  background: #B1B1B1;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .brdTopAccess {
    width: 40%;
  }
}
@media screen and (max-width: 1199px) {
  .brdTopAccess {
    margin: 8% 0% 0% 0%;
  }
}

.rybyTopAccess {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .rybyTopAccess {
    margin: 8% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .rybyTopAccess {
    font-size: 3.7333333333vw;
  }
}
.rybyTopAccess::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.rybyTopAccess::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.ulTopAccess {
  width: 223.92px;
}
@media screen and (max-width: 1199px) {
  .ulTopAccess {
    width: 66.84%;
  }
}

.liTopAccess {
  width: 48.98px;
}
@media screen and (max-width: 1199px) {
  .liTopAccess {
    width: 21.87%;
  }
}
.liTopAccess:nth-child(n+2) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liTopAccess:nth-child(n+2) {
    margin: 0% 0% 0% 3.13%;
  }
}
.liTopAccess img {
  width: 100%;
  height: 100%;
  display: block;
}

.secAccessMain {
  margin-top: 48px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .secAccessMain {
    margin: 14.32% 0% 0% 0%;
  }
}

.h2AccessMain {
  width: 248px;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .h2AccessMain {
    width: 74.02%;
  }
}
@media screen and (max-width: 767px) {
  .h2AccessMain {
    font-size: 4.8vw;
  }
}
.h2AccessMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1) * 0.5em);
  content: "";
}
.h2AccessMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1) * 0.5em);
  content: "";
}

.addressAccessMain {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .addressAccessMain {
    margin: 7.16% 0% 0% 0%;
  }
}

.liAddressAccessMain {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .liAddressAccessMain {
    font-size: 3.2vw;
  }
}
.liAddressAccessMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.liAddressAccessMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.liAddressAccessMain:nth-child(n+2) {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liAddressAccessMain:nth-child(n+2) {
    margin: 4.77% 0% 0% 0%;
  }
}

.h3LiAddressAccessMain {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 52px;
}
@media screen and (max-width: 767px) {
  .h3LiAddressAccessMain {
    font-size: 3.2vw;
  }
}
.h3LiAddressAccessMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h3LiAddressAccessMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1199px) {
  .h3LiAddressAccessMain {
    width: 15.52%;
  }
}

.dottoLiAddressAccessMain {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 11px;
}
@media screen and (max-width: 767px) {
  .dottoLiAddressAccessMain {
    font-size: 3.2vw;
  }
}
.dottoLiAddressAccessMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.dottoLiAddressAccessMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1199px) {
  .dottoLiAddressAccessMain {
    width: 3.28%;
  }
}

.txtLiAddressAccessMain {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 265px;
}
@media screen and (max-width: 767px) {
  .txtLiAddressAccessMain {
    font-size: 3.2vw;
  }
}
.txtLiAddressAccessMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.txtLiAddressAccessMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1199px) {
  .txtLiAddressAccessMain {
    width: 79.1%;
  }
}

.mapAddressAccessMain {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  width: 100%;
  aspect-ratio: 335/180;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .mapAddressAccessMain {
    margin: 7.16% 0% 0% 0%;
  }
}
.mapAddressAccessMain iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.access .btnAddressBtmNavHeadeLxn {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 335px;
}
@media screen and (max-width: 1199px) {
  .access .btnAddressBtmNavHeadeLxn {
    margin-top: 7.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .access .btnAddressBtmNavHeadeLxn {
    width: 100%;
  }
}
.access .btnAddressBtmNavHeadeLxn span {
  font-weight: bold;
}
.access .btnAddressBtmNavHeadeLxn .btnAddressBtmNavHeade {
  aspect-ratio: 335/48;
  font-size: 16px;
  letter-spacing: 0em;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  text-decoration: none;
  background: #F050A3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .access .btnAddressBtmNavHeadeLxn .btnAddressBtmNavHeade {
    font-size: 4.2666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.btnFooter {
  bottom: 11%;
  position: sticky;
  right: 2%;
  width: 55px;
  margin: -4% 2% 0 auto;
  transition-duration: 0.5s;
  overflow-x: clip;
  z-index: 999;
}
@media screen and (max-width: 1199px) {
  .btnFooter {
    width: 14.66%;
  }
}

.btnFooter a {
  display: block;
  width: 100%;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 1;
  /* 初期値 */
  transform: rotate(0deg) scale(1);
}
.btnFooter a:active, .btnFooter a:hover {
  opacity: 1;
  transform: rotate(360deg) scale(1);
}
.btnFooter a img {
  width: 100%;
  height: auto;
  display: block;
}

.footer {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: -40px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 3.2% 0% 3.2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 2.6666666667vw;
  }
}
.footer::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.footer::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1199px) {
  .footer {
    margin: -10.67% 0% 0% 0%;
  }
}

.cntPageLxn {
  padding: 0 0 0px 0;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.snsFooter {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 9999;
}
@media screen and (max-width: 1199px) {
  .snsFooter {
    padding: 2.66% 0% 2.66% 0%;
  }
}

.snsFooterLxn {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .snsFooterLxn {
    width: 89.33%;
  }
}

.btnSnsFooterLxn {
  width: 203px;
}
@media screen and (max-width: 1199px) {
  .btnSnsFooterLxn {
    width: 54.13%;
  }
}

.btnSnsFooter {
  width: 100px;
  aspect-ratio: 100/28;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .btnSnsFooter {
    width: 49.26%;
  }
}

.snsCheack {
  width: 128px;
}
@media screen and (max-width: 1199px) {
  .snsCheack {
    width: 34.13%;
  }
}

.ulSnsCheack {
  width: 128px;
}
@media screen and (max-width: 1199px) {
  .ulSnsCheack {
    width: 100%;
  }
}

.liSnsCheack {
  width: 28px;
}
@media screen and (max-width: 1199px) {
  .liSnsCheack {
    width: 21.87%;
  }
}
.liSnsCheack:nth-child(n+2) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 4px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liSnsCheack:nth-child(n+2) {
    margin: 0% 0% 0% 3.12%;
  }
}
.liSnsCheack svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.booking {
  margin-top: 80px;
  margin-bottom: 114px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .booking {
    margin-top: 21.33%;
    margin-bottom: 30.4%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secBooking {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .secBooking {
    width: 89.33%;
  }
}

.h2Booking {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .h2Booking {
    font-size: 5.3333333333vw;
  }
}
.h2Booking::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.h2Booking::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}

.formBooking {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .formBooking {
    margin-top: 11.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liFormCnt {
  flex-flow: row wrap;
  align-items: center;
}
.liFormCnt:nth-child(n+2) {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liFormCnt:nth-child(n+2) {
    margin: 4.77% 0% 0% 0%;
  }
}

.h3liFormCnt {
  width: 100px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .h3liFormCnt {
    width: 29.85%;
  }
}
@media screen and (max-width: 767px) {
  .h3liFormCnt {
    font-size: 3.2vw;
  }
}
.h3liFormCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3liFormCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.formInputCnt {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 235px;
}
@media screen and (max-width: 1199px) {
  .formInputCnt {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .formInputCnt {
    width: 70.14%;
  }
}

.inputW100 {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .inputW100 {
    padding: 2.38% 2.38% 2.38% 2.38%;
  }
}
@media screen and (max-width: 767px) {
  .inputW100 {
    font-size: 3.2vw;
  }
}

.selectW100 {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .selectW100 {
    padding: 2.38% 2.38% 2.38% 2.38%;
  }
}
@media screen and (max-width: 767px) {
  .selectW100 {
    font-size: 3.2vw;
  }
}

.liFormCnt:last-child {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liFormCnt:last-child {
    margin: 5.37% 0% 0% 0%;
  }
}

.liFormCnt:last-child .h3liFormCnt {
  width: 100%;
}

.liFormCnt:last-child .formInputCnt100 {
  width: 100%;
}

.txtw100 {
  width: 100%;
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  aspect-ratio: 335/180;
}
@media screen and (max-width: 1199px) {
  .txtw100 {
    margin-top: 3.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtw100 {
    padding: 2.38% 2.38% 2.38% 2.38%;
  }
}
@media screen and (max-width: 767px) {
  .txtw100 {
    font-size: 3.2vw;
  }
}

.btnToConfirmLxn {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .btnToConfirmLxn {
    margin-top: 11.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnToConfirm {
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  aspect-ratio: 335/48;
  width: 100%;
  background: #F050A3;
  color: #FFF;
  border: 1px solid #F050A3;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btnToConfirm {
    font-size: 4.2666666667vw;
  }
}
.btnToConfirm::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnToConfirm::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.bookingConfirm {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .bookingConfirm {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bookingConfirm .formInputCnt {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .bookingConfirm .formInputCnt {
    font-size: 3.2vw;
  }
}
.bookingConfirm .formInputCnt100 {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .bookingConfirm .formInputCnt100 {
    margin: 5.37% 0% 0% 0%;
  }
}

.toThankBackLxn {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .toThankBackLxn {
    margin-top: 11.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnBackLxn {
  width: 161px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .btnBackLxn {
    width: 48.05%;
  }
}

.btnBack {
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  aspect-ratio: 161/40;
  background: #FFF;
  color: #000 !important;
  border: 1px solid #000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btnBack {
    font-size: 4.2666666667vw;
  }
}
.btnBack::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnBack::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

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

.btnToThanks {
  width: 100%;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  aspect-ratio: 335/48;
  background: #000000;
  color: #FFF;
  border: 1px solid #000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btnToThanks {
    font-size: 4.2666666667vw;
  }
}
.btnToThanks::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnToThanks::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.txtBooking {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .txtBooking {
    margin-top: 11.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtBooking {
    font-size: 3.2vw;
  }
}

.txtBookingThanks {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .txtBookingThanks {
    margin-top: 11.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtBookingThanks {
    font-size: 3.2vw;
  }
}

.btnReadmoneTopThnksLoop {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .btnReadmoneTopThnksLoop {
    margin-top: 23.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.btnToTopLxn {
  width: 100%;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  aspect-ratio: 335/48;
  background: #000000;
  color: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btnToTopLxn {
    font-size: 4.2666666667vw;
  }
}
.btnToTopLxn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnToTopLxn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.catFv {
  aspect-ratio: 375/127;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background: #FBEBEC;
  position: relative;
}

.iconCatFv {
  width: 74px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .iconCatFv {
    width: 19.73%;
  }
}

.secCatFv {
  width: 100%;
}

.h2SecCatFv {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h2SecCatFv {
    font-size: 5.8666666667vw;
  }
}
.h2SecCatFv::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h2SecCatFv::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.brdSecCatFv {
  width: 30px;
  margin-top: 12px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: #A4A4A4;
}
@media screen and (max-width: 1199px) {
  .brdSecCatFv {
    width: 8%;
  }
}
@media screen and (max-width: 1199px) {
  .brdSecCatFv {
    margin-top: 3.2%;
    margin-bottom: 1.6%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.newsTab {
  width: 335px;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .newsTab {
    width: 89.33%;
  }
}
@media screen and (max-width: 1199px) {
  .newsTab {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liNewsTab01 {
  width: 80px;
}
@media screen and (max-width: 1199px) {
  .liNewsTab01 {
    width: 23.88%;
  }
}

.liNewsTab02 {
  width: 80px;
}
@media screen and (max-width: 1199px) {
  .liNewsTab02 {
    width: 23.88%;
  }
}

.btnliNewsTab {
  font-weight: 600;
  border: 1px solid #D9D9D9;
  background: #D9D9D9;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  background: #F050A3;
  color: #fff;
  border: 2px solid #F050A3;
}
@media screen and (max-width: 767px) {
  .btnliNewsTab {
    font-size: 3.2vw;
  }
}
.btnliNewsTab::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnliNewsTab::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.btnliNewsTab.active {
  background: #fff;
  color: #F050A3;
  border: 2px solid #F050A3;
}

.ulTopNewsLoop {
  width: 335px;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .ulTopNewsLoop {
    width: 89.33%;
  }
}
@media screen and (max-width: 1199px) {
  .ulTopNewsLoop {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liCatNewsLoop {
  border-bottom: 1px solid #B1B1B1;
}

.btnCatNewsLoop {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  color: #241A08;
}
@media screen and (max-width: 1199px) {
  .btnCatNewsLoop {
    padding: 2.98% 0% 2.98% 0%;
  }
}

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

.catCatNewsLoop {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .catCatNewsLoop {
    font-size: 3.2vw;
  }
}
.catCatNewsLoop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.catCatNewsLoop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 1199px) {
  .catCatNewsLoop {
    margin: 0% 0% 0% 2.38%;
  }
}

.dateCatNewsLoop .newTopAppivalTop {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .dateCatNewsLoop .newTopAppivalTop {
    font-size: 3.2vw;
  }
}
.dateCatNewsLoop .newTopAppivalTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.dateCatNewsLoop .newTopAppivalTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 1199px) {
  .dateCatNewsLoop .newTopAppivalTop {
    margin: 0% 0% 0% 2.38%;
  }
}

.h3CatNewsLoop {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .h3CatNewsLoop {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .h3CatNewsLoop {
    margin: 2.38% 0% 0% 0%;
  }
}

.pagerNewsLoop {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0em;
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .pagerNewsLoop {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1199px) {
  .pagerNewsLoop {
    margin: 7.16% 0% 0% 0%;
  }
}
.pagerNewsLoop .wp-pagenavi {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.pagerNewsLoop .wp-pagenavi a,
.pagerNewsLoop .wp-pagenavi span {
  width: 30px;
  font-size: 14px;
  line-height: 0.7142857143;
  letter-spacing: 0em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  aspect-ratio: 20/20;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #241A08;
}
@media screen and (max-width: 1199px) {
  .pagerNewsLoop .wp-pagenavi a,
  .pagerNewsLoop .wp-pagenavi span {
    width: 8.95%;
  }
}
@media screen and (max-width: 767px) {
  .pagerNewsLoop .wp-pagenavi a,
  .pagerNewsLoop .wp-pagenavi span {
    font-size: 3.7333333333vw;
  }
}
.pagerNewsLoop .wp-pagenavi a::before,
.pagerNewsLoop .wp-pagenavi span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 0.7142857143) * 0.5em);
  content: "";
}
.pagerNewsLoop .wp-pagenavi a::after,
.pagerNewsLoop .wp-pagenavi span::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 0.7142857143) * 0.5em);
  content: "";
}
@media screen and (max-width: 1199px) {
  .pagerNewsLoop .wp-pagenavi a,
  .pagerNewsLoop .wp-pagenavi span {
    margin: 0% 1.49% 0% 1.49%;
  }
}
.pagerNewsLoop .wp-pagenavi span {
  border: 1px solid #FBEBEC;
  background: #FBEBEC;
  color: #3A3E46;
}
.pagerNewsLoop .wp-pagenavi .nextpostslink,
.pagerNewsLoop .wp-pagenavi .previouspostslink {
  width: 36px;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
  border: 1px solid #F050A3;
  background: #F050A3;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .pagerNewsLoop .wp-pagenavi .nextpostslink,
  .pagerNewsLoop .wp-pagenavi .previouspostslink {
    width: 10.74%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.singleNews {
  width: 335px;
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .singleNews {
    width: 89.33%;
  }
}
@media screen and (max-width: 1199px) {
  .singleNews {
    margin-top: 16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.brdSingleCat {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  background: #B1B1B1;
}
@media screen and (max-width: 1199px) {
  .brdSingleCat {
    margin-top: 4.26%;
    margin-bottom: 4.26%;
    margin-left: auto;
    margin-right: auto;
  }
}

.cntSingleCat h1,
.cntSingleCat h2 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .cntSingleCat h1,
  .cntSingleCat h2 {
    font-size: 3.7333333333vw;
  }
}
.cntSingleCat h1::before,
.cntSingleCat h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.cntSingleCat h1::after,
.cntSingleCat h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1199px) {
  .cntSingleCat h1,
  .cntSingleCat h2 {
    margin-top: 0%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat p,
.cntSingleCat figure {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .cntSingleCat p,
  .cntSingleCat figure {
    font-size: 3.2vw;
  }
}
.cntSingleCat p::before,
.cntSingleCat figure::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.cntSingleCat p::after,
.cntSingleCat figure::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.cntSingleCat p + h1 {
  margin-top: 24px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat p + h1 {
    margin-top: 7.16%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat p + h2 {
  margin-top: 22px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat p + h2 {
    margin-top: 6.56%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat p + h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat p + h3 {
    margin-top: 5.97%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat p + h4 {
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat p + h4 {
    margin-top: 4.77%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat p + p {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat p + p {
    margin-top: 3.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat img {
    margin-top: 2.38%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat iframe {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat iframe {
    margin-top: 2.38%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}

.infoSinglePager {
  width: 335px;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .infoSinglePager {
    width: 89.33%;
  }
}
@media screen and (max-width: 1199px) {
  .infoSinglePager {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pagerTopicsMainSingle {
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .pagerTopicsMainSingle {
    font-size: 3.2vw;
  }
}
.pagerTopicsMainSingle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.pagerTopicsMainSingle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.pagerTopicsMainSingle a {
  text-decoration: none;
  color: #241A08;
}

.moreTopicsArchive {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  .moreTopicsArchive {
    margin: 0% 6.4% 0% 6.4%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.menuGenre {
  position: relative;
}

.btnMenuGenre {
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .btnMenuGenre {
    padding: 3.2% 0% 3.2% 0%;
  }
}

.btnMenuGenre {
  width: 375px;
}
@media screen and (max-width: 1199px) {
  .btnMenuGenre {
    width: 100%;
  }
}

.btnMenuGenreFx {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .btnMenuGenreFx {
    width: 89.33%;
  }
}

.h2btnMenuGenre {
  width: 320px;
}
@media screen and (max-width: 1199px) {
  .h2btnMenuGenre {
    width: 95.52%;
  }
}

.brdBtnMenuGenre {
  position: relative;
  width: 14px;
  aspect-ratio: 14/14;
}
@media screen and (max-width: 1199px) {
  .brdBtnMenuGenre {
    width: 4.17%;
  }
}

.brdBtmBtnMenuGenre {
  height: 2px;
  width: 14px;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.brdBtmBtnMenuGenre02 {
  transform: rotate(90deg);
}

.btnMenuGenre.off .brdBtmBtnMenuGenre02 {
  transform: rotate(90deg);
}

.btnMenuGenre.on .brdBtmBtnMenuGenre02 {
  opacity: 0;
}

.menuGenreLxn {
  position: absolute;
  left: 0;
  width: 100%;
  background: #FBEBEC;
  z-index: 9;
  display: none;
}

.menuGenreLxnBx {
  width: 335px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .menuGenreLxnBx {
    width: 89.33%;
  }
}
@media screen and (max-width: 1199px) {
  .menuGenreLxnBx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .menuGenreLxnBx {
    padding: 5.33% 0% 5.33% 0%;
  }
}

.liMenuGenreLxnBx:nth-child(n+2) {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .liMenuGenreLxnBx:nth-child(n+2) {
    margin-top: 11.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnMenuGenreLxnBx {
  cursor: pointer;
}

.h2BtnMenuGenreLxnBx {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2BtnMenuGenreLxnBx {
    font-size: 4.2666666667vw;
  }
}

.brdMenuGenreLxnBx {
  position: relative;
  width: 14px;
  aspect-ratio: 14/14;
}
@media screen and (max-width: 1199px) {
  .brdMenuGenreLxnBx {
    width: 4.17%;
  }
}

.brdbrdMenuGenreLxnBx {
  height: 2px;
  width: 14px;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #282828;
}

.brdBtmBtnMenuGenre02 {
  transform: rotate(90deg);
}

.btnMenuGenreLxnBx.off .brdbrdMenuGenreLxnBx02 {
  transform: rotate(90deg);
}

.btnMenuGenreLxnBx.on .brdbrdMenuGenreLxnBx02 {
  opacity: 0;
}

.ulSubMenuGenreLxn {
  display: none;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .ulSubMenuGenreLxn {
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liSubMenuGenreLxn {
  width: 335px;
}
@media screen and (max-width: 1199px) {
  .liSubMenuGenreLxn {
    width: 100%;
  }
}

.btnSubMenuGenreLxn {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #282828;
}
@media screen and (max-width: 1199px) {
  .btnSubMenuGenreLxn {
    padding: 2.38% 0% 2.38% 0%;
  }
}

.txtBtnSubMenuGenreLxn {
  width: 312px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtBtnSubMenuGenreLxn {
    width: 93.13%;
  }
}
@media screen and (max-width: 767px) {
  .txtBtnSubMenuGenreLxn {
    font-size: 3.2vw;
  }
}

.iconBtnSubMenuGenreLxn {
  width: 24px;
}
@media screen and (max-width: 1199px) {
  .iconBtnSubMenuGenreLxn {
    width: 7.16%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.nowCharge {
  width: 335px;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
  border: 2px solid #F050A3;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}
@media screen and (max-width: 1199px) {
  .nowCharge {
    width: 89.33%;
  }
}
@media screen and (max-width: 1199px) {
  .nowCharge {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .nowCharge {
    padding: 4.26% 0% 4.26% 0%;
  }
}

.nowChargeLxn {
  width: 301px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .nowChargeLxn {
    width: 89.85%;
  }
}

.h2NowCharge {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2NowCharge {
    font-size: 4.2666666667vw;
  }
}

.ulNowCharge {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .ulNowCharge {
    margin-top: 4.26%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liNowCharge {
  width: 129px;
}
@media screen and (max-width: 1199px) {
  .liNowCharge {
    width: 42.85%;
  }
}

.h3liNowCharge {
  width: 81px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .h3liNowCharge {
    width: 62.79%;
  }
}
@media screen and (max-width: 767px) {
  .h3liNowCharge {
    font-size: 3.2vw;
  }
}

.intliNowCharge {
  width: 49px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0em;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .intliNowCharge {
    width: 37.98%;
  }
}
@media screen and (max-width: 767px) {
  .intliNowCharge {
    font-size: 3.2vw;
  }
}

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

.menuAllListBx {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .menuAllListBx {
    width: 89.33%;
  }
}

.limenuAllListBx {
  width: 335px;
}
@media screen and (max-width: 1199px) {
  .limenuAllListBx {
    width: 100%;
  }
}
.limenuAllListBx:nth-child(n+2) {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .limenuAllListBx:nth-child(n+2) {
    margin-top: 11.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2BtnmenuAllListBx {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2BtnmenuAllListBx {
    font-size: 4.2666666667vw;
  }
}

.ulSubmenuAllList {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .ulSubmenuAllList {
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liSubmenuAllList {
  width: 335px;
}
@media screen and (max-width: 1199px) {
  .liSubmenuAllList {
    width: 100%;
  }
}

.btnSubmenuAllList {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #282828;
}
@media screen and (max-width: 1199px) {
  .btnSubmenuAllList {
    padding: 2.38% 0% 2.38% 0%;
  }
}

.txtBtnSubmenuAllList {
  width: 312px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtBtnSubmenuAllList {
    width: 93.13%;
  }
}
@media screen and (max-width: 767px) {
  .txtBtnSubmenuAllList {
    font-size: 3.2vw;
  }
}

.iconBtnSubmenuAllList {
  width: 24px;
}
@media screen and (max-width: 1199px) {
  .iconBtnSubmenuAllList {
    width: 7.16%;
  }
}

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

.menuDetailSingle {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .menuDetailSingle {
    width: 89.33%;
  }
}

.h2TitleMenuDetailSingle {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2TitleMenuDetailSingle {
    font-size: 4.2666666667vw;
  }
}
.h2TitleMenuDetailSingle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h2TitleMenuDetailSingle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.btnTitleMenuDetailSingleLxn {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .btnTitleMenuDetailSingleLxn {
    font-size: 3.2vw;
  }
}
.btnTitleMenuDetailSingleLxn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.btnTitleMenuDetailSingleLxn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.ulMenuDetailSingle {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .ulMenuDetailSingle {
    margin-top: 4.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liMenuDetailSingle {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #282828;
}
@media screen and (max-width: 1199px) {
  .liMenuDetailSingle {
    padding: 4.77% 0% 4.77% 0%;
  }
}

.h3MenuDetailSingle {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3MenuDetailSingle {
    font-size: 3.2vw;
  }
}
.h3MenuDetailSingle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h3MenuDetailSingle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.txtMenuDetailSingle {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtMenuDetailSingle {
    font-size: 3.2vw;
  }
}
.txtMenuDetailSingle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.txtMenuDetailSingle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.alertMenu {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .alertMenu {
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .alertMenu {
    font-size: 2.6666666667vw;
  }
}
.alertMenu::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.alertMenu::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.photosMenuDetailSingle {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .photosMenuDetailSingle {
    margin-top: 11.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liPhotosMenuDetailSingle {
  width: 33.33333%;
}

.btnPhotosMenuDetailSingle {
  position: relative;
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
  width: 100%;
}
.btnPhotosMenuDetailSingle img {
  position: absolute;
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.iconPhotosMenuDetailSingle {
  width: 18.06px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media screen and (max-width: 1199px) {
  .iconPhotosMenuDetailSingle {
    width: 16.19%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.listcntmainasu .moveList1 {
  opacity: 0;
}

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

.listcntmainasu .moveList2 {
  opacity: 0;
}

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

.listcntmainasu .moveList3 {
  opacity: 0;
}

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

.listcntmainasu .moveList4 {
  opacity: 0;
}

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

.listcntmainasu .moveList5 {
  opacity: 0;
}

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

.listcntmainasu .moveList6 {
  opacity: 0;
}

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

.listcntmainasu .moveList7 {
  opacity: 0;
}

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

.listcntmainasu .moveList8 {
  opacity: 0;
}

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

.listcntmainasu .moveList9 {
  opacity: 0;
}

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

.listcntmainasu .moveList10 {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

ul.bxslider {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lightbox a img {
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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