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

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

body img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

svg {
  display: block;
}

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

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

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

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

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

.fw_0 {
  font-weight: 0;
}

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

.fw_100 {
  font-weight: 100;
}

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

.fw_200 {
  font-weight: 200;
}

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

.fw_300 {
  font-weight: 300;
}

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

.fw_400 {
  font-weight: 400;
}

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

.fw_500 {
  font-weight: 500;
}

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

.fw_600 {
  font-weight: 600;
}

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

.fw_700 {
  font-weight: 700;
}

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

.fw_800 {
  font-weight: 800;
}

.ovhidden {
  overflow: hidden;
}

a {
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

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

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

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

.j_center {
  justify-content: center;
}

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

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

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

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

.ali_center {
  align-items: center;
}

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

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

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

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

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

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

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

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

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

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

body input,
body textarea,
body button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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

.t_center {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mplus {
  font-family: "M PLUS 1p", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

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

.bg_467BBE_085 {
  background: rgba(70, 123, 190, 0.85);
}

.bg_467BBE {
  background: #467BBE;
}

.bg_fff {
  background: #FFF;
}

.brd_b_467BBE {
  border-bottom: 1px solid #467BBE;
}

.brd_b_C8C8C8 {
  border-bottom: 1px solid #C8C8C8;
}

.bg_000_06 {
  background: rgba(0, 0, 0, 0.6);
}

.brd_1_467BBE {
  border-bottom: 1px solid #467BBE;
}

.brd_C8C8C8 {
  border: 1px solid var(--C8C8C8, #C8C8C8);
}

.brd282828 {
  border: 1px solid #282828;
}

.cl_282828 {
  color: #282828;
}

.cl_000 {
  color: #000;
}

.cl_E9545D {
  color: #E9545D;
}

.cl_fff {
  color: #FFF;
}

.cl_467BBE {
  color: #467BBE;
}

.brd_DCDCDC {
  border: 1px solid #DCDCDC;
}

.cl_467BBD {
  color: #467BBD;
}

.bg_E9545D {
  background: #E9545D;
}

.bg_F9F6E7 {
  background: #F9F6E7;
}

.brd_1_C8C8C8 {
  border-bottom: 1px solid #C8C8C8;
}

.brd_l_r_467BBE {
  border-left: 1px solid #467BBE;
  border-right: 1px solid #467BBE;
}

.undernone {
  text-decoration: none;
}

.bg_DCDCDC {
  background: #DCDCDC;
}

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

.shadow {
  box-shadow: 0px 0px 14px 0px #F1EBCD;
}

.aspect245_245 {
  aspect-ratio: 245/245;
}

.aspect692_503 {
  aspect-ratio: 692/503;
}

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bigwap {
  overflow: clip;
}

.headerPc {
  border-bottom: 2px solid #467BBE;
}

.headerPcFx {
  width: 1200px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .headerPcFx {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .headerPcFx {
    padding: 1.74% 0% 1.74% 0%;
  }
}

.btnHeaderPc {
  width: 107px;
  display: block;
}
@media screen and (max-width: 1259px) {
  .btnHeaderPc {
    width: 8.91%;
  }
}

.navHeaderPc {
  width: 874px;
}
@media screen and (max-width: 1259px) {
  .navHeaderPc {
    width: 72.83%;
  }
}
@media screen and (max-width: 1259px) {
  .navHeaderPc {
    width: 76%;
  }
}

.liNavHeaderPc {
  width: 104px;
}
@media screen and (max-width: 1259px) {
  .liNavHeaderPc {
    width: 11.89%;
  }
}

.btnNavHeaderPc {
  display: block;
  transition-duration: 0.5s;
}
.btnNavHeaderPc:hover {
  color: #467bbe;
  opacity: 1;
}
.btnNavHeaderPc:hover .h2NavHeaderPc {
  color: #467bbe;
}

.jsBtnNavHeaderContact {
  cursor: pointer;
}

.picNavHeaderPc {
  width: 26px;
  margin: 0 auto;
}
@media screen and (max-width: 1259px) {
  .picNavHeaderPc {
    width: 25%;
  }
}

.h2NavHeaderPc {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
  color: #282828;
}
@media screen and (max-width: 1259px) {
  .h2NavHeaderPc {
    margin: 7.69% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2NavHeaderPc {
    font-size: 1.0325655282vw;
  }
}
.h2NavHeaderPc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
.h2NavHeaderPc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}

.btnNavHeaderPc .picNavHeaderPc svg {
  transition-duration: 0.5s;
  fill: #467BBE;
}

.btnNavHeaderPc .picNavHeaderPc svg .st0 {
  transition-duration: 0.5s;
  fill: #467BBE;
}

.btnNavHeaderPc:hover .picNavHeaderPc svg {
  fill: #2E65AB;
}

.btnNavHeaderPc:hover .picNavHeaderPc svg .st0 {
  fill: #2E65AB;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.base_header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.haedarSp {
  position: relative;
}

.btnHeaderSp {
  width: 65px;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 4%;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .btnHeaderSp {
    width: 17.33%;
  }
}

.btnSpMenuOpen {
  width: 56px;
  display: block;
}
@media screen and (max-width: 1259px) {
  .btnSpMenuOpen {
    width: 14.93%;
  }
}

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

.bgHeaderSp {
  height: 100vh;
  width: 100%;
  background: rgba(70, 123, 190, 0.85);
  position: absolute;
  right: 0;
  display: none;
}

.headerSpMainMenu {
  width: 250px;
  position: absolute;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 999;
  padding: 0 0 10% 0;
  min-height: 100vh;
  right: -100%;
}
@media screen and (max-width: 1259px) {
  .headerSpMainMenu {
    width: 66.66%;
  }
}
.headerSpMainMenu::-webkit-scrollbar {
  display: none;
}

.headerSpMainMenuLxn {
  margin-top: 7.5%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 222px;
}
@media screen and (max-width: 1259px) {
  .headerSpMainMenuLxn {
    width: 88.8%;
  }
}

.btnNavHeaderSpMain {
  padding: 6.2% 0% 5.3% 0%;
}

.headerSpMainMenuLxn .picNavHeaderSp {
  width: 9.34%;
  margin: 0% 6.3% 0% 0%;
}

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

.secHeaderSpMain {
  margin-top: 9.1%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgHeaderContact {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  display: none;
  cursor: pointer;
}
.headerContactWap {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  aspect-ratio: 920/815;
  display: none;
  width: 920px;
}
@media screen and (max-width: 1259px) {
  .headerContactWap {
    width: 73.01%;
  }
}
@media screen and (max-width: 767px) {
  .headerContactWap {
    width: 321px;
    top: 4.5%;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .headerContactWap {
    width: 85.6%;
  }
}

.headerContactLxn {
  position: relative;
  padding-top: 48px;
  padding-bottom: 41px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  z-index: 999;
  background: #fff;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .headerContactLxn {
    padding: 5.21% 0% 4.45% 0%;
  }
}
@media screen and (max-width: 767px) {
  .headerContactLxn {
    padding: 11.5% 0% 10.66% 0%;
  }
}

.headerContact {
  width: 820px;
  margin: auto;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 999;
  padding: 0 0 0% 0;
  aspect-ratio: 920/815;
  height: auto;
}
@media screen and (max-width: 1259px) {
  .headerContact {
    width: 89.13%;
  }
}
.headerContact::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .headerContact {
    width: 281px;
    aspect-ratio: 321/917;
    top: 5%;
    transform: translateY(0%);
    padding: 0 0 30% 0;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .headerContact {
    width: 87.53%;
  }
}

.btnHeaderContact {
  position: absolute;
  right: -2.5%;
  top: -3%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btnHeaderContact {
    right: -5%;
    top: -2.2%;
    width: 11.3%;
  }
}

.h2TopHeaderContact {
  padding-top: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 26px;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1259px) {
  .h2TopHeaderContact {
    padding: 0% 0% 2.19% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2TopHeaderContact {
    font-size: 2.0651310564vw;
  }
}
.h2TopHeaderContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
.h2TopHeaderContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2TopHeaderContact {
    text-align: center;
    padding: 0% 0% 6.5% 0%;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TopHeaderContact {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TopHeaderContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2TopHeaderContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.topHeaderContactFx {
  margin-top: 36px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .topHeaderContactFx {
    margin-top: 4.39%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .topHeaderContactFx {
    margin-top: 6.11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3TopHeaderContact {
  font-size: 26px;
  line-height: 1.4615384615;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}
@media screen and (max-width: 1259px) {
  .h3TopHeaderContact {
    font-size: 2.0651310564vw;
  }
}
.h3TopHeaderContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
.h3TopHeaderContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3TopHeaderContact {
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TopHeaderContact {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3TopHeaderContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h3TopHeaderContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.telTopHeaderContactFxtop {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 37px;
  margin-right: auto;
  width: 254px;
  display: flex;
}
@media screen and (max-width: 1259px) and (max-width: 1259px) {
  .telTopHeaderContactFxtop {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 4.51%;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .telTopHeaderContactFxtop {
    width: 30.97%;
  }
}
@media screen and (max-width: 767px) {
  .telTopHeaderContactFxtop {
    margin-top: 4.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 169px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .telTopHeaderContactFxtop {
    width: 60.14%;
  }
}

.telTopHeaderContactFig {
  width: 24px;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 7px;
}
@media screen and (max-width: 1259px) {
  .telTopHeaderContactFig {
    width: 9.63%;
  }
}
@media screen and (max-width: 1259px) {
  .telTopHeaderContactFig {
    margin: 0.24% 0.85% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .telTopHeaderContactFig {
    width: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .telTopHeaderContactFig {
    width: 10.05%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .telTopHeaderContactFig {
    margin: 0% 3.55% 0% 0%;
  }
}

.txtTelTopHeaderContacttop {
  width: 221px;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: auto;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .txtTelTopHeaderContacttop {
    width: 88.75%;
  }
}
@media screen and (max-width: 1259px) and (max-width: 1259px) {
  .txtTelTopHeaderContacttop {
    margin-top: 0.8%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .txtTelTopHeaderContacttop {
    font-size: 2.3828435266vw;
  }
}
.txtTelTopHeaderContacttop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.txtTelTopHeaderContacttop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtTelTopHeaderContacttop {
    width: 146px;
    line-height: 1.2;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .txtTelTopHeaderContacttop {
    width: 86.39%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTelTopHeaderContacttop {
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTelTopHeaderContacttop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .txtTelTopHeaderContacttop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

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

.liTopHeaderContactFx {
  width: 260px;
  padding-top: 19px;
  padding-bottom: 13px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liTopHeaderContactFx {
    width: 31.7%;
  }
}
@media screen and (max-width: 1259px) {
  .liTopHeaderContactFx {
    padding: 2.31% 0% 1.58% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liTopHeaderContactFx {
    width: 281px;
    padding: 4.4% 0% 6.5% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liTopHeaderContactFx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liTopHeaderContactFx:nth-child(n+2) {
    border-top: none;
  }
}

.liTopHeaderContactFx02 {
  padding-top: 6px;
  padding-bottom: 13px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liTopHeaderContactFx02 {
    padding: 0.73% 0% 1.58% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liTopHeaderContactFx02 {
    padding: 4.5% 0% 6.4% 0%;
  }
}

.h4TopHeaderContactFx {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h4TopHeaderContactFx {
    font-size: 1.429706116vw;
  }
}
.h4TopHeaderContactFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h4TopHeaderContactFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4TopHeaderContactFx {
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4TopHeaderContactFx {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h4TopHeaderContactFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h4TopHeaderContactFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.telTopHeaderContactFx {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1259px) {
  .telTopHeaderContactFx {
    margin-top: 7.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .telTopHeaderContactFx {
    margin-top: 3.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 50.75%;
  }
}

.liTopHeaderContactFx:nth-child(3) .telTopHeaderContactFx {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .liTopHeaderContactFx:nth-child(3) .telTopHeaderContactFx {
    margin-top: 1.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liTopHeaderContactFx:nth-child(3) .telTopHeaderContactFx {
    margin-top: 3.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.litelTopHeaderContactFig {
  width: 17px;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 3.5px;
}
@media screen and (max-width: 1259px) {
  .litelTopHeaderContactFig {
    width: 6.53%;
  }
}
@media screen and (max-width: 1259px) {
  .litelTopHeaderContactFig {
    margin: 0.24% 0.42% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .litelTopHeaderContactFig {
    width: 12%;
    margin: 0% 2.1% 0% 0%;
  }
}

.txtTelTopHeaderContact {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .txtTelTopHeaderContact {
    font-size: 1.5885623511vw;
  }
}
.txtTelTopHeaderContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.txtTelTopHeaderContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtTelTopHeaderContact {
    line-height: 1.1875;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTelTopHeaderContact {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTelTopHeaderContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.1875) * 0.5em);
    content: "";
  }
  .txtTelTopHeaderContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.1875) * 0.5em);
    content: "";
  }
}

.topHeaderContact02 {
  margin-top: 63px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .topHeaderContact02 {
    margin-top: 7.68%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .topHeaderContact02 {
    margin-top: 13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.listHeaderContactTime {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .listHeaderContactTime {
    margin: 0.97% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .listHeaderContactTime {
    margin: 0.5% 0% 0% 0%;
  }
}

.liHeaderContactTime {
  padding-top: 13px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liHeaderContactTime {
    padding: 1.58% 0% 1.95% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liHeaderContactTime {
    padding: 6.15% 0% 6.85% 0%;
  }
}

.h3HeaderContactTime {
  color: #467BBE;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  width: 243px;
}
@media screen and (max-width: 1259px) {
  .h3HeaderContactTime {
    font-size: 1.429706116vw;
  }
}
.h3HeaderContactTime::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h3HeaderContactTime::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h3HeaderContactTime {
    width: 29.63%;
  }
}
@media screen and (max-width: 767px) {
  .h3HeaderContactTime {
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    width: 281px;
    text-align: left;
    display: inline;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3HeaderContactTime {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3HeaderContactTime::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .h3HeaderContactTime::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .h3HeaderContactTime {
    width: 100%;
  }
}

.detailHeaderContactTimeFx {
  width: 577px;
}
@media screen and (max-width: 1259px) {
  .detailHeaderContactTimeFx {
    width: 70.36%;
  }
}
@media screen and (max-width: 767px) {
  .detailHeaderContactTimeFx {
    margin: 6% 0% 0% 0%;
    width: 281px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .detailHeaderContactTimeFx {
    width: 100%;
  }
}

.secDetailHeaderContactFloor {
  width: 262px;
}
@media screen and (max-width: 1259px) {
  .secDetailHeaderContactFloor {
    width: 31.95%;
  }
}
@media screen and (max-width: 767px) {
  .secDetailHeaderContactFloor {
    width: 56.8%;
  }
}

.txtDetailHeaderContactFloor {
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}
@media screen and (max-width: 1259px) {
  .txtDetailHeaderContactFloor {
    font-size: 1.429706116vw;
  }
}
.txtDetailHeaderContactFloor::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.txtDetailHeaderContactFloor::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDetailHeaderContactFloor {
    width: 100%;
    line-height: 1.2307692308;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDetailHeaderContactFloor {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailHeaderContactFloor::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2307692308) * 0.5em);
    content: "";
  }
  .txtDetailHeaderContactFloor::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2307692308) * 0.5em);
    content: "";
  }
}

.txtDetailHeaderContactFloor + .txtDetailHeaderContactFloor {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .txtDetailHeaderContactFloor + .txtDetailHeaderContactFloor {
    margin: 3.17% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailHeaderContactFloor + .txtDetailHeaderContactFloor {
    width: 100%;
    margin: 2.5% 0% 0% 0%;
  }
}

.secDetailHeaderContactTime {
  width: 315px;
}
@media screen and (max-width: 1259px) {
  .secDetailHeaderContactTime {
    width: 38.41%;
  }
}
.txtDetailHeaderContactTime {
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}
@media screen and (max-width: 1259px) {
  .txtDetailHeaderContactTime {
    font-size: 1.429706116vw;
  }
}
.txtDetailHeaderContactTime::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.txtDetailHeaderContactTime::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDetailHeaderContactTime {
    line-height: 1.2307692308;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDetailHeaderContactTime {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailHeaderContactTime::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2307692308) * 0.5em);
    content: "";
  }
  .txtDetailHeaderContactTime::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2307692308) * 0.5em);
    content: "";
  }
}

.txtDetailHeaderContactTime + .txtDetailHeaderContactTime {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .txtDetailHeaderContactTime + .txtDetailHeaderContactTime {
    margin: 3.49% 0% 0% 0%;
  }
}
.txtBtmHeaderContactTime {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}
@media screen and (max-width: 1259px) {
  .txtBtmHeaderContactTime {
    margin: 2.56% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .txtBtmHeaderContactTime {
    font-size: 1.0325655282vw;
  }
}
.txtBtmHeaderContactTime::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
.txtBtmHeaderContactTime::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBtmHeaderContactTime {
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
    margin: 6.3% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtmHeaderContactTime {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBtmHeaderContactTime::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .txtBtmHeaderContactTime::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .h3HeaderContactTime02 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .detailHeaderContactTimeFx02 {
    width: 50%;
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .detailHeaderContactTimeFx02 .secDetailHeaderContactFloor {
    width: 30.8%;
  }
}
@media screen and (max-width: 767px) {
  .detailHeaderContactTimeFx02 .secDetailHeaderContactTime {
    width: 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.ctaFooter {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .ctaFooter {
    margin: 4.16% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ctaFooter {
    margin: 16% 0% 0% 0%;
  }
}

.ctaFooterLxn {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .ctaFooterLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .ctaFooterLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ctaFooterLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .ctaFooterLxn {
    width: 92%;
  }
}

.ulFooterCtaTop {
  width: 100%;
}

.liFooterCtaTop {
  width: 590px;
}
@media screen and (max-width: 1259px) {
  .liFooterCtaTop {
    width: 49.16%;
  }
}
@media screen and (max-width: 767px) {
  .liFooterCtaTop {
    width: 100%;
  }
}

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

.btnFooterCtaTop {
  display: block;
  width: 100%;
}

.bnrBtnFooterCtaTop {
  display: block;
  width: 100%;
}

.ulFooterSNS {
  width: 940px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .ulFooterSNS {
    width: 78.33%;
  }
}
@media screen and (max-width: 1259px) {
  .ulFooterSNS {
    margin-top: 1.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulFooterSNS {
    width: 100%;
    margin: 2.89% 0% 0% 0%;
  }
}

.liFooterSNS {
  width: 460px;
}
@media screen and (max-width: 1259px) {
  .liFooterSNS {
    width: 48.93%;
  }
}
@media screen and (max-width: 767px) {
  .liFooterSNS {
    width: 100%;
  }
}

.liFooterSNS:nth-child(n+3) {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liFooterSNS:nth-child(n+3) {
    margin: 2.12% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liFooterSNS:nth-child(n+3) {
    margin: 2.89% 0% 0% 0%;
  }
}

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

.footerAppInfo {
  width: 940px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1259px) {
  .footerAppInfo {
    width: 78.33%;
  }
}
@media screen and (max-width: 1259px) {
  .footerAppInfo {
    margin-top: 1.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .footerAppInfo {
    padding: 1.58% 2.08% 1.66% 2.08%;
  }
}
@media screen and (max-width: 767px) {
  .footerAppInfo {
    width: 100%;
    margin: 2.89% 0% 0% 0%;
    padding: 4.9% 0% 4.1% 0%;
  }
}

.footerAppInfoFx {
  width: 860px;
}
@media screen and (max-width: 1259px) {
  .footerAppInfoFx {
    width: 91.48%;
  }
}
@media screen and (max-width: 767px) {
  .footerAppInfoFx {
    width: 315px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .footerAppInfoFx {
    width: 91.3%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .footerAppInfoFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3FooterAppInfo {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h3FooterAppInfo {
    font-size: 1.5885623511vw;
  }
}
.h3FooterAppInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.h3FooterAppInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3FooterAppInfo {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 1.4444444444;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3FooterAppInfo {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h3FooterAppInfo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
  .h3FooterAppInfo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
}

.footerAppInfoWapFx {
  width: 716px;
}
@media screen and (max-width: 1259px) {
  .footerAppInfoWapFx {
    width: 83.25%;
  }
}
@media screen and (max-width: 767px) {
  .footerAppInfoWapFx {
    width: 100%;
    justify-content: space-between;
    margin: 5.8% 0% 0% 0%;
  }
}

.footerAppInfoDetail {
  width: 338px;
}
@media screen and (max-width: 1259px) {
  .footerAppInfoDetail {
    width: 47.2%;
  }
}
@media screen and (max-width: 767px) {
  .footerAppInfoDetail {
    display: block;
    width: 151px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .footerAppInfoDetail {
    width: 47.93%;
  }
}

.h4FooterAppInfoDetail {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h4FooterAppInfoDetail {
    font-size: 1.5885623511vw;
  }
}
.h4FooterAppInfoDetail::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.h4FooterAppInfoDetail::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4FooterAppInfoDetail {
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4FooterAppInfoDetail {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h4FooterAppInfoDetail::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .h4FooterAppInfoDetail::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

.iconFooterAppInfoDetail {
  background: url(../img/iconFooterAppInfoDetail.svg) no-repeat right center;
  background-size: auto 82%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 30px;
}
@media screen and (max-width: 1259px) {
  .iconFooterAppInfoDetail {
    padding: 0% 8.87% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .iconFooterAppInfoDetail {
    padding: 0% 32.87% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .iconFooterAppInfoDetail {
    background: none;
    padding: 0;
  }
}

.btnQrFooterAppInfoDetail {
  width: 231px;
}
@media screen and (max-width: 1259px) {
  .btnQrFooterAppInfoDetail {
    width: 68.34%;
  }
}
@media screen and (max-width: 767px) {
  .btnQrFooterAppInfoDetail {
    width: 100%;
    margin: 3.85% 0% 0% 0%;
  }
}

.btnFooterAppInfoDetail {
  display: block;
  width: 161px;
}
@media screen and (max-width: 1259px) {
  .btnFooterAppInfoDetail {
    width: 69.69%;
  }
}
@media screen and (max-width: 767px) {
  .btnFooterAppInfoDetail {
    width: 100%;
  }
}

.qrFooterAppInfoDetail {
  width: 60px;
}
@media screen and (max-width: 1259px) {
  .qrFooterAppInfoDetail {
    width: 25.97%;
  }
}
@media screen and (max-width: 767px) {
  .qrFooterAppInfoDetail {
    display: none;
  }
}

.footerAppInfoDetail02 {
  width: 348px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .footerAppInfoDetail02 {
    width: 48.6%;
  }
}
@media screen and (max-width: 1259px) {
  .footerAppInfoDetail02 {
    margin: 0% 0% 0% 4.18%;
  }
}
@media screen and (max-width: 767px) {
  .footerAppInfoDetail02 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .footerAppInfoDetail02 {
    margin: 0% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footer {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .footer {
    margin: 4.16% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .footer {
    padding: 0% 0% 1.04% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 16% 0% 0% 0%;
    padding: 0% 0% 8% 0%;
  }
}

.brdFooter {
  width: 100%;
  height: 2px;
}

.footerWap {
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .footerWap {
    margin-top: 3.96%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footerWap {
    margin-top: 16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footerLxn {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .footerLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .footerLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footerLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .footerLxn {
    width: 92%;
  }
}

.copoInfoFooter {
  width: 342px;
}
@media screen and (max-width: 1259px) {
  .copoInfoFooter {
    width: 28.49%;
  }
}
@media screen and (max-width: 767px) {
  .copoInfoFooter {
    width: 342px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .copoInfoFooter {
    width: 99.13%;
  }
}

.btnCopoInfoFooter {
  display: block;
  width: 100%;
}

.txtCopoInfoFooter {
  margin-top: 27px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .txtCopoInfoFooter {
    margin: 7.89% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .txtCopoInfoFooter {
    font-size: 1.1119936458vw;
  }
}
.txtCopoInfoFooter::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.txtCopoInfoFooter::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtCopoInfoFooter {
    margin: 7.95% 0% 0% 0%;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCopoInfoFooter {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCopoInfoFooter::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .txtCopoInfoFooter::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.navFooterWap {
  display: flex;
  justify-content: space-between;
  width: 792px;
}
@media screen and (max-width: 1259px) {
  .navFooterWap {
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .navFooterWap {
    width: 100%;
    margin: 12.2% 0% 0% 0%;
  }
}

.halfNavFooter {
  width: 384px;
}
@media screen and (max-width: 1259px) {
  .halfNavFooter {
    width: 48.48%;
  }
}
@media screen and (max-width: 767px) {
  .halfNavFooter {
    display: block;
    width: 162px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .halfNavFooter {
    width: 46.95%;
  }
}

.ulHalfNavFooter {
  width: 180px;
}
@media screen and (max-width: 1259px) {
  .ulHalfNavFooter {
    width: 46.87%;
  }
}
@media screen and (max-width: 767px) {
  .ulHalfNavFooter {
    width: 100%;
  }
}

.liHalfNavFooter {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liHalfNavFooter {
    padding: 2.34% 0% 2.6% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liHalfNavFooter {
    padding: 5.5% 0% 6.3% 0%;
  }
}

.btnHalfNavFooter {
  width: 100%;
}

.nameBtnHalfNavFooter {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .nameBtnHalfNavFooter {
    font-size: 1.1119936458vw;
  }
}
.nameBtnHalfNavFooter::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.nameBtnHalfNavFooter::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .nameBtnHalfNavFooter {
    line-height: 1.4166666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .nameBtnHalfNavFooter {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .nameBtnHalfNavFooter::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .nameBtnHalfNavFooter::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.iconBtnHalfNavFooter {
  width: 20px;
}
@media screen and (max-width: 1259px) {
  .iconBtnHalfNavFooter {
    width: 11.11%;
  }
}
@media screen and (max-width: 767px) {
  .iconBtnHalfNavFooter {
    width: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .iconBtnHalfNavFooter {
    width: 12.34%;
  }
}

.copy {
  margin-top: 48px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .copy {
    margin: 2.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .copy {
    font-size: 0.9531374106vw;
  }
}
.copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .copy {
    margin: 10% 0% 0% 0%;
    line-height: 1.2;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .copy {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .copy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .copy::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.jsIndexSlider {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
@media screen and (max-width: 1259px) {
  .jsIndexSlider {
    padding: 1.56% 0% 1.56% 0%;
  }
}
@media screen and (max-width: 767px) {
  .jsIndexSlider {
    padding: 4% 4% 4.1% 4%;
    margin: auto;
  }
}

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

.swiperButtonPrev {
  cursor: pointer;
  position: absolute;
  left: 26.9vw;
  top: 12.15vw;
  width: 54px;
  aspect-ratio: 54/54;
  background: url(../img/swiperButtonPrev.svg) no-repeat center center;
  background-size: auto 100%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .swiperButtonPrev {
    width: 6.5%;
    aspect-ratio: 24/24;
    top: 26.9vw;
    left: 1.2vw;
  }
}

.swiperButtonNext {
  cursor: pointer;
  position: absolute;
  right: 26.9vw;
  top: 12.15vw;
  width: 54px;
  aspect-ratio: 54/54;
  background: url(../img/swiperButtonNext.svg) no-repeat center center;
  background-size: auto 100%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .swiperButtonNext {
    width: 6.5%;
    aspect-ratio: 24/24;
    top: 26.9vw;
    right: 1.2vw;
  }
}

.swiperPagination {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}
@media screen and (max-width: 1259px) {
  .swiperPagination {
    margin: 0.78% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .swiperPagination {
    margin: 2% 0% 0% 0%;
  }
}

.swiper-pagination-bullet {
  margin: 0 8px !important;
  height: 10px !important;
  width: 10px !important;
  background: #DCDDDD !important;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    margin: 0 5px !important;
    height: 8px !important;
    width: 8px !important;
  }
}

.swiper-pagination-bullet-active {
  background: #E9545D !important;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgindexAboutTopics {
  background: url(../img/index/bgindexAboutTopicsPc.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgindexAboutTopics {
    background: url(../img/index/bgindexAboutTopicsSp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.indexAboutTopics {
  padding-top: 126px;
  padding-bottom: 119px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -31px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .indexAboutTopics {
    padding: 6.56% 0% 6.19% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .indexAboutTopics {
    margin: -1.62% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexAboutTopics {
    padding: 16.8% 0% 16.6% 0%;
    margin-top: -30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .indexAboutTopics {
    margin: -8% 0% 0% 0%;
  }
}

.indexAboutTopicsLxn {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1259px) {
  .indexAboutTopicsLxn {
    width: 79.36%;
  }
}
@media screen and (max-width: 767px) {
  .indexAboutTopicsLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .indexAboutTopicsLxn {
    width: 92%;
  }
}

.h2IndexAbout {
  font-size: 30px;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 1259px) {
  .h2IndexAbout {
    font-size: 2.3828435266vw;
  }
}
.h2IndexAbout::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.h2IndexAbout::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2IndexAbout {
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2IndexAbout {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2IndexAbout::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2IndexAbout::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.indexAboutFx {
  width: 800px;
  margin-top: 48px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .indexAboutFx {
    width: 80%;
  }
}
@media screen and (max-width: 1259px) {
  .indexAboutFx {
    margin-top: 4.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexAboutFx {
    width: 345px;
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .indexAboutFx {
    width: 100%;
  }
}

.liIndexAboutFx {
  width: 385px;
}
@media screen and (max-width: 1259px) {
  .liIndexAboutFx {
    width: 48.12%;
  }
}
@media screen and (max-width: 767px) {
  .liIndexAboutFx {
    width: 166px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liIndexAboutFx {
    width: 48.11%;
  }
}

.btnIndexAboutFx {
  display: block;
}

.bnrIndexAbout {
  width: 100%;
}

.bnrIndexAboutFloor {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
}
@media screen and (max-width: 1259px) {
  .bnrIndexAboutFloor {
    margin-top: 4.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .bnrIndexAboutFloor {
    width: 41.55%;
  }
}
@media screen and (max-width: 767px) {
  .bnrIndexAboutFloor {
    margin-top: 4.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 69.5%;
  }
}

.indexNews {
  margin-top: 110px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .indexNews {
    margin-top: 11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexNews {
    margin-top: 14.78%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.indexNewsWap {
  position: relative;
}

.h2IndexNews {
  aspect-ratio: 1000/60;
  padding-top: 0px;
  padding-bottom: 4px;
  padding-left: 27px;
  padding-right: 0px;
  font-size: 30px;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}
@media screen and (max-width: 1259px) {
  .h2IndexNews {
    padding: 0% 0% 0.4% 2.7%;
  }
}
@media screen and (max-width: 1259px) {
  .h2IndexNews {
    font-size: 2.3828435266vw;
  }
}
.h2IndexNews::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.h2IndexNews::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2IndexNews {
    aspect-ratio: 345/33;
    padding: 0% 0% 0% 3.1%;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2IndexNews {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h2IndexNews::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2IndexNews::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.picIndexNews {
  position: absolute;
  width: 323px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1259px) {
  .picIndexNews {
    width: 32.3%;
  }
}
@media screen and (max-width: 767px) {
  .picIndexNews {
    width: 136px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .picIndexNews {
    width: 39.42%;
  }
}

.listIndexNews {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .listIndexNews {
    margin: 3% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .listIndexNews {
    margin: 2.6% 0% 0% 0%;
  }
}

.liListIndexNews {
  border-bottom: 1px solid #c8c8c8;
}

.btnListIndexNews {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .btnListIndexNews {
    padding: 2% 0% 2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btnListIndexNews {
    padding: 5.79% 0% 3.8% 0%;
    flex-flow: row wrap;
  }
}

.iconNewWap {
  width: 52px;
}
@media screen and (max-width: 1259px) {
  .iconNewWap {
    width: 5.2%;
  }
}
@media screen and (max-width: 767px) {
  .iconNewWap {
    width: 42px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .iconNewWap {
    width: 12.17%;
  }
}

.iconNew {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0em;
  text-indent: 0em;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}
@media screen and (max-width: 1259px) {
  .iconNew {
    padding: 0.3% 0.5% 0.3% 0.5%;
  }
}
@media screen and (max-width: 1259px) {
  .iconNew {
    font-size: 1.2708498809vw;
  }
}
.iconNew::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1875) * 0.5em);
  content: "";
}
.iconNew::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1875) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .iconNew {
    padding: 6.44% 1.15% 4.44% 1.15%;
    line-height: 1.2307692308;
    letter-spacing: 0em;
    text-indent: 0em;
    border-radius: 2px;
    /* CSS3草案 */
    -webkit-border-radius: 2px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .iconNew {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .iconNew::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2307692308) * 0.5em);
    content: "";
  }
  .iconNew::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2307692308) * 0.5em);
    content: "";
  }
}

.timeIndexNews {
  width: 95px;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1259px) {
  .timeIndexNews {
    width: 9.5%;
  }
}
@media screen and (max-width: 1259px) {
  .timeIndexNews {
    font-size: 1.2708498809vw;
  }
}
.timeIndexNews::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1875) * 0.5em);
  content: "";
}
.timeIndexNews::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1875) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .timeIndexNews {
    width: 84.5%;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .timeIndexNews {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .timeIndexNews::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .timeIndexNews::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

.btnListIndexNewsInFx {
  width: 797px;
  align-items: center;
}
@media screen and (max-width: 1259px) {
  .btnListIndexNewsInFx {
    width: 79.7%;
  }
}
@media screen and (max-width: 767px) {
  .btnListIndexNewsInFx {
    margin: 3.6% 0% 0% 0%;
    width: 100%;
  }
}

.h3TimeIndexNews {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
  background: url(../img/index/icnh3TimeIndexNews.svg) no-repeat 99.2% center;
  background-size: auto 100%;
  width: 100%;
}
@media screen and (max-width: 1259px) {
  .h3TimeIndexNews {
    padding: 0% 2.17% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h3TimeIndexNews {
    font-size: 1.2708498809vw;
  }
}
.h3TimeIndexNews::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h3TimeIndexNews::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3TimeIndexNews {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 16px;
    width: 345px;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
    background: url(../img/index/icnh3TimeIndexNews.svg) no-repeat 98.2% center;
    background-size: auto 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .h3TimeIndexNews {
    padding: 0% 4.63% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .h3TimeIndexNews {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TimeIndexNews {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3TimeIndexNews::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h3TimeIndexNews::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.moreIndexNews {
  margin-top: 31px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 186px;
}
@media screen and (max-width: 1259px) {
  .moreIndexNews {
    margin-top: 3.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .moreIndexNews {
    width: 18.6%;
  }
}
@media screen and (max-width: 767px) {
  .moreIndexNews {
    margin-top: 9.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 177px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .moreIndexNews {
    width: 51.3%;
  }
}

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

.iconMoreIndexNews {
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 30px;
  background: url(../img/index/iconMoreIndexNews.svg) no-repeat center right;
  background-size: auto 78%;
}
@media screen and (max-width: 1259px) {
  .iconMoreIndexNews {
    padding: 0% 3% 0.3% 0%;
  }
}
@media screen and (max-width: 767px) {
  .iconMoreIndexNews {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 30px;
    background: url(../img/index/iconMoreIndexNews.svg) no-repeat center right;
    background-size: auto 90%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .iconMoreIndexNews {
    padding: 0% 16.94% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexEvent {
  padding-top: 81px;
  padding-bottom: 70px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .indexEvent {
    padding: 4.21% 0% 3.64% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexEvent {
    padding: 17.7% 0% 16% 0%;
  }
}

.indexEventLxn {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .indexEventLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .indexEventLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexEventLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .indexEventLxn {
    width: 92%;
  }
}

.titleIndexEvent {
  width: 100%;
}

.h2IndexEvent {
  font-size: 40px;
  line-height: 1.475;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h2IndexEvent {
    font-size: 3.1771247021vw;
  }
}
.h2IndexEvent::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.475) * 0.5em);
  content: "";
}
.h2IndexEvent::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.475) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2IndexEvent {
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2IndexEvent {
    font-size: 6.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2IndexEvent::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2IndexEvent::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.rubyIndexEvent {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .rubyIndexEvent {
    font-size: 1.5885623511vw;
  }
}
.rubyIndexEvent::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.rubyIndexEvent::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .rubyIndexEvent {
    margin: 1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .rubyIndexEvent {
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    margin: 3.31% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyIndexEvent {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyIndexEvent::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .rubyIndexEvent::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

.listIndexEvent {
  width: 100%;
  margin-top: 47px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .listIndexEvent {
    margin: 3.91% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .listIndexEvent {
    margin: 14.1% 0% 0% 0%;
  }
}

.liListIndexEvent {
  width: 285px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 1259px) {
  .liListIndexEvent {
    width: 23.75%;
  }
}
@media screen and (max-width: 1259px) {
  .liListIndexEvent {
    margin: 0% 1.66% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liListIndexEvent {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liListIndexEvent {
    margin: 0% 0% 0% 0%;
  }
}

.liListIndexEvent:nth-child(4n) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liListIndexEvent:nth-child(4n) {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liListIndexEvent:nth-child(4n) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liListIndexEvent:nth-child(4n) {
    margin: 0% 0% 0% 0%;
  }
}

.btnLiListIndexEvent {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 23px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .btnLiListIndexEvent {
    padding: 7.01% 0% 8.07% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btnLiListIndexEvent {
    padding: 3.5% 0% 4.34% 0%;
  }
}

.btnLiListIndexEvent:hover {
  opacity: 1;
}
.btnLiListIndexEvent:hover .h3LiListIndexEvent {
  text-decoration: underline;
}

.btnLdiListIndexEventWap {
  width: 245px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .btnLdiListIndexEventWap {
    width: 85.96%;
  }
}
@media screen and (max-width: 1259px) {
  .btnLdiListIndexEventWap {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btnLdiListIndexEventWap {
    display: flex;
    justify-content: space-between;
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .btnLdiListIndexEventWap {
    width: 91.3%;
  }
}

.iconIndexNewEvent {
  z-index: 9;
  position: absolute;
  top: -2.1%;
  left: 4%;
  width: 50px;
}
@media screen and (max-width: 1259px) {
  .iconIndexNewEvent {
    width: 17.54%;
  }
}
@media screen and (max-width: 767px) {
  .iconIndexNewEvent {
    top: 3.5%;
    left: 1.5%;
    width: 8.6%;
  }
}

.thumbsLiListIndexEvent {
  width: 100%;
  position: relative;
  object-fit: cover;
  overflow: hidden;
  padding-top: 245px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .thumbsLiListIndexEvent {
    padding: 100% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .thumbsLiListIndexEvent {
    width: 125px;
    padding-top: 125px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 1% 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thumbsLiListIndexEvent {
    width: 39.68%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thumbsLiListIndexEvent {
    padding: 39.68% 0% 0% 0%;
  }
}

.imgThumbsLiListIndexEvent {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.liListIndexEventTxtBox {
  width: 100%;
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liListIndexEventTxtBox {
    margin: 11.42% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liListIndexEventTxtBox {
    width: 175px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liListIndexEventTxtBox {
    width: 55.55%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liListIndexEventTxtBox {
    margin: 0% 0% 0% 0%;
  }
}

.h3LiListIndexEvent {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
  min-height: 35px;
}
@media screen and (max-width: 1259px) {
  .h3LiListIndexEvent {
    font-size: 1.2708498809vw;
  }
}
.h3LiListIndexEvent::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.h3LiListIndexEvent::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3LiListIndexEvent {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    min-height: 7.7333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3LiListIndexEvent {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3LiListIndexEvent::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .h3LiListIndexEvent::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.brdLiListIndexEvent {
  width: 100%;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .brdLiListIndexEvent {
    margin: 7.34% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .brdLiListIndexEvent {
    width: 100%;
    margin: 8.5% 0% 0% 0%;
  }
}

.dateLiListIndexEvent {
  font-size: 13px;
  line-height: 1.2307692308;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .dateLiListIndexEvent {
    font-size: 1.0325655282vw;
  }
}
.dateLiListIndexEvent::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
.dateLiListIndexEvent::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .dateLiListIndexEvent {
    margin: 7.34% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .dateLiListIndexEvent {
    line-height: 1.2;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 8.14% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .dateLiListIndexEvent {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .dateLiListIndexEvent::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .dateLiListIndexEvent::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

.spaceLiListIndexEvent {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .spaceLiListIndexEvent {
    font-size: 1.1119936458vw;
  }
}
.spaceLiListIndexEvent::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.spaceLiListIndexEvent::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .spaceLiListIndexEvent {
    margin: 6.12% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .spaceLiListIndexEvent {
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 6.9% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .spaceLiListIndexEvent {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .spaceLiListIndexEvent::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .spaceLiListIndexEvent::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.moreIndexEvent {
  width: 312px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .moreIndexEvent {
    width: 26%;
  }
}
@media screen and (max-width: 1259px) {
  .moreIndexEvent {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .moreIndexEvent {
    width: 265px;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .moreIndexEvent {
    width: 76.81%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .moreIndexEvent {
    margin-top: 14.49%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnMoreIndexEvent {
  width: 100%;
  aspect-ratio: 312/60;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1259px) {
  .btnMoreIndexEvent {
    font-size: 1.2708498809vw;
  }
}
.btnMoreIndexEvent::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.btnMoreIndexEvent::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnMoreIndexEvent {
    aspect-ratio: 265/60;
    line-height: 1.4666666667;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnMoreIndexEvent {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .btnMoreIndexEvent::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .btnMoreIndexEvent::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}
.btnMoreIndexEvent:hover {
  opacity: 0.7;
}

.iconMoreIndexEvent {
  display: block;
  width: 100%;
  background: url(../img/index/iconMoreIndexEvent.svg) no-repeat 93.5% center;
  background-size: auto 94%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .iconMoreIndexEvent {
    padding: 0% 0% 0% 1.28%;
  }
}
@media screen and (max-width: 767px) {
  .iconMoreIndexEvent {
    background: url(../img/index/iconMoreIndexEvent.svg) no-repeat 96% center;
    background-size: auto 92%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexShopNews {
  padding-top: 80px;
  padding-bottom: 70px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .indexShopNews {
    padding: 4.16% 0% 3.64% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexShopNews {
    padding: 17.6% 0% 16% 0%;
  }
}

.bgIndexShopNews {
  background: url(../img/index/bgIndexShopNewsPc.jpg) no-repeat top center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .bgIndexShopNews {
    background: url(../img/index/bgIndexShopNewsSp.jpg) no-repeat top center;
    background-size: 100% 100%;
  }
}

.indexShopNewsLxn {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .indexShopNewsLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .indexShopNewsLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexShopNewsLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .indexShopNewsLxn {
    width: 92%;
  }
}

.indexShopNewsInner {
  width: 100%;
}

.titleIndexShopNews {
  width: 100%;
}

.h2IndexShopNews {
  font-size: 40px;
  line-height: 1.475;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h2IndexShopNews {
    font-size: 3.1771247021vw;
  }
}
.h2IndexShopNews::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.475) * 0.5em);
  content: "";
}
.h2IndexShopNews::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.475) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2IndexShopNews {
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2IndexShopNews {
    font-size: 6.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2IndexShopNews::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2IndexShopNews::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.rubyIndexShopNews {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .rubyIndexShopNews {
    font-size: 1.5885623511vw;
  }
}
.rubyIndexShopNews::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.rubyIndexShopNews::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .rubyIndexShopNews {
    margin: 1.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .rubyIndexShopNews {
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    margin: 3.31% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyIndexShopNews {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyIndexShopNews::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .rubyIndexShopNews::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

.listIndexShopNews {
  width: 100%;
  margin-top: 47px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .listIndexShopNews {
    margin: 3.91% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .listIndexShopNews {
    justify-content: space-between;
    margin: 14.1% 0% 0% 0%;
  }
}

.lilistIndexShopNews {
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.1);
  width: 285px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 1259px) {
  .lilistIndexShopNews {
    width: 23.75%;
  }
}
@media screen and (max-width: 1259px) {
  .lilistIndexShopNews {
    padding: 1.66% 0% 1.66% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .lilistIndexShopNews {
    margin: 0% 1.66% 1.66% 0%;
  }
}
@media screen and (max-width: 767px) {
  .lilistIndexShopNews {
    width: 165px;
    padding: 4.34% 0% 4.34% 0%;
    margin: 0% 0% 4.34% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .lilistIndexShopNews {
    width: 47.82%;
  }
}

.lilistIndexShopNews:nth-child(4n) {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .lilistIndexShopNews:nth-child(4n) {
    margin: 0% 0% 1.66% 0%;
  }
}
@media screen and (max-width: 767px) {
  .lilistIndexShopNews:nth-child(4n) {
    margin: 0% 0% 4.34% 0%;
  }
}

.btnlilistIndexShopNews {
  text-decoration: none;
  display: block;
  width: 100%;
}
.btnlilistIndexShopNews:hover {
  opacity: 1;
}
.btnlilistIndexShopNews:hover .h3LiListIndexShopNews {
  text-decoration: underline;
}

.lilistIndexShopNewsWap {
  width: 245px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .lilistIndexShopNewsWap {
    width: 85.96%;
  }
}
@media screen and (max-width: 1259px) {
  .lilistIndexShopNewsWap {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .lilistIndexShopNewsWap {
    width: 135px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .lilistIndexShopNewsWap {
    width: 81.81%;
  }
}

.thumbsLiListIndexShopNews {
  width: 100%;
  position: relative;
  object-fit: cover;
  overflow: hidden;
  padding-top: 245px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border: 1px solid #bcbcbc;
}
@media screen and (max-width: 1259px) {
  .thumbsLiListIndexShopNews {
    padding: 100% 0% 0% 0%;
  }
}

.imgThumbsLiListIndexShopNews {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.h3LiListIndexShopNews {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 46px;
}
@media screen and (max-width: 1259px) {
  .h3LiListIndexShopNews {
    font-size: 1.2708498809vw;
  }
}
.h3LiListIndexShopNews::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.h3LiListIndexShopNews::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h3LiListIndexShopNews {
    margin: 10.61% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h3LiListIndexShopNews {
    line-height: 1.4615384615;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 10.11% 0% 0% 0%;
    min-height: 7.7333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3LiListIndexShopNews {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3LiListIndexShopNews::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .h3LiListIndexShopNews::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.brdLiListIndexShopNews {
  width: 100%;
  height: 1px;
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .brdLiListIndexShopNews {
    margin: 7.75% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .brdLiListIndexShopNews {
    margin: 10.4% 0% 0% 0%;
  }
}

.genreIndexShopNews {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .genreIndexShopNews {
    font-size: 1.1119936458vw;
  }
}
.genreIndexShopNews::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.genreIndexShopNews::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .genreIndexShopNews {
    margin: 6.93% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .genreIndexShopNews {
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 5.4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .genreIndexShopNews {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .genreIndexShopNews::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
  .genreIndexShopNews::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
}
.genreIndexShopNews a {
  color: #E9545D;
  transition-duration: 0.5s;
}
.genreIndexShopNews a:hover {
  text-decoration: underline;
}

.subGenreIndexShopNews {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .subGenreIndexShopNews {
    font-size: 1.1119936458vw;
  }
}
.subGenreIndexShopNews::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.subGenreIndexShopNews::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .subGenreIndexShopNews {
    margin: 1.22% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .subGenreIndexShopNews {
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 3.4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .subGenreIndexShopNews {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .subGenreIndexShopNews::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
  .subGenreIndexShopNews::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
}

.floorShopLoopIndexShopNews {
  width: 60px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .floorShopLoopIndexShopNews {
    width: 24.48%;
  }
}
@media screen and (max-width: 1259px) {
  .floorShopLoopIndexShopNews {
    margin: 6.12% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .floorShopLoopIndexShopNews {
    width: 50px;
    margin: 7.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .floorShopLoopIndexShopNews {
    width: 37.03%;
  }
}

.floorShopLoopIndexShopNews a {
  width: 100%;
  aspect-ratio: 60/18;
  border-radius: 9px;
  /* CSS3草案 */
  -webkit-border-radius: 9px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 9px;
  /* Firefox用 */
  font-size: 13px;
  line-height: 1.2307692308;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .floorShopLoopIndexShopNews a {
    font-size: 1.0325655282vw;
  }
}
.floorShopLoopIndexShopNews a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
.floorShopLoopIndexShopNews a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .floorShopLoopIndexShopNews a {
    aspect-ratio: 50/15;
    line-height: 1.2;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .floorShopLoopIndexShopNews a {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .floorShopLoopIndexShopNews a::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .floorShopLoopIndexShopNews a::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

.floorShopLoopIndexShopNews a:hover {
  background: #2E65AB;
  opacity: 1;
}

.moreIndexShopNews {
  width: 312px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .moreIndexShopNews {
    width: 26%;
  }
}
@media screen and (max-width: 1259px) {
  .moreIndexShopNews {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .moreIndexShopNews {
    width: 265px;
    margin-top: 10.14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .moreIndexShopNews {
    width: 76.81%;
  }
}

.btnMoreIndexShopNews {
  width: 100%;
  aspect-ratio: 312/60;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1259px) {
  .btnMoreIndexShopNews {
    font-size: 1.2708498809vw;
  }
}
.btnMoreIndexShopNews::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.btnMoreIndexShopNews::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnMoreIndexShopNews {
    aspect-ratio: 265/60;
    line-height: 1.4666666667;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnMoreIndexShopNews {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .btnMoreIndexShopNews::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .btnMoreIndexShopNews::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}
.btnMoreIndexShopNews:hover {
  opacity: 0.7;
}

.iconMoreIndexShopNews {
  display: block;
  width: 100%;
  background: url(../img/index/iconMoreIndexShopNews.svg) no-repeat 93% center;
  background-size: auto 89%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .iconMoreIndexShopNews {
    padding: 0% 0% 0% 1.28%;
  }
}
@media screen and (max-width: 767px) {
  .iconMoreIndexShopNews {
    background: url(../img/index/iconMoreIndexShopNews.svg) no-repeat 96% center;
    background-size: auto 90%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.catShop {
  padding-top: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .catShop {
    padding: 0% 0% 4.16% 0%;
  }
}
@media screen and (max-width: 767px) {
  .catShop {
    padding: 0% 0% 22.66% 0%;
  }
}

.bgShopTitle {
  background: url(../img/shop/bgShopTitlePc.jpg) no-repeat center top;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgShopTitle {
    background: url(../img/shop/bgShopTitleSp.jpg) no-repeat center top;
    background-size: auto 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.breadcrumbListWap {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .breadcrumbListWap {
    padding: 1.04% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbListWap {
    padding: 2.9% 0% 0% 0%;
  }
}

.breadcrumbList {
  width: 1200px;
  margin: auto;
  font-size: 11px;
  line-height: 1.4545454545;
  letter-spacing: -0.04em;
  text-indent: 0.04em;
}
@media screen and (max-width: 1259px) {
  .breadcrumbList {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .breadcrumbList {
    font-size: 0.8737092931vw;
  }
}
.breadcrumbList::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
.breadcrumbList::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .breadcrumbList {
    width: 345px;
    margin: auto;
    line-height: 1.5;
    letter-spacing: -0.04em;
    text-indent: 0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .breadcrumbList {
    width: 92%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .breadcrumbList {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbList::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .breadcrumbList::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.breadcrumbList a {
  text-decoration: none;
  color: #282828;
}

.breadcrumbList .home {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 7px;
}
@media screen and (max-width: 1259px) {
  .breadcrumbList .home {
    margin: 0% 0.58% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbList .home {
    margin: 0% 1.2% 0% 0%;
  }
}
.breadcrumbList .current-item {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 7px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .breadcrumbList .current-item {
    margin: 0% 0% 0% 0.58%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbList .current-item {
    margin: 0% 0% 0% 1.2%;
  }
}
.breadcrumbList .post {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 7px;
  margin-right: 7px;
}
@media screen and (max-width: 1259px) {
  .breadcrumbList .post {
    margin: 0% 0.58% 0% 0.58%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbList .post {
    margin: 0% 1.2% 0% 1.2%;
  }
}
.breadcrumbList .category {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 7px;
  margin-right: 7px;
}
@media screen and (max-width: 1259px) {
  .breadcrumbList .category {
    margin: 0% 0.58% 0% 0.58%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbList .category {
    margin: 0% 1.2% 0% 1.2%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.showArchiveNav {
  margin-top: 69px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .showArchiveNav {
    margin-top: 3.59%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .showArchiveNav {
    margin-top: 8.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulShowArchiveNav {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .ulShowArchiveNav {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .ulShowArchiveNav {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulShowArchiveNav {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .ulShowArchiveNav {
    width: 92%;
  }
}

.liShowArchiveNav {
  width: 184px;
}
@media screen and (max-width: 1259px) {
  .liShowArchiveNav {
    width: 15.33%;
  }
}
@media screen and (max-width: 767px) {
  .liShowArchiveNav {
    width: 106px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liShowArchiveNav {
    width: 30.72%;
  }
}
@media screen and (max-width: 767px) {
  .liShowArchiveNav:nth-child(n+4) {
    margin-top: 13px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liShowArchiveNav:nth-child(n+4) {
    margin: 3.76% 0% 0% 0%;
  }
}

.btnliShowArchiveNav {
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  background: #fff;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  display: block;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1259px) {
  .btnliShowArchiveNav {
    padding: 10.86% 0% 9.78% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btnliShowArchiveNav {
    padding: 9.43% 0% 8.9% 0%;
  }
}

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

.liShowArchiveNav.active .off {
  display: none;
}
.liShowArchiveNav.active .on {
  display: block;
}

.btnliShowArchiveNav:hover {
  opacity: 1;
}
.btnliShowArchiveNav:hover .off {
  display: none;
}
.btnliShowArchiveNav:hover .on {
  display: block;
}

.iconliShowArchiveNav {
  width: 50px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .iconliShowArchiveNav {
    width: 27.17%;
  }
}
@media screen and (max-width: 767px) {
  .iconliShowArchiveNav {
    width: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .iconliShowArchiveNav {
    width: 28.3%;
  }
}

.h3liShowArchiveNav {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h3liShowArchiveNav {
    margin-top: 7.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .h3liShowArchiveNav {
    font-size: 1.429706116vw;
  }
}
.h3liShowArchiveNav::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h3liShowArchiveNav::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3liShowArchiveNav {
    margin-top: 6.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3liShowArchiveNav {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .h3liShowArchiveNav::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3333333333) * 0.5em);
    content: "";
  }
  .h3liShowArchiveNav::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3333333333) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.showNowTitle {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .showNowTitle {
    margin-top: 3.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .showNowTitle {
    margin-top: 7.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.showNowTitleLxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .showNowTitleLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 767px) {
  .showNowTitleLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .showNowTitleLxn {
    width: 92%;
  }
}

.brdShowNowTitleLxn {
  background: #467BBE;
  height: 1px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .iconShowNowTitle {
    width: 15%;
  }
}

.iconShowNowTitle {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
}
@media screen and (max-width: 1259px) {
  .iconShowNowTitle {
    margin-top: 3.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .iconShowNowTitle {
    width: 5%;
  }
}
@media screen and (max-width: 767px) {
  .iconShowNowTitle {
    margin-top: 6.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 58px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .iconShowNowTitle {
    width: 15.46%;
  }
}

.h2NowTitleLxn {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h2NowTitleLxn {
    margin: 1.16% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2NowTitleLxn {
    font-size: 1.9062748213vw;
  }
}
.h2NowTitleLxn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h2NowTitleLxn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2NowTitleLxn {
    margin: 3.26% 0% 0% 0%;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2NowTitleLxn {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2NowTitleLxn::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2NowTitleLxn::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.h3NowTitleLxn {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 1259px) {
  .h3NowTitleLxn {
    margin: 1.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h3NowTitleLxn {
    font-size: 1.2708498809vw;
  }
}
.h3NowTitleLxn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1875) * 0.5em);
  content: "";
}
.h3NowTitleLxn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1875) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3NowTitleLxn {
    margin: 2.53% 0% 0% 0%;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3NowTitleLxn {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .h3NowTitleLxn::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .h3NowTitleLxn::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.shopLoopWap {
  margin-top: 52px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .shopLoopWap {
    margin-top: 2.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .shopLoopWap {
    margin-top: 8.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.shopLoopLxn {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .shopLoopLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .shopLoopLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .shopLoopLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .shopLoopLxn {
    width: 92%;
  }
}

.shopLoopFx {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shopLoopFx {
    justify-content: space-between;
  }
}

.liShopLoopFx {
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.1);
  width: 285px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 1259px) {
  .liShopLoopFx {
    width: 23.75%;
  }
}
@media screen and (max-width: 1259px) {
  .liShopLoopFx {
    padding: 1.66% 0% 1.66% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .liShopLoopFx {
    margin: 0% 1.66% 1.66% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liShopLoopFx {
    width: 165px;
    padding: 4.34% 0% 4.34% 0%;
    margin: 0% 0% 4.34% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liShopLoopFx {
    width: 47.82%;
  }
}
.liShopLoopFx:nth-child(4n) {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liShopLoopFx:nth-child(4n) {
    margin: 0% 0% 1.66% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liShopLoopFx:nth-child(4n) {
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liShopLoopFx:nth-child(4n) {
    margin: 0% 0% 4.34% 0%;
  }
}

.liShopLoopFxWap {
  width: 245px;
  margin: 0 auto;
}
@media screen and (max-width: 1259px) {
  .liShopLoopFxWap {
    width: 85.96%;
  }
}
@media screen and (max-width: 767px) {
  .liShopLoopFxWap {
    width: 135px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liShopLoopFxWap {
    width: 81.81%;
  }
}

.thumbsShopLoopFx {
  aspect-ratio: 245/245;
  overflow: hidden;
  position: relative;
}

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

.h3ShopLoop {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 46px;
}
@media screen and (max-width: 1259px) {
  .h3ShopLoop {
    font-size: 1.2708498809vw;
  }
}
.h3ShopLoop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.h3ShopLoop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h3ShopLoop {
    margin: 10.61% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h3ShopLoop {
    line-height: 1.4615384615;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 10% 0% 0% 0%;
    min-height: 7.7333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ShopLoop {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3ShopLoop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .h3ShopLoop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.brdShopLoop {
  width: 100%;
  height: 1px;
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .brdShopLoop {
    margin: 7.75% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .brdShopLoop {
    margin: 10.11% 0% 0% 0%;
  }
}

.genreShopLoop {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .genreShopLoop {
    font-size: 1.1119936458vw;
  }
}
.genreShopLoop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.genreShopLoop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .genreShopLoop {
    margin: 6.93% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .genreShopLoop {
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 5.4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .genreShopLoop {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .genreShopLoop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
  .genreShopLoop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
}
.genreShopLoop a {
  color: #E9545D;
}

.subGenreShopLoop {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .subGenreShopLoop {
    font-size: 1.1119936458vw;
  }
}
.subGenreShopLoop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.subGenreShopLoop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .subGenreShopLoop {
    margin: 1.22% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .subGenreShopLoop {
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 3.4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .subGenreShopLoop {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .subGenreShopLoop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
  .subGenreShopLoop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
}

.floorShopLoop {
  width: 60px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .floorShopLoop {
    width: 24.48%;
  }
}
@media screen and (max-width: 1259px) {
  .floorShopLoop {
    margin: 6.12% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .floorShopLoop {
    width: 50px;
    margin: 7.4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .floorShopLoop {
    width: 37.03%;
  }
}

.floorShopLoop a {
  width: 100%;
  aspect-ratio: 60/18;
  border-radius: 9px;
  /* CSS3草案 */
  -webkit-border-radius: 9px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 9px;
  /* Firefox用 */
  font-size: 13px;
  line-height: 1.2307692308;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .floorShopLoop a {
    font-size: 1.0325655282vw;
  }
}
.floorShopLoop a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
.floorShopLoop a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .floorShopLoop a {
    aspect-ratio: 50/15;
    line-height: 1.2;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .floorShopLoop a {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .floorShopLoop a::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .floorShopLoop a::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}
.floorShopLoop a:hover {
  background: #2E65AB;
  opacity: 1;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.jobsTitle {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .jobsTitle {
    height: 26.6666666667vw;
  }
}

.bgjobsTitle {
  background: url(../img/job/bgjobsTitlePc.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgjobsTitle {
    background: url(../img/job/bgjobsTitleSp.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}

.titlejobsMain {
  width: 100%;
}

.h2TitlejobsMain {
  margin-top: 13.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 36px;
  line-height: 1.4722222222;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h2TitlejobsMain {
    margin: 0.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2TitlejobsMain {
    font-size: 2.8594122319vw;
  }
}
.h2TitlejobsMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
.h2TitlejobsMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2TitlejobsMain {
    margin: 1% 0% 0% 0%;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitlejobsMain {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitlejobsMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2TitlejobsMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.rubyTitlejobsMain {
  margin-top: 9.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .rubyTitlejobsMain {
    margin: 0.49% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .rubyTitlejobsMain {
    font-size: 1.429706116vw;
  }
}
.rubyTitlejobsMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.rubyTitlejobsMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .rubyTitlejobsMain {
    margin: 1.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .rubyTitlejobsMain {
    margin: 2% 0% 0% 0%;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyTitlejobsMain {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyTitlejobsMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .rubyTitlejobsMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .rubyTitlejobsMain {
    margin: 2.13% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.jobsSearchFormWap {
  margin-top: 66px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .jobsSearchFormWap {
    margin-top: 5.23%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .jobsSearchFormWap {
    margin-top: 7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.jobsSearchForm {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .jobsSearchForm {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .jobsSearchForm {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .jobsSearchForm {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .jobsSearchForm {
    width: 92%;
  }
}

.jobsSearchForm form {
  display: block;
  width: 100%;
}

.jobsSearchFormFx {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jobsSearchFormFx {
    display: block;
  }
}

.h3JobsSearchForm {
  width: 447px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h3JobsSearchForm {
    width: 37.25%;
  }
}
@media screen and (max-width: 1259px) {
  .h3JobsSearchForm {
    font-size: 1.2708498809vw;
  }
}
.h3JobsSearchForm::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.h3JobsSearchForm::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3JobsSearchForm {
    width: 100%;
    line-height: 1.8333333333;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3JobsSearchForm {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .h3JobsSearchForm::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8333333333) * 0.5em);
    content: "";
  }
  .h3JobsSearchForm::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8333333333) * 0.5em);
    content: "";
  }
}

.jobsSearchFormMainFx {
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
  width: 669px;
}
@media screen and (max-width: 1259px) {
  .jobsSearchFormMainFx {
    margin-top: 0.23%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}
@media screen and (max-width: 1259px) {
  .jobsSearchFormMainFx {
    width: 55.75%;
  }
}
@media screen and (max-width: 767px) {
  .jobsSearchFormMainFx {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .jobsSearchFormMainFx {
    margin: 8.69% 0% 0% 0%;
  }
}

.selectGenreJobsSearchForm {
  width: 300px;
}
@media screen and (max-width: 1259px) {
  .selectGenreJobsSearchForm {
    width: 44.84%;
  }
}
@media screen and (max-width: 767px) {
  .selectGenreJobsSearchForm {
    width: 152px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .selectGenreJobsSearchForm {
    width: 44.05%;
  }
}

.selectGenreJobsSearchForm select {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #C8C8C8;
  width: 100%;
  background: #fff;
  color: #282828;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  padding-top: 9px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .selectGenreJobsSearchForm select {
    padding: 3% 5% 4.33% 5%;
  }
}
@media screen and (max-width: 1259px) {
  .selectGenreJobsSearchForm select {
    font-size: 1.2708498809vw;
  }
}
.selectGenreJobsSearchForm select::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.selectGenreJobsSearchForm select::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .selectGenreJobsSearchForm select {
    height: 3.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .selectGenreJobsSearchForm select {
    height: 8.3vw;
    padding: 2.6% 6.57% 4.6% 3.57%;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .selectGenreJobsSearchForm select {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .selectGenreJobsSearchForm select::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .selectGenreJobsSearchForm select::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.selectShopsJobsSearchForm {
  width: 300px;
}
@media screen and (max-width: 1259px) {
  .selectShopsJobsSearchForm {
    width: 44.84%;
  }
}
@media screen and (max-width: 767px) {
  .selectShopsJobsSearchForm {
    width: 152px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .selectShopsJobsSearchForm {
    width: 44.05%;
  }
}

.selectShopsJobsSearchForm select {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #C8C8C8;
  width: 100%;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  padding-top: 9px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .selectShopsJobsSearchForm select {
    padding: 3% 6.66% 4.33% 6.66%;
  }
}
@media screen and (max-width: 1259px) {
  .selectShopsJobsSearchForm select {
    font-size: 1.2708498809vw;
  }
}
.selectShopsJobsSearchForm select::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.selectShopsJobsSearchForm select::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .selectShopsJobsSearchForm select {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    padding: 2.6% 6.57% 4.6% 6.57%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .selectShopsJobsSearchForm select {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .selectShopsJobsSearchForm select::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .selectShopsJobsSearchForm select::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.submitBox {
  width: 49px;
}
@media screen and (max-width: 1259px) {
  .submitBox {
    width: 7.32%;
  }
}
@media screen and (max-width: 767px) {
  .submitBox {
    width: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .submitBox {
    width: 8.69%;
  }
}
.submitBox input {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
最新のsafari用
========================================================================== */
_::-webkit-full-page-media,
_:future,
:root select {
  background: #fff;
  height: 49px;
  color: #282828;
}
@media screen and (max-width: 1259px) {
  _::-webkit-full-page-media,
  _:future,
  :root select {
    height: 3.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  _::-webkit-full-page-media,
  _:future,
  :root select {
    height: 8vw;
  }
}

/* ==========================================================================
古いsafari用
========================================================================== */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  select {
    background: #fff;
    height: 49px;
    color: #282828;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1259px) {
  ::i-block-chrome,
  select {
    height: 3.8888888889vw;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  ::i-block-chrome,
  select {
    height: 8vw;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.jobsLoopWap {
  margin-top: 98px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .jobsLoopWap {
    margin-top: 7.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .jobsLoopWap {
    margin-top: 14.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  .jobsLoopWap .singleShopMainTitleFx {
    margin-top: 0;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.jobsLoopLxn {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .jobsLoopLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .jobsLoopLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .jobsLoopLxn {
    width: 100%;
  }
}

.ulJobsLoop {
  width: 100%;
}

.liJobsLoop {
  width: 100%;
}

.liJobsLoop:nth-child(n+2) {
  margin-top: 97px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liJobsLoop:nth-child(n+2) {
    margin: 8.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liJobsLoop:nth-child(n+2) {
    margin: 21.8% 0% 0% 0%;
  }
}

.cntJobsLoopFx {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cntJobsLoopFx {
    position: relative;
    display: block;
  }
}

.cntJobsLoopFx .logoSingleShopMainTitle {
  width: 300px;
  border: 1px solid #C8C8C8;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 1259px) {
  .cntJobsLoopFx .logoSingleShopMainTitle {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .cntJobsLoopFx .logoSingleShopMainTitle {
    position: absolute;
    top: -0.5%;
    left: 0;
    height: 21.3333333333vw;
    width: 23%;
  }
}

.cntJobsLoopFx .secSingleShopMainTitle {
  transform: translateY(-0.5%);
  width: 800px;
}
@media screen and (max-width: 1259px) {
  .cntJobsLoopFx .secSingleShopMainTitle {
    width: 66.66%;
  }
}
@media screen and (max-width: 767px) {
  .cntJobsLoopFx .secSingleShopMainTitle {
    width: 100%;
  }
}

.secSingleShopMainTitleBox {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .secSingleShopMainTitleBox {
    width: 245px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .secSingleShopMainTitleBox {
    width: 71.01%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .secSingleShopMainTitleBox {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}

.tableJobShopMainCnt {
  border-top: 1px solid #C8C8C8;
  width: 100%;
  margin-top: 41px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .tableJobShopMainCnt {
    margin: 5.12% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tableJobShopMainCnt {
    margin-top: 31px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .tableJobShopMainCnt {
    margin: 8.98% 0% 0% 0%;
  }
}

.thJobShopMainCnt {
  text-align: left;
  background: #F6F6F6;
  border-bottom: 1px solid #C8C8C8;
  width: 170px;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  vertical-align: middle;
}
@media screen and (max-width: 1259px) {
  .thJobShopMainCnt {
    width: 21.25%;
  }
}
@media screen and (max-width: 1259px) {
  .thJobShopMainCnt {
    padding: 2.5% 2.5% 2.25% 2.5%;
  }
}
@media screen and (max-width: 1259px) {
  .thJobShopMainCnt {
    font-size: 1.1914217633vw;
  }
}
.thJobShopMainCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.thJobShopMainCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .thJobShopMainCnt {
    width: 96px;
    padding: 4.8% 0% 4.8% 0%;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thJobShopMainCnt {
    width: 27.82%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thJobShopMainCnt {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .thJobShopMainCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .thJobShopMainCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.tdJobShopMainCnt {
  border-bottom: 1px solid #C8C8C8;
  width: 630px;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1259px) {
  .tdJobShopMainCnt {
    width: 78.75%;
  }
}
@media screen and (max-width: 1259px) {
  .tdJobShopMainCnt {
    padding: 2.5% 2.5% 2.25% 2.5%;
  }
}
@media screen and (max-width: 1259px) {
  .tdJobShopMainCnt {
    font-size: 1.1914217633vw;
  }
}
.tdJobShopMainCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.tdJobShopMainCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .tdJobShopMainCnt {
    width: 249px;
    padding: 4.8% 2.31% 4.8% 2.31%;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .tdJobShopMainCnt {
    width: 72.17%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tdJobShopMainCnt {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .tdJobShopMainCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .tdJobShopMainCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.eventTitle {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .eventTitle {
    height: 26.6666666667vw;
  }
}

.bgEventSingleTitle {
  background: url(../img/event/bgeventTitleSiglePc.jpg) no-repeat center top;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgEventSingleTitle {
    background: url(../img/event/bgeventTitleSigleSp.jpg) no-repeat center top;
    background-size: auto 100%;
  }
}

.h2TitleeventMain {
  margin-top: 8.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 36px;
  line-height: 1.4722222222;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1259px) {
  .h2TitleeventMain {
    margin: 0.44% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2TitleeventMain {
    font-size: 2.8594122319vw;
  }
}
.h2TitleeventMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
.h2TitleeventMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2TitleeventMain {
    margin: 1.5% 0% 0% 0%;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleeventMain {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleeventMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2TitleeventMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.rubyTitleeventMain {
  margin-top: 9.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 1259px) {
  .rubyTitleeventMain {
    margin: 0.49% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .rubyTitleeventMain {
    font-size: 1.429706116vw;
  }
}
.rubyTitleeventMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.rubyTitleeventMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .rubyTitleeventMain {
    margin: 1.3% 0% 0% 0%;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyTitleeventMain {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyTitleeventMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .rubyTitleeventMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.eventLoopWap {
  margin-top: 69px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .eventLoopWap {
    margin-top: 3.59%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .eventLoopWap {
    padding: 0% 0% 5.2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .eventLoopWap {
    margin-top: 8.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 0% 0% 26.66% 0%;
  }
}

.eventLoopLxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .eventLoopLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 767px) {
  .eventLoopLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .eventLoopLxn {
    width: 92%;
  }
}

.liListIndexEvent {
  width: 285px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 1259px) {
  .liListIndexEvent {
    width: 23.75%;
  }
}
@media screen and (max-width: 1259px) {
  .liListIndexEvent {
    margin: 0% 1.66% 1.66% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liListIndexEvent {
    width: 345px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liListIndexEvent {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liListIndexEvent {
    margin: 0% 0% 0% 0%;
  }
}
.liListIndexEvent:nth-child(4n) {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liListIndexEvent:nth-child(4n) {
    margin: 0% 0% 1.66% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liListIndexEvent:nth-child(4n) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liListIndexEvent:nth-child(4n) {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liListIndexEvent:nth-child(n+2) {
    width: 345px;
    margin: 2.89% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liListIndexEvent:nth-child(n+2) {
    width: 100%;
  }
}

.eventArchivePager {
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .eventArchivePager {
    margin: 4.16% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .eventArchivePager {
    margin: 14.49% 0% 0% 0%;
  }
}
.eventArchivePager .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.eventArchivePager a {
  text-decoration: none;
}
.eventArchivePager .current {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #282828;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  border: 1px solid #282828;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  color: #FFF;
}
@media screen and (max-width: 1259px) {
  .eventArchivePager .current {
    font-size: 0.9531374106vw;
  }
}
.eventArchivePager .current::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.eventArchivePager .current::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .eventArchivePager .current {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventArchivePager .current {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .eventArchivePager .current::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .eventArchivePager .current::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}
.eventArchivePager a.page {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  border: 1px solid #282828;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  color: #282828;
}
@media screen and (max-width: 1259px) {
  .eventArchivePager a.page {
    font-size: 0.9531374106vw;
  }
}
.eventArchivePager a.page::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.eventArchivePager a.page::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .eventArchivePager a.page {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventArchivePager a.page {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .eventArchivePager a.page::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .eventArchivePager a.page::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}
.eventArchivePager .previouspostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  border: 1px solid #282828;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  color: #282828;
}
@media screen and (max-width: 1259px) {
  .eventArchivePager .previouspostslink {
    font-size: 0.9531374106vw;
  }
}
.eventArchivePager .previouspostslink::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.eventArchivePager .previouspostslink::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .eventArchivePager .previouspostslink {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventArchivePager .previouspostslink {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .eventArchivePager .previouspostslink::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .eventArchivePager .previouspostslink::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}
.eventArchivePager .nextpostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  border: 1px solid #282828;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  width: 25px;
  height: 25px;
  margin: 0 0px 0 0;
  color: #282828;
}
@media screen and (max-width: 1259px) {
  .eventArchivePager .nextpostslink {
    font-size: 0.9531374106vw;
  }
}
.eventArchivePager .nextpostslink::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.eventArchivePager .nextpostslink::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .eventArchivePager .nextpostslink {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventArchivePager .nextpostslink {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .eventArchivePager .nextpostslink::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .eventArchivePager .nextpostslink::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.topicsTitleBox {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .topicsTitleBox {
    height: 26.6666666667vw;
  }
}

.bgTopicsSingleTitle {
  background: url(../img/job/bgjobsTitlePc.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgTopicsSingleTitle {
    background: url(../img/job/bgjobsTitleSp.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}

.h2TitleTopicsMain {
  margin-top: 13.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 36px;
  line-height: 1.4722222222;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h2TitleTopicsMain {
    margin: 0.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2TitleTopicsMain {
    font-size: 2.8594122319vw;
  }
}
.h2TitleTopicsMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
.h2TitleTopicsMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2TitleTopicsMain {
    margin: 1% 0% 0% 0%;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleTopicsMain {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleTopicsMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2TitleTopicsMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.rubyTitleTopicsMain {
  margin-top: 9.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 1259px) {
  .rubyTitleTopicsMain {
    margin: 0.49% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .rubyTitleTopicsMain {
    font-size: 1.429706116vw;
  }
}
.rubyTitleTopicsMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.rubyTitleTopicsMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .rubyTitleTopicsMain {
    margin: 2% 0% 0% 0%;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyTitleTopicsMain {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyTitleTopicsMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .rubyTitleTopicsMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.topicsLoopWap {
  margin-top: 68px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .topicsLoopWap {
    margin-top: 3.54%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .topicsLoopWap {
    margin-top: 11px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .topicsLoopWap {
    margin-top: 2.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.topicsLoopLxn {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .topicsLoopLxn {
    width: 79.36%;
  }
}
@media screen and (max-width: 767px) {
  .topicsLoopLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .topicsLoopLxn {
    width: 92%;
  }
}

.liListTopicsArchive {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liListTopicsArchive {
    padding: 2% 0% 2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liListTopicsArchive {
    padding: 5.79% 0% 3.63% 0%;
  }
}

.btnListTopicsArchive .iconNewWap {
  width: 52px;
}
@media screen and (max-width: 1259px) {
  .btnListTopicsArchive .iconNewWap {
    width: 5.2%;
  }
}
@media screen and (max-width: 767px) {
  .btnListTopicsArchive .iconNewWap {
    width: 42px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .btnListTopicsArchive .iconNewWap {
    width: 12.17%;
  }
}
@media screen and (max-width: 767px) {
  .btnListTopicsArchive .iconNewWap:empty {
    display: none;
  }
}

.btnListTopicsArchive .iconNew {
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0em;
  text-indent: 0em;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}
@media screen and (max-width: 1259px) {
  .btnListTopicsArchive .iconNew {
    padding: 0.4% 0.5% 0.2% 0.5%;
  }
}
@media screen and (max-width: 1259px) {
  .btnListTopicsArchive .iconNew {
    font-size: 1.2708498809vw;
  }
}
.btnListTopicsArchive .iconNew::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1875) * 0.5em);
  content: "";
}
.btnListTopicsArchive .iconNew::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1875) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnListTopicsArchive .iconNew {
    padding: 4.4% 1.15% 4.4% 1.15%;
    line-height: 1.2307692308;
    letter-spacing: 0em;
    text-indent: 0em;
    border-radius: 2px;
    /* CSS3草案 */
    -webkit-border-radius: 2px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnListTopicsArchive .iconNew {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .btnListTopicsArchive .iconNew::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2307692308) * 0.5em);
    content: "";
  }
  .btnListTopicsArchive .iconNew::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2307692308) * 0.5em);
    content: "";
  }
}

.btnListTopicsArchive .timeTopicsArchive {
  width: 95px;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1259px) {
  .btnListTopicsArchive .timeTopicsArchive {
    width: 9.5%;
  }
}
@media screen and (max-width: 1259px) {
  .btnListTopicsArchive .timeTopicsArchive {
    font-size: 1.2708498809vw;
  }
}
.btnListTopicsArchive .timeTopicsArchive::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1875) * 0.5em);
  content: "";
}
.btnListTopicsArchive .timeTopicsArchive::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1875) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnListTopicsArchive .timeTopicsArchive {
    width: 293px;
    line-height: 1.1818181818;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .btnListTopicsArchive .timeTopicsArchive {
    width: 84.92%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnListTopicsArchive .timeTopicsArchive {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .btnListTopicsArchive .timeTopicsArchive::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.1818181818) * 0.5em);
    content: "";
  }
  .btnListTopicsArchive .timeTopicsArchive::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.1818181818) * 0.5em);
    content: "";
  }
}

.btnListTopicsArchive .btnListTopicsArchiveInFx {
  width: 797px;
  align-items: center;
}
@media screen and (max-width: 1259px) {
  .btnListTopicsArchive .btnListTopicsArchiveInFx {
    width: 79.7%;
  }
}
@media screen and (max-width: 767px) {
  .btnListTopicsArchive .btnListTopicsArchiveInFx {
    margin: 4.04% 0% 0% 0%;
    width: 100%;
  }
}

.btnListTopicsArchive .h3TimeTopicsArchive {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
  background: url(../img/index/icnh3TimeIndexNews.svg) no-repeat 99% center;
  background-size: auto 100%;
  width: 100%;
}
@media screen and (max-width: 1259px) {
  .btnListTopicsArchive .h3TimeTopicsArchive {
    padding: 0% 2.17% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .btnListTopicsArchive .h3TimeTopicsArchive {
    font-size: 1.2708498809vw;
  }
}
.btnListTopicsArchive .h3TimeTopicsArchive::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.btnListTopicsArchive .h3TimeTopicsArchive::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnListTopicsArchive .h3TimeTopicsArchive {
    width: 100%;
    padding: 0% 7.63% 0% 0%;
    width: 345px;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
    background: url(../img/index/icnh3TimeIndexNews.svg) no-repeat 98.5% center;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .btnListTopicsArchive .h3TimeTopicsArchive {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnListTopicsArchive .h3TimeTopicsArchive {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .btnListTopicsArchive .h3TimeTopicsArchive::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .btnListTopicsArchive .h3TimeTopicsArchive::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.topicsArchivePager {
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .topicsArchivePager {
    margin: 7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .topicsArchivePager {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .topicsArchivePager {
    margin: 14.49% 0% 0% 0%;
  }
}
.topicsArchivePager .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.topicsArchivePager a {
  text-decoration: none;
}
.topicsArchivePager .current {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #282828;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  border: 1px solid #282828;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  color: #FFF;
}
@media screen and (max-width: 1259px) {
  .topicsArchivePager .current {
    font-size: 0.9531374106vw;
  }
}
.topicsArchivePager .current::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.topicsArchivePager .current::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .topicsArchivePager .current {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .topicsArchivePager .current {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .topicsArchivePager .current::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .topicsArchivePager .current::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}
.topicsArchivePager a.page {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  border: 1px solid #282828;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  color: #282828;
}
@media screen and (max-width: 1259px) {
  .topicsArchivePager a.page {
    font-size: 0.9531374106vw;
  }
}
.topicsArchivePager a.page::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.topicsArchivePager a.page::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .topicsArchivePager a.page {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .topicsArchivePager a.page {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .topicsArchivePager a.page::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .topicsArchivePager a.page::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}
.topicsArchivePager .previouspostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  border: 1px solid #282828;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  color: #282828;
}
@media screen and (max-width: 1259px) {
  .topicsArchivePager .previouspostslink {
    font-size: 0.9531374106vw;
  }
}
.topicsArchivePager .previouspostslink::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.topicsArchivePager .previouspostslink::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .topicsArchivePager .previouspostslink {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .topicsArchivePager .previouspostslink {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .topicsArchivePager .previouspostslink::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .topicsArchivePager .previouspostslink::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}
.topicsArchivePager .nextpostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  border: 1px solid #282828;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  width: 25px;
  height: 25px;
  margin: 0 0px 0 0;
  color: #282828;
}
@media screen and (max-width: 1259px) {
  .topicsArchivePager .nextpostslink {
    font-size: 0.9531374106vw;
  }
}
.topicsArchivePager .nextpostslink::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.topicsArchivePager .nextpostslink::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .topicsArchivePager .nextpostslink {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .topicsArchivePager .nextpostslink {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .topicsArchivePager .nextpostslink::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .topicsArchivePager .nextpostslink::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.shopTitle {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .shopTitle {
    height: 26.6666666667vw;
  }
}

.bgShopSingleTitle {
  background: url(../img/shop/bgShopTitleSiglePc.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgShopSingleTitle {
    background: url(../img/shop/bgShopTitleSigleSp.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}

.titleShopMain {
  width: 100%;
}

.h2TitleShopMain {
  margin-top: 9.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 36px;
  line-height: 1.4722222222;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1259px) {
  .h2TitleShopMain {
    margin: 0.49% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2TitleShopMain {
    font-size: 2.8594122319vw;
  }
}
.h2TitleShopMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
.h2TitleShopMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2TitleShopMain {
    margin: 1.1% 0% 0% 0%;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleShopMain {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleShopMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2TitleShopMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.rubyTitleShopMain {
  margin-top: 9.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 1259px) {
  .rubyTitleShopMain {
    margin: 0.49% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .rubyTitleShopMain {
    font-size: 1.429706116vw;
  }
}
.rubyTitleShopMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.rubyTitleShopMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .rubyTitleShopMain {
    margin: 1.3% 0% 0% 0%;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyTitleShopMain {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyTitleShopMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .rubyTitleShopMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.singleShopMainTitleWap {
  margin-top: 66px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .singleShopMainTitleWap {
    margin-top: 5.23%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .singleShopMainTitleWap {
    margin-top: 10.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.singleShopMainTitleFx {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
@media screen and (max-width: 1259px) {
  .singleShopMainTitleFx {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .singleShopMainTitleFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .singleShopMainTitleFx {
    width: 345px;
    margin-top: 13.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .singleShopMainTitleFx {
    width: 92%;
  }
}

.logoSingleShopMainTitle {
  position: relative;
  width: 145px;
  transform: translateY(3px);
  overflow: hidden;
}
@media screen and (max-width: 1259px) {
  .logoSingleShopMainTitle {
    width: 12.08%;
  }
}
@media screen and (max-width: 767px) {
  .logoSingleShopMainTitle {
    width: 80px;
    transform: translateY(0);
    aspect-ratio: 80/80;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .logoSingleShopMainTitle {
    width: 23.18%;
  }
}

.imgLogoSingleShopMainTitle {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.secSingleShopMainTitle {
  width: 1018px;
}
@media screen and (max-width: 1259px) {
  .secSingleShopMainTitle {
    width: 84.83%;
  }
}
@media screen and (max-width: 767px) {
  .secSingleShopMainTitle {
    width: 245px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .secSingleShopMainTitle {
    width: 71.01%;
  }
}

.h2SingleShopMainTitle {
  font-size: 14px;
  line-height: 1.1485714286;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1259px) {
  .h2SingleShopMainTitle {
    font-size: 1.1119936458vw;
  }
}
@media screen and (max-width: 767px) {
  .h2SingleShopMainTitle {
    line-height: 0.704545;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2SingleShopMainTitle {
    font-size: 2.9333333333vw;
  }
}

.h3SingleShopMainTitle {
  font-size: 26px;
  line-height: 1.4615384615;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .h3SingleShopMainTitle {
    font-size: 2.0651310564vw;
  }
}
.h3SingleShopMainTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
.h3SingleShopMainTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h3SingleShopMainTitle {
    margin: 1.27% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h3SingleShopMainTitle {
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 4.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3SingleShopMainTitle {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h3SingleShopMainTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .h3SingleShopMainTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.brdSingleShopMainTitle {
  width: 100%;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .brdSingleShopMainTitle {
    margin: 1.76% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .brdSingleShopMainTitle {
    margin: 7.53% 0% 0% 0%;
  }
}

.genreSingleShopMainTitleBox {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .genreSingleShopMainTitleBox {
    margin: 1.66% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .genreSingleShopMainTitleBox {
    display: flex;
    align-items: center;
    margin: 4.48% 0% 0% 0%;
  }
}

.genreSingleShopMainTitle {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  font-weight: 400;
}
@media screen and (max-width: 1259px) {
  .genreSingleShopMainTitle {
    font-size: 1.1119936458vw;
  }
}
.genreSingleShopMainTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.genreSingleShopMainTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .genreSingleShopMainTitle {
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .genreSingleShopMainTitle {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .genreSingleShopMainTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
  .genreSingleShopMainTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
}
.genreSingleShopMainTitle a {
  color: #E9545D;
}

.floorSingleShopMainTitle {
  width: 70px;
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .floorSingleShopMainTitle {
    width: 6.87%;
  }
}
@media screen and (max-width: 1259px) {
  .floorSingleShopMainTitle {
    margin: 1.86% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .floorSingleShopMainTitle {
    width: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 16px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .floorSingleShopMainTitle {
    width: 20.4%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .floorSingleShopMainTitle {
    margin: 0% 0% 0% 6.53%;
  }
}

.btnFloorSingleShopMainTitle {
  width: 100%;
  aspect-ratio: 60/18;
  border-radius: 10.5px;
  /* CSS3草案 */
  -webkit-border-radius: 10.5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10.5px;
  /* Firefox用 */
  font-size: 13px;
  line-height: 1.2307692308;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .btnFloorSingleShopMainTitle {
    font-size: 1.0325655282vw;
  }
}
.btnFloorSingleShopMainTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
.btnFloorSingleShopMainTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnFloorSingleShopMainTitle {
    aspect-ratio: 50/15;
    line-height: 1.2;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnFloorSingleShopMainTitle {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .btnFloorSingleShopMainTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .btnFloorSingleShopMainTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}
.btnFloorSingleShopMainTitle:hover {
  opacity: 1;
  background: #2E65AB;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.singleShopMainCntWap {
  margin-top: 53px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .singleShopMainCntWap {
    margin-top: 4.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .singleShopMainCntWap {
    margin-top: 9.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.singleShopMainCntFx {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .singleShopMainCntFx {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .singleShopMainCntFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .singleShopMainCntFx {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .singleShopMainCntFx {
    width: 92%;
  }
}

.sliderSingleShop {
  width: 574px;
}
@media screen and (max-width: 1259px) {
  .sliderSingleShop {
    width: 47.83%;
  }
}
@media screen and (max-width: 767px) {
  .sliderSingleShop {
    width: 100%;
  }
}

.singleShopMainCnt {
  width: 574px;
}
@media screen and (max-width: 1259px) {
  .singleShopMainCnt {
    width: 47.83%;
  }
}
@media screen and (max-width: 767px) {
  .singleShopMainCnt {
    width: 100%;
    margin: 6.1% 0% 0% 0%;
  }
}

.sliderSingleShopTop li {
  aspect-ratio: 574/330;
  position: relative;
  background: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .sliderSingleShopTop li {
    aspect-ratio: 345/198;
  }
}
.sliderSingleShopTop li img {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  margin: auto;
}

.sliderSingleShopBtm li {
  aspect-ratio: 182/104;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sliderSingleShopBtm li {
    aspect-ratio: 109/63;
  }
}
.sliderSingleShopBtm li img {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  object-fit: cover;
}

.tableSingleShopMainCnt {
  width: 100%;
  border-top: 1px solid #C8C8C8;
}

.thSingleShopMainCnt {
  text-align: left;
  border-bottom: 1px solid #C8C8C8;
  width: 130px;
  padding-top: 23px;
  padding-bottom: 21px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1259px) {
  .thSingleShopMainCnt {
    width: 22.64%;
  }
}
@media screen and (max-width: 1259px) {
  .thSingleShopMainCnt {
    padding: 4% 0% 3.65% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .thSingleShopMainCnt {
    font-size: 1.2708498809vw;
  }
}
.thSingleShopMainCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.thSingleShopMainCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .thSingleShopMainCnt {
    width: 80px;
    padding: 4.5% 0% 5.03% 0%;
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thSingleShopMainCnt {
    width: 23.18%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thSingleShopMainCnt {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .thSingleShopMainCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .thSingleShopMainCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.tdSingleShopMainCnt {
  border-bottom: 1px solid #C8C8C8;
  width: 444px;
  padding-top: 23px;
  padding-bottom: 21px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1259px) {
  .tdSingleShopMainCnt {
    width: 77.35%;
  }
}
@media screen and (max-width: 1259px) {
  .tdSingleShopMainCnt {
    padding: 4% 0% 3.65% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .tdSingleShopMainCnt {
    font-size: 1.2708498809vw;
  }
}
.tdSingleShopMainCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.tdSingleShopMainCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .tdSingleShopMainCnt {
    width: 265px;
    padding: 4.5% 0% 5.03% 0%;
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .tdSingleShopMainCnt {
    width: 76.81%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tdSingleShopMainCnt {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .tdSingleShopMainCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .tdSingleShopMainCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.tdSingleShopMainCnt a {
  text-decoration: underline;
  color: #467BBE;
}

.secSingleShopMainCnt {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secSingleShopMainCnt {
    margin: 5.74% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secSingleShopMainCnt {
    margin: 8.1% 0% 0% 0%;
  }
}

.h4SingleShopMainCnt {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h4SingleShopMainCnt {
    font-size: 1.429706116vw;
  }
}
.h4SingleShopMainCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.h4SingleShopMainCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4SingleShopMainCnt {
    line-height: 1.4375;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4SingleShopMainCnt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h4SingleShopMainCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .h4SingleShopMainCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.secSingleShopMainCnt p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 34px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secSingleShopMainCnt p {
    font-size: 1.2708498809vw;
  }
}
.secSingleShopMainCnt p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.secSingleShopMainCnt p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .secSingleShopMainCnt p {
    margin: 5.92% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secSingleShopMainCnt p {
    line-height: 1.7142857143;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 6.4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .secSingleShopMainCnt p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .secSingleShopMainCnt p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .secSingleShopMainCnt p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.bxslider_thumbnail {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
}
@media screen and (max-width: 1259px) {
  .bxslider_thumbnail {
    margin: 0.69% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .bxslider_thumbnail {
    margin-top: 9px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .bxslider_thumbnail {
    margin: 2.6% 0% 0% 0%;
  }
}

.bxslider_thumbnail li {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .bxslider_thumbnail li {
    margin: 1.74% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .bxslider_thumbnail li {
    margin-top: 9px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .bxslider_thumbnail li {
    margin: 2.6% 0% 0% 0%;
  }
}
.bxslider_thumbnail li:nth-child(3n+2) {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 14px;
  margin-right: 14px;
}
@media screen and (max-width: 1259px) {
  .bxslider_thumbnail li:nth-child(3n+2) {
    margin: 1.74% 2.43% 0% 2.43%;
  }
}
@media screen and (max-width: 767px) {
  .bxslider_thumbnail li:nth-child(3n+2) {
    margin-top: 9px;
    margin-bottom: 0px;
    margin-left: 9px;
    margin-right: 9px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .bxslider_thumbnail li:nth-child(3n+2) {
    margin: 2.6% 2.6% 0% 2.6%;
  }
}

.thumbsSliderSingleShop {
  margin-top: 0px;
  margin-bottom: 14px;
  margin-left: 0px;
  margin-right: 14px;
  width: 182px;
  aspect-ratio: 182/104;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1259px) {
  .thumbsSliderSingleShop {
    margin: 0% 2.43% 2.43% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .thumbsSliderSingleShop {
    width: 31.7%;
  }
}
@media screen and (max-width: 767px) {
  .thumbsSliderSingleShop {
    margin-top: 0px;
    margin-bottom: 9px;
    margin-left: 0px;
    margin-right: 9px;
    width: 109px;
    aspect-ratio: 109/63;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thumbsSliderSingleShop {
    margin: 0% 2.6% 2.6% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thumbsSliderSingleShop {
    width: 31.59%;
  }
}
.thumbsSliderSingleShop:nth-child(3n) {
  margin-right: 0;
}

.bxslider_thumbnail a {
  display: block;
}

.bxslider_thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bx-wrapper {
  background-color: transparent;
  margin: 0px auto;
  border: none;
  box-shadow: none;
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.singleShopLinksWap {
  margin-top: 56px;
  margin-bottom: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .singleShopLinksWap {
    margin-top: 4.44%;
    margin-bottom: 14.28%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .singleShopLinksWap {
    margin-top: 13.1%;
    margin-bottom: 26.66%;
    margin-left: auto;
    margin-right: auto;
  }
}

.singleShopLinksFx {
  width: 656px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .singleShopLinksFx {
    width: 52.06%;
  }
}
@media screen and (max-width: 1259px) {
  .singleShopLinksFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .singleShopLinksFx {
    width: 265px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .singleShopLinksFx {
    width: 70.66%;
  }
}

.liSingleShopLinksFx {
  width: 312px;
}
@media screen and (max-width: 1259px) {
  .liSingleShopLinksFx {
    width: 47.56%;
  }
}
@media screen and (max-width: 767px) {
  .liSingleShopLinksFx {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .liSingleShopLinksFx:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liSingleShopLinksFx:nth-child(2) {
    margin: 7.54% 0% 0% 0%;
  }
}

.btnSingleShopLinksFx {
  width: 100%;
  aspect-ratio: 312/60;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .btnSingleShopLinksFx {
    font-size: 1.2708498809vw;
  }
}
.btnSingleShopLinksFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.btnSingleShopLinksFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnSingleShopLinksFx {
    aspect-ratio: 265/60;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnSingleShopLinksFx {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .btnSingleShopLinksFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .btnSingleShopLinksFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.iconSingleShopLinksFx {
  display: block;
  text-align: center;
  width: 100%;
  background: url(../img/index/iconMoreIndexShopNews.svg) no-repeat 93% center;
  background-size: auto 89%;
}
@media screen and (max-width: 767px) {
  .iconSingleShopLinksFx {
    background: url(../img/index/iconMoreIndexShopNews.svg) no-repeat 95.5% center;
    background-size: auto 85%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.topicsMainWap {
  margin-top: 64px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .topicsMainWap {
    margin-top: 3.33%;
    margin-bottom: 5.2%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .topicsMainWap {
    margin-top: 6.53%;
    margin-bottom: 26.66%;
    margin-left: auto;
    margin-right: auto;
  }
}

.topicsMainLxn {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .topicsMainLxn {
    width: 79.36%;
  }
}
@media screen and (max-width: 767px) {
  .topicsMainLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .topicsMainLxn {
    width: 92%;
  }
}

.timeTopicsMain {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1259px) {
  .timeTopicsMain {
    font-size: 1.1119936458vw;
  }
}
.timeTopicsMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.timeTopicsMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .timeTopicsMain {
    line-height: 1.1428571429;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .timeTopicsMain {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .timeTopicsMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.1428571429) * 0.5em);
    content: "";
  }
  .timeTopicsMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.1428571429) * 0.5em);
    content: "";
  }
}

.secTopicsMain {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secTopicsMain {
    margin: 1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secTopicsMain {
    margin: 3.05% 0% 0% 0%;
  }
}

.h2TopicsMain {
  font-size: 26px;
  line-height: 1.4615384615;
  letter-spacing: 0em;
  text-indent: 0em;
  padding-top: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #467BBE;
}
@media screen and (max-width: 1259px) {
  .h2TopicsMain {
    font-size: 2.0651310564vw;
  }
}
.h2TopicsMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
.h2TopicsMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h2TopicsMain {
    padding: 0% 0% 1.8% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h2TopicsMain {
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
    padding: 0% 0% 5.3% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TopicsMain {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TopicsMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .h2TopicsMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.cntTopicsMain {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .cntTopicsMain {
    margin: 3.8% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .cntTopicsMain {
    font-size: 1.1914217633vw;
  }
}
.cntTopicsMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.cntTopicsMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .cntTopicsMain {
    line-height: 1.7142857143;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 7.79% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cntTopicsMain {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cntTopicsMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .cntTopicsMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.eventTitleBox {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .eventTitleBox {
    height: 26.6666666667vw;
  }
}

.bgeventSingleTitle {
  background: url(../img/shop/bgShopTitleSiglePc.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgeventSingleTitle {
    background: url(../img/shop/bgShopTitleSigleSp.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.eventMainWap {
  margin-top: 69px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .eventMainWap {
    margin-top: 3.59%;
    margin-bottom: 5.2%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .eventMainWap {
    margin-top: 8.53%;
    margin-bottom: 42.7%;
    margin-left: auto;
    margin-right: auto;
  }
}

.eventMainLxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .eventMainLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 767px) {
  .eventMainLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .eventMainLxn {
    width: 92%;
  }
}

.photoSingleEvent {
  position: relative;
  aspect-ratio: 480/480;
  object-fit: cover;
  overflow: hidden;
  width: 480px;
}
@media screen and (max-width: 1259px) {
  .photoSingleEvent {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .photoSingleEvent {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .photoSingleEvent {
    width: 100%;
  }
}
.photoSingleEvent img {
  width: 100%;
}

.secEventMainSingle {
  width: 660px;
}
@media screen and (max-width: 1259px) {
  .secEventMainSingle {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .secEventMainSingle {
    margin: 7.6% 0% 0% 0%;
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .secEventMainSingle {
    width: 100%;
  }
}

.h2EventMainSingle {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 26px;
  line-height: 1.4615384615;
  letter-spacing: 0em;
  text-indent: 0em;
  border-bottom: 1px solid #467BBE;
}
@media screen and (max-width: 1259px) {
  .h2EventMainSingle {
    margin: 2.42% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2EventMainSingle {
    padding: 0% 0% 2.72% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2EventMainSingle {
    font-size: 2.0651310564vw;
  }
}
.h2EventMainSingle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
.h2EventMainSingle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2EventMainSingle {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 345px;
    padding: 0% 0% 8.2% 0%;
    line-height: 1.4444444444;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .h2EventMainSingle {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .h2EventMainSingle {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2EventMainSingle {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h2EventMainSingle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
  .h2EventMainSingle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
}

.tableSingleEvent {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (max-width: 1259px) {
  .tableSingleEvent {
    margin: 0% 0% 0% 0%;
  }
}
.thSingleEvent {
  border-bottom: 1px solid #C8C8C8;
  width: 130px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 1259px) {
  .thSingleEvent {
    width: 19.69%;
  }
}
@media screen and (max-width: 1259px) {
  .thSingleEvent {
    font-size: 1.2708498809vw;
  }
}
.thSingleEvent::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.thSingleEvent::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .thSingleEvent {
    padding: 2.2% 0% 2.2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .thSingleEvent {
    width: 80px;
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    padding: 4.6% 0% 4.9% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thSingleEvent {
    width: 23.18%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thSingleEvent {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .thSingleEvent::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .thSingleEvent::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.tdSingleEvent {
  border-bottom: 1px solid #C8C8C8;
  width: 530px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .tdSingleEvent {
    width: 80.3%;
  }
}
@media screen and (max-width: 1259px) {
  .tdSingleEvent {
    font-size: 1.2708498809vw;
  }
}
.tdSingleEvent::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.tdSingleEvent::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .tdSingleEvent {
    padding: 2.2% 0% 2.2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tdSingleEvent {
    width: 265px;
    line-height: 1.4615384615;
    letter-spacing: 0em;
    text-indent: 0em;
    padding: 4.6% 0% 4.9% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .tdSingleEvent {
    width: 76.81%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tdSingleEvent {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .tdSingleEvent::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .tdSingleEvent::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.cntSingleEventBox {
  margin-top: 36px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .cntSingleEventBox {
    margin: 5.45% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .cntSingleEventBox {
    font-size: 1.2708498809vw;
  }
}
.cntSingleEventBox::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.cntSingleEventBox::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .cntSingleEventBox {
    width: 345px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 8% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .cntSingleEventBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cntSingleEventBox {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cntSingleEventBox::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .cntSingleEventBox::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.pagerTopicsMainSingle {
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .pagerTopicsMainSingle {
    margin: 7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .pagerTopicsMainSingle {
    margin: 14.1% 0% 0% 0%;
  }
}

.prevSinglePagerWap {
  width: 76px;
  text-align: right;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
}
@media screen and (max-width: 1259px) {
  .prevSinglePagerWap {
    width: 7.6%;
  }
}
@media screen and (max-width: 1259px) {
  .prevSinglePagerWap {
    font-size: 1.2708498809vw;
  }
}
.prevSinglePagerWap::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.prevSinglePagerWap::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .prevSinglePagerWap {
    width: 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .prevSinglePagerWap {
    width: 6.95%;
  }
}

.prevSinglePager {
  text-decoration: none;
  color: #000;
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .prevSinglePager {
    display: block;
    width: 100%;
    height: 6.4vw;
  }
}

.ArrowPrev {
  background: url(../img/topics/ArrowPrev.svg) no-repeat 14% center;
  background-size: auto 100%;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ArrowPrev {
    background: url(../img/topics/ArrowPrev.svg) no-repeat left center;
    background-size: cover;
    width: 100%;
    height: 6.4vw;
  }
}

.nextSinglePagerWap {
  width: 76px;
  text-align: left;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.11em;
  text-indent: -0.11em;
}
@media screen and (max-width: 1259px) {
  .nextSinglePagerWap {
    width: 7.6%;
  }
}
@media screen and (max-width: 1259px) {
  .nextSinglePagerWap {
    font-size: 1.2708498809vw;
  }
}
.nextSinglePagerWap::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.nextSinglePagerWap::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .nextSinglePagerWap {
    width: 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .nextSinglePagerWap {
    width: 6.95%;
  }
}

.nextSinglePager {
  text-decoration: none;
  color: #000;
  display: block;
  text-align: left;
  transform: translate(5px, 1px);
}
@media screen and (max-width: 767px) {
  .nextSinglePager {
    display: block;
    width: 100%;
    height: 6.4vw;
    transform: translate(0px, 0px);
  }
}

.ArrowNext {
  background: url(../img/topics/ArrowNext.svg) no-repeat 78% center;
  background-size: auto 100%;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ArrowNext {
    background: url(../img/topics/ArrowNext.svg) no-repeat left center;
    background-size: cover;
    width: 100%;
    height: 6.4vw;
  }
}

.moreTopicsArchive {
  width: 312px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 37px;
  margin-right: 37px;
}
@media screen and (max-width: 1259px) {
  .moreTopicsArchive {
    width: 31.2%;
  }
}
@media screen and (max-width: 1259px) {
  .moreTopicsArchive {
    margin: 0% 3.7% 0% 3.7%;
  }
}
@media screen and (max-width: 767px) {
  .moreTopicsArchive {
    width: 265px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .moreTopicsArchive {
    width: 76.81%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .moreTopicsArchive {
    margin: 0% 4.63% 0% 4.63%;
  }
}

.btnMoreTopicsArchive {
  width: 100%;
  aspect-ratio: 312/60;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .btnMoreTopicsArchive {
    font-size: 1.2708498809vw;
  }
}
.btnMoreTopicsArchive::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.btnMoreTopicsArchive::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnMoreTopicsArchive {
    aspect-ratio: 265/60;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnMoreTopicsArchive {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .btnMoreTopicsArchive::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .btnMoreTopicsArchive::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.iconMoreTopicsArchive {
  display: block;
  width: 100%;
  background: url(../img/index/iconMoreIndexEvent.svg) no-repeat 93.5% center;
  background-size: auto 90%;
}
@media screen and (max-width: 767px) {
  .iconMoreTopicsArchive {
    width: 100%;
    background: url(../img/index/iconMoreIndexEvent.svg) no-repeat 96% center;
    background-size: auto 90%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.flyerTitle {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .flyerTitle {
    height: 26.6666666667vw;
  }
}

.bgFlyerSingleTitle {
  background: url(../img/flyer/bgflyerTitleSiglePc.jpg) no-repeat center top;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgFlyerSingleTitle {
    background: url(../img/flyer/bgflyerTitleSigleSp.jpg) no-repeat center top;
    background-size: auto 100%;
  }
}

.h2TitleFlyerMain {
  margin-top: 13.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 36px;
  line-height: 1.4722222222;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1259px) {
  .h2TitleFlyerMain {
    margin: 0.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2TitleFlyerMain {
    font-size: 2.8594122319vw;
  }
}
.h2TitleFlyerMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
.h2TitleFlyerMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2TitleFlyerMain {
    margin: 1% 0% 0% 0%;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleFlyerMain {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleFlyerMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2TitleFlyerMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.rubyTitleFlyerMain {
  margin-top: 9.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 1259px) {
  .rubyTitleFlyerMain {
    margin: 0.49% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .rubyTitleFlyerMain {
    font-size: 1.429706116vw;
  }
}
.rubyTitleFlyerMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.rubyTitleFlyerMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .rubyTitleFlyerMain {
    margin: 2% 0% 0% 0%;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyTitleFlyerMain {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyTitleFlyerMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .rubyTitleFlyerMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.flyerTitleKigenWap {
  margin-top: 67px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
@media screen and (max-width: 1259px) {
  .flyerTitleKigenWap {
    margin-top: 5.31%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .flyerTitleKigenWap {
    width: 95.23%;
  }
}
@media screen and (max-width: 767px) {
  .flyerTitleKigenWap {
    margin-top: 8.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .flyerTitleKigenWap {
    width: 92%;
  }
}

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

.secKigenFlyer {
  width: 342px;
}
@media screen and (max-width: 1259px) {
  .secKigenFlyer {
    width: 28.49%;
  }
}
@media screen and (max-width: 767px) {
  .secKigenFlyer {
    width: 222px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .secKigenFlyer {
    width: 64.34%;
  }
}

.h3KigenFlyer {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
  width: 171px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  border-left: 1px solid #467BBE;
}
@media screen and (max-width: 1259px) {
  .h3KigenFlyer {
    padding: 2.04% 0% 2.04% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h3KigenFlyer {
    width: 50%;
  }
}
@media screen and (max-width: 1259px) {
  .h3KigenFlyer {
    font-size: 1.429706116vw;
  }
}
.h3KigenFlyer::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h3KigenFlyer::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3KigenFlyer {
    padding: 5% 0% 4% 0%;
    width: 50.54%;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3KigenFlyer {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .h3KigenFlyer::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h3KigenFlyer::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.txtKigenFlyer {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
  width: 170px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  border-left: 1px solid #467BBE;
}
@media screen and (max-width: 1259px) {
  .txtKigenFlyer {
    padding: 2.04% 0% 2.04% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .txtKigenFlyer {
    width: 49.7%;
  }
}
@media screen and (max-width: 1259px) {
  .txtKigenFlyer {
    font-size: 1.429706116vw;
  }
}
.txtKigenFlyer::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.txtKigenFlyer::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtKigenFlyer {
    padding: 5% 0% 4% 0%;
    width: 50.54%;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtKigenFlyer {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtKigenFlyer::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .txtKigenFlyer::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.brdFlyerTitleLxn {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: #467BBE;
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 1259px) {
  .brdFlyerTitleLxn {
    margin: 1.16% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .brdFlyerTitleLxn {
    margin: 3.16% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.flyerLoopWap {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .flyerLoopWap {
    margin-top: 3.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .flyerLoopWap {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flyerLoopLxn {
  padding-top: 59px;
  padding-bottom: 27px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .flyerLoopLxn {
    padding: 4.68% 0% 2.14% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .flyerLoopLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 767px) {
  .flyerLoopLxn {
    padding: 6.4% 0% 5.9% 0%;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .flyerLoopLxn {
    width: 92%;
  }
}

.flyerLoopLxnFx {
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .flyerLoopLxnFx {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .flyerLoopLxnFx {
    width: 86.1%;
  }
}

.liFlyerLoopLxn {
  width: 510px;
}
@media screen and (max-width: 1259px) {
  .liFlyerLoopLxn {
    width: 47.22%;
  }
}
@media screen and (max-width: 767px) {
  .liFlyerLoopLxn {
    width: 295px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liFlyerLoopLxn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liFlyerLoopLxn:nth-child(n+2) {
    margin-top: 8.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liFlyerLoopLxn:nth-child(n+3) {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liFlyerLoopLxn:nth-child(n+3) {
    margin: 2.77% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liFlyerLoopLxn:nth-child(n+3) {
    margin-top: 8.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liFlyerLoopLxn a {
  display: block;
}

.photoFlyerLoopLxn {
  width: 510px;
  aspect-ratio: 510/360;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1259px) {
  .photoFlyerLoopLxn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .photoFlyerLoopLxn {
    width: 295px;
    aspect-ratio: 510/360;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .photoFlyerLoopLxn {
    width: 100%;
  }
}

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

.h4liFlyerLoopLxn {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}
@media screen and (max-width: 1259px) {
  .h4liFlyerLoopLxn {
    margin-top: 2.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .h4liFlyerLoopLxn {
    font-size: 1.5885623511vw;
  }
}
.h4liFlyerLoopLxn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h4liFlyerLoopLxn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4liFlyerLoopLxn {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4liFlyerLoopLxn {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .h4liFlyerLoopLxn::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h4liFlyerLoopLxn::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.txtFlyerLoopBtm {
  margin-top: 36px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .txtFlyerLoopBtm {
    margin-top: 2.85%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtFlyerLoopBtm {
    margin-top: 4.79%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.flyerLoopLxnBtm {
  width: 239px;
  margin-top: 99px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .flyerLoopLxnBtm {
    width: 18.96%;
  }
}
@media screen and (max-width: 1259px) {
  .flyerLoopLxnBtm {
    margin-top: 7.85%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .flyerLoopLxnBtm {
    width: 41.92%;
    margin-top: 12.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnflyerLoopLxnBtm {
  display: block;
  width: 100%;
}

.photoflyerLoopLxnBtm {
  display: block;
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.frenteKidsKlub {
  padding-top: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .frenteKidsKlub {
    padding: 0% 0% 5.2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .frenteKidsKlub {
    padding-top: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .frenteKidsKlub {
    padding: 0% 0% 26.66% 0%;
  }
}

.bgFrenteKidsKlub {
  background: url(../img/frenteKidsKlub/bgFrenteKidsKlubPc.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgFrenteKidsKlub {
    background: url(../img/frenteKidsKlub/bgFrenteKidsKlubSp.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}

.frenteKidsKlubWap {
  margin-top: 101px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .frenteKidsKlubWap {
    margin-top: 8.01%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .frenteKidsKlubWap {
    margin-top: 35px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .frenteKidsKlubWap {
    margin-top: 9.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picFrenteKidsKlub {
  width: 708px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .picFrenteKidsKlub {
    width: 56.19%;
  }
}
@media screen and (max-width: 1259px) {
  .picFrenteKidsKlub {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .picFrenteKidsKlub {
    width: 285px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .picFrenteKidsKlub {
    width: 76%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.facilityTitle {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .facilityTitle {
    height: 26.6666666667vw;
  }
}

.bgfacilitySingleTitle {
  background: url(../img/facility/bgfacilityTitleSiglePc.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgfacilitySingleTitle {
    background: url(../img/facility/bgfacilityTitleSigleSp.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}

.h2TitlefacilityMain {
  margin-top: 8.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 36px;
  line-height: 1.4722222222;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h2TitlefacilityMain {
    margin: 0.44% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2TitlefacilityMain {
    font-size: 2.8594122319vw;
  }
}
.h2TitlefacilityMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
.h2TitlefacilityMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2TitlefacilityMain {
    margin: 1.5% 0% 0% 0%;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitlefacilityMain {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitlefacilityMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2TitlefacilityMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.rubyTitlefacilityMain {
  margin-top: 9.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 1259px) {
  .rubyTitlefacilityMain {
    margin: 0.49% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .rubyTitlefacilityMain {
    font-size: 1.429706116vw;
  }
}
.rubyTitlefacilityMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.rubyTitlefacilityMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .rubyTitlefacilityMain {
    margin: 1.3% 0% 0% 0%;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyTitlefacilityMain {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyTitlefacilityMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .rubyTitlefacilityMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .rubyTitlefacilityMain {
    margin: 2.13% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.facilityInfoFx {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .facilityInfoFx {
    margin: 4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .facilityInfoFx {
    margin: 7.69% 0% 0% 0%;
  }
}

.cntFacilityInfo {
  width: 456px;
}
@media screen and (max-width: 1259px) {
  .cntFacilityInfo {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .cntFacilityInfo {
    width: 100%;
  }
}

.tableFacilityInfo {
  width: 100%;
}

.thFacilityInfo {
  text-align: left;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 110px;
  padding-top: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .thFacilityInfo {
    font-size: 1.2708498809vw;
  }
}
.thFacilityInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.thFacilityInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .thFacilityInfo {
    width: 24.12%;
  }
}
@media screen and (max-width: 1259px) {
  .thFacilityInfo {
    padding: 0% 0% 3.5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .thFacilityInfo {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 90px;
    padding: 0% 0% 3.63% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thFacilityInfo {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .thFacilityInfo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .thFacilityInfo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thFacilityInfo {
    width: 26.08%;
  }
}

.tdFacilityInfo {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 346px;
  padding-top: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .tdFacilityInfo {
    font-size: 1.2708498809vw;
  }
}
.tdFacilityInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.tdFacilityInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .tdFacilityInfo {
    width: 75.87%;
  }
}
@media screen and (max-width: 1259px) {
  .tdFacilityInfo {
    padding: 0% 0% 3.5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tdFacilityInfo {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 255px;
    padding: 0% 0% 3.63% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tdFacilityInfo {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .tdFacilityInfo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .tdFacilityInfo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .tdFacilityInfo {
    width: 73.91%;
  }
}

.tdFacilityInfoTel {
  color: #282828;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .tdFacilityInfoTel {
    pointer-events: auto;
  }
}

.txtFacilityInfo {
  width: 100%;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .txtFacilityInfo {
    font-size: 1.1914217633vw;
  }
}
.txtFacilityInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.txtFacilityInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .txtFacilityInfo {
    margin: 4.38% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtFacilityInfo {
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 3.9% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFacilityInfo {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFacilityInfo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .txtFacilityInfo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.photoFacilityInfo {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .photoFacilityInfo {
    margin: 8.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photoFacilityInfo {
    margin: 8.5% 0% 0% 0%;
  }
}

.ggmapFacilityInfo {
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 503px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 692/503;
  width: 692px;
}
@media screen and (max-width: 1259px) {
  .ggmapFacilityInfo {
    margin: 0.14% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .ggmapFacilityInfo {
    padding: 36.44% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .ggmapFacilityInfo {
    width: 57.66%;
  }
}
@media screen and (max-width: 767px) {
  .ggmapFacilityInfo {
    width: 100%;
    height: 66.9333333333vw;
    padding-top: 251px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .ggmapFacilityInfo {
    padding: 72.75% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .ggmapFacilityInfo {
    margin: 5.79% 0% 0% 0%;
  }
}
.ggmapFacilityInfo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.facilityInfoWap.facilityContactWap {
  padding-top: 76px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .facilityInfoWap.facilityContactWap {
    padding: 6.03% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .facilityInfoWap.facilityContactWap {
    padding: 14.9% 0% 0% 0%;
  }
}

.fxFacilityContact {
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .fxFacilityContact {
    margin: 3.75% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .fxFacilityContact {
    margin: 8% 0% 0% 0%;
  }
}

.h3FxFacilityContact {
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 365px;
}
@media screen and (max-width: 1259px) {
  .h3FxFacilityContact {
    font-size: 1.7474185862vw;
  }
}
.h3FxFacilityContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
.h3FxFacilityContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h3FxFacilityContact {
    width: 30.41%;
  }
}
@media screen and (max-width: 767px) {
  .h3FxFacilityContact {
    line-height: 1.4375;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3FxFacilityContact {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3FxFacilityContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .h3FxFacilityContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.txtFxFacilityContact {
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .txtFxFacilityContact {
    font-size: 1.7474185862vw;
  }
}
.txtFxFacilityContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
.txtFxFacilityContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtFxFacilityContact {
    line-height: 1.4705882353;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 100%;
    margin: 1.47% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFxFacilityContact {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFxFacilityContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4705882353) * 0.5em);
    content: "";
  }
  .txtFxFacilityContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4705882353) * 0.5em);
    content: "";
  }
}

.fxFacilityContactBtm {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .fxFacilityContactBtm {
    margin: 1.25% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .fxFacilityContactBtm {
    justify-content: space-between;
    margin: 3.8% 0% 0% 0%;
  }
}

.h4FxFacilityContact {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 365px;
}
@media screen and (max-width: 1259px) {
  .h4FxFacilityContact {
    font-size: 1.429706116vw;
  }
}
.h4FxFacilityContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.h4FxFacilityContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h4FxFacilityContact {
    width: 30.41%;
  }
}
@media screen and (max-width: 767px) {
  .h4FxFacilityContact {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    width: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4FxFacilityContact {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h4FxFacilityContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .h4FxFacilityContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.txtLittileFxFacilityContact {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .txtLittileFxFacilityContact {
    font-size: 1.429706116vw;
  }
}
.txtLittileFxFacilityContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.txtLittileFxFacilityContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtLittileFxFacilityContact {
    margin: 0 2% 0 0;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLittileFxFacilityContact {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLittileFxFacilityContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .txtLittileFxFacilityContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.facilityInfoWap.facilityTimeWap {
  padding-top: 75px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .facilityInfoWap.facilityTimeWap {
    padding: 5.95% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .facilityInfoWap.facilityTimeWap {
    padding: 14.5% 0% 0% 0%;
  }
}

.secFacilityTime {
  width: 100%;
}

.h3FacilityTime {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h3FacilityTime {
    font-size: 1.429706116vw;
  }
}
.h3FacilityTime::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.h3FacilityTime::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3FacilityTime {
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3FacilityTime {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h3FacilityTime::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .h3FacilityTime::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.tableFacilityTime {
  margin-top: 15.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .tableFacilityTime {
    margin: 1.29% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tableFacilityTime {
    width: 100%;
    margin: 3.2% 0% 0% 0%;
  }
}

.thFacilityTime {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 30px;
}
@media screen and (max-width: 1259px) {
  .thFacilityTime {
    font-size: 1.429706116vw;
  }
}
.thFacilityTime::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.thFacilityTime::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .thFacilityTime {
    padding: 0% 2.5% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .thFacilityTime {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thFacilityTime {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .thFacilityTime::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .thFacilityTime::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thFacilityTime {
    padding: 0% 5.79% 0% 0%;
  }
}

.secFacilityTime01 {
  margin-top: 46px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secFacilityTime01 {
    margin: 3.83% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secFacilityTime01 {
    margin: 8% 0% 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .secFacilityTime01 .thFacilityTime {
    width: 52.08%;
  }
}

@media screen and (max-width: 767px) {
  .secFacilityTime02Coop .thFacilityTime {
    width: 13.08%;
  }
}

@media screen and (max-width: 767px) {
  .secFacilityTime02Nitori .thFacilityTime {
    width: 19%;
  }
}

.tdFacilityTime {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .tdFacilityTime {
    font-size: 1.429706116vw;
  }
}
.tdFacilityTime::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.tdFacilityTime::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .tdFacilityTime {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tdFacilityTime {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .tdFacilityTime::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .tdFacilityTime::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.secFacilityTime02 {
  margin-top: 24.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secFacilityTime02 {
    margin: 2.04% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secFacilityTime02 {
    margin: 5% 0% 0% 0%;
  }
}

.txtLastFacilityTime {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .txtLastFacilityTime {
    font-size: 1.2708498809vw;
  }
}
.txtLastFacilityTime::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.txtLastFacilityTime::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .txtLastFacilityTime {
    margin: 2.66% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtLastFacilityTime {
    line-height: 1.4615384615;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLastFacilityTime {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLastFacilityTime::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .txtLastFacilityTime::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.facilityInfoWap.facilityAccessWap {
  padding-top: 75px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .facilityInfoWap.facilityAccessWap {
    padding: 5.95% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .facilityInfoWap.facilityAccessWap {
    padding: 14.8% 0% 0% 0%;
  }
}

.secFacilityAccess {
  width: 100%;
}

.secFacilityAccess01 {
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secFacilityAccess01 {
    margin: 3.75% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secFacilityAccess01 {
    margin: 7.69% 0% 0% 0%;
  }
}

.h3FacilityAccess {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h3FacilityAccess {
    font-size: 1.5885623511vw;
  }
}
.h3FacilityAccess::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.h3FacilityAccess::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3FacilityAccess {
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3FacilityAccess {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h3FacilityAccess::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .h3FacilityAccess::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.tableFacilityAccess {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .tableFacilityAccess {
    font-size: 1.429706116vw;
  }
}
.tableFacilityAccess::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.tableFacilityAccess::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .tableFacilityAccess {
    margin: 1.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tableFacilityAccess {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 2.63% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tableFacilityAccess {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .tableFacilityAccess::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .tableFacilityAccess::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.secFacilityAccess02 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secFacilityAccess02 {
    margin: 1.66% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secFacilityAccess02 {
    margin: 3.79% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.facilityInfoWap.facilityParkingWap {
  padding-top: 73px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .facilityInfoWap.facilityParkingWap {
    padding: 5.79% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .facilityInfoWap.facilityParkingWap {
    padding: 14.9% 0% 0% 0%;
  }
}

.parkingInfoFx {
  width: 100%;
  margin-top: 46px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .parkingInfoFx {
    margin: 3.83% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .parkingInfoFx {
    margin: 7.69% 0% 0% 0%;
  }
}

.mainFacilityParking {
  width: 547px;
}
@media screen and (max-width: 1259px) {
  .mainFacilityParking {
    width: 45.58%;
  }
}
@media screen and (max-width: 767px) {
  .mainFacilityParking {
    width: 100%;
  }
}

.secFacilityParking {
  width: 100%;
}

.h3FacilityParking {
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h3FacilityParking {
    font-size: 1.7474185862vw;
  }
}
.h3FacilityParking::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
.h3FacilityParking::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3FacilityParking {
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3FacilityParking {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h3FacilityParking::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .h3FacilityParking::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.tableFacilityParking {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .tableFacilityParking {
    font-size: 1.429706116vw;
  }
}
.tableFacilityParking::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.tableFacilityParking::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .tableFacilityParking {
    margin: 3.83% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tableFacilityParking {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 2.63% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tableFacilityParking {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .tableFacilityParking::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .tableFacilityParking::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.secFacilityParking02 .tableFacilityParking {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secFacilityParking02 .tableFacilityParking {
    margin: 3.83% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secFacilityParking02 .tableFacilityParking {
    margin: 2.63% 0% 0% 0%;
  }
}

.h4FacilityParking {
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .h4FacilityParking {
    font-size: 1.7474185862vw;
  }
}
.h4FacilityParking::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
.h4FacilityParking::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h4FacilityParking {
    margin: 1.82% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h4FacilityParking {
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 2.63% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4FacilityParking {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h4FacilityParking::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .h4FacilityParking::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.secFacilityParking02 {
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secFacilityParking02 {
    margin: 5.11% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secFacilityParking02 {
    margin: 6.69% 0% 0% 0%;
  }
}

.h4FacilityParkingInfos {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .h4FacilityParkingInfos {
    font-size: 1.429706116vw;
  }
}
.h4FacilityParkingInfos::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.h4FacilityParkingInfos::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h4FacilityParkingInfos {
    margin: 4.2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h4FacilityParkingInfos {
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4FacilityParkingInfos {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h4FacilityParkingInfos::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .h4FacilityParkingInfos::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.h4FacilityParkingInfos02 {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .h4FacilityParkingInfos02 {
    margin: 4.57% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h4FacilityParkingInfos02 {
    margin: 4% 0% 0% 0%;
  }
}

.lastFacilityTimeParking + .h4FacilityParkingInfos02 {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .lastFacilityTimeParking + .h4FacilityParkingInfos02 {
    margin: 5.48% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .lastFacilityTimeParking + .h4FacilityParkingInfos02 {
    font-size: 1.7474185862vw;
  }
}
.lastFacilityTimeParking + .h4FacilityParkingInfos02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.lastFacilityTimeParking + .h4FacilityParkingInfos02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .lastFacilityTimeParking + .h4FacilityParkingInfos02 {
    margin: 6.63% 0% 0% 0%;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .lastFacilityTimeParking + .h4FacilityParkingInfos02 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .lastFacilityTimeParking + .h4FacilityParkingInfos02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .lastFacilityTimeParking + .h4FacilityParkingInfos02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.tableFacilityTimeParking {
  width: 254px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .tableFacilityTimeParking {
    width: 46.43%;
  }
}
@media screen and (max-width: 1259px) {
  .tableFacilityTimeParking {
    margin: 2.74% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .tableFacilityTimeParking {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .tableFacilityTimeParking {
    width: 192px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .tableFacilityTimeParking {
    width: 55.65%;
  }
}

.thFacilityTimeParking {
  text-align: left;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 51px;
}
@media screen and (max-width: 1259px) {
  .thFacilityTimeParking {
    font-size: 1.429706116vw;
  }
}
.thFacilityTimeParking::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.thFacilityTimeParking::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .thFacilityTimeParking {
    width: 20.07%;
  }
}
@media screen and (max-width: 767px) {
  .thFacilityTimeParking {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 35px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thFacilityTimeParking {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .thFacilityTimeParking::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .thFacilityTimeParking::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thFacilityTimeParking {
    width: 18.22%;
  }
}

.tdFacilityTimeParking {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 203px;
}
@media screen and (max-width: 1259px) {
  .tdFacilityTimeParking {
    font-size: 1.429706116vw;
  }
}
.tdFacilityTimeParking::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.tdFacilityTimeParking::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .tdFacilityTimeParking {
    width: 79.92%;
  }
}
@media screen and (max-width: 767px) {
  .tdFacilityTimeParking {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 157px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tdFacilityTimeParking {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .tdFacilityTimeParking::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .tdFacilityTimeParking::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .tdFacilityTimeParking {
    width: 81.77%;
  }
}

.lastFacilityTimeParking {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .lastFacilityTimeParking {
    font-size: 1.2708498809vw;
  }
}
.lastFacilityTimeParking::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.lastFacilityTimeParking::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .lastFacilityTimeParking {
    margin: 2.92% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .lastFacilityTimeParking {
    line-height: 1.4615384615;
    letter-spacing: 0em;
    text-indent: 0em;
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .lastFacilityTimeParking {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .lastFacilityTimeParking::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .lastFacilityTimeParking::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .lastFacilityTimeParking {
    margin: 4.63% 0% 0% 0%;
  }
}

.tableFacilityTimeParkingLast {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 292px;
}
@media screen and (max-width: 1259px) {
  .tableFacilityTimeParkingLast {
    margin: 4.57% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .tableFacilityTimeParkingLast {
    width: 53.38%;
  }
}
@media screen and (max-width: 1259px) {
  .tableFacilityTimeParkingLast {
    width: 56.38%;
  }
}
@media screen and (max-width: 767px) {
  .tableFacilityTimeParkingLast {
    margin: 3.63% 0% 0% 0%;
    width: 228px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .tableFacilityTimeParkingLast {
    width: 66.08%;
  }
}

.thFacilityTimeParkingLast {
  width: 144px;
}
@media screen and (max-width: 1259px) {
  .thFacilityTimeParkingLast {
    width: 49.31%;
  }
}
@media screen and (max-width: 767px) {
  .thFacilityTimeParkingLast {
    width: 111px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thFacilityTimeParkingLast {
    width: 48.68%;
  }
}

.tdFacilityTimeParkingLast {
  width: 148px;
}
@media screen and (max-width: 1259px) {
  .tdFacilityTimeParkingLast {
    width: 50.68%;
  }
}
@media screen and (max-width: 767px) {
  .tdFacilityTimeParkingLast {
    width: 117px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .tdFacilityTimeParkingLast {
    width: 51.31%;
  }
}

.photoFacilityParking {
  width: 500px;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .photoFacilityParking {
    width: 41.66%;
  }
}
@media screen and (max-width: 1259px) {
  .photoFacilityParking {
    margin: 0.25% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photoFacilityParking {
    width: 100%;
    margin: 8.2% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.facilityInfoWap.facilityParking1fWap {
  padding-top: 76px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .facilityInfoWap.facilityParking1fWap {
    padding: 6.03% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .facilityInfoWap.facilityParking1fWap {
    padding: 15% 0% 0% 0%;
  }
}

.facilityParking1fFx {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .facilityParking1fFx {
    margin: 3.75% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .facilityParking1fFx {
    margin: 7.7% 0% 0% 0%;
  }
}

.detailParking1f {
  width: 300px;
}
@media screen and (max-width: 1259px) {
  .detailParking1f {
    width: 25%;
  }
}
@media screen and (max-width: 1259px) {
  .detailParking1f {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .detailParking1f {
    width: 100%;
  }
}

.tableFacilityTimeParking1f {
  width: 100%;
}

.thFacilityTimeParking1f {
  text-align: left;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 63px;
  padding-top: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .thFacilityTimeParking1f {
    font-size: 1.429706116vw;
  }
}
.thFacilityTimeParking1f::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.thFacilityTimeParking1f::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .thFacilityTimeParking1f {
    width: 21%;
  }
}
@media screen and (max-width: 1259px) {
  .thFacilityTimeParking1f {
    padding: 0% 0% 5.47% 0%;
  }
}
@media screen and (max-width: 767px) {
  .thFacilityTimeParking1f {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 65px;
    padding: 0% 0% 3.2% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thFacilityTimeParking1f {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .thFacilityTimeParking1f::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .thFacilityTimeParking1f::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thFacilityTimeParking1f {
    width: 18.84%;
  }
}

.tdFacilityTimeParking1f {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 223px;
  padding-top: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .tdFacilityTimeParking1f {
    font-size: 1.429706116vw;
  }
}
.tdFacilityTimeParking1f::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.tdFacilityTimeParking1f::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .tdFacilityTimeParking1f {
    width: 74.33%;
  }
}
@media screen and (max-width: 1259px) {
  .tdFacilityTimeParking1f {
    padding: 0% 0% 5.47% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tdFacilityTimeParking1f {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 280px;
    padding: 0% 0% 3.2% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tdFacilityTimeParking1f {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .tdFacilityTimeParking1f::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .tdFacilityTimeParking1f::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .tdFacilityTimeParking1f {
    width: 81.15%;
  }
}

.photosParking1f {
  width: 660px;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .photosParking1f {
    width: 55%;
  }
}
@media screen and (max-width: 1259px) {
  .photosParking1f {
    margin: 0.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photosParking1f {
    width: 100%;
    margin: 2.6% 0% 0% 0%;
  }
}

.liPhotosParking1f {
  width: 320px;
}
@media screen and (max-width: 1259px) {
  .liPhotosParking1f {
    width: 48.48%;
  }
}
@media screen and (max-width: 767px) {
  .liPhotosParking1f {
    width: 100%;
  }
}
.liPhotosParking1f img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .liPhotosParking1f:nth-child(n+2) {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liPhotosParking1f:nth-child(n+2) {
    margin: 5.79% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.facilityAddWap.facilityInfoWap {
  padding-top: 76px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .facilityAddWap.facilityInfoWap {
    padding: 6.03% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .facilityAddWap.facilityInfoWap {
    padding: 14.7% 0% 0% 0%;
  }
}

.facilityAddFx {
  width: 100%;
  margin-top: 47px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .facilityAddFx {
    margin: 3.91% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .facilityAddFx {
    margin: 8% 0% 0% 0%;
  }
}

.detailAdd {
  width: 490px;
}
@media screen and (max-width: 1259px) {
  .detailAdd {
    width: 40.83%;
  }
}
@media screen and (max-width: 767px) {
  .detailAdd {
    width: 100%;
  }
}

.listDetailAdd {
  width: 100%;
}

.liDetailAdd {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .liDetailAdd {
    font-size: 1.5885623511vw;
  }
}
.liDetailAdd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.liDetailAdd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .liDetailAdd {
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liDetailAdd {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .liDetailAdd::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .liDetailAdd::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.liDetailAdd:nth-child(n+2) {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liDetailAdd:nth-child(n+2) {
    margin: 2.04% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liDetailAdd:nth-child(n+2) {
    margin: 2.2% 0% 0% 0%;
  }
}

.btnDetailAddWap {
  width: 100%;
  margin-top: 72px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .btnDetailAddWap {
    margin: 14.69% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btnDetailAddWap {
    margin: 4% 0% 0% 0%;
  }
}

.btnDetailAdd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  aspect-ratio: 240/49;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .btnDetailAdd {
    width: 48.97%;
  }
}
@media screen and (max-width: 1259px) {
  .btnDetailAdd {
    font-size: 1.2708498809vw;
  }
}
.btnDetailAdd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.btnDetailAdd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnDetailAdd {
    width: 240px;
    aspect-ratio: 240/49;
    line-height: 1.4375;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .btnDetailAdd {
    width: 69.56%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnDetailAdd {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .btnDetailAdd::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .btnDetailAdd::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.lastDetailAdd {
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .lastDetailAdd {
    font-size: 1.1914217633vw;
  }
}
.lastDetailAdd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.lastDetailAdd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .lastDetailAdd {
    margin: 4.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .lastDetailAdd {
    line-height: 1.4615384615;
    letter-spacing: 0em;
    text-indent: 0em;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .lastDetailAdd {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .lastDetailAdd::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .lastDetailAdd::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .lastDetailAdd {
    margin: 5.79% 0% 0% 0%;
  }
}

.photosAdd {
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 660px;
}
@media screen and (max-width: 1259px) {
  .photosAdd {
    margin: 0.16% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .photosAdd {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .photosAdd {
    width: 100%;
    margin: 8% 0% 0% 0%;
  }
}

.liPhotosAdd {
  width: 320px;
}
@media screen and (max-width: 1259px) {
  .liPhotosAdd {
    width: 48.48%;
  }
}
@media screen and (max-width: 767px) {
  .liPhotosAdd {
    width: 100%;
  }
}
.liPhotosAdd img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .liPhotosAdd:nth-child(n+2) {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liPhotosAdd:nth-child(n+2) {
    margin: 5.79% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.facilityInfoWap {
  padding-top: 65px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .facilityInfoWap {
    padding: 5.15% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .facilityInfoWap {
    padding: 7.4% 0% 0% 0%;
  }
}

.facilityAddContactWap {
  padding-top: 74px;
  padding-bottom: 100px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .facilityAddContactWap {
    padding: 5.87% 0% 7.93% 0%;
  }
}
@media screen and (max-width: 767px) {
  .facilityAddContactWap {
    padding: 14.5% 0% 26.66% 0%;
  }
}

.facilityInfoLxn {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .facilityInfoLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .facilityInfoLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .facilityInfoLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .facilityInfoLxn {
    width: 92%;
  }
}

.secFacilityInfo {
  width: 100%;
}

.h2FacilityInfo {
  border-bottom: 1px solid #467BBE;
  padding-top: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}
@media screen and (max-width: 1259px) {
  .h2FacilityInfo {
    padding: 0% 0% 1.42% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2FacilityInfo {
    font-size: 1.9062748213vw;
  }
}
.h2FacilityInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
.h2FacilityInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2FacilityInfo {
    padding: 0% 0% 4.3% 0%;
    line-height: 1.4444444444;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2FacilityInfo {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h2FacilityInfo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
  .h2FacilityInfo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
}

.lastDetailAddContact {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 48px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .lastDetailAddContact {
    font-size: 1.2708498809vw;
  }
}
.lastDetailAddContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.lastDetailAddContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .lastDetailAddContact {
    margin: 4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .lastDetailAddContact {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 7.9% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .lastDetailAddContact {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lastDetailAddContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .lastDetailAddContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.SitemapTitle {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .SitemapTitle {
    height: 26.6666666667vw;
  }
}

.bgSitemapSingleTitle {
  background: url(../img/sitemap/bgSitemapTitleSiglePc.jpg) no-repeat center top;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgSitemapSingleTitle {
    background: url(../img/sitemap/bgSitemapTitleSigleSp.jpg) no-repeat center top;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 767px) {
  .titleSitemapMain {
    transform: translate(0px, 1vw);
  }
}

.h2TitleSitemapMain {
  margin-top: 13.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 36px;
  line-height: 1.4722222222;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1259px) {
  .h2TitleSitemapMain {
    margin: 0.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2TitleSitemapMain {
    font-size: 2.8594122319vw;
  }
}
.h2TitleSitemapMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
.h2TitleSitemapMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2TitleSitemapMain {
    margin: 1% 0% 0% 0%;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleSitemapMain {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleSitemapMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2TitleSitemapMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.rubyTitleSitemapMain {
  margin-top: 9.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 1259px) {
  .rubyTitleSitemapMain {
    margin: 0.49% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .rubyTitleSitemapMain {
    font-size: 1.429706116vw;
  }
}
.rubyTitleSitemapMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.rubyTitleSitemapMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .rubyTitleSitemapMain {
    margin: 2% 0% 0% 0%;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyTitleSitemapMain {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyTitleSitemapMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .rubyTitleSitemapMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.sitemapMainWap {
  margin-top: 87px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .sitemapMainWap {
    margin-top: 4.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sitemapMainWap {
    margin-top: 12.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sitemapLxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .sitemapLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 767px) {
  .sitemapLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .sitemapLxn {
    width: 92%;
  }
}

.sitemapDetail {
  width: 282px;
}
@media screen and (max-width: 1259px) {
  .sitemapDetail {
    width: 23.5%;
  }
}
@media screen and (max-width: 767px) {
  .sitemapDetail {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .sitemapDetail {
    width: 100%;
  }
}

.btnBigSitemap {
  padding-top: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #c8c8c8;
  text-decoration: none;
}
@media screen and (max-width: 1259px) {
  .btnBigSitemap {
    padding: 0% 0% 6.38% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btnBigSitemap {
    padding: 0% 0% 4.5% 0%;
  }
}

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

.secSitemapDetail02 {
  margin-top: 39px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .secSitemapDetail02 {
    margin-top: 13.82%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secSitemapDetail02 {
    margin-top: 4.21%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secSitemapDetail03 {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .secSitemapDetail03 {
    margin-top: 13.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secSitemapDetail03 {
    margin-top: 7.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

.ulSitemapDetail {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .ulSitemapDetail {
    margin-top: 6.02%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulSitemapDetail {
    margin-top: 3.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liSitemapDetail:nth-child(n+2) {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .liSitemapDetail:nth-child(n+2) {
    margin-top: 4.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liSitemapDetail:nth-child(n+2) {
    margin-top: 4.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnLittleSitemap {
  text-decoration: none;
}

.picNavHeaderSp {
  width: 15px;
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 14px;
}
@media screen and (max-width: 1259px) {
  .picNavHeaderSp {
    width: 5.31%;
  }
}
@media screen and (max-width: 1259px) {
  .picNavHeaderSp {
    margin: 0.35% 4.96% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .picNavHeaderSp {
    width: 15px;
    margin: 0% 3.62% 0% 0.5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .picNavHeaderSp {
    width: 4.34%;
  }
}

.h3BigSitemap {
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}
@media screen and (max-width: 1259px) {
  .h3BigSitemap {
    font-size: 1.1914217633vw;
  }
}
.h3BigSitemap::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.h3BigSitemap::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3BigSitemap {
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3BigSitemap {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3BigSitemap::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h3BigSitemap::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.PrivacyTitle {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .PrivacyTitle {
    height: 26.6666666667vw;
  }
}

.bgPrivacySingleTitle {
  background: url(../img/privacy/bgPrivacyTitleSiglePc.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgPrivacySingleTitle {
    background: url(../img/privacy/bgPrivacyTitleSigleSp.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}

.h2TitlePrivacyMain {
  margin-top: 13.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 36px;
  line-height: 1.4722222222;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1259px) {
  .h2TitlePrivacyMain {
    margin: 0.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2TitlePrivacyMain {
    font-size: 2.8594122319vw;
  }
}
.h2TitlePrivacyMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
.h2TitlePrivacyMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4722222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2TitlePrivacyMain {
    margin: 1% 0% 0% 0%;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitlePrivacyMain {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitlePrivacyMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2TitlePrivacyMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.rubyTitlePrivacyMain {
  margin-top: 9.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .rubyTitlePrivacyMain {
    margin: 0.49% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .rubyTitlePrivacyMain {
    font-size: 1.429706116vw;
  }
}
.rubyTitlePrivacyMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.rubyTitlePrivacyMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .rubyTitlePrivacyMain {
    margin: 1.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .rubyTitlePrivacyMain {
    margin: 2% 0% 0% 0%;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyTitlePrivacyMain {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyTitlePrivacyMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .rubyTitlePrivacyMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .rubyTitlePrivacyMain {
    margin: 2.13% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.privacyMainWap {
  margin-top: 65px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .privacyMainWap {
    margin-top: 3.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .privacyMainWap {
    margin-top: 7.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.privacyMainLxn {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1259px) {
  .privacyMainLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 767px) {
  .privacyMainLxn {
    width: 345px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .privacyMainLxn {
    width: 92%;
  }
}

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

.secPrivacyTop .txtPrivacyTop {
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secPrivacyTop .txtPrivacyTop {
    margin: 1.83% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secPrivacyTop .txtPrivacyTop {
    margin: 6.09% 0% 0% 0%;
  }
}

.txtPrivacyTop {
  margin-top: 27px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .txtPrivacyTop {
    margin: 2.25% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .txtPrivacyTop {
    font-size: 1.1914217633vw;
  }
}
.txtPrivacyTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.txtPrivacyTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtPrivacyTop {
    margin: 8.2% 0% 0% 0%;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtPrivacyTop {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .txtPrivacyTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .txtPrivacyTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.txtPrivacyTopTel {
  color: #282828;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .txtPrivacyTopTel {
    pointer-events: auto;
  }
}

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

.secPrivacyMain02 {
  margin-top: 61px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secPrivacyMain02 {
    margin: 5.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secPrivacyMain02 {
    margin: 15% 0% 0% 0%;
  }
}

.h2PrivacyMain {
  padding-top: 0px;
  padding-bottom: 19px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
  border-bottom: 1px solid #467bbe;
  font-weight: 500;
}
@media screen and (max-width: 1259px) {
  .h2PrivacyMain {
    padding: 0% 0% 1.58% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .h2PrivacyMain {
    font-size: 1.7474185862vw;
  }
}
.h2PrivacyMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h2PrivacyMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2PrivacyMain {
    padding: 0% 0% 5% 0%;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2PrivacyMain {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h2PrivacyMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h2PrivacyMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.ulPrivacyTop {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 2px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .ulPrivacyTop {
    margin: 0.33% 0% 0% 0.16%;
  }
}
@media screen and (max-width: 767px) {
  .ulPrivacyTop {
    margin: 1.2% 0% 0% 0%;
  }
}

.liPrivacyTop {
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  text-indent: 0em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1259px) {
  .liPrivacyTop {
    font-size: 1.1914217633vw;
  }
}
@media screen and (max-width: 767px) {
  .liPrivacyTop {
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liPrivacyTop {
    font-size: 4vw;
  }
}
.liPrivacyTop::before {
  content: "・";
  display: block;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .liPrivacyTop::before {
    font-size: 1.1914217633vw;
  }
}
.liPrivacyTop::before::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.liPrivacyTop::before::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .liPrivacyTop::before {
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liPrivacyTop::before {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .liPrivacyTop::before::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .liPrivacyTop::before::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}
.liPrivacyTop:nth-child(n+2) {
  margin: 0.25% 0% 0% 0%;
}

.txtPrivacyTop02 {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .txtPrivacyTop02 {
    margin: 2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtPrivacyTop02 {
    margin: 3.79% 0% 0% 0%;
  }
}

.btnPrivacyTop02 {
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  text-indent: 0em;
  display: block;
}
@media screen and (max-width: 1259px) {
  .btnPrivacyTop02 {
    font-size: 1.1914217633vw;
  }
}
.btnPrivacyTop02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.btnPrivacyTop02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnPrivacyTop02 {
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnPrivacyTop02 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .btnPrivacyTop02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .btnPrivacyTop02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.btnPrivacyTop02 + .btnPrivacyTop02 {
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .btnPrivacyTop02 + .btnPrivacyTop02 {
    margin: 0.75% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btnPrivacyTop02 + .btnPrivacyTop02 {
    margin: 2.92% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.tempFloorMap {
  padding-top: 0px;
  padding-bottom: 99px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .tempFloorMap {
    padding: 0% 0% 5.15% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tempFloorMap {
    padding: 0% 0% 26.66% 0%;
  }
}

.floormapWap {
  margin-top: 69px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .floormapWap {
    margin-top: 3.59%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .floormapWap {
    margin-top: 10.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.floormaplxn {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1259px) {
  .floormaplxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 767px) {
  .floormaplxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .floormaplxn {
    width: 92%;
  }
}

.navFloorMap {
  width: 1198px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .navFloorMap {
    width: 95.07%;
  }
}
@media screen and (max-width: 767px) {
  .navFloorMap {
    width: 100%;
  }
}

.liNavFloorMap {
  width: 183px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  overflow: hidden;
}
@media screen and (max-width: 1259px) {
  .liNavFloorMap {
    width: 15.27%;
  }
}
@media screen and (max-width: 767px) {
  .liNavFloorMap {
    width: 109px;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liNavFloorMap {
    width: 31.59%;
  }
}
@media screen and (max-width: 767px) {
  .liNavFloorMap:nth-child(n+4) {
    margin-top: 9px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liNavFloorMap:nth-child(n+4) {
    margin: 2.6% 0% 0% 0%;
  }
}

.btnNavFloorMap {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  align-items: baseline;
  aspect-ratio: 183/74;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1259px) {
  .btnNavFloorMap {
    padding: 9.83% 0% 9.83% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btnNavFloorMap {
    padding: 10.76% 0% 10.76% 0%;
    aspect-ratio: 109/44;
  }
}

.intNavFloorMap {
  font-size: 36px;
  line-height: 1.2222222222;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  text-decoration: none;
}
@media screen and (max-width: 1259px) {
  .intNavFloorMap {
    font-size: 2.8594122319vw;
  }
}
.intNavFloorMap::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.intNavFloorMap::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .intNavFloorMap {
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .intNavFloorMap {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .intNavFloorMap::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .intNavFloorMap::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

.numNavFloorMap {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  text-decoration: none;
}
@media screen and (max-width: 1259px) {
  .numNavFloorMap {
    font-size: 1.5885623511vw;
  }
}
.numNavFloorMap::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.numNavFloorMap::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .numNavFloorMap {
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
    max-width: 0 0 0 0.45%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .numNavFloorMap {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .numNavFloorMap::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .numNavFloorMap::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

.picFoorMap {
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .picFoorMap {
    margin-top: 5.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .picFoorMap {
    margin-top: 14.49%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.brdFoorMap {
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  width: 100%;
}
@media screen and (max-width: 1259px) {
  .brdFoorMap {
    margin-top: 5.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .brdFoorMap {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .brdFoorMap {
    margin-top: 11.59%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.nowFloorShops {
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .nowFloorShops {
    margin-top: 5.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .nowFloorShops {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .nowFloorShops {
    margin-top: 11.59%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liNowFloorShops {
  width: 288px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 15px;
  box-shadow: 0px 0px 14px 0px #F1EBCD;
}
@media screen and (max-width: 1259px) {
  .liNowFloorShops {
    width: 24%;
  }
}
@media screen and (max-width: 1259px) {
  .liNowFloorShops {
    margin: 0% 1.25% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liNowFloorShops {
    width: 165px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liNowFloorShops {
    width: 47.82%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liNowFloorShops {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liNowFloorShops:nth-child(n+3) {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liNowFloorShops:nth-child(n+3) {
    margin: 4.34% 0% 0% 0%;
  }
}
.liNowFloorShops:nth-child(n+5) {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 16px;
}
@media screen and (max-width: 1259px) {
  .liNowFloorShops:nth-child(n+5) {
    margin: 1.33% 1.33% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liNowFloorShops:nth-child(n+5) {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liNowFloorShops:nth-child(n+5) {
    margin: 4.34% 0% 0% 0%;
  }
}
.liNowFloorShops:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .liNowFloorShops:nth-child(4n) {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .liNowFloorShops:nth-child(4n) {
    margin: 4.34% 0% 0% 0%;
  }
}

.numgenreNowFloorShops {
  align-items: stretch;
}
.numNowFloorShops {
  width: 35px;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0em;
  text-indent: 0em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1259px) {
  .numNowFloorShops {
    width: 12.15%;
  }
}
@media screen and (max-width: 1259px) {
  .numNowFloorShops {
    font-size: 1.2708498809vw;
  }
}
.numNowFloorShops::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1875) * 0.5em);
  content: "";
}
.numNowFloorShops::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1875) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .numNowFloorShops {
    width: 30px;
    line-height: 1.2;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .numNowFloorShops {
    width: 18.18%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .numNowFloorShops {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .numNowFloorShops::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .numNowFloorShops::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

.numNowFloorShopsshops {
  background: #9B81BE;
}

.numNowFloorShopsgoods {
  background: #8CD3DA;
}

.numNowFloorShopseat {
  background: #EF8909;
}

.numNowFloorShopsfood {
  background: #AFD750;
}

.numNowFloorShopsservice {
  background: #9B81BE;
}

.numNowFloorShopsfashion {
  background: #F09AC0;
}

.numNowFloorShopsother {
  background: #78A0D2;
}

.genreNowFloorShops {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 253px;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0em;
  text-indent: 0em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1259px) {
  .genreNowFloorShops {
    padding: 0% 6.06% 0% 6.06%;
  }
}
@media screen and (max-width: 1259px) {
  .genreNowFloorShops {
    width: 153.33%;
  }
}
@media screen and (max-width: 1259px) {
  .genreNowFloorShops {
    font-size: 1.0325655282vw;
  }
}
.genreNowFloorShops::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
.genreNowFloorShops::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .genreNowFloorShops {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    width: 135px;
    line-height: 1.4615384615;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .genreNowFloorShops {
    padding: 0% 6.06% 0% 6.06%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .genreNowFloorShops {
    width: 81.81%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .genreNowFloorShops {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .genreNowFloorShops::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .genreNowFloorShops::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.genreNowFloorShopsshops {
  color: #C0A9DF;
  background: #ECE6F2;
}

.genreNowFloorShopsfood {
  color: #AFD750;
  background: #EEF4D5;
}

.genreNowFloorShopsgoods {
  color: #8CD3DA;
  background: #E8F6F7;
}

.genreNowFloorShopseat {
  color: #EF8909;
  background: #FCE6CE;
}

.genreNowFloorShopsservice {
  color: #C0A9DF;
  background: #ECE6F2;
}

.genreNowFloorShopsfashion {
  color: #F09AC0;
  background: #FCEBF2;
}

.genreNowFloorShopsother {
  color: #78A0D2;
  background: #E4ECF6;
}

.nowFloorShopsMainWap {
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .nowFloorShopsMainWap {
    padding: 5.55% 0% 6.25% 0%;
  }
}
@media screen and (max-width: 767px) {
  .nowFloorShopsMainWap {
    padding: 8% 0% 9.5% 0%;
  }
}

.secNowFloorShopsMain {
  width: 248px;
  margin: 0 auto;
}
@media screen and (max-width: 1259px) {
  .secNowFloorShopsMain {
    width: 86.11%;
  }
}
@media screen and (max-width: 767px) {
  .secNowFloorShopsMain {
    width: 135px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .secNowFloorShopsMain {
    width: 81.81%;
  }
}

.h3NowFloorShopsMain {
  min-height: 43px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h3NowFloorShopsMain {
    font-size: 1.2708498809vw;
  }
}
.h3NowFloorShopsMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.h3NowFloorShopsMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3NowFloorShopsMain {
    min-height: 46px;
    line-height: 1.4615384615;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3NowFloorShopsMain {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3NowFloorShopsMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .h3NowFloorShopsMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.brdNowFloorShopsMain {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  height: 1px;
  width: 100%;
  background: #c8c8c8;
}
@media screen and (max-width: 1259px) {
  .brdNowFloorShopsMain {
    margin: 6.04% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .brdNowFloorShopsMain {
    margin: 10.5% 0% 0% 0%;
  }
}

.txtNowFloorShopsMain {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .txtNowFloorShopsMain {
    margin: 5.64% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .txtNowFloorShopsMain {
    font-size: 1.1119936458vw;
  }
}
.txtNowFloorShopsMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.txtNowFloorShopsMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtNowFloorShopsMain {
    margin: 9.5% 0% 0% 0%;
    line-height: 1.4545454545;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtNowFloorShopsMain {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtNowFloorShopsMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
  .txtNowFloorShopsMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
}

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