@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////
///// 全ページ共通CSS ///////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////// */
/* ==================================================
FONT SETTING
================================================== */
@font-face {
  font-family: "RockoUltraFLF";
  src: url(/common/fonts/RockoUltraFLF.woff) format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "RockoUltraFLFBold";
  src: url(/common/fonts/RockoUltraFLF-Bold.woff) format("woff");
  font-weight: bold;
}
html {
  font-size: 2.97vw;
}
@media screen and (min-width: 768px) {
  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: "Inter", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*明朝系
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;*/
  letter-spacing: 0.05em;
  background: #fff;
  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: "RockoUltraFLF", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.1em;
}
.enGothic.fwBold {
  font-family: "RockoUltraFLFBold", sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.05em;
}
.jpSerif {
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
}
.jpSerif.fwBold {
  font-weight: 700;
}

.fwR {
  font-weight: 400;
}
.fwM {
  font-weight: 500;
}
.fwB {
  font-weight: 600;
}
.pagerTxt,
.mbTitle {
  line-height: 0.9;
  letter-spacing: -0.05em;
}
:root {
  --XsTxt: 2.5vw;
  --STxt: 3vw;
  --MTxt: 3.59vw;
  --LTxt: 4.31vw;
  --STitle: 4.5vw;
  --MTitle: 6.22vw;
  --LTitle: 8.09vw;
  --XlTitle: 9.72vw;
}
@media screen and (min-width: 768px) {
  :root {
    --XsTxt: 1.15vw;
    --STxt: 1.38vw;
    --MTxt: 1.65vw;
    --LTxt: 1.98vw;
    --STitle: 2.38vw;
    --MTitle: 2.85vw;
    --LTitle: 3.71vw;
    --XlTitle: 4.45vw;
  }
}
@media screen and (min-width: 961px) {
  :root {
    --XsTxt: 1.04vw;
    --STxt: 1.25vw;
    --MTxt: 1.46vw;
    --LTxt: 1.88vw;
    --STitle: 2.4vw;
    --MTitle: 3.13vw;
    --LTitle: 4.06vw;
    --XlTitle: 4.9vw;
  }
}
.XsTxt {
  font-size: clamp(8px, var(--XsTxt), 11px);
}
.STxt {
  font-size: clamp(9.6px, var(--STxt), 12.5px);
}
.MTxt {
  font-size: clamp(13px, var(--MTxt), 14px);
}
.LTxt {
  font-size: clamp(18.8px, var(--LTxt), 21px);
}
.STitle {
  font-size: clamp(16.6px, var(--STitle), 30px);
}
.MTitle {
  font-size: clamp(19.9px, var(--MTitle), 40px);
}
.LTitle {
  font-size: clamp(25.9px, var(--LTitle), 52px);
}
.XlTitle {
  font-size: clamp(31.1px, var(--XlTitle), 63px);
}
.fwBold {
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .pcFBig {
    font-size: 120%;
  }
}

/* ==================================================
font line height
================================================== */
.js-setLoad .spinner {
  width: 84vw;
  height: 10vw;
  max-width: 420px;
  max-height: 50px;
}
/* ==================================================
color
================================================== */
body {
  color: #000;
}
.mainColor {
  color: #d4510f;
}
.titColor {
  color: #5a1e0f;
}
.weakColor {
  color: #454545;
}
.backColor {
  color: #fffffc;
}
.attention {
  color: #a80028;
}

.clr-works {
  color: #ed5456;
}
.clr-shop {
  color: #7eb0d7;
}
.clr-commission {
  color: #f8a6cf;
}
.clr-exhibition {
  color: #87e8fa;
}
.clr-about {
  color: #f8d98d;
}
.clr-contact {
  color: #8edfaa;
}

/* ==================================================
link
 ================================================== */

a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:active {
  color: #5a1e0f;
  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: #000;
}

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

.js-nowPage::after {
  content: "";
  display: none;
  background: #000;
  width: 70%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 8vw;
}

.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: 768px) {
  .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.8s 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;
}

.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: 0s;
}
.btnKador {
  border-radius: 6px;
}

.btnRound {
  border-radius: 4em;
}

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

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

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

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

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

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

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

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

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

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

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

.btnShop.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;
}

@media screen and (min-width: 768px) {
  .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);
  }

  .btnShop.btnClrBr {
    margin: 0;
  }
}

/* ==================================================
js-setLoad
================================================== */
.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: 28.5vw;
  position: fixed;
  z-index: 1020;
  width: 100%;
  left: 0;
  top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1240px;
}
#hdrSct .mainHdrGlp {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding: 0 5vw;
  justify-content: space-between;
  width: 100%;
}
#hdrSct div.logoArea {
  padding: 0;
  z-index: 100;
  width: min(60%, 540px);
}

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

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

#hdrSct div.logoArea h1 svg {
  height: min(15vw, 55px);
  aspect-ratio: 100 / 26;
  display: block;
  fill: #0e0e0e;
}
#hdrSct .mainHdrGlp .subMenuLists {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#hdrSct .mainHdrGlp .subMenuLists .subMenuList {
  margin: 0 0 0 10%;
}
#hdrSct .mainHdrGlp .subMenuLists .subMenuList .btnObj {
  width: 4em;
  height: 4em;
  background: #000;
  border-radius: 100px;
  overflow: hidden;
}
#hdrSct .mainHdrGlp .subMenuLists .subMenuList .btnObj a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#hdrSct .mainHdrGlp .subMenuLists .subMenuList .btnObj svg {
  width: 2em;
  height: 2em;
  fill: #fff;
}
#hdrSct .mainHdrGlp .subMenuLists .subMenuList .btnObj.btnShop {
}
#hdrSct .mainHdrGlp .subMenuLists .subMenuList .btnObj.btnInsta {
}

#hdrSct .menuArea {
  margin: 0 auto;
  width: 100%;
}

#hdrSct .menuArea .mainMenuLists {
  padding: 0;
  display: flex;
  width: 100%;
  padding: 2% 5% 1% 0;
  margin: 0 0 0 5%;
  overflow-x: auto;
}

#hdrSct .menuArea .mainMenuLists .mainMenuList {
  transition: 0.5s ease;
  margin: 0 1.5em 0 0;
}
#hdrSct .menuArea .mainMenuLists .mainMenuList a {
}
#hdrSct .menuArea .mainMenuLists .mainMenuList a:hover {
  opacity: 1;
  animation: moveA 1s ease infinite alternate;
}

@media screen and (min-width: 768px) {
  #hdrSct {
    height: min(7.5vw, 96px);
  }
  .emmrOn #cntsSct {
  }
}
@media screen and (min-width: 961px) {
  #hdrSct {
    height: min(18.49vw, 240px);
    top: 0;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    /* pointer-events: none; */
  }
  #hdrSct .mainHdrGlp {
    padding: 0;
    position: relative;
  }
  #hdrSct div.logoArea {
    margin: 0 auto;
    pointer-events: auto;
  }
  #hdrSct .mainHdrGlp .subMenuLists {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 30%;
  }
  #hdrSct .mainHdrGlp .subMenuLists .subMenuList {
    margin: 0 0 0 30px;
  }
  #hdrSct .mainHdrGlp .subMenuLists .subMenuList .btnObj {
    width: 40px;
    height: 40px;
  }
  #hdrSct .mainHdrGlp .subMenuLists .subMenuList .btnObj a {
  }
  #hdrSct .mainHdrGlp .subMenuLists .subMenuList .btnObj svg {
    width: 20px;
    height: 20px;
  }
  #hdrSct .mainHdrGlp .subMenuLists .subMenuList .btnObj.btnShop {
    width: auto;
    padding: 0 1.25em;
  }
  #hdrSct .mainHdrGlp .subMenuLists .subMenuList .btnObj.btnInsta {
  }
  #hdrSct .menuArea .mainMenuLists .mainMenuList a {
    font-size: 18px;
  }

  #hdrSct .menuArea {
    order: 3;
    margin: 0 0 0 auto;
  }
  #hdrSct div.logoArea h1 svg {
    height: min(9.675vw, 125px);
  }
  #hdrSct .menuArea {
    background: none;
    right: 0;
    opacity: 1;
    z-index: 100;
    top: 0;
  }

  .js-modalOn #hdrSct .menuArea {
    opacity: 0;
    pointer-events: none;
  }

  #hdrSct .menuArea .mainMenuLists {
    padding: 0;
    margin: 0 auto;
    justify-content: center;
  }
}

@media screen and (min-width: 1600px) {
  #hdrSct .menuArea .mainMenuLists {
  }
  #hdrSct .menuArea .mainMenuLists .mainMenuList {
  }
}

/* ==================================================
humberger-menu animation
================================================== */
.js-menuHmbrgr {
  width: 15.5vw;
  height: 15.5vw;
}

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

.js-menuTrggr,
.js-menuTrggr span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.js-menuTrggr {
}

.js-spMenuOn .js-menuTrggr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/common/img/icon/menu_close.png") no-repeat;
  background-size: cover;
  transition: 0.2s all ease;
}
@media screen and (min-width: 768px) {
  .js-menuHmbrgr {
    width: 10.1vw;
    height: 10.1vw;
  }
}
@media screen and (min-width: 961px) {
  .js-menuHmbrgr {
    width: 2.5vw;
    display: none;
  }
}

/* ==================================================
footer
================================================== */
#FtrSct {
  margin: 5rem auto 0;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 3rem;
  position: relative;
  left: 0;
  right: 0;
}
#FtrSct a {
  text-decoration: none;
  color: #6a6a6a;
}

#FtrSct .FtrMenuArea {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}

#FtrSct .FtrMenuArea .FMANaviLists {
  width: 95%;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 46%;
}

#FtrSct .FtrMenuArea .FMANaviLists .FMANaviList {
  text-align: left;
  width: 100%;
  margin: 0 0 1.25em;
}
#FtrSct .FtrLogoArea {
  margin: 4rem auto 0;
  /* overflow: hidden; */
  width: 100%;
  pointer-events: none;
}
#FtrSct .FtrLogoArea .imgObj {
  width: 20%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 115px;
  pointer-events: auto;
  cursor: pointer;
  transition: 0.2s ease;
}
#FtrSct .FtrLogoArea .imgObj:hover {
  transition: 0.2s ease;
  transform: translate(0, -10px);
}

#FtrSct .FtrLogoArea .logoObj {
  margin: -7% auto 0;
  position: relative;
  z-index: 0;
  width: min(100%, 480px);
  overflow: hidden;
}
#FtrSct .FtrLogoArea .logoObj svg {
  transform: scale(1.08);
}

#FtrSct .crGlp {
  width: 100%;
  margin: 2em auto 0;
  color: #6a6a6a;
}

#FtrSct::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ccc 100%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #FtrSct {
    margin: 0 auto 0;
    overflow: hidden;
    padding: 10rem 0 0;
  }
  #FtrSct::before {
    height: 360px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ccc 100%);
  }
  #FtrSct .FtrMenuArea {
    padding: 1em 0 3em;
    width: 100%;
    justify-content: flex-start;
    max-width: 1240px;
  }
  #FtrSct .FtrLogoArea {
    margin: 0 auto 0;
    position: absolute;
    bottom: -30px;
  }
  #FtrSct .FtrMenuArea .FMANaviLists {
    width: auto;
    margin: 0 3% 0 0;
    flex-flow: column;
  }
  #FtrSct .FtrMenuArea .FMANaviLists .FMANaviList {
    margin: 0;
    width: auto;
  }
  #FtrSct .FtrMenuArea .FMANaviLists .FMANaviList + .FMANaviList {
    margin: 1em 0 0;
  }
  #FtrSct .FtrMenuArea .crGlp {
    width: auto;
    margin: 0 auto 0 0;
  }

  #FtrSct .FtrLogoArea .logoObj {
    margin: -40px auto 0;
  }
  #FtrSct .FtrLogoArea .logoObj svg {
    transform: scale(1);
  }
  #FtrSct .crGlp {
    position: absolute;
    right: 0;
    bottom: 5%;
    width: auto;
    max-width: 1240px;
    margin: 0 auto;
    left: 0;
    text-align: right;
  }
}

/* ==================================================
popupArea
================================================== */
body.js-modalOn {
  overflow: hidden;
}
body.js-modalOn::before {
}
.popupBlk.js-popupOn {
  z-index: 100;
  opacity: 1;
  display: block;
  /* max-width: 1200px; */
}
.popupBlk .popupSet {
  right: 0;
  margin: 0 auto;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  background: #fff;
  padding: 0 0 10%;
  text-align: left;
}
.popupBlk .popupSet .txtGlp {
  margin: 5vw auto;
  width: 85%;
}
.popupBlk .popupSet .ttlObj {
  text-align: left;
}
.popupBlk .popupSet .txtObj {
  text-align: left;
  color: #6a6a6a;
}
.popupBlk .popupSet .yearLists {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  color: #828282;
}
.popupBlk .popupSet .yearLists .year {
  width: 20%;
}
.popupBlk .popupSet .yearLists .ex {
  width: 80%;
  margin: 0 0 0.5em;
}
.popupBlk .popupSet .expSet {
}
.popupBlk .popupSet .expSet dt {
  font-weight: bold;
  color: #3f3f3f;
  margin: 0 0 0.1em;
}
.popupBlk .popupSet .expSet dd {
}
.popupBlk .popupSet .expSet dd + dt {
  margin: 1em 0 0;
}

.popupBlk .js-popupClose {
}
.popupBlk {
  position: fixed;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100svh;
  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 {
  width: 90%;
  position: relative;
  text-align: center;
  background: none;
  border: 2px solid;
  border-radius: 120px;
  padding: 8px 0;
  margin: 0 auto;
  color: #000;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.popupBlk.shop {
}
.popupBlk.shop.js-popupOn {
  z-index: 10000;
}
.popupBlk.shop .popupSet {
  background: rgba(255, 255, 255, 0.9);
  /* height: auto; */
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  padding: 5% 0 0;
}
.popupBlk.shop .popupSet::before {
}
.popupBlk.shop .popupSet .imgTxtBlk {
  margin: 0;
}
.popupBlk.shop .popupSet .imgTxtBlk .shopSet {
  margin: 0 auto 7%;
}
.popupBlk.shop .popupSet .imgTxtBlk .shopSet .ttlObj {
  text-align: center;
  color: #555555;
  margin: 0 auto 1em;
}
.popupBlk.shop .popupSet .imgTxtBlk .shopSet .logoObj {
  width: min(56%, 400px);
  margin: 0 auto;
}
.popupBlk.shop .popupSet .imgTxtBlk .shopSet .logoObj a {
}
.popupBlk.shop .js-btnClose {
  border: none;
  width: min(12%, 100px);
  margin: 4% auto 0;
  padding: 0;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .js-popupClose {
    margin: 9% auto 0;
    width: min(90%, 280px);
  }

  .popupBlk.js-popupOn {
    /* max-width: 900px; */
  }
  .popupBlk {
    z-index: -1;
    padding: 0;
  }
  .popupBlk .popupSet {
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 0;
  }
  .popupBlk .popupSet .imgObj {
    width: 60%;
    height: 100%;
  }
  .popupBlk .popupSet .imgObj img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .popupBlk .popupSet .txtGlp {
    width: 40%;
    height: 100%;
    overflow-y: scroll;
    margin: auto auto 0;
    padding: 16% 5% 5%;
  }

  .popupBlk .popupSet .ttlObj {
    font-weight: 700;
  }
  .popupBlk .popupSet .expSet {
  }
  .popupBlk .popupSet .expSet dt {
  }
  .popupBlk .popupSet .expSet dd {
  }
  .popupBlk .popupSet .expSet dd + dt {
  }
  .popupBlk.shop {
  }
  .popupBlk.shop.js-popupOn {
    z-index: 10000;
  }
  .popupBlk.shop .popupSet {
    background: rgba(255, 255, 255, 0.9);
    /* height: auto; */
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
  }
  .popupBlk.shop .popupSet::before {
  }
  .popupBlk.shop .popupSet .imgTxtBlk {
    margin: 0 0 5%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .popupBlk.shop .popupSet .imgTxtBlk .shopSet {
    margin: 0;
    width: auto;
    width: 40%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .popupBlk.shop .popupSet .imgTxtBlk .shopSet .ttlObj {
    display: flex;
    justify-content: center;
    margin: 0 0 1.5em;
  }
  .popupBlk.shop .popupSet .imgTxtBlk .shopSet .logoObj {
    width: min(60%, 320px);
    margin: 0;
  }
  .popupBlk.shop .popupSet .imgTxtBlk .shopSet .logoObj a {
  }
  .popupBlk.shop .js-btnClose {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    width: min(10%, 60px);
  }
}
/* ==================================================
modal
================================================== */
/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(8, 1, 1, 0.6);
  backdrop-filter: blur(9px);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10000;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  background-color: #eceae3;
  width: 100%;
  max-width: 1150px;
  max-height: 95vh;
  padding: 0 0 0;
  margin: 0 auto auto;
  overflow: hidden;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: relative;
  cursor: pointer;
  font-size: 0;
  width: 55px;
  height: 55px;
  background: url(/common/img/icon/icon_close.svg) no-repeat;
  background-size: cover;
  margin: 0 7%;
}
.modal__slider {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 95svh;
}

.modal .optionBlk {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 15% 5% 10%;
}

.modal__close-btn:hover {
  opacity: 0.5;
  transition: 0.4s ease;
}

@media screen and (min-width: 768px) {
  .modal {
  }
  .modal.is-active {
  }
  .modal__overlay {
  }
  .modal__content {
  }
  .modal__close-btn {
  }
  .modal__slider {
    overflow: hidden;
  }
  .modal .optionBlk {
    margin: 0;
    position: absolute;
    right: 0;
    width: 32%;
    bottom: 5%;
    z-index: 10;
  }
}
@media screen and (min-width: 1281px) {
  .modal {
  }
  .modal.is-active {
  }
  .modal__overlay {
  }
  .modal__content {
  }
  .modal__close-btn {
  }
  .modal__slider {
  }
  .modal .optionBlk {
  }
}

/* ==================================================
swiper
================================================== */

.swiper-wrapper {
  margin: 0;
}
.swiper-button-next,
.swiper-button-prev {
  background: none;
  width: 55px;
  height: 55px;
  cursor: pointer;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.4s ease;
}
.swiper-button-prev {
  background: url(/common/img/icon/icon_prev.svg) no-repeat;
  background-size: cover;
}
.swiper-button-next {
  background: url(/common/img/icon/icon_next.svg) no-repeat;
  background-size: cover;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper-button-next.swiper-button-disabled {
  background: url(/common/img/icon/icon_next_d.svg) no-repeat;
  background-size: cover;
}
.swiper-button-prev.swiper-button-disabled {
  background: url(/common/img/icon/icon_prev_d.svg) no-repeat;
  background-size: cover;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
  transition: 0.4s ease;
}

/* ==================================================
pricelist
================================================== */
.pricelist {
  background: #171717;
}

.pricelist #hdrSct .sunNaviLists {
  display: none;
}

.pricelist #hdrSct div.logoArea h1 svg,
.pricelist #FtrSct .FtrLogoArea .logoObj svg {
  fill: #ffffff;
}
.pricelist.js-spMenuOn #hdrSct div.logoArea h1 svg {
  fill: #0e0e0e;
}

.pricelist #FtrSct .crGlp {
  color: #fff;
}
.pricelist #FtrSct a {
  color: #eceae3;
}
.pricelist .#FtrSct::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #707070 89.58%);
}

.pricelist .prdArea .imgSet .txtGlp .prdName {
  color: #fff;
}
.pricelist .prdArea .imgSet .txtGlp {
  color: #828282;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  text-align: left;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .pricelist #FtrSct::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #707070 89.58%);
  }
}
@media screen and (min-width: 961px) {
  .pricelist #hdrSct .sunNaviLists {
    display: flex;
    opacity: 0;
    pointer-events: none;
  }
}
