@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: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", "Noto Sans CJK JP", "Noto Sans JP", "Source Han Sans";
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; /* mac系のにじみ軽減 */
  -moz-osx-font-smoothing: grayscale;
  /*明朝系
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;*/
  letter-spacing: 0.05em;
  background: #f7f8f8;
  line-height: 1.7;
  -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;
}
.enGothic {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.enGothic.fwLight {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.enGothic.fwBold {
  font-family: "Roboto", sans-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 {
  --XsTxt: 2.5vw;
  --STxt: 2.84vw;
  --MTxt: 3.41vw;
  --LTxt: 4.09vw;
  --STitle: 4.5vw;
  --MTitle: 6.5vw;
  --LTitle: 7.63vw;
  --XlTitle: 43.75vw;
  --hdrTtl: 4.668vw;
  --hdrTxt: 3.125vw;
  --hdrTtlL: 6.719vw;
}
@media screen and (min-width: 961px) {
  :root {
    --XsTxt: 1.15vw;
    --STxt: 1.3vw;
    --MTxt: 1.56vw;
    --LTxt: 1.88vw;
    --STitle: 2.25vw;
    --MTitle: 2.69vw;
    --LTitle: 3.49vw;
    --XlTitle: 20.05vw;
    --hdrTtl: 1.192vw;
    --hdrTxt: 3.125vw;
    --hdrTtlL: 1.712vw;
  }
}
@media screen and (min-width: 1281px) {
  :root {
    --XsTxt: 0.94vw;
    --STxt: 1vw;
    --MTxt: 1.1vw;
    --LTxt: 1.77vw;
    --STitle: 1.8vw;
    --MTitle: 2.56vw;
    --LTitle: 3.56vw;
    --XlTitle: 4.09vw;
    --hdrTtl: 1.172vw;
    --hdrTxt: 1vw;
    --hdrTtlL: 2.344vw;
  }
}

.XsTxt {
  font-size: clamp(8px, var(--XsTxt), 12px);
}
.STxt {
  font-size: clamp(9.1px, var(--STxt), 14px);
}
.MTxt {
  font-size: clamp(10.9px, var(--MTxt), 16px);
}
.LTxt {
  font-size: clamp(13.1px, var(--LTxt), 23px);
}
.STitle {
  font-size: clamp(15.7px, var(--STitle), 22px);
}
.MTitle {
  font-size: clamp(18.8px, var(--MTitle), 36px);
}
.L-STitle {
  font-size: clamp(18px, var(--LTitle), 24px);
}
.LTitle {
  font-size: clamp(24.4px, var(--LTitle), 51px);
}
.XlTitle {
  font-size: clamp(140px, var(--XlTitle), 61px);
}

#hdrSct .hdrTtl {
  font-size: clamp(15px, var(--hdrTtl), 30px);
  font-weight: 600;
  color: #3b8976;
  letter-spacing: 0.1em;
}
#hdrSct .hdrTxt {
  font-size: clamp(10px, var(--hdrTxt), 20px);
}
#hdrSct .hdrTtlL {
  font-size: clamp(21.5px, var(--hdrTtlL), 42px);
}
@media screen and (min-width: 961px) {
  #hdrSct .hdrTtl {
    font-size: clamp(10px, var(--hdrTtl), 15px);
    font-weight: 400;
    color: #3b3b1a;
  }

  #hdrSct .hdrTxt {
    font-size: clamp(14.4px, var(--hdrTxt), 12px);
  }
  #hdrSct .hdrTtlL {
    font-size: clamp(20px, var(--hdrTtlL), 30px);
  }
}
@media screen and (min-width: 961px) {
  .pcFBig {
    font-size: 120%;
  }
}
.fwBold {
  font-weight: 600;
}

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

/* ==================================================
color
================================================== */
:root {
  --clr-def: #000;
  --clr-bk: #5a5453;
  --clr-wh: #fcfaee;
  --clr-gr: #7b7b7b;
  --clr-br: #d0ccc9;
  --clr-line: #7b7b7b;
  --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;
}
/* ==================================================
contents area
 ================================================== */
#cntsSct {
}
@media screen and (min-width: 769px) {
  #cntsSct {
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  #cntsSct {
  }
}
@media screen and (min-width: 1281px) {
  #cntsSct {
  }
}
/* ==================================================
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;
  color: var(--clr-gr);
}
.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: var(--clr-gr);
  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: "";
  content: none;
  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: var(--clr-gr);
  border: 1px solid var(--clr-gr);
  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: min(15.5vw, 80px);
  position: fixed;
  z-index: 1020;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #f7f8f8;
}

#hdrSct div.logoArea {
  padding: 0 0 0 2.5vw;
}

#hdrSct div.logoArea a {
  width: min(35vw, 200px);
  height: 100%;
}

#hdrSct div.logoArea a h1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#hdrSct div.logoArea h1 svg {
  height: min(10vw, 128px);
  aspect-ratio: 100 / 87;
  display: block;
  fill: #5a1e0f;
}

#hdrSct .menuArea {
  margin: 0 4vw 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 40%;
  height: 100%;
}

#hdrSct .menuArea .mainMenuSet {
  width: 100%;
  height: 100vh;
  background: #ebeddf;
  position: fixed;
  top: 0;
  right: -100vw;
  opacity: 0;
  z-index: -1;
  overflow-y: auto;
  text-align: left;
  box-sizing: border-box;
}

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

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

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

#hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList {
  margin: 0 0 1.5em 0;
}

#hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList.tell {
  margin: 4em 0 0;
}
#hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList.tell a {
  display: flex;
  flex-flow: wrap;
}
#hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList.tell .hdrTtlL {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  color: #000;
}
#hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList.tell .hdrTtlL .icon {
  width: 1em;
  height: 1em;
  margin: 0 0.2em 0 0;
  display: flex;
}
#hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList.tell .hdrTxt {
  font-weight: 600;
  color: #a6ab03;
  margin: 0.5em 0 0;
}

#hdrSct .menuArea .subMenuBlk {
  margin: 5% auto 15%;
  order: 2;
}
#hdrSct .menuArea .subMenuSet {
  margin: 0;
  order: 2;
}
#hdrSct .menuArea .subMenuSet + .subMenuSet {
  margin: 15% auto 0;
}

#hdrSct .menuArea .subMenuSet .subMenuLists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0.5em 0 0;
}

#hdrSct .menuArea .subMenuSet .subMenuLists .subMenuList {
  margin: 0;
  width: 100%;
}

#hdrSct .menuArea .subMenuSet .subMenuLists .subMenuList figure {
  display: flex;
  align-items: center;
}

#hdrSct .menuArea .subMenuSet .subMenuLists .subMenuList figure {
  display: flex;
  align-items: center;
}

#hdrSct .menuArea .subMenuSet .subMenuLists .subMenuList figure svg {
  display: block;
}
#hdrSct .menuArea .subMenuSet .subMenuLists .subMenuList .btnLine,
#hdrSct .menuArea .subMenuSet .subMenuLists .subMenuList .btnIg {
  width: 5vw;
  height: 5vw;
  display: none;
}
.js-spMenuOn #hdrSct .menuArea .subMenuSet .subMenuLists .subMenuList .btnLine,
.js-spMenuOn #hdrSct .menuArea .subMenuSet .subMenuLists .subMenuList .btnIg {
  display: block;
}
#hdrSct .menuArea .subMenuSet .subMenuLists .subMenuList figure.iconCart svg {
  width: 5.5vw;
  height: 5.5vw;
}

#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;
}

.fixedBlk {
  position: fixed;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.fixedBlk .snsLists {
}
.fixedBlk .snsLists .snsList {
}
.fixedBlk .snsLists .snsList + .snsList {
  margin: 11px 0 0;
}
.fixedBlk .snsLists .snsList a {
}
.fixedBlk .snsLists .snsList a svg {
  width: 1.2em;
  height: 1.2em;
  fill: var(--clr-gr);
}
@media screen and (min-width: 961px) {
  #hdrSct {
    height: min(8vw, 100px);
    align-items: center;
  }
  #hdrSct div.logoArea a {
    width: min(16vw, 200px);
  }

  #hdrSct .menuArea {
    width: 70%;
    margin: 0 2.5vw 0 auto;
  }

  #hdrSct .menuArea .mainMenuSet {
    right: 0;
    z-index: 10;
    height: 100%;
    opacity: 1;
    width: 100%;
    position: relative;
    background: none;
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists {
    padding: 0;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList {
    margin: 0;
    height: 100%;
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList a:hover {
    opacity: 1;
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList a:hover p {
    color: #3b8976;
    transition: 0.2s ease;
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList + .mainMenuList {
    margin: 0 0 0 1.5em;
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList.tell {
    margin-left: 2em;
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .subMenuBlk {
    /* display: none; */
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    /* top: 80px; */
    background: #fff;
    display: flex;
    margin: 0 auto;
    padding: 5% 0 5%;
    z-index: -10;
    opacity: 0;
    justify-content: center;
    pointer-events: none;
    transition: all ease 0.4s;
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList.ItemallList a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .mainMenuList.ItemallList.is-hover .subMenuBlk {
    opacity: 1;
    z-index: 100;
    pointer-events: auto;
    transition: all ease 0.4s;
  }

  #hdrSct .menuArea .mainMenuSet .mainMenuLists .subMenuBlk .subMenuSet {
    width: min(calc(100% / 3), 360px);
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .subMenuBlk .subMenuSet {
    margin: 0;
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .subMenuBlk .subMenuSet .ttlObj {
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .subMenuBlk .subMenuSet .subMenuLists {
    margin: 0;
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .subMenuBlk .subMenuSet .subMenuLists .subMenuList {
  }
  #hdrSct .menuArea .mainMenuSet .mainMenuLists .subMenuBlk .subMenuSet .subMenuLists .subMenuList + .subMenuList {
  }
}

/* ==================================================
humberger-menu animation
================================================== */
.js-menuHmbrgr {
  width: min(7.5vw, 60px);
  height: 22px;
}

.js-menuTrggr {
  position: relative;
  width: 100%;
  height: 100%;
}

.js-menuTrggr,
.js-menuTrggr span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.js-menuTrggr {
  position: absolute;
  left: 0;
  top: 0;
}
.js-menuTrggr span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--clr-def);
}

.js-menuTrggr span:nth-of-type(1) {
  top: calc(50% - 11px);
}

.js-menuTrggr span:nth-of-type(2) {
  top: calc(50% - 2px);
}

.js-menuTrggr span:nth-of-type(3) {
  bottom: calc(50% - 11px);
}

.js-menuTrggr span:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(6px) rotate(45deg);
  }

  50% {
    transform: translateY(-6px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

.js-menuTrggr span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.js-menuTrggr span:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-6px) rotate(-45deg);
  }

  50% {
    transform: translateY(6px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

.js-spMenuOn .js-menuTrggr span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-8px) rotate(0);
  }

  100% {
    transform: translateY(8px) rotate(45deg);
  }
}

.js-spMenuOn .js-menuTrggr span:nth-of-type(2) {
  opacity: 0;
}

.js-spMenuOn .js-menuTrggr span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(10px) rotate(0);
  }

  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}

@media screen and (min-width: 961px) {
  .js-menuHmbrgr {
    width: 4.1vw;
    height: 22px;
    display: none;
  }

  .js-menuTrggr span {
    height: 1px;
  }

  .js-menuTrggr span:nth-of-type(1) {
    top: calc(50% - 10px);
  }

  .js-menuTrggr span:nth-of-type(2) {
    top: 50%;
  }

  .js-menuTrggr span:nth-of-type(3) {
    bottom: calc(50% - 10px);
  }

  .js-menuTrggr span:nth-of-type(1) {
    animation: menu-bar01 0.75s forwards;
  }

  @keyframes menu-bar01 {
    0% {
      transform: translateY(9px) rotate(45deg);
    }

    50% {
      transform: translateY(-9px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  .js-menuTrggr span:nth-of-type(3) {
    animation: menu-bar02 0.75s forwards;
  }

  @keyframes menu-bar02 {
    0% {
      transform: translateY(-9px) rotate(-45deg);
    }

    50% {
      transform: translateY(9px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  .js-spMenuOn .js-menuTrggr span:nth-of-type(1) {
    animation: active-menu-bar01 0.75s forwards;
  }

  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(-9px) rotate(0);
    }

    100% {
      transform: translateY(9px) rotate(45deg);
    }
  }

  .js-spMenuOn .js-menuTrggr span:nth-of-type(3) {
    animation: active-menu-bar03 0.75s forwards;
  }

  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(9px) rotate(0);
    }

    100% {
      transform: translateY(-9px) rotate(-45deg);
    }
  }
}
@media screen and (min-width: 961px) {
  .js-menuHmbrgr {
    width: 2.5vw;
  }
}

/* ==================================================
footer
================================================== */
#FtrSct {
  margin: 0;
  box-sizing: border-box;
  background: #3b8977;
  color: var(--clr-wh);
  text-align: left;
  padding: 20% 5% 6%;
}

#FtrSct .corpGlp {
}
#FtrSct .corpGlp .companyInfo {
}
#FtrSct .corpGlp .companyInfo .companyName {
  width: 85%;
  margin: 0 0 1em;
}
#FtrSct .corpGlp .companyInfo .address {
}
#FtrSct .corpGlp .companyInfo .tel {
  margin: 0.5em 0 0;
}
#FtrSct .corpGlp .companyInfo .tel a {
  color: var(--clr-wh);
  text-decoration: none;
}

#FtrSct .corpGlp .ftrColumn {
  margin: 7% auto 0;
}
#FtrSct .corpGlp .ftrColumn .conpanyInfo {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
#FtrSct .corpGlp .ftrColumn .conpanyInfo dt {
  width: 25%; /* font-size: clamp(15.0px, var(--LTxt), 20px); */
}
#FtrSct .corpGlp .ftrColumn .conpanyInfo dd {
  width: 75%;
  margin: 0 0 0.5em; /* font-size: clamp(15.0px, var(--LTxt), 20px); */
}

#FtrSct .crGlp {
  text-align: center;
}
#FtrSct .crGlp .txtObj {
}

@media screen and (min-width: 769px) {
  #FtrSct {
    padding: 50px 0 20px;
  }
  #FtrSct .corpGlp {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 0 min(5vw, 80px);
  }
  #FtrSct .corpGlp .companyInfo {
    width: 60%;
  }
  #FtrSct .corpGlp .companyInfo .companyName {
    width: min(60%, 300px);
  }
  #FtrSct .corpGlp .companyInfo .address {
  }

  #FtrSct .corpGlp .ftrColumn {
    width: min(40%, 400px);
    margin: 0 0 0 auto;
  }
  #FtrSct .corpGlp .ftrColumn .conpanyInfo {
    margin: 0 0 0 auto;
  }
  #FtrSct .corpGlp .ftrColumn .conpanyInfo dt {
    width: 22%;
  }
  #FtrSct .corpGlp .ftrColumn .conpanyInfo dd {
    width: 70%;
  }

  #FtrSct .crGlp {
    padding: 0 5vw 0;
  }
  #FtrSct .crGlp .txtObj {
  }
}

/* ==================================================
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 var(--clr-gr);
  border-bottom: 2px solid var(--clr-gr);
  transform: rotate(-45deg);
  right: 0.5vw;
  left: auto;
}
.swiper-button-prev::after {
  border-left: 2px solid var(--clr-gr);
  border-bottom: 2px solid var(--clr-gr);
  transform: rotate(45deg);
  right: auto;
  left: 0.5vw;
}
