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

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

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

svg {
  display: block;
}

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

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

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

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

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

.fw_0 {
  font-weight: 0;
}

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

.fw_100 {
  font-weight: 100;
}

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

.fw_200 {
  font-weight: 200;
}

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

.fw_300 {
  font-weight: 300;
}

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

.fw_400 {
  font-weight: 400;
}

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

.fw_500 {
  font-weight: 500;
}

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

.fw_600 {
  font-weight: 600;
}

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

.fw_700 {
  font-weight: 700;
}

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

.fw_800 {
  font-weight: 800;
}

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

.fw_900 {
  font-weight: 900;
}

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

.fw_1000 {
  font-weight: 1000;
}

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

.fw_1100 {
  font-weight: 1100;
}

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

.fw_1200 {
  font-weight: 1200;
}

.ovhidden {
  overflow: hidden;
}

a {
  transition-duration: 0.5s;
}

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

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

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

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

.j_center {
  justify-content: center;
}

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

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

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

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

.ali_center {
  align-items: center;
}

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

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

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

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

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

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

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

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #282828;
  font-weight: 400;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.Mochiy {
  font-family: "Mochiy Pop One", sans-serif;
}

.t_center {
  text-align: center;
}

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

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

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

.bg_fff {
  background: #FFF;
}

.cl_EE952D {
  color: #EE952D;
}

.ryshyadow {
  text-shadow: 0 0 3px #E9483E;
}

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

.cl_282828 {
  color: #282828;
}

.bg_FBEBEC {
  background: #FBEBEC;
}

.bg_F4DB17 {
  background: #F4DB17;
}

.bg_EF1A79 {
  background: #EF1A79;
}

.bg_EB53A2 {
  background: #EB53A2;
}

.bg_fff {
  background: #fff;
}

.cl_EB53A2 {
  color: #EB53A2;
}

.cl_020202 {
  color: #020202;
}

.cl_fff {
  color: #fff;
}

.cl_E9483E {
  color: #E9483E;
}

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

.sliderLxn {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .sliderLxn {
    margin: 2.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .sliderLxn {
    margin-top: 29px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .sliderLxn {
    margin: 7.73% 0% 0% 0%;
  }
}

.loopSlideWap {
  width: 100%;
  position: fixed;
  z-index: -1;
}

.loopRow {
  display: flex;
  overflow: hidden;
}
.loopTrack {
  display: flex;
  animation: loopMove 60s linear infinite;
}

.loopTrack.is-reverse {
  animation-direction: reverse;
}

.loopItem {
  width: 10vw;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .loopItem {
    min-width: 58px;
  }
}
.loopItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

.headerBaseTopFxLxn {
  width: 100%;
  padding: 8px 0;
  aspect-ratio: 375/55;
  background: #fbebec;
}

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

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

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

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

.brdmenuHeaderPc {
  aspect-ratio: 33/3;
  background: #eb53a2;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 1px;
}

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

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

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

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

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

.navHeaderBase {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .navHeaderBase {
    padding: 4.26% 0% 4.26% 0%;
  }
}
.navHeaderBase {
  height: 100vh;
  display: none;
  position: absolute;
  width: 100%;
  background: linear-gradient(to right, #e8c6d9, #f5e3bc);
  margin: auto;
  height: 100svh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  min-height: 100svh;
  z-index: 999;
}
.navHeaderBase::-webkit-scrollbar {
  display: none;
}

.navHeaderBaseLxn {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .navHeaderBaseLxn {
    padding: 10.66% 0% 10.66% 0%;
  }
}
.navHeaderBaseLxn {
  width: 354px;
}
@media screen and (max-width: 1199px) {
  .navHeaderBaseLxn {
    width: 94.4%;
  }
}
.navHeaderBaseLxn {
  margin: auto;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  background-image: url(../img/bgTopAbout.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #fff;
  animation: bgMove 2s linear infinite alternate;
}

@keyframes bgMoveMenu {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0px 8px;
  }
}
.ulNavHeaderBase {
  width: 337px;
}
@media screen and (max-width: 1199px) {
  .ulNavHeaderBase {
    width: 95.19%;
  }
}
.ulNavHeaderBase {
  margin: auto;
}

.liNavHeaderBase {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liNavHeaderBase {
    padding: 0% 0% 0% 0%;
  }
}
.liNavHeaderBase:after {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .liNavHeaderBase:after {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.liNavHeaderBase:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #f7e22b, #f5a14d, #e65d91, #df7a66);
}

.btnNavHeaderBase {
  aspect-ratio: 335/60;
  text-decoration: none;
  background: url(../img/iconBtmInfoReadMore.svg) no-repeat 96% center;
  background-size: auto 20%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iconBtnAddressBtmNavHeade {
  background-size: auto 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 0 0 6%;
  background: url(../img/iconBtnAccess.svg) no-repeat center left;
  background-size: auto 100%;
}

.snSNavHeader {
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .snSNavHeader {
    margin-top: 7.76%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.snSNavHeader {
  width: 224px;
}
@media screen and (max-width: 1199px) {
  .snSNavHeader {
    width: 66.86%;
  }
}
.snSNavHeader {
  display: flex;
  justify-content: space-between;
}

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

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

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgCntPageLxn {
  background: linear-gradient(to right, #e8c6d9, #f5e3bc);
}

.mainIndex {
  overflow-x: clip;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
}
.swiper-slide a {
  height: 100%;
  display: flex;
  align-items: center;
}
.swiper-slide img,
.swiper-slide video {
  display: block;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.nowNewsCnt {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .nowNewsCnt {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.nowNewsCnt {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .nowNewsCnt {
    padding: 10.66% 0% 10.66% 0%;
  }
}
.nowNewsCnt {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .nowNewsCnt {
    width: 94.66%;
  }
}
.nowNewsCnt {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  position: relative;
}

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

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

.txtNowNewsCntTop + .h2NowNewsCnt {
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .txtNowNewsCntTop + .h2NowNewsCnt {
    margin: 6.93% 0% 0% 0%;
  }
}

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

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

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

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

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

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

.nowNewsCnt img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 76.4px;
}
@media screen and (max-width: 1199px) {
  .nowNewsCnt img {
    width: 20.37%;
  }
}
.nowNewsCnt img {
  animation: 4s fuwafuwa infinite;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translate(5px, 0) rotate(4deg);
  }
  50% {
    transform: translate(0px, 10px) rotate(0deg);
  }
}
.topNews {
  padding-top: 40px;
  padding-bottom: 34px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .topNews {
    padding: 10.66% 0% 9.06% 0%;
  }
}
.topNews {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .topNews {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.topNews {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .topNews {
    width: 94.66%;
  }
}
.topNews {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
}

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

.brdTopNews {
  width: 81px;
}
@media screen and (max-width: 1199px) {
  .brdTopNews {
    width: 22.81%;
  }
}
.brdTopNews {
  height: 2px;
  background: #f4db17;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .brdTopNews {
    margin-top: 2.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

.ulTopNewsLoop {
  width: 100%;
}

.liTopNewsLoop {
  padding-top: 11px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liTopNewsLoop {
    padding: 3.28% 0% 0% 0%;
  }
}
.liTopNewsLoop:after {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .liTopNewsLoop:after {
    margin-top: 3.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.liTopNewsLoop:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #f7e22b, #f5a14d, #e65d91, #df7a66);
}

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

.iconbtnTopNewsLoop {
  width: 48px;
}
@media screen and (max-width: 1199px) {
  .iconbtnTopNewsLoop {
    width: 14.32%;
  }
}
.iconbtnTopNewsLoop {
  aspect-ratio: 1/1;
}
.iconbtnTopNewsLoop img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.topAbout {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .topAbout {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.topAbout {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .topAbout {
    padding: 10.66% 0% 10.66% 0%;
  }
}
.topAbout {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .topAbout {
    width: 94.66%;
  }
}
.topAbout {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
}

.bgTopAbout {
  background-image: url(../img/bgTopAbout.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #FFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.liAboutTentyo {
  width: 104px;
}
@media screen and (max-width: 1199px) {
  .liAboutTentyo {
    width: 31.04%;
  }
}
.liAboutTentyo {
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  .liAboutTentyo {
    margin: 0% 2.98% 2.38% 0%;
  }
}
.liAboutTentyo:nth-child(3n) {
  margin: 0;
}

.btnAboutTentyo {
  position: relative;
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.topFloor {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .topFloor {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.topFloor {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .topFloor {
    padding: 10.66% 0% 10.66% 0%;
  }
}
.topFloor {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .topFloor {
    width: 94.66%;
  }
}
.topFloor {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.calendarLxn {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .calendarLxn {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.calendarLxn {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .calendarLxn {
    padding: 10.66% 0% 10.66% 0%;
  }
}
.calendarLxn {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .calendarLxn {
    width: 94.66%;
  }
}
.calendarLxn {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
}

.calendarLxnL {
  width: 333px;
}
@media screen and (max-width: 1199px) {
  .calendarLxnL {
    width: 93.8%;
  }
}
.calendarLxnL {
  margin: auto;
  position: relative;
}

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

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

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

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

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

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

.bgCalendarLxn {
  display: none;
}

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

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

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

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

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

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.price {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .price {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.price {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .price {
    padding: 10.66% 0% 10.66% 0%;
  }
}
.price {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .price {
    width: 94.66%;
  }
}
.price {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
}

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

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

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

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

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

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

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

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

    }
    &:nth-child(7){

    }
    &:nth-child(8){

    }
    &:nth-child(9){

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.instagram {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .instagram {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.instagram {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .instagram {
    padding: 10.66% 0% 10.66% 0%;
  }
}
.instagram {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .instagram {
    width: 94.66%;
  }
}
.instagram {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  background: #FFF;
  position: relative;
}

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

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

#sbi_images {
  gap: 0 !important;
}

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

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

.iconInstagram {
  width: 87px;
}
@media screen and (max-width: 1199px) {
  .iconInstagram {
    width: 25.97%;
  }
}
.iconInstagram {
  position: absolute;
  right: 3%;
  top: 2vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kugiriLiAddressAccessMain {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .kugiriLiAddressAccessMain {
    margin: 0% 0% 0% 0%;
  }
}
.kugiriLiAddressAccessMain {
  width: 3%;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .kugiriLiAddressAccessMain {
    font-size: 2.6666666667vw;
  }
}
.kugiriLiAddressAccessMain {
  line-height: 1.8461538462;
}

.txtLiAddressAccessMain {
  width: 68%;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .txtLiAddressAccessMain {
    font-size: 2.6666666667vw;
  }
}
.txtLiAddressAccessMain {
  line-height: 1.8461538462;
  letter-spacing: 0em;
}

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

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

.iconBtnAddressBtmNavHeade {
  background-size: auto 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 0 0 6%;
  background: url(../img/iconBtnAccess.svg) no-repeat center left;
  background-size: auto 100%;
}

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

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

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

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

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

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

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

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

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

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

.liSnsCheack {
  width: 28px;
}
@media screen and (max-width: 1199px) {
  .liSnsCheack {
    width: 21.87%;
  }
}
.liSnsCheack svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.booking {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .booking {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.booking {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .booking {
    padding: 10.66% 0% 10.66% 0%;
  }
}
.booking {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .booking {
    width: 94.66%;
  }
}
.booking {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  background: #FFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.faqIndex {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .faqIndex {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.faqIndex {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .faqIndex {
    padding: 10.66% 0% 10.66% 0%;
  }
}
.faqIndex {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .faqIndex {
    width: 94.66%;
  }
}
.faqIndex {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  background: #FFF;
}

.faqIndexLxn {
  width: 333px;
}
@media screen and (max-width: 1199px) {
  .faqIndexLxn {
    width: 93.8%;
  }
}
.faqIndexLxn {
  margin: auto;
}

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

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

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

.btnFaqFx {
  width: 315px;
}
@media screen and (max-width: 1199px) {
  .btnFaqFx {
    width: 94.02%;
  }
}
.btnFaqFx {
  margin: auto;
}

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

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

.brdBtmBtnFaq {
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
  margin: auto;
  transition-duration: 0.5s;
}

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

.btnFaq.off .brdBtmBtnFaq01 {
  opacity: 1;
}
.btnFaq.off .brdBtmBtnFaq02 {
  opacity: 1;
}

.btnFaq.on .brdBtmBtnFaq01 {
  opacity: 1;
}
.btnFaq.on .brdBtmBtnFaq02 {
  opacity: 0;
}

.faqDelitleiLxn {
  display: none;
}

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

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

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

.secCatFv {
  width: 100%;
}

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

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

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

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

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

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

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

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

.catNewsLxn {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .catNewsLxn {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.catNewsLxn {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .catNewsLxn {
    padding: 5.33% 0% 5.33% 0%;
  }
}
.catNewsLxn {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .catNewsLxn {
    width: 94.66%;
  }
}

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

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

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

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

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

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

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

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

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

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

.cntSingleCat h1,
.cntSingleCat h2 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cntSingleCat h1,
  .cntSingleCat h2 {
    font-size: 3.7333333333vw;
  }
}
.cntSingleCat h1,
.cntSingleCat h2 {
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat h1,
  .cntSingleCat h2 {
    margin-top: 0%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat p,
.cntSingleCat iframe {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .cntSingleCat p,
  .cntSingleCat iframe {
    font-size: 3.2vw;
  }
}
.cntSingleCat p,
.cntSingleCat iframe {
  line-height: 1.5;
  letter-spacing: 0em;
}
.cntSingleCat p + h1 {
  margin-top: 24px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat p + h1 {
    margin-top: 7.16%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat p + h2 {
  margin-top: 22px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat p + h2 {
    margin-top: 6.56%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat p + h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat p + h3 {
    margin-top: 5.97%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat p + h4 {
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat p + h4 {
    margin-top: 4.77%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat p + p {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat p + p {
    margin-top: 3.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat img {
    margin-top: 2.38%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.cntSingleCat .alignleft {
  float: left;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cntSingleCat .alignright {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cntSingleCat iframe {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat iframe {
    margin-top: 2.38%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat iframe {
  width: 100%;
}
.cntSingleCat {
  /*ulリスト*/
}
.cntSingleCat ul li {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .cntSingleCat ul li {
    font-size: 3.2vw;
  }
}
.cntSingleCat ul li {
  line-height: 1.5;
  letter-spacing: 0em;
}
.cntSingleCat ul li::before {
  content: "・";
  display: block;
}
.cntSingleCat ul li:nth-child(n+2) {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ul li:nth-child(n+2) {
    margin-top: 3.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat ul {
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ul {
    margin-top: 3.58%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat ul + h1 {
  margin-top: 24px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ul + h1 {
    margin-top: 7.16%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat ul + h2 {
  margin-top: 22px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ul + h2 {
    margin-top: 6.56%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat ul + h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ul + h3 {
    margin-top: 5.97%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat ul + h4 {
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ul + h4 {
    margin-top: 4.77%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat ul + p {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ul + p {
    margin-top: 3.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat {
  /*olリスト*/
}
.cntSingleCat ol {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ol {
    padding: 0% 0% 0% 1.73%;
  }
}
@media screen and (max-width: 767px) {
  .cntSingleCat ol {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .cntSingleCat ol {
    padding: 0% 0% 0% 5.86%;
  }
}
.cntSingleCat ol li {
  list-style: decimal;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .cntSingleCat ol li {
    font-size: 3.2vw;
  }
}
.cntSingleCat ol li {
  line-height: 1.5;
  letter-spacing: 0em;
}
.cntSingleCat ol {
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ol {
    margin-top: 3.58%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat ol + h1 {
  margin-top: 24px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ol + h1 {
    margin-top: 7.16%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat ol + h2 {
  margin-top: 22px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ol + h2 {
    margin-top: 6.56%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat ol + h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ol + h3 {
    margin-top: 5.97%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat ol + h4 {
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ol + h4 {
    margin-top: 4.77%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat ol + p {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat ol + p {
    margin-top: 3.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat b {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .cntSingleCat b {
    font-size: 3.2vw;
  }
}
.cntSingleCat b {
  line-height: 1.5;
  letter-spacing: 0em;
}
.cntSingleCat b + h1 {
  margin-top: 24px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat b + h1 {
    margin-top: 7.16%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat b + h2 {
  margin-top: 22px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat b + h2 {
    margin-top: 6.56%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat b + h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat b + h3 {
    margin-top: 5.97%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat b + h4 {
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat b + h4 {
    margin-top: 4.77%;
    margin-bottom: 2.38%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cntSingleCat b + p {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cntSingleCat b + p {
    margin-top: 3.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.infoSinglePager {
  width: 335px;
}
@media screen and (max-width: 1199px) {
  .infoSinglePager {
    width: 94.36%;
  }
}
.infoSinglePager {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .infoSinglePager {
    margin-top: 5.63%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.infoSinglePager {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .infoSinglePager {
    padding: 5.63% 0% 2.81% 0%;
  }
}

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

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

.prevSinglePagerWap {
  width: 121px;
}
@media screen and (max-width: 1199px) {
  .prevSinglePagerWap {
    width: 34.08%;
  }
}
.prevSinglePagerWap a {
  background: url(../img/prevSinglePagerWap.svg) no-repeat left center;
  background-size: auto 80%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 28px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .prevSinglePagerWap a {
    padding: 3.3% 0% 3.3% 23.14%;
  }
}

.moreTopicsArchive {
  width: 105px;
}
@media screen and (max-width: 1199px) {
  .moreTopicsArchive {
    width: 29.57%;
  }
}

.nextSinglePagerWap {
  width: 121px;
}
@media screen and (max-width: 1199px) {
  .nextSinglePagerWap {
    width: 34.08%;
  }
}
.nextSinglePagerWap {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .nextSinglePagerWap {
    padding: 1.12% 0% 1.12% 0%;
  }
}
.nextSinglePagerWap {
  text-align: right;
}
.nextSinglePagerWap a {
  background: url(../img/nextSinglePagerWap.svg) no-repeat right center;
  background-size: auto 80%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 28px;
}
@media screen and (max-width: 1199px) {
  .nextSinglePagerWap a {
    padding: 3.3% 23.14% 3.3% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.menuGenre {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .menuGenre {
    margin-top: 2.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.menuGenre {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .menuGenre {
    width: 94.66%;
  }
}

.btnMenuGenre {
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .btnMenuGenre {
    padding: 3.38% 0% 3.38% 0%;
  }
}
.btnMenuGenre {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  transition-duration: 0.5s;
}

.btnMenuGenre.on {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

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

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

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

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

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

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

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

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

.menuGenreLxn {
  position: absolute;
  left: 0;
  width: 100%;
  background: #FBEBEC;
  z-index: 9;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .menuGenreLxn {
    padding: 5.33% 0% 5.33% 0%;
  }
}
.menuGenreLxn {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.menuGenreLxnBx {
  width: 335px;
}
@media screen and (max-width: 1199px) {
  .menuGenreLxnBx {
    width: 94.36%;
  }
}
.menuGenreLxnBx {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .menuGenreLxnBx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.menuGenreLxnBx {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .menuGenreLxnBx {
    padding: 5.33% 0% 5.33% 0%;
  }
}
.menuGenreLxnBx {
  background: #fff;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
}

.ulMenuGenreLxnBx {
  width: 315px;
}
@media screen and (max-width: 1199px) {
  .ulMenuGenreLxnBx {
    width: 94.02%;
  }
}
.ulMenuGenreLxnBx {
  margin: auto;
}

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

.btnMenuGenreLxnBx {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.txtBtnSubMenuGenreLxn {
  width: 126px;
}
@media screen and (max-width: 1199px) {
  .txtBtnSubMenuGenreLxn {
    width: 83.44%;
  }
}
.txtBtnSubMenuGenreLxn {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .txtBtnSubMenuGenreLxn {
    font-size: 2.6666666667vw;
  }
}
.txtBtnSubMenuGenreLxn {
  line-height: normal;
  letter-spacing: 0em;
}

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

.menuGenre + .nowNewsCnt {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .menuGenre + .nowNewsCnt {
    margin-top: 3.17%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.menuAllListNavs {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .menuAllListNavs {
    width: 94.66%;
  }
}
.menuAllListNavs {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .menuAllListNavs {
    margin: 5.71% 0% 0% 2.85%;
  }
}
.menuAllListNavs::-webkit-scrollbar {
  display: none;
}

.ulMenuAllListNavs {
  display: flex;
  /* 横並びにする */
  overflow-x: auto;
  /* 横スクロールを許可 */
  scroll-snap-type: x mandatory;
  /* スナップスクロールにしたい場合 */
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  /* 下に余白を追加 */
  box-sizing: content-box;
  /* パディングを含めない */
  /* iOSでスムーズスクロール */
}
.ulMenuAllListNavs::-webkit-scrollbar {
  height: 4px;
}
.ulMenuAllListNavs::-webkit-scrollbar-track {
  background: #FBEBEC;
  /* スクロールバーの背景 */
}
.ulMenuAllListNavs::-webkit-scrollbar-thumb {
  background-color: #EB53A2;
  /* スクロールバーの色 */
  border-radius: 4px;
  /* 角丸 */
  border: 2px solid #EB53A2;
  /* 少し余白を作る */
}

.liMenuAllListNavs {
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  /* スナップスクロール用 */
}
.liMenuAllListNavs:nth-child(n+2) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 4px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liMenuAllListNavs:nth-child(n+2) {
    margin: 0% 0% 0% 1.14%;
  }
}

.btnMenuAllListNavs {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .btnMenuAllListNavs {
    font-size: 3.2vw;
  }
}
.btnMenuAllListNavs {
  line-height: 1.1666666667;
}
.btnMenuAllListNavs::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
.btnMenuAllListNavs::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
.btnMenuAllListNavs {
  letter-spacing: 0.04em;
  white-space: nowrap;
  padding: 12px 24px;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.limenuAllListBx {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .limenuAllListBx {
    width: 94.66%;
  }
}
.limenuAllListBx {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .limenuAllListBx {
    padding: 5.33% 0% 5.33% 0%;
  }
}
.limenuAllListBx {
  margin: 0 auto;
}
.limenuAllListBx:nth-child(n+2) {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .limenuAllListBx:nth-child(n+2) {
    margin-top: 7.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

.liSubmenuAllList {
  width: 335px;
}
@media screen and (max-width: 1199px) {
  .liSubmenuAllList {
    width: 100%;
  }
}
.liSubmenuAllList {
  border-bottom: 1px solid #B1B1B1;
}
.liSubmenuAllList:last-child {
  border-bottom: none;
}

.btnSubmenuAllList {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .btnSubmenuAllList {
    padding: 3.58% 0% 3.58% 0%;
  }
}
.btnSubmenuAllList {
  text-decoration: none;
}

.thumbsSubmenuAllList {
  width: 80px;
}
@media screen and (max-width: 1199px) {
  .thumbsSubmenuAllList {
    width: 23.88%;
  }
}
.thumbsSubmenuAllList {
  position: relative;
  aspect-ratio: 80/80;
}
.thumbsSubmenuAllList img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.secSubmenuAllList {
  width: 211px;
}
@media screen and (max-width: 1199px) {
  .secSubmenuAllList {
    width: 62.98%;
  }
}

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

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

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

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.singleMenuLxn {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .singleMenuLxn {
    margin-top: 10.66%;
    margin-bottom: 10.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
.singleMenuLxn {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .singleMenuLxn {
    width: 94.66%;
  }
}
.singleMenuLxn {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .singleMenuLxn {
    padding: 5.33% 0% 5.33% 0%;
  }
}

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

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

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

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

.thumbsDetailSingle {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .thumbsDetailSingle {
    margin-top: 3.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.thumbsDetailSingle {
  position: relative;
}
.thumbsDetailSingle img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

.liPhotosMenuDetailSingle {
  width: 33.33333%;
}

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

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

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

.liShareSingleNewsBox {
  width: 20px;
}
@media screen and (max-width: 1199px) {
  .liShareSingleNewsBox {
    width: 5.97%;
  }
}
.liShareSingleNewsBox:nth-child(n+2) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liShareSingleNewsBox:nth-child(n+2) {
    margin: 0% 0% 0% 2.98%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.catFv {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .catFv {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.catFv {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .catFv {
    width: 94.66%;
  }
}
.catFv {
  aspect-ratio: 355/130;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  background-image: url(../img/catFv.png);
  background-repeat: no-repeat;
  animation: bgMove 1s linear infinite alternate;
  background-size: auto 100%;
  background-color: #fff;
}

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

.brdSecCatFv {
  width: 81px;
}
@media screen and (max-width: 1199px) {
  .brdSecCatFv {
    width: 22.81%;
  }
}
.brdSecCatFv {
  height: 2px;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .brdSecCatFv {
    margin-top: 2.13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3SecCatFv {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .h3SecCatFv {
    font-size: 3.7333333333vw;
  }
}
.h3SecCatFv {
  line-height: 1;
}
.h3SecCatFv::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3SecCatFv::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
.h3SecCatFv {
  letter-spacing: 0em;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .h3SecCatFv {
    margin-top: 2.13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h3SecCatFv {
  text-shadow: 0 0 3px rgba(233, 72, 62, 0.6);
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.aboutBom {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .aboutBom {
    width: 94.66%;
  }
}
.aboutBom {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .aboutBom {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.aboutBom {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .aboutBom {
    padding: 5.33% 0% 5.33% 0%;
  }
}

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

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

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

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

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

.h3ZehiBomCafe {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .h3ZehiBomCafe {
    font-size: 5.3333333333vw;
  }
}
.h3ZehiBomCafe {
  line-height: 175%;
  letter-spacing: 0em;
}

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

.bigTxtZehiBomCafe {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .bigTxtZehiBomCafe {
    font-size: 8vw;
  }
}
.bigTxtZehiBomCafe {
  line-height: 175%;
  letter-spacing: 0em;
}

.littleTxtZehiBomCafe {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .littleTxtZehiBomCafe {
    font-size: 5.3333333333vw;
  }
}
.littleTxtZehiBomCafe {
  line-height: 175%;
  letter-spacing: 0em;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.secBomCafeDate {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .secBomCafeDate {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secBomCafeDate {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .secBomCafeDate {
    width: 94.66%;
  }
}
.secBomCafeDate {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .secBomCafeDate {
    padding: 5.33% 0% 5.33% 0%;
  }
}

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

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

.iconH2BomCafeDate {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 28px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .iconH2BomCafeDate {
    padding: 0% 0% 0% 8.35%;
  }
}
.iconH2BomCafeDate {
  background: url(../img/about/iconH2BomCafeDate.svg) no-repeat left center;
  background-size: auto 100%;
}

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

.bigBomCafeDate {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .bigBomCafeDate {
    font-size: 5.8666666667vw;
  }
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.secBomCafePrice {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .secBomCafePrice {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secBomCafePrice {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .secBomCafePrice {
    width: 94.66%;
  }
}
.secBomCafePrice {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .secBomCafePrice {
    padding: 5.33% 0% 0% 0%;
  }
}

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

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

.iconH2BomCafePrice {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 28px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .iconH2BomCafePrice {
    padding: 0% 0% 0% 8.35%;
  }
}
.iconH2BomCafePrice {
  background: url(../img/about/iconH2BomCafePrice.svg) no-repeat left center;
  background-size: auto 100%;
}

.thBomCafePrice {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .thBomCafePrice {
    margin-top: 7.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.thBomCafePrice {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .thBomCafePrice {
    padding: 3.58% 0% 3.58% 0%;
  }
}

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

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

.coseBomCafePrice {
  width: 33.33333333%;
}

.timeBomCafePrice {
  width: 33.33333333%;
}

.enBomCafePrice {
  width: 33.33333333%;
}

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

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.secBomCafePrace {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .secBomCafePrace {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secBomCafePrace {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .secBomCafePrace {
    width: 94.66%;
  }
}
.secBomCafePrace {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .secBomCafePrace {
    padding: 5.33% 0% 5.33% 0%;
  }
}

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

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

.iconH2BomCafePrace {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 28px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .iconH2BomCafePrace {
    padding: 0% 0% 0% 8.35%;
  }
}
.iconH2BomCafePrace {
  background: url(../img/about/iconH2BomCafePrace.svg) no-repeat left center;
  background-size: auto 100%;
}

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

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

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.secBomCafePrace {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .secBomCafePrace {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secBomCafePrace {
  width: 355px;
}
@media screen and (max-width: 1199px) {
  .secBomCafePrace {
    width: 94.66%;
  }
}
.secBomCafePrace {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .secBomCafePrace {
    padding: 5.33% 0% 5.33% 0%;
  }
}

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

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

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

/* ==========================================================================
Component
========================================================================== */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  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;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 0.8s;
  animation-name: animsition-loading;
}
@keyframes animsition-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  animation-name: fade-out;
}
@keyframes fade-in-up {
  0% {
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  animation-name: fade-in-up;
}
@keyframes fade-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  animation-name: fade-out-up;
}
@keyframes fade-in-up-sm {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  animation-name: fade-in-up-sm;
}
@keyframes fade-out-up-sm {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  animation-name: fade-out-up-sm;
}
@keyframes fade-in-up-lg {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  animation-name: fade-in-up-lg;
}
@keyframes fade-out-up-lg {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  animation-name: fade-out-up-lg;
}
@keyframes fade-in-down {
  0% {
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  animation-name: fade-in-down;
}
@keyframes fade-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  animation-name: fade-out-down;
}
@keyframes fade-in-down-sm {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  animation-name: fade-in-down-sm;
}
@keyframes fade-out-down-sm {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  animation-name: fade-out-down-sm;
}
@keyframes fade-in-down-lg {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  animation-name: fade-in-down;
}
@keyframes fade-out-down-lg {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  animation-name: fade-out-down-lg;
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  animation-name: fade-in-left;
}
@keyframes fade-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  animation-name: fade-out-left;
}
@keyframes fade-in-left-sm {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  animation-name: fade-in-left-sm;
}
@keyframes fade-out-left-sm {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  animation-name: fade-out-left-sm;
}
@keyframes fade-in-left-lg {
  0% {
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  animation-name: fade-in-left-lg;
}
@keyframes fade-out-left-lg {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  animation-name: fade-out-left-lg;
}
@keyframes fade-in-right {
  0% {
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  animation-name: fade-in-right;
}
@keyframes fade-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  animation-name: fade-out-right;
}
@keyframes fade-in-right-sm {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  animation-name: fade-in-right-sm;
}
@keyframes fade-out-right-sm {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  animation-name: fade-out-right-sm;
}
@keyframes fade-in-right-lg {
  0% {
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  animation-name: fade-in-right-lg;
}
@keyframes fade-out-right-lg {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  animation-name: fade-out-right-lg;
}
@keyframes rotate-in {
  0% {
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  animation-name: rotate-in;
}
@keyframes rotate-out {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  animation-name: rotate-out;
}
@keyframes rotate-in-sm {
  0% {
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  animation-name: rotate-in-sm;
}
@keyframes rotate-out-sm {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  animation-name: rotate-out-sm;
}
@keyframes rotate-in-lg {
  0% {
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  animation-name: rotate-in-lg;
}
@keyframes rotate-out-lg {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  animation-name: rotate-out-lg;
}
@keyframes flip-in-x {
  0% {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  animation-name: flip-in-x;
  backface-visibility: visible !important;
}
@keyframes flip-out-x {
  0% {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  animation-name: flip-out-x;
  backface-visibility: visible !important;
}
@keyframes flip-in-x-nr {
  0% {
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  animation-name: flip-in-x-nr;
  backface-visibility: visible !important;
}
@keyframes flip-out-x-nr {
  0% {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  animation-name: flip-out-x-nr;
  backface-visibility: visible !important;
}
@keyframes flip-in-x-fr {
  0% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  animation-name: flip-in-x-fr;
  backface-visibility: visible !important;
}
@keyframes flip-out-x-fr {
  0% {
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  animation-name: flip-out-x-fr;
  backface-visibility: visible !important;
}
@keyframes flip-in-y {
  0% {
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  animation-name: flip-in-y;
  backface-visibility: visible !important;
}
@keyframes flip-out-y {
  0% {
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  animation-name: flip-out-y;
  backface-visibility: visible !important;
}
@keyframes flip-in-y-nr {
  0% {
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  animation-name: flip-in-y-nr;
  backface-visibility: visible !important;
}
@keyframes flip-out-y-nr {
  0% {
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  animation-name: flip-out-y-nr;
  backface-visibility: visible !important;
}
@keyframes flip-in-y-fr {
  0% {
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  animation-name: flip-in-y-fr;
  backface-visibility: visible !important;
}
@keyframes flip-out-y-fr {
  0% {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  animation-name: flip-out-y-fr;
  backface-visibility: visible !important;
}
@keyframes zoom-in {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  animation-name: zoom-in;
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  animation-name: zoom-out;
}
@keyframes zoom-in-sm {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  animation-name: zoom-in-sm;
}
@keyframes zoom-out-sm {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  animation-name: zoom-out-sm;
}
@keyframes zoom-in-lg {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  animation-name: zoom-in-lg;
}
@keyframes zoom-out-lg {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  animation-name: zoom-out-lg;
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  animation-name: overlay-slide-in-top;
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  animation-name: overlay-slide-out-top;
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  animation-name: overlay-slide-in-bottom;
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  animation-name: overlay-slide-out-bottom;
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  animation-name: overlay-slide-in-left;
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  animation-name: overlay-slide-out-left;
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  animation-name: overlay-slide-in-right;
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  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 {
  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 {
  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 {
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fade_in {
  opacity: 0;
}
.opacity_0_fade_in.active {
  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) {
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(2) {
  animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(3) {
  animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(4) {
  animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(5) {
  animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(6) {
  animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(7) {
  animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(8) {
  animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(9) {
  animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(10) {
  animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(11) {
  animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(12) {
  animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
}

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

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

.listcntmainasu .moveList1 {
  opacity: 0;
}

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

.listcntmainasu .moveList2 {
  opacity: 0;
}

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

.listcntmainasu .moveList3 {
  opacity: 0;
}

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

.listcntmainasu .moveList4 {
  opacity: 0;
}

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

.listcntmainasu .moveList5 {
  opacity: 0;
}

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

.listcntmainasu .moveList6 {
  opacity: 0;
}

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

.listcntmainasu .moveList7 {
  opacity: 0;
}

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

.listcntmainasu .moveList8 {
  opacity: 0;
}

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

.listcntmainasu .moveList9 {
  opacity: 0;
}

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

.listcntmainasu .moveList10 {
  opacity: 0;
}

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

.listcntmainasuLeft .moveList {
  opacity: 0;
}
.listcntmainasuLeft.active .moveList:nth-child(1) {
  animation: fadein_sc_left 0.75s ease 0.15s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(2) {
  animation: fadein_sc_left 0.75s ease 0.3s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(3) {
  animation: fadein_sc_left 0.75s ease 0.45s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(4) {
  animation: fadein_sc_left 0.75s ease 0.6s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(5) {
  animation: fadein_sc_left 0.75s ease 0.75s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(6) {
  animation: fadein_sc_left 0.75s ease 0.9s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(7) {
  animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(8) {
  animation: fadein_sc_left 0.75s ease 1.2s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(9) {
  animation: fadein_sc_left 0.75s ease 1.35s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(10) {
  animation: fadein_sc_left 0.75s ease 1.5s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(11) {
  animation: fadein_sc_left 0.75s ease 1.65s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(12) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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;
  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;
  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;
  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;
  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%;
  border-bottom-left-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;
  transition: opacity 0.2s;
}

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