@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////
///// 全ページ共通CSS ///////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////// */
/* ==================================================
FONT SETTING
================================================== */
html {
  font-size: 2.97vw;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 2.47vw;
  }
}
@media screen and (min-width: 961px) {
  html {
    font-size: 1.35vw;
  }
}
@media screen and (min-width: 1281px) {
  html {
    font-size: 17px;
  }
}

body {
  /*ゴシック系*/
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  /*明朝系
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;*/
  background: #f8f7f5;
  -ms-font-feature-settings: "normal";
  font-feature-settings: "palt";
  /* overflow-x: hidden; */
}
/* .enSerif {
  font-family: "Cinzel", "游明朝", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
} */

.fwBold {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  font-style: normal;
}
.enGothic {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.enGothic.fwBold {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.jpSerif {
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
}
.jpSerif.fwBold {
  font-weight: 700;
}
.pagerTxt,
.mbTitle {
  line-height: 0.9;
  letter-spacing: -0.05em;
}
:root {
  --STxt: 2.81vw;
  --M-LTxt: 3.13vw;
  --MTxt: 3.13vw;
  --M-STxt: 3.13vw;
  --L-LTxt: 3.75vw;
  --LTxt: 3.75vw;
  --L-STxt: 3.75vw;
  --S-MTitle: 4.69vw;
  --STitle: 4.69vw;
  --LTitle: 5.63vw;
  --MTitle: 5.63vw;
  --M-STitle: 5.63vw;
}
@media screen and (min-width: 769px) {
  :root {
    --STxt: 1.52vw;
    --M-LTxt: 1.4vw;
    --MTxt: 1.35vw;
    --M-STxt: 1.4vw;
    --L-LTxt: 2.24vw;
    --LTxt: 1.74vw;
    --L-STxt: 1.64vw;
    --S-MTitle: 3vw;
    --STitle: 2.5vw;
    --LTitle: 4.16vw;
    --MTitle: 4.16vw;
    --M-STitle: 2.66vw;
  }
}
@media screen and (min-width: 1281px) {
  :root {
    --STxt: 0.73vw;
    --M-LTxt: 1.76vw;
    --MTxt: 1.02vw;
    --M-STxt: 0.88vw;
    --L-LTxt: 1.76vw;
    --LTxt: 1.46vw;
    --L-STxt: 1.02vw;
    --S-MTitle: 1.76vw;
    --STitle: 1.46vw;
    --MTitle: 2.64vw;
    --M-STitle: 1.76vw;
    --LTitle: 4.39vw;
  }
}

.STxt {
  font-size: clamp(9px, var(--STxt), 18px);
}
.M-LTxt {
  font-size: clamp(10px, var(--M-LTxt), 20px);
}
.MTxt {
  font-size: clamp(10px, var(--MTxt), 20px);
}
.M-STxt {
  font-size: clamp(10px, var(--M-STxt), 20px);
}
.L-LTxt {
  font-size: clamp(12px, var(--L-LTxt), 24px);
}
.LTxt {
  font-size: clamp(12px, var(--LTxt), 24px);
}
.L-STxt {
  font-size: clamp(12px, var(--L-STxt), 24px);
}
.S-MTitle {
  font-size: clamp(15px, var(--S-MTitle), 30px);
}
.STitle {
  font-size: clamp(15px, var(--STitle), 30px);
}
.MTitle {
  font-size: clamp(18px, var(--MTitle), 36px);
}
.M-STitle {
  font-size: clamp(18px, var(--M-STitle), 36px);
}
.LTitle {
  font-size: clamp(18px, var(--LTitle), 36px);
}
@media screen and (min-width: 961px) {
  .STxt {
    font-size: clamp(9px, var(--STxt), 10px);
  }
  .M-LTxt {
    font-size: clamp(10px, var(--M-LTxt), 24px);
  }
  .MTxt {
    font-size: clamp(10px, var(--MTxt), 14px);
  }
  .M-STxt {
    font-size: clamp(10px, var(--M-STxt), 12px);
  }
  .L-LTxt {
    font-size: clamp(12px, var(--L-LTxt), 24px);
  }
  .LTxt {
    font-size: clamp(12px, var(--LTxt), 20px);
  }
  .L-STxt {
    font-size: clamp(12px, var(--L-STxt), 14px);
  }
  .S-MTitle {
    font-size: clamp(15px, var(--S-MTitle), 24px);
  }
  .STitle {
    font-size: clamp(15px, var(--STitle), 20px);
  }
  .MTitle {
    font-size: clamp(18px, var(--MTitle), 36px);
  }
  .M-STitle {
    font-size: clamp(18px, var(--M-STitle), 24px);
  }
  .LTitle {
    font-size: clamp(18px, var(--LTitle), 60px);
  }
}
@media screen and (min-width: 961px) {
  .pcFBig {
    font-size: 120%;
  }
}
.fwBold {
  font-weight: 600;
}

/* ==================================================
font line height
================================================== */

/* ==================================================
color
================================================== */
:root {
  --clr-def: #5a5453;
  --clr-bk: #5a5453;
  --clr-wh: #f8ece8;
  --clr-br: #d0ccc9;
  --clr-line: #5a5453;
  --clr-line1: #8d847e;
}

body {
  color: var(--clr-def);
}
.txtClrWh {
  color: var(--clr-wh);
}
.titColor {
  color: var(--clr-wh);
}
.weakColor {
  color: #454545;
}
.backColor {
  color: #ffffff;
}
.attention {
  color: #a80028;
}
/* ==================================================
link
 ================================================== */

a:link {
  color: var(--clr-def);
  text-decoration: underline;
}
a:visited {
  color: var(--clr-def);
  text-decoration: underline;
}
a:active {
  color: var(--clr-def);
  text-decoration: underline;
}
.weakColor a:link {
  color: #454545;
  text-decoration: underline;
}
.weakColor a:visited {
  color: #454545;
  text-decoration: underline;
}
.weakColor a:active {
  color: #454545;
  text-decoration: underline;
}
.backColor a:link {
  color: #ffffff;
  text-decoration: underline;
}
.backColor a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.backColor a:active {
  color: #ffffff;
  text-decoration: underline;
}
.swiper-slide a,
.FMANaviList a,
.mainMenuList a,
.btnCenter a {
  text-decoration: none;
}
.NewsLists .NewsList a {
  text-decoration: none;
}
.NewsLists .NewsList a .NewsLStxtObj {
  text-decoration: underline;
}
/* ==================================================
common
================================================== */
.new::after {
  color: #d83232;
  font-family: "Work Sans", sans-serif;
  padding: 0 0 0 1rem;
}
.stckrCircle {
  background: #d4510f;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bdrCnts {
  border-bottom: 1px solid #aeaeae;
}

svg {
  fill: var(--clr-def);
}

input {
  -webkit-appearance: none;
}

.scrollArrow span {
  width: 1px;
}

.js-appSlidein {
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-nowPage {
  position: relative;
  opacity: 1;
}

.js-nowPage::after {
  content: "";
  display: block;
  width: 0.45em;
  height: 0.45em;
  position: absolute;
  top: 54%;
  right: -0.8em;
  transform: translate(0, -50%);
  background: var(--clr-def);
  border-radius: 100px;
}

.effGradation {
  background: linear-gradient(51deg, #f7b8aa, #c73d6f);
  background-size: 400% 400%;

  -webkit-animation: animeGradation 4s ease infinite alternate;
  animation: animeGradation 4s ease infinite alternate;
}

@-webkit-keyframes animeGradation {
  0% {
    background-position: 0% 86%;
  }

  50% {
    background-position: 100% 15%;
  }

  100% {
    background-position: 0% 86%;
  }
}

@keyframes animeGradation {
  0% {
    background-position: 0% 86%;
  }

  50% {
    background-position: 100% 15%;
  }

  100% {
    background-position: 0% 86%;
  }
}
.sholderPoint {
  border: 1px solid #2e2e2e;
  border-radius: 2em;
  padding: 0.3em 1.5em 0.4em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 769px) {
  .js-nowPage::after {
    /* left: 4vw; */
  }
}

@media screen and (min-width: 961px) {
  .js-nowPage::after {
    /* bottom: -5px; */
    /* left: 50%; */
    /* width: 80%; */
    /* transform: translate(-50%, 0); */
  }
}

@media screen and (min-width: 1281px) {
  .menuOnline {
    display: none;
  }
}

/* ==================================================
BtnSet
================================================== */
.btnCenter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.6em;
  box-sizing: border-box;
  transition: 0.4s all ease-in;
  line-height: 1;
}

.btnCenter svg {
  height: 2em;
  width: 2em;
  margin: 0 10px 0 0;
}

.btnCenter a {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnCenter a figure {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.hdrContactArea .btnCenter a,
.subMenuList .btnCenter a {
  padding: 0.9em 1.2em;
}

.sickList .btnCenter a {
  padding: 0.9em;
}

.sickList .btnCenter a figure {
  justify-content: flex-start;
}

.btnCart,
.btnIg {
  line-height: 0;
  transition: 0.8s all ease-in;
}
.btnKador {
  border-radius: 6px;
}

.btnRound {
  border-radius: 4em;
}
.btnLine {
  border: 1px solid var(--clr-line);
}
.btnLine a {
  /* color: #ffffff; */
}

.btnLine.btnClrBr {
  background: rgba(255, 255, 255, 1);
  border: 4px solid #5a1e0f;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.btnLine.grBtn {
  background: #cccccc;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}

.btnLine.whBtn {
  background: rgba(220, 4, 42, 1);
  border: 1px solid #ffffff;
}

.btnLine.btnClrBr a {
  color: #5a1e0f;
}

.btnLine.grBtn a {
  color: #ffffff;
}

.btnLine.whBtn a {
  color: #ffffff;
}

#FtrSct .btnLine.whBtn {
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btnBeta {
  overflow: hidden;
  position: relative;
  background: var(--clr-def);
  color: #fff;
}
.btnBeta a {
  color: #fff;
}
.js-btnEffect::after {
  content: "";
  width: 0;
  position: absolute;
  left: -10%;
  top: 0;
  height: 100px;
  background: #000;
  opacity: 0.1;
  transform: skewX(15deg);
  transition: 0.3s width ease-in-out;
}

.btnBeta.whBtn {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.btnBeta.btnClrBk {
  background: #292929;
  border: 1px solid #292929;
}
.btnBeta.btnClrBr {
  background: #5a1e0f;
  border: 1px solid #5a1e0f;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.btnBeta.btnClrOr {
  background: #d4510f;
  border: 1px solid #d4510f;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.btnBeta.btnClrWh {
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.btnBeta.js-btnEffect a {
  text-decoration: none;
}

.btnBeta.js-btnEffect::after {
  width: 0%;
}

.js-btnEffect.js-btnEffOn::after {
  width: 150%;
  transition: 0.6s width ease-out;
}

.btnBeta.grBtn {
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
}

.btnBeta.mainBtn {
  background: #dc042a;
  border: 1px solid #dc042a;
}

.btnBeta.mainBtn a,
.btnBeta.grBtn a,
.btnBeta.btnClrBk a,
.btnBeta.btnClrBr a,
.btnBeta.btnClrOr a {
  color: #ffffff;
}

.btnBeta.whBtn a {
  color: #dc042a;
}

.btnBeta.mainBtn svg,
.btnBeta.btnClrBk svg,
.btnBeta.btnClrBr svg,
.btnBeta.btnClrOr svg {
  fill: #ffffff;
}

.btnBeta.whBtn svg {
  fill: #dc042a;
}

.mainBtn p,
.grBtn p,
.btnClrBk p,
.whBtn p,
.btnClrBr p,
.btnClrOr p,
.btnClrWh p {
  position: relative;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.mainBtn p::after,
.grBtn p::after,
.btnClrBk p::after,
.whBtn p::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  transform: translate(0, -50%) rotate(-45deg);
  transition: 0.8s all ease-in;
}

.btnList .btnClrBk p::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 1px;
  height: 10px;
  background: #2e2e2e;
  transform: translate(0, -65%);
  transition: 0.8s all ease-in;
}

.btnList .btnClrBk p::after {
  transform: translate(0, -65%) rotate(45deg);
  transition: 0.8s all ease-in;
}

.btnBeta.grBtn p::after,
.btnBeta.mainBtn p::after .btnBeta.btnClrBk p::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.btnBeta.whBtn p::after {
  border-right: 1px solid #dc042a;
  border-bottom: 1px solid #dc042a;
}

.btnLine.btnClrBr p::after {
  border-right: 1px solid #5a1e0f;
  border-bottom: 1px solid #5a1e0f;
}

.btnLine.mainBtn p::after {
  border-right: 1px solid #dc042a;
  border-bottom: 1px solid #dc042a;
}

.btnLine.whBtn p::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

#FtrSct .whBtn p::after {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.innerLinkBtn a p {
  letter-spacing: 0.15em;
  border-bottom: 1px solid #999999;
  padding: 0 10px 8px;
  margin: 0 auto;
  transition: all 0.8s;
}

.btnArrow {
  display: inline-block;
  position: relative;
}
.btnArrow::after,
.btnArrow::before {
  position: absolute;
  content: "";
  display: block;
  background: #5a1e0f;
  right: -2em;
  bottom: 0;
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.btnArrow::before {
  width: calc(100% + 2em);
  height: 1px;
}
.btnArrow::after {
  width: 1em;
  height: 1px;
  transform-origin: right bottom;
  transform: rotate(45deg);
}
.btnArrow a {
  text-decoration: none;
}
.mainMenuList .btnArrow::after,
.mainMenuList .btnArrow::before {
  right: -4em;
  bottom: 50%;
  left: auto;
}
.mainMenuList .js-nowPage.btnArrow::after,
.mainMenuList .js-nowPage.btnArrow::before {
  display: none;
}
.mainMenuList .btnArrow::before {
  width: 2em;
  height: 1px;
}
.js-btnClose::before,
.js-btnClose::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #000000;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.js-btnClose::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-btnClose::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .hdrContactArea .btnCenter a,
  .subMenuList .btnCenter a {
    padding: 0.9em 3em;
  }
}

@media screen and (min-width: 961px) {
  .sickList .btnCenter a svg {
    transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  .btnLine.btnClrBr {
    margin: 0;
  }
}

/* ==================================================
js-setLoad
================================================== */
.js-setLoad .spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--clr-def);
  z-index: 100000;
  animation: loadingbg 2.5s ease;
  animation-fill-mode: forwards;
}
.spinner .logoObj {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: min(50vw, 250px);
  margin: auto;
  animation: loadingLogo 2.5s ease;
  animation-fill-mode: forwards;
}
.spinner .logoObj svg {
  fill: var(--clr-wh);
  width: 100%;
  height: auto;
}

@keyframes loadingbg {
  0% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes loadingLogo {
  0% {
    opacity: 0;
    filter: blur(6px);
  }

  40% {
    opacity: 1;
    filter: blur(0px);
  }
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.double-bounce1,
.double-bounce2 {
  background-color: #292929;
}

button.nl {
  height: 60px;
  width: 40px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  border-top: 2px solid #0081c3;
  border-right: 2px solid transparent;
  border-bottom: none;
  border-left: none;
  -webkit-animation: spinner5 700ms linear infinite;
  animation: spinner5 700ms linear infinite;
}

@-webkit-keyframes spinner5 {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner5 {
  to {
    transform: rotate(360deg);
  }
}

.loadingSet {
  display: none;
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loadingSet p img {
  max-width: 80px;
  width: 30%;
  height: auto;
}

.loadingSet figure {
  width: 100%;
  margin: 20px auto 0;
}

.loadingSet figure svg {
  width: 140px;
  height: 32px;
  fill: #dc042a;
}

.loadingSet figure figcaption {
  line-height: 1.5;
  margin: 5px auto 0;
  text-align: center;
  font-weight: bold;
}

.js-setLoad .loadingSet {
  display: block;
}

/* ==================================================
header
================================================== */
#hdrSct {
  height: 29vw;
  position: fixed;
  z-index: 1020;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 5% 0 0;
}

#hdrSct div.logoArea {
  padding: 0 0 0 5vw;
  width: min(20%, 130px);
}

#hdrSct div.logoArea a {
  width: 100%;
  height: 100%;
  display: block;
}

#hdrSct div.logoArea a h1 {
  width: 100%;
  height: 100%;
}

#hdrSct div.logoArea h1 svg {
  height: auto;
  display: block;
  width: 100%;
}

#hdrSct .menuArea {
  margin: 0 5vw 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#hdrSct .menuArea .mainMenuSet {
  box-sizing: border-box;
}

.js-spMenuOn #hdrSct .menuArea .mainMenuSet {
  right: 0;
  opacity: 1;
  transition: 0.3s opacity ease;
}

#hdrSct .menuArea .mainMenuSet .mainMenuLists {
  padding: 0;
  text-align: right;
}

.emmrOn #hdrSct .menuArea .mainMenuSet .mainMenuLists {
  padding: 8em 5vw 12em;
}

#hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList {
  margin: 0;
  line-height: 1;
  width: auto;
}
#hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList + .mainMenuList {
  margin: 0.5em 0 0;
}

#hdrSct .menuArea .js-menuHmbrgr {
  margin: 0;
  z-index: 100;
  position: relative;
  right: 0;
  order: 3;
}

#hdrSct .hdrContactArea .btnScrllFllw {
  position: fixed;
  bottom: -30vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.js-menuAppear #hdrSct .hdrContactArea .btnScrllFllw {
  bottom: 10vw;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.js-menuAppear #hdrSct .hdrContactArea .btnScrllFllw.js-btnScrolling {
  bottom: -30vw;
  transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.emmrBlk {
  display: none;
  height: 2em;
}
.emmrOn .emmrBlk {
  display: block;
}
.emmrOn #hdrSct {
  top: 2em;
}
.emmrOn #cntsSct {
  padding-top: 19.5vw;
}
.popupTxtBlk {
  background: #5a1e0f;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.popupTxtBlk p {
  cursor: pointer;
  padding: 0.5em 0 0;
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #hdrSct {
    /* height: min(31vw, 310px); */
    flex-flow: column;
    padding: 2.93% 2.93% 0 0;
    width: auto;
    left: auto;
    right: 0;
    align-items: flex-end;
  }
  #hdrSct div.logoArea {
    width: min(30%, 80px);
    width: 80px;
    padding: 0;
    margin: 0;
  }
  #hdrSct div.logoArea h1 svg {
  }
  #hdrSct .menuArea {
    margin: 20% 0 0;
    display: block;
  }
  #hdrSct .menuArea .mainMenuSet {
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: auto;
  }
}
@media screen and (min-width: 961px) {
}

/* ==================================================
footer
================================================== */
#FtrSct {
  margin: 0;
  box-sizing: border-box;
  background: var(--clr-def);
  color: var(--clr-wh);
  text-align: left;
  padding: 10% 0 15%;
}
#FtrSct a {
  text-decoration: none;
  color: var(--clr-wh);
}
#FtrSct .cntsWrapper {
}
#FtrSct .cntsWrapper .crGlp {
}
#FtrSct .cntsWrapper .crGlp .txtObj {
  line-height: 1.2;
}
#FtrSct .FtrMenuArea {
  margin: 5% auto 0;
}
#FtrSct .FtrMenuArea .FMANaviLists {
}

#FtrSct .FtrMenuArea .FMANaviLists .FMANaviList {
  color: var(--clr-wh);
}
#FtrSct .FtrMenuArea .FMANaviLists .FMANaviList + .FMANaviList {
}

@media screen and (min-width: 769px) {
  #FtrSct {
    padding: 45px 0;
  }
  #FtrSct .cntsWrapper {
    width: 100%;
  }
  #FtrSct .cntsWrapper .crGlp {
  }
  #FtrSct .cntsWrapper .crGlp .txtObj {
  }
  #FtrSct .FtrMenuArea {
    margin: 0;
  }
  #FtrSct .FtrMenuArea .FMANaviLists {
    display: flex;
    justify-content: flex-end;
  }

  #FtrSct .FtrMenuArea .FMANaviLists .FMANaviList {
  }
  #FtrSct .FtrMenuArea .FMANaviLists .FMANaviList + .FMANaviList {
    margin: 0 0 0 2em;
  }
}

/* ==================================================
popupArea
================================================== */
body.js-modalOn {
  overflow: hidden;
}
body.js-modalOn::before {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 100000;
}
.popupBlk.js-popupOn {
  z-index: 1000000;
  opacity: 1;
  display: block;
  max-width: 600px;
}
.popupBlk .popupSet {
  right: 0;
  margin: 0 auto;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  background: #ede4cd;
  padding: 2em 1.5em;
  text-align: left;
}
.popupBlk .popupSet .ttlObj {
  text-align: center;
}
.popupBlk .popupSet .txtObj {
  text-align: center;
}
.popupBlk {
  position: fixed;
  left: 0;
  top: 50%;
  width: 90%;
  height: 70svh;
  right: 0;
  margin: auto;
  z-index: -1;
  transform: translate(0, -50%);
  opacity: 0;
  display: none;
  animation: show 0.5s linear 0s;
  padding: 0;
}
.js-popupClose {
  top: -4%;
  right: -4%;
  width: 8%;
  padding-top: 8%;
  left: auto;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .popupBlk.js-popupOn {
    max-width: 900px;
  }
  .popupBlk {
    width: 80%;

    z-index: -1;
    padding: 0;
    height: auto;
  }
  .popupBlk .popupSet {
    margin: 0 auto;
    overflow: auto;
    padding: 3em 6em;
    max-height: 80vh;
  }
}
/* ==================================================
swiper
================================================== */
.swiper-button-next,
.swiper-button-prev {
  background: none;
  position: absolute;
  top: 50%;
  width: 2vw;
  height: 2vw;
  margin-top: -1vw;
  z-index: 10;
  cursor: pointer;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  transform-origin: center center;
}

.swiper-button-next::after {
  border-right: 2px solid #d4510f;
  border-bottom: 2px solid #d4510f;
  transform: rotate(-45deg);
  right: 0.5vw;
  left: auto;
}
.swiper-button-prev::after {
  border-left: 2px solid #d4510f;
  border-bottom: 2px solid #d4510f;
  transform: rotate(45deg);
  right: auto;
  left: 0.5vw;
}
