/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/webpack-import-glob-loader/index.js!./src/scss/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html {
  font-size: 62.5%;
  width: 100%;
  overscroll-behavior: none; /* バウンス防止 */
}

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

.pcD {
  display: block !important;
}

.spD {
  display: none !important;
}

@media (max-width: 780px) {
  .pcD {
    display: none !important;
  }
  .spD {
    display: block !important;
  }
}
.pcDS {
  display: block !important;
}

.spDS {
  display: none !important;
}

@media (max-width: 480px) {
  .pcDS {
    display: none !important;
  }
  .spDS {
    display: block !important;
  }
}
body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none; /* バウンス防止 */
}
body.noscroll {
  width: 100%;
  position: fixed;
  overflow-y: scroll;
}

header {
  background: #E1DCD1;
  font-family: "Noto Serif JP", serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
header.topH {
  transition: transform 0.5s ease;
  transform: translateY(-200%);
}
header.topH.on {
  transform: translateY(0%);
}
header .header__Area {
  padding: 12px 0;
  max-width: 1280px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
header .header__Area .logo img {
  display: none;
}
header .header__Area .logo img.open {
  display: block;
}
header .header__Area__Box {
  margin-left: auto;
  display: flex;
}
header .header__Area__Box ul {
  display: flex;
}
header .header__Area__Box ul li {
  font-size: 16px;
  margin-right: 60px;
  list-style: none;
  cursor: pointer;
}
header .header__Area__Box ul li span {
  display: none;
  font-weight: bold;
  position: relative;
}
header .header__Area__Box ul li span::after {
  background: url(../assets/img/arrow_bottom.svg) no-repeat center;
  background-size: 100%;
  margin-left: 10px;
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  content: "";
}
header .header__Area__Box ul li span.open {
  display: block;
}
header .header__Area .shopBtn {
  margin-right: 100px;
}
header .header__Area .shopBtn a {
  display: block;
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
header .header__Area .shopBtn a span {
  display: none;
}
header .header__Area .shopBtn a span.open {
  display: block;
}
header .pTxt {
  position: fixed;
  background: #EB5E2A;
  width: 100%;
  padding: 10px 0;
  top: 64px;
  left: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
header .pTxt span {
  display: none;
}
header .pTxt span.open {
  display: block;
}
@media (max-width: 1340px) {
  header .header__Area {
    padding: 12px 0;
    max-width: 840px;
  }
  header .header__Area__Box ul {
    display: flex;
  }
  header .header__Area__Box ul li {
    font-size: 15px;
    margin-right: 25px;
  }
  header .header__Area .shopBtn {
    margin-right: 80px;
  }
  header .header__Area .shopBtn a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 860px) {
  header .header__Area {
    padding: 14px 20px;
    min-height: 58px;
    box-sizing: border-box;
  }
  header .header__Area .logo img {
    max-height: 30px;
    max-width: 40vw;
  }
  header .header__Area__Box {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    display: block;
    top: 58px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    height: calc(100vh - 58px);
    width: 100%;
  }
  header .header__Area__Box ul {
    display: flex;
    height: 50vh;
    width: 100%;
    margin-left: 70vw;
    flex-direction: column;
    justify-content: center;
  }
  header .header__Area__Box ul li {
    font-size: 16px;
    margin: 5vh 0;
    margin-right: 0px;
  }
  header .header__Area__Box ul li span {
    font-weight: bold;
    position: relative;
    color: #fff;
  }
  header .header__Area__Box ul li span::after {
    display: none;
  }
  header .header__Area .shopBtn {
    position: absolute;
    right: 80px;
    top: 16px;
    margin-right: 0;
  }
  header .header__Area .shopBtn a {
    padding: 5px 10px;
    font-size: 11px;
  }
  header .pTxt {
    top: 58px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  header .header__Area__Box ul {
    margin-left: 50vw;
  }
}

@media screen and (max-width: 860px) {
  .side-open header .header__Area__Box {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
}
.menu {
  display: none;
  position: absolute;
  z-index: 50000;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  max-width: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.menu .menu-trigger {
  opacity: 1;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 40px;
  padding: 5px 0;
  height: 40px;
}
.menu .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
}
.menu .menu-trigger span:nth-of-type(1) {
  top: 10px;
  width: 30px;
  left: 5px;
}
.menu .menu-trigger span:nth-of-type(2) {
  top: 19px;
  width: 30px;
  left: 5px;
}
.menu .menu-trigger span:nth-of-type(3) {
  right: 5px;
  bottom: 10px;
  width: 30px;
}
.menu .menu-trigger.active {
  cursor: pointer;
}
.menu .menu-trigger.active span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  border-radius: 0px;
}
.menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
  top: 5px;
}
.menu .menu-trigger.active span:nth-of-type(2) {
  display: none;
}
.menu .menu-trigger.active span:nth-of-type(3) {
  bottom: 4px;
  transform: translateY(-14px) rotate(45deg);
}

@media screen and (max-width: 860px) {
  .menu {
    display: block;
    top: 50%;
    text-align: center;
    font-size: 11px;
  }
  .menu::after {
    transition: all 0.5s ease;
    opacity: 0;
    display: none;
    position: relative;
    top: -10px;
  }
  .side-open .menu::after {
    opacity: 1;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .menu {
    right: 20px;
  }
}
.langBox {
  position: fixed;
  right: 30px;
  top: 20px;
  font-size: 16px;
  z-index: 3;
  color: #000;
}
.langBox span {
  color: #A3A3A3;
  cursor: pointer;
}
.langBox span.open {
  color: #000;
}
@media (max-width: 860px) {
  .langBox {
    position: relative;
    margin-top: 20vh;
    margin-left: 70vw;
    top: auto;
    right: auto;
    color: #A3A3A3;
  }
  .langBox span.open {
    color: #fff;
  }
}
@media (max-width: 480px) {
  .langBox {
    margin-left: 50vw;
    font-size: min(16px, 6vw);
  }
}

.jaT,
.enT {
  width: 0 !important;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.jaT.open,
.enT.open {
  width: inherit !important;
  height: auto;
  opacity: 1;
  visibility: visible; /* フェードイン */
  overflow: hidden;
}

main {
  background: #CDA777;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.kan {
  position: fixed;
  z-index: 2;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease, height 1s ease, width 1s ease;
  opacity: 0;
  left: 52%;
}
.kan img {
  max-height: 80vh;
  height: 80vh;
}
.kan.on {
  opacity: 1;
}
.kan.big img {
  max-height: 90vh;
  height: 90vh;
}
@media (min-height: 900px) {
  .kan img {
    max-height: 120vw;
    height: 70vh;
  }
  .kan.big img {
    max-height: 140vw;
    height: 80vh;
  }
}
@media (max-width: 480px) {
  .kan {
    transition: opacity 0.5s ease, height 1s ease, width 1s ease, transform 0.3s ease;
    transform: translate(-50%, -73%);
    left: 52%;
  }
  .kan img {
    height: 70vh;
    max-height: min(400px, 70vh);
  }
  .kan.big {
    transform: translate(-50%, -50%);
  }
  .kan.big img {
    max-height: min(470px, 80vh);
    height: 80vh;
  }
}

.fArrow {
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 1vh;
  z-index: 2;
  animation: arrowUpDown 2s infinite; /* 1秒で上下ループ */
}
.fArrow img {
  opacity: 1;
  transition: all 0.3s ease;
}
.fArrow.off img {
  opacity: 0;
  transform: translateY(-400%);
}

@keyframes arrowUpDown {
  0% {
    bottom: 1vh;
  }
  50% {
    bottom: 3vh;
  } /* 上に10px */
  100% {
    bottom: 1vh;
  }
}
#loading {
  transition: all 0.5s ease;
  background: #CDA777;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: fixed;
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 10;
  height: calc(var(--vh, 1vh) * 100 - 0px);
  width: 100%;
}
#loading .loadingBox {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#loading .loadingBox img {
  display: inline-block;
  transform: translate(0, 0) rotate(0);
  transform-origin: center bottom;
  max-width: 200px;
}
#loading .loadingBox .bar {
  transition: width 0.2s ease;
  display: block;
  border-radius: 3px;
  width: 0;
  height: 3px;
  background: #000;
}
#loading .loadingBox .txt {
  display: inline-block;
  margin-top: 30px;
  font-size: 40px;
  font-weight: 600;
}
#loading.hide {
  opacity: 0;
  transform: scale(1.1);
  visibility: hidden;
}

@keyframes sumou {
  0% {
    transform: translate(0, 0px);
  }
  5% {
    transform: translate(10px, 0px) rotate(5deg);
  }
  10% {
    transform: translate(15px, 0px) rotate(5deg);
  }
  15% {
    transform: translate(-10px, 0px) rotate(-5deg);
  }
  20% {
    transform: translate(-15px, 0px) rotate(-5deg);
  }
  25% {
    transform: translate(0, 0px) rotate(0deg);
  }
  49% {
    transform: translate(0, 0px) rotate(0deg);
  }
  50% {
    transform: translate(0, -10px) rotate(0deg);
  }
  55% {
    transform: translate(0, 0px) rotate(0deg);
  }
  60% {
    transform: translate(0, -15px) rotate(0deg);
  }
  65% {
    transform: translate(0, 0px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.firstV .bg1 {
  position: relative;
  z-index: 1;
  min-width: 100vw;
  width: 100%;
  margin-left: 0vw;
  overflow: hidden;
  padding-bottom: 10vh;
}
.firstV .bg1 img {
  width: max(1440px, 100%);
  margin-left: 0;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
  transform: scale(1);
  transform-origin: center center;
  opacity: 0;
}
@media (max-width: 1440px) {
  .firstV .bg1 img {
    margin-left: calc((100% - 1440px) * 0.5);
  }
}
.firstV__Area {
  transition: all 0.5s ease;
  opacity: 0;
  position: absolute;
  z-index: 2;
  height: calc(var(--vh, 1vh) * 100 - 0px);
  margin: 0 auto;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}
.firstV__Area--Box {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
}
.firstV__Area--BoxTitle {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  top: 35vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
.firstV__Area--BoxTitle img {
  max-width: 40vw;
  max-height: 45vh;
}
.firstV__Area--BoxLead {
  position: absolute;
  left: 110%;
  height: 70%;
  top: calc(35vh - 45%);
}
.firstV__Area--BoxLead img {
  height: 100%;
}
.firstV__Area.on {
  opacity: 1;
}
.firstV.open .bg1 img {
  opacity: 1;
  transform: scale(1.05);
}
@media (max-width: 1340px) {
  .firstV__Area--BoxTitle img {
    max-width: 50vw;
    max-height: 45vh;
  }
  .firstV__Area.on {
    opacity: 1;
  }
}
@media (max-width: 1080px) {
  .firstV__Area--BoxTitle img {
    max-width: 60vw;
    max-height: 45vh;
  }
}
@media (max-width: 780px) {
  .firstV .bg1 img {
    width: max(770px, 100%);
    margin-left: calc((100% - 770px) * 0.5);
  }
  .firstV__Area--BoxTitle img {
    max-width: 75vw;
  }
  .firstV__Area--BoxLead {
    left: 104%;
    height: 55%;
  }
}
@media (max-width: 480px) {
  .firstV {
    /*
    .bg1{
        img{
            //width: 100%;
            width: max(480px, 100%);
            margin-left: calc((100% - 480px) * 0.5);
        }
    }
        */
  }
  .firstV__Area--Box {
    /*
    &Title{
        bottom: 10%;
        left: 20px;
        img{
            width: min(260px,60vw);
        }
    }
        */
  }
  .firstV__Area--BoxTitle {
    top: 32vh;
  }
  .firstV__Area--BoxTitle img {
    max-width: 70vw;
  }
  .firstV__Area--BoxLead {
    left: 105%;
    top: calc(35vh - 55%);
  }
  .firstV__AreaLead {
    left: 105%;
  }
  .firstV__Area.on {
    opacity: 1;
  }
  .firstV.open .bg1 img {
    opacity: 1;
    transform: scale(1.05);
  }
}

.leadSec {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.leadSec__Area {
  padding: 200px 30px 0 30px;
  box-sizing: border-box;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  color: #fff;
}
.leadSec__Area--Title {
  font-size: 42px;
  width: 60%;
}
.leadSec__Area p {
  max-width: 500px;
  font-size: 22px;
  line-height: 1.8;
}
.leadSec__Area p.open {
  margin-top: 4em;
}
@media (max-width: 1340px) {
  .leadSec__Area {
    max-width: 1040px;
    display: block;
  }
  .leadSec__Area p {
    margin-left: auto;
  }
}
@media (max-width: 1080px) {
  .leadSec {
    min-height: 70vh;
  }
  .leadSec__Area {
    padding-bottom: 70px;
    display: block;
    max-width: 769px;
  }
  .leadSec__Area p {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
  }
}
@media (max-width: 780px) {
  .leadSec__Area--Title {
    font-size: 24px;
  }
  .leadSec__Area p {
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 16px;
    margin-left: min(70px, 20vw);
  }
  .leadSec__Area p.open {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  .leadSec__Area {
    padding: 200px 20px 100px 20px;
  }
  .leadSec__Area--Title {
    font-size: min(24px, 6.15vw);
    width: 100%;
  }
  .leadSec__Area p {
    font-size: min(16px, 4.1vw);
  }
  .leadSec__Area p br {
    display: none;
  }
}

.senbeiSec {
  position: relative;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.8) 100%);
}
.senbeiSec__Area {
  padding: 0px 30px 200px 30px;
  box-sizing: border-box;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.senbeiSec__Area--Box {
  max-width: 50%;
}
.senbeiSec__Area--Box.textArea {
  max-width: 40%;
}
.senbeiSec__Area--Box h2 {
  font-size: 32px;
}
.senbeiSec__Area--Box p {
  font-size: 18px;
  line-height: 1.8;
}
.senbeiSec__Area--Box p.open {
  margin-top: 2em;
}
.senbeiSec__Area--BoxWrap {
  display: flex;
}
.senbeiSec__Area--BoxWrap-Con {
  margin-left: 40px;
}
.senbeiSec__Area--BoxWrap-Con:first-child {
  margin-left: 0;
}
.senbeiSec__Area--BoxWrap-Con .senbeiTitle {
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: -20px;
}
.senbeiSec__Area--BoxWrap-Con .senbeiTitle span {
  display: none;
}
.senbeiSec__Area--BoxWrap-Con .senbeiTitle span.open {
  display: block;
}
.senbeiSec__Area--BoxWrap-Con .senbeiSpec {
  border-left: 1px solid #fff;
  padding: 0 30px;
}
.senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box:first-child {
  margin-bottom: 30px;
}
.senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Title {
  font-size: 22px;
  writing-mode: vertical-rl;
}
.senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Title .jaT {
  display: none;
}
.senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Title .jaT.open {
  display: block;
}
.senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Title .enT {
  font-size: 73%;
  display: none;
}
.senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Title .enT.open {
  display: block;
  writing-mode: horizontal-tb;
}
.senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Title .enT.open.nm20 {
  margin-left: -2em;
}
.senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Img img {
  max-width: 190px;
  vertical-align: bottom;
}
.senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Img img.min {
  transform: scale(0.9);
}
@media (max-width: 1340px) {
  .senbeiSec__Area {
    max-width: 1040px;
  }
  .senbeiSec__Area--Box {
    max-width: 50%;
  }
  .senbeiSec__Area--Box.textArea {
    max-width: 40%;
  }
  .senbeiSec__Area--BoxWrap {
    display: flex;
  }
  .senbeiSec__Area--BoxWrap-Con {
    margin-left: 20px;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiTitle {
    font-size: 20px;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiSpec {
    padding: 0 20px;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Title {
    font-size: 18px;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Img img {
    max-width: 150px;
  }
}
@media (max-width: 1080px) {
  .senbeiSec__Area {
    max-width: 780px;
    display: flex;
    flex-direction: column-reverse;
    align-items: normal;
    justify-content: inherit;
  }
  .senbeiSec__Area--Box {
    max-width: 100%;
  }
  .senbeiSec__Area--Box.textArea {
    max-width: 100%;
  }
  .senbeiSec__Area--Box p {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: min(70px, 20vw);
  }
  .senbeiSec__Area--Box p.open {
    margin-top: 4em;
  }
  .senbeiSec__Area--BoxWrap {
    display: block;
  }
  .senbeiSec__Area--BoxWrap-Con {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiTitle {
    margin-bottom: 10px;
    margin-left: -10px;
    font-size: 24px;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiTitle span {
    display: block;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiSpec {
    border-left: 1px solid #fff;
    padding: 0 0px 0 20px;
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box:first-child {
    margin-bottom: 0px;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Title {
    margin-top: 0;
    margin-left: 0;
    margin-left: auto;
    writing-mode: inherit;
    font-size: 22px;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Img {
    margin-top: 0;
    margin-left: 0;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Img img {
    max-width: min(200px, 28vw);
  }
}
@media (max-width: 780px) {
  .senbeiSec__Area {
    max-width: 700px;
  }
  .senbeiSec__Area--Box {
    max-width: 100%;
  }
  .senbeiSec__Area--Box h2 {
    font-size: 24px;
  }
  .senbeiSec__Area--Box p {
    font-size: 16px;
  }
  .senbeiSec__Area--Box p.open {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  .senbeiSec__Area {
    padding: 0px 20px 200px 20px;
  }
  .senbeiSec__Area--Box.textArea {
    max-width: 100%;
  }
  .senbeiSec__Area--Box h2 {
    font-size: min(24px, 6.15vw);
  }
  .senbeiSec__Area--Box p {
    font-size: min(16px, 4.1vw);
  }
  .senbeiSec__Area--BoxWrap {
    display: block;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiTitle {
    font-size: min(12px, 3.2vw);
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Title {
    font-size: min(11px, 2.8vw);
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Img {
    margin-top: 0;
    margin-left: 0;
  }
  .senbeiSec__Area--BoxWrap-Con .senbeiSpec__Box--Img img {
    max-width: min(100px, 28vw);
  }
}

.img1Sec {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
}
.img1Sec__Area {
  padding: 200px 30px 200px 30px;
  box-sizing: border-box;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #fff;
}
.img1Sec__Area--Box {
  max-width: 40%;
}
.img1Sec__Area--BoxTitle {
  font-size: 32px;
  white-space: nowrap;
}
.img1Sec__Area--Box p {
  margin-top: 2em;
  font-size: 18px;
  line-height: 1.8;
}
.img1Sec__Area--Box p.open {
  margin-top: 2em;
}
.img1Sec__Area--Box.imgArea {
  max-width: 50%;
  margin-right: 120px;
  display: flex;
  justify-content: flex-end;
}
.img1Sec__Area--Box.imgArea img {
  width: 50vw;
}
@media (max-width: 1340px) {
  .img1Sec__Area {
    max-width: 1040px;
  }
  .img1Sec__Area--Box {
    max-width: 50%;
  }
  .img1Sec__Area--Box.imgArea {
    margin-right: 80px;
  }
}
@media (max-width: 1080px) {
  .img1Sec__Area {
    padding: 100px 30px 100px 30px;
    max-width: 780px;
    display: flex;
    flex-direction: column;
    align-items: normal;
  }
  .img1Sec__Area--Box {
    max-width: 100%;
  }
  .img1Sec__Area--BoxTitle.open {
    margin-top: 40px;
  }
  .img1Sec__Area--Box p {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: min(70px, 20vw);
  }
  .img1Sec__Area--Box p.open {
    margin-top: 4em;
  }
  .img1Sec__Area--Box.imgArea {
    padding: 0;
    max-width: 100%;
    margin-right: 0px;
    display: block;
  }
  .img1Sec__Area--Box.imgArea img {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .img1Sec__Area {
    max-width: 700px;
  }
  .img1Sec__Area--BoxTitle {
    font-size: 24px;
  }
  .img1Sec__Area--Box p {
    font-size: 16px;
  }
  .img1Sec__Area--Box p.open {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  .img1Sec__Area {
    padding: 100px 0px 100px 0px;
  }
  .img1Sec__Area--Box {
    padding: 0 20px;
  }
  .img1Sec__Area--BoxTitle {
    font-size: min(24px, 6.15vw);
  }
  .img1Sec__Area--Box p {
    font-size: min(16px, 4.1vw);
  }
  .img1Sec__Area--Box.imgArea {
    overflow: hidden;
  }
  .img1Sec__Area--Box.imgArea img {
    width: 100%;
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.img2Sec {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.img2Sec__Area {
  padding: 200px 30px 200px 30px;
  max-width: 1280px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #fff;
}
.img2Sec__Area--Box {
  max-width: 45%;
}
.img2Sec__Area--BoxTitle {
  font-size: 32px;
}
.img2Sec__Area--Box p {
  font-size: 18px;
  line-height: 1.8;
}
.img2Sec__Area--Box p.open {
  margin-top: 2em;
}
.img2Sec__Area--Box.imgArea {
  max-width: 55%;
  margin-right: 30px;
  display: flex;
  justify-content: flex-start;
}
.img2Sec__Area--Box.imgArea img {
  width: 55vw;
}
@media (max-width: 1340px) {
  .img2Sec__Area {
    max-width: 1040px;
  }
  .img2Sec__Area--Box {
    max-width: 50%;
  }
  .img2Sec__Area--Box.imgArea {
    max-width: 50%;
  }
}
@media (max-width: 1080px) {
  .img2Sec__Area {
    padding: 100px 30px 100px 30px;
    max-width: 780px;
    display: flex;
    flex-direction: column;
    align-items: normal;
  }
  .img2Sec__Area--Box {
    max-width: 100%;
  }
  .img2Sec__Area--BoxTitle.open {
    margin-top: 40px;
  }
  .img2Sec__Area--Box p {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: min(70px, 20vw);
  }
  .img2Sec__Area--Box p.open {
    margin-top: 4em;
  }
  .img2Sec__Area--Box.imgArea {
    padding: 0;
    max-width: 100%;
    margin-right: 0px;
    display: block;
  }
  .img2Sec__Area--Box.imgArea img {
    width: 100%;
    margin-left: 0vw;
  }
}
@media (max-width: 780px) {
  .img2Sec__Area {
    max-width: 700px;
  }
  .img2Sec__Area--Box {
    max-width: 100%;
  }
  .img2Sec__Area--BoxTitle {
    font-size: 24px;
  }
  .img2Sec__Area--Box p {
    font-size: 16px;
  }
  .img2Sec__Area--Box p.open {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  .img2Sec__Area {
    padding: 100px 0px 100px 0px;
  }
  .img2Sec__Area--Box {
    max-width: 100%;
    padding: 0 20px;
  }
  .img2Sec__Area--BoxTitle {
    font-size: min(24px, 6.15vw);
  }
  .img2Sec__Area--Box p {
    font-size: min(16px, 4.1vw);
  }
  .img2Sec__Area--Box.imgArea {
    overflow: hidden;
  }
  .img2Sec__Area--Box.imgArea img {
    width: 90vw;
    margin-left: 5vw;
  }
}

.play82Sec {
  position: relative;
  z-index: 2;
  background: #CDA777;
}
.play82Sec__Area {
  padding: 100px 30px 100px 30px;
  box-sizing: border-box;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.play82Sec__Area--Title {
  font-size: 45px;
}
.play82Sec__Area--Lead {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  max-width: 640px;
}
.play82Sec__Area--Lead.open {
  margin-top: 2em;
}
.play82Sec__Area--Field {
  max-width: 840px;
  margin: 60px auto;
  margin-top: 180px;
  position: relative;
}
.play82Sec__Area--FieldBtn {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}
.play82Sec__Area--FieldBtn .omote {
  margin-right: 30px;
}
.play82Sec__Area--FieldBtn p img.on {
  display: none;
}
.play82Sec__Area--FieldBtn p.on img {
  display: none;
}
.play82Sec__Area--FieldBtn p.on img.on {
  display: block;
}
.play82Sec__Area--FieldGyouji {
  position: absolute;
  right: 30px;
  top: 0;
}
.play82Sec__Area--FieldGyouji .huki {
  background: url(../assets/img/huki.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 100%;
  top: -40px;
  width: 250px;
  height: 250px;
  display: none;
  justify-content: center;
}
.play82Sec__Area--FieldGyouji .huki p {
  transition: opacity 0.5s ease;
  visibility: hidden;
  opacity: 0;
  width: 0;
  padding: 40px 0;
  margin-left: 0px;
  font-size: 16px;
  color: #fff;
  writing-mode: vertical-rl;
}
.play82Sec__Area--FieldGyouji .huki p.select {
  visibility: visible;
  margin-left: 40px;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
}
.play82Sec__Area--FieldGyouji .huki.open {
  display: flex;
}
.play82Sec__Area--FieldGyouji .huki.enCon {
  width: 270px;
  background: url(../assets/img/huki_en.svg) no-repeat;
  background-size: 100%;
  align-items: center;
}
.play82Sec__Area--FieldGyouji .huki.enCon p {
  writing-mode: horizontal-tb;
  font-size: 12px;
  line-height: 1.3;
}
.play82Sec__Area--FieldGyouji .huki.enCon p span {
  font-size: 15px;
  display: block;
  margin-bottom: 1em;
}
.play82Sec__Area--FieldGyouji .huki.enCon p.select {
  padding: 0 0 40px 0;
  margin-left: 90px;
  margin-right: 20px;
  margin-top: -20px;
}
.play82Sec__Area--FieldMain {
  background: url(../assets/img/dohyou_bg.svg) no-repeat center bottom;
  background-size: 100%;
  margin-bottom: 40px;
}
.play82Sec__Area--FieldMain .komaImg {
  padding: 0px 0 0 0;
  text-align: center;
}
.play82Sec__Area--FieldMain .komaImg div {
  transition: all 0.6s ease;
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.play82Sec__Area--FieldMain .komaImg div.select {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  height: auto;
}
.play82Sec__Area--FieldMain .komaImg img {
  max-width: 560px;
}
.play82Sec__Area--FieldSelect {
  display: flex;
  justify-content: space-between;
}
.play82Sec__Area--FieldSelect p.select img {
  filter: invert(100%);
}
.play82Sec__Area--FieldSelect p:hover img {
  filter: invert(100%);
}
.play82Sec__Area--Field .swiper-container {
  display: none;
}
.play82Sec__Area--More {
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-top: 120px;
  transition: all 0.5s ease;
}
.play82Sec__Area--MoreTitle {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.play82Sec__Area--MoreTitle span {
  display: none;
}
.play82Sec__Area--MoreTitle span.open {
  display: block;
}
.play82Sec__Area--More::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(205, 167, 119, 0) 0%, rgb(205, 167, 119) 100%);
}
.play82Sec__Area--MoreBox {
  position: relative;
}
.play82Sec__Area--MoreBox img {
  max-width: 100%;
  width: 100%;
}
.play82Sec__Area--More.open::after {
  display: none;
}
.play82Sec__Area .moreBtn {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.play82Sec__Area .moreBtn span {
  display: block;
}
.play82Sec__Area .moreBtn.on img {
  transform: rotate(180deg);
}
@media (max-width: 1340px) {
  .play82Sec__Area {
    max-width: 1040px;
  }
  .play82Sec__Area--Field {
    max-width: 640px;
    margin: 60px auto;
    margin-top: 120px;
  }
  .play82Sec__Area--FieldGyouji .huki {
    right: 40px;
    width: 200px;
    height: 200px;
  }
  .play82Sec__Area--FieldGyouji .huki p {
    font-size: 14px;
  }
  .play82Sec__Area--FieldGyouji .huki.enCon {
    width: 250px;
  }
  .play82Sec__Area--FieldGyouji .huki.enCon p {
    font-size: 12px;
  }
  .play82Sec__Area--FieldGyouji .huki.enCon p span {
    font-size: 14px;
  }
  .play82Sec__Area--FieldGyouji .huki.enCon p.select {
    margin-left: 90px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .play82Sec__Area--FieldGyouji .gyouji img {
    max-width: 120px;
  }
  .play82Sec__Area--FieldMain .komaImg img {
    max-width: 480px;
  }
  .play82Sec__Area--FieldSelect {
    display: flex;
    justify-content: space-between;
  }
  .play82Sec__Area--FieldSelect p.select img {
    filter: invert(100%);
  }
  .play82Sec__Area--FieldSelect p:hover img {
    filter: invert(100%);
  }
  .play82Sec__Area--FieldSelect p img {
    max-width: 40px;
  }
  .play82Sec__Area--MoreBox {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
  }
  .play82Sec__Area--MoreBox img {
    max-width: 100%;
    width: 100%;
  }
  .play82Sec__Area .moreBtn {
    margin-top: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
  .play82Sec__Area .moreBtn span {
    display: block;
  }
  .play82Sec__Area .moreBtn.on img {
    transform: rotate(180deg);
  }
}
@media (max-width: 1080px) {
  .play82Sec__Area {
    padding: 100px 30px 100px 30px;
    max-width: 780px;
  }
  .play82Sec__Area--Lead {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: min(70px, 20vw);
  }
  .play82Sec__Area--Lead.open {
    margin-top: 3em;
  }
  .play82Sec__Area--Field {
    max-width: 640px;
    margin: 100px auto 60px auto;
    position: relative;
  }
  .play82Sec__Area--FieldBtn {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: flex;
  }
  .play82Sec__Area--FieldBtn .omote {
    margin-right: 30px;
  }
  .play82Sec__Area--FieldGyouji {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .play82Sec__Area--FieldGyouji .huki {
    background: url(../assets/img/huki_sp.svg) no-repeat;
    background-size: 100%;
    position: relative;
    right: 0px;
    left: auto;
    top: auto;
    width: 250px;
    height: 250px;
    justify-content: center;
  }
  .play82Sec__Area--FieldGyouji .huki p {
    font-size: 16px;
    margin-left: 0em;
    color: #fff;
    writing-mode: vertical-rl;
  }
  .play82Sec__Area--FieldGyouji .huki p.select {
    position: relative;
    top: -0.5em;
    margin-left: -2.5em;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 1;
  }
  .play82Sec__Area--FieldGyouji .huki.enCon {
    width: 250px;
    height: 250px;
    background: url(../assets/img/huki_sp_en.svg) no-repeat;
    left: 0px;
    background-size: 100%;
    align-items: center;
  }
  .play82Sec__Area--FieldGyouji .huki.enCon p {
    font-size: 12px;
    line-height: 1.2;
  }
  .play82Sec__Area--FieldGyouji .huki.enCon p span {
    font-size: 15px;
    display: block;
    margin-bottom: 0.6em;
  }
  .play82Sec__Area--FieldGyouji .huki.enCon p.select {
    margin-top: -20px;
    margin-left: 30px;
    margin-right: 60px;
  }
  .play82Sec__Area--FieldGyouji .gyouji img {
    width: 100%;
    max-width: 100%;
  }
  .play82Sec__Area--FieldMain {
    background: url(../assets/img/dohyou_bg.svg) no-repeat center bottom;
    background-size: 100%;
    margin-bottom: 40px;
    margin-top: -100px;
  }
  .play82Sec__Area--FieldMain .komaImg {
    padding: 0px 0;
    text-align: center;
  }
  .play82Sec__Area--FieldMain .komaImg div {
    transition: all 0.6s ease;
    transform: translateY(-20%);
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
  .play82Sec__Area--FieldMain .komaImg div.select {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .play82Sec__Area--FieldMain .komaImg img {
    max-width: 80%;
  }
  .play82Sec__Area--FieldSelect {
    display: flex;
    display: none;
    justify-content: space-between;
  }
  .play82Sec__Area--FieldSelect p.select img {
    filter: invert(100%);
  }
  .play82Sec__Area--FieldSelect p:hover img {
    filter: invert(100%);
  }
  .play82Sec__Area--Field .swiper-container {
    overflow: hidden;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
  }
  .play82Sec__Area--Field .swiper-container .swiper-wrapper {
    align-items: center;
  }
  .play82Sec__Area--Field .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .play82Sec__Area--Field .swiper-container .swiper-button-prev:after {
    background: url(../assets/img/arrow_prev.svg) no-repeat left;
    background-size: 80%;
    width: 100%;
    height: 100%;
  }
  .play82Sec__Area--Field .swiper-container .swiper-button-next:after {
    background: url(../assets/img/arrow_next.svg) no-repeat right;
    background-size: 80%;
    width: 100%;
    height: 100%;
  }
  .play82Sec__Area--Field .swiper-container .swiper-button-prev:after, .play82Sec__Area--Field .swiper-container .swiper-button-next:after {
    color: #fff;
    font-size: 0;
  }
  .play82Sec__Area--More {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    transform: translateX(-2%);
  }
  .play82Sec__Area--MoreTitle {
    transform: translateX(2%);
    font-size: min(32px, 5.2vw);
  }
  .play82Sec__Area--More::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(205, 167, 119, 0) 0%, rgb(205, 167, 119) 100%);
  }
  .play82Sec__Area--MoreBox {
    position: relative;
  }
  .play82Sec__Area .moreBtn {
    margin-top: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
  .play82Sec__Area .moreBtn span {
    display: block;
  }
}
@media (max-width: 780px) {
  .play82Sec__Area {
    max-width: 700px;
  }
  .play82Sec__Area--Title {
    font-size: 24px;
  }
  .play82Sec__Area--Lead {
    font-size: 16px;
  }
  .play82Sec__Area--Lead.open {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  .play82Sec__Area {
    padding: 100px 20px 100px 20px;
  }
  .play82Sec__Area--Title {
    font-size: min(24px, 6.15vw);
  }
  .play82Sec__Area--Lead {
    font-size: min(16px, 4.1vw);
  }
  .play82Sec__Area--Field {
    margin: 60px auto 60px auto;
  }
  .play82Sec__Area--FieldGyouji {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .play82Sec__Area--FieldGyouji .huki {
    background: url(../assets/img/huki_sp.svg) no-repeat;
    background-size: 100%;
    position: relative;
    left: auto;
    top: auto;
    width: min(160px, 40vw);
    height: min(160px, 40vw);
    justify-content: center;
  }
  .play82Sec__Area--FieldGyouji .huki p {
    padding: 20px 0;
    margin-left: 0em;
    font-size: min(11px, 2.8vw);
    color: #fff;
    writing-mode: vertical-rl;
  }
  .play82Sec__Area--FieldGyouji .huki p.select {
    margin-left: -2em;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 1;
  }
  .play82Sec__Area--FieldGyouji .huki.enCon {
    width: min(200px, 48vw);
    height: min(200px, 48vw);
    background: url(../assets/img/huki_sp_en.svg) no-repeat;
    left: 0px;
    background-size: 100%;
    align-items: center;
  }
  .play82Sec__Area--FieldGyouji .huki.enCon p {
    font-size: min(11px, 2.2vw);
    line-height: 1.1;
  }
  .play82Sec__Area--FieldGyouji .huki.enCon p span {
    font-size: min(12px, 2.8vw);
    display: block;
    margin-bottom: 0.6em;
  }
  .play82Sec__Area--FieldGyouji .huki.enCon p.select {
    top: 0;
    margin-top: -10px;
    margin-left: 30px;
    margin-right: 60px;
  }
  .play82Sec__Area--FieldGyouji .gyouji img {
    width: min(100px, 30vw);
  }
  .play82Sec__Area--FieldMain {
    margin-top: -15vw;
  }
}

.itemSec {
  position: relative;
  z-index: 2;
  background: #E1DCD1;
}
.itemSec__Area {
  padding: 100px 30px 100px 30px;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.itemSec__Area--Title {
  font-size: 36px;
}
.itemSec__Area--Wrap {
  display: flex;
}
.itemSec__Area--WrapBox {
  width: 33.3%;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
.itemSec__Area--WrapBox-Wrap {
  height: 100%;
  flex-direction: column;
  display: flex;
}
.itemSec__Area--WrapBox-Img img {
  max-width: 100%;
}
.itemSec__Area--WrapBox-Img img.pcTr {
  transform: translateX(-10%);
}
.itemSec__Area--WrapBox-Txt {
  margin: auto 0;
  font-size: 16px;
}
.itemSec__Area--WrapBox-Txt span {
  border-bottom: 1px solid #000;
}
.itemSec__Area--WrapBox-Price {
  font-size: 16px;
  margin: 0px 0;
}
.itemSec__Area--WrapBox-Price span {
  font-size: 32px;
  font-weight: 600;
}
.itemSec__Area--WrapBox-Price.open {
  margin: 10px 0;
}
.itemSec__Area--WrapBox-Spec {
  font-size: 16px;
}
.itemSec__Area--Btn {
  margin-top: 0px;
  display: none;
  text-align: center;
  font-weight: bold;
}
.itemSec__Area--Btn a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  border-bottom: 1px solid #000;
}
.itemSec__Area--Btn a span {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: none;
}
.itemSec__Area--Btn.open {
  margin-top: 100px;
  display: block;
}
.itemSec__Bottom {
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 1340px) {
  .itemSec__Area {
    max-width: 1040px;
  }
}
@media (max-width: 1080px) {
  .itemSec__Area {
    padding: 40px 30px 40px 30px;
    box-sizing: border-box;
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
  }
  .itemSec__Area--Wrap {
    display: block;
  }
  .itemSec__Area--WrapBox {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: -60px;
    text-align: right;
    justify-content: space-between;
  }
  .itemSec__Area--WrapBox-Wrap {
    display: block;
  }
  .itemSec__Area--WrapBox-Img {
    width: 50%;
    margin-right: 5%;
  }
  .itemSec__Area--WrapBox-Img img {
    max-width: 100%;
  }
  .itemSec__Area--WrapBox-Img img.pcTr {
    transform: translateX(0%);
  }
  .itemSec__Area--WrapBox-Txt {
    text-align: center;
    margin-right: -0.5em;
  }
  .itemSec__Area--WrapBox-Spec {
    margin-right: -0.5em;
  }
  .itemSec__Area--Btn {
    margin-top: 100px;
    text-align: center;
  }
  .itemSec__Area--Btn a {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    border-bottom: 1px solid #000;
  }
  .itemSec__Bottom {
    font-size: 14px;
  }
}
@media (max-width: 780px) {
  .itemSec__Area {
    max-width: 700px;
  }
  .itemSec__Bottom {
    margin: 0 auto;
    text-align: left;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 480px) {
  .itemSec__Area {
    padding: 40px 20px 40px 20px;
  }
  .itemSec__Area--Title {
    font-size: min(24px, 6.15vw);
  }
  .itemSec__Area--Wrap {
    display: block;
  }
  .itemSec__Area--WrapBox {
    margin-bottom: -5vw;
  }
  .itemSec__Area--WrapBox-Img {
    width: 55%;
    margin-right: 0%;
  }
  .itemSec__Area--WrapBox-Img img {
    max-width: 100%;
  }
  .itemSec__Area--WrapBox-Txt {
    font-size: min(14px, 2.7vw);
  }
  .itemSec__Area--WrapBox-Price {
    font-size: min(16px, 4.1vw);
  }
  .itemSec__Area--WrapBox-Price span {
    font-size: min(24px, 6.15vw);
  }
  .itemSec__Area--WrapBox-Spec {
    font-size: min(14px, 2.7vw);
  }
  .itemSec__Area--Btn a {
    font-size: min(24px, 6.15vw);
  }
  .itemSec__Bottom {
    width: 100%;
    padding: 0 20px;
    text-align: left;
  }
  .itemSec__Bottom br {
    display: none;
  }
}

.AboutSec {
  position: relative;
  z-index: 2;
  background: #E1DCD1;
  font-family: "Noto Sans JP", sans-serif;
}
.AboutSec__Area {
  padding: 100px 30px 100px 30px;
  box-sizing: border-box;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AboutSec__Area--Box {
  max-width: 580px;
  width: 100%;
}
.AboutSec__Area--Box.hara {
  width: 100%;
  max-width: 380px;
  text-align: center;
}
.AboutSec__Area--BoxTitle {
  font-size: 24px;
}
.AboutSec__Area--Box p {
  font-size: 18px;
  line-height: 1.8;
}
.AboutSec__Area--Box p.open {
  margin-top: 1.5em;
}
.AboutSec__Bottom {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px 100px 30px;
  box-sizing: border-box;
  max-width: 1180px;
}
.AboutSec__Bottom p {
  font-size: 16px;
  line-height: 1.8;
  margin-left: 0px;
}
.AboutSec__Bottom--Logo {
  width: 100%;
  max-width: 380px !important;
  margin-bottom: 20px;
  text-align: center;
}
.AboutSec__Bottom--Logo img {
  max-width: 340px;
  max-height: 98px;
}
.AboutSec__Bottom--Logo {
  margin-bottom: 0;
}
.AboutSec__Bottom--Txt {
  width: 100%;
  max-width: 580px;
}
@media (max-width: 1340px) {
  .AboutSec__Area {
    max-width: 1040px;
  }
  .AboutSec__Area--Box {
    width: 100%;
  }
  .AboutSec__Area--Box.hara {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
  .AboutSec__Bottom {
    max-width: 1040px;
  }
  .AboutSec__Bottom--Logo {
    width: 100%;
    max-width: 280px !important;
  }
  .AboutSec__Bottom--Logo img {
    max-width: 280px;
    max-height: 68px;
  }
  .AboutSec__Bottom--Logo {
    margin-bottom: 0;
  }
  .AboutSec__Bottom--Txt {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .AboutSec__Area {
    max-width: 780px;
    flex-direction: column-reverse;
  }
  .AboutSec__Area--Box {
    max-width: 100%;
    width: 100%;
  }
  .AboutSec__Area--Box.hara {
    margin-top: 80px;
  }
  .AboutSec__Area--Box.hara img {
    max-width: 340px;
  }
  .AboutSec__Area--Box p {
    margin-left: min(70px, 20vw);
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .AboutSec__Area--Box p.open {
    margin-top: 4em;
  }
  .AboutSec__Bottom {
    max-width: 820px;
    display: block;
  }
  .AboutSec__Bottom--Logo {
    width: 100%;
    text-align: left;
    max-width: 280px !important;
  }
  .AboutSec__Bottom--Logo img {
    max-width: 330px;
    max-height: 90px;
  }
  .AboutSec__Bottom--Logo {
    margin-bottom: 0;
  }
  .AboutSec__Bottom--Txt {
    margin-left: 270px;
    max-width: 100%;
    width: auto;
    margin-top: 20px;
  }
  .AboutSec__Bottom--Txt p br {
    display: none;
  }
}
@media (max-width: 780px) {
  .AboutSec__Area {
    max-width: 700px;
  }
  .AboutSec__Area--Box.hara img {
    max-width: 190px;
  }
  .AboutSec__Area--Box p {
    font-size: 16px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .AboutSec__Bottom {
    max-width: 700px;
    display: block;
  }
  .AboutSec__Bottom p {
    text-align: left;
    margin-left: min(70px, 20vw);
    font-size: 14px;
  }
  .AboutSec__Bottom p.open {
    margin-top: 2em;
  }
  .AboutSec__Bottom--Txt {
    margin-left: min(70px, 20vw);
    max-width: 100%;
    width: auto;
    margin-top: 0px;
  }
  .AboutSec__Bottom--Txt p {
    margin-left: 0;
  }
  .AboutSec__Bottom--Txt p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .AboutSec__Area {
    padding: 100px 20px 100px 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: normal;
  }
  .AboutSec__Area--Box.hara {
    max-width: 40%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .AboutSec__Area--Box.hara img {
    max-width: 100%;
  }
  .AboutSec__Area--BoxTitle {
    font-size: min(24px, 6.15vw);
  }
  .AboutSec__Area--Box p {
    font-size: min(16px, 4.1vw);
    line-height: 1.8;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: min(70px, 20vw);
  }
  .AboutSec__Area--Box p.open {
    margin-top: 2em;
  }
  .AboutSec__Bottom {
    padding: 0px 20px 0 20px;
    text-align: center;
    width: 100%;
    padding-bottom: 100px;
  }
  .AboutSec__Bottom--Logo {
    margin-bottom: 20px;
  }
  .AboutSec__Bottom--Logo img {
    max-width: 270px;
  }
  .AboutSec__Bottom p {
    text-align: left;
    font-size: min(14px, 3.2vw);
    margin-left: min(70px, 20vw);
  }
  .AboutSec__Bottom p.open {
    margin-top: 1em;
  }
  .AboutSec__Bottom--Logo {
    margin: 0 auto !important;
    max-width: 320px !important;
    text-align: center !important;
  }
  .AboutSec__Bottom--Logo img {
    max-height: 90px;
  }
  .AboutSec__Bottom--Txt {
    margin-left: 0;
  }
}

footer {
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 3;
  padding: 70px 30px 30px 30px;
  background: #333333;
  color: #fff;
  font-size: 16px;
}
footer ul li {
  list-style: none;
  position: relative;
  margin-bottom: 40px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a span {
  display: none;
}
footer a span.open {
  display: block;
}
footer a span.open .sub {
  display: block !important;
}
footer .footerArea {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
footer .footerArea__Main {
  display: flex;
  justify-content: space-between;
}
footer .footerArea__Main--Box.logos {
  margin-top: -20px;
  max-width: 320px;
  margin-right: 120px;
}
footer .footerArea__Main--Box .bottomLogo img {
  display: none;
  width: 310px !important;
}
footer .footerArea__Main--Box .bottomLogo img.open {
  display: block;
}
footer .footerArea__Main--Box .bottomLogo {
  margin-bottom: 30px;
}
footer .footerArea__Main--Box .calender__Img {
  margin-top: 10px;
}
footer .footerArea__Main--Box .calender img {
  max-width: 100%;
}
footer .footerArea__Main--Box .buyBtn {
  font-size: 16px;
  padding: 5px 30px;
  border: 1px solid #fff;
}
footer .footerArea__Main--Box .spBtn {
  display: none;
}
footer .footerArea__Links {
  margin-top: 10px;
  margin-left: auto;
  width: 50%;
  display: flex;
  justify-content: space-between;
}
footer .footerArea__Links ul li a .sub {
  display: none;
  width: -moz-max-content;
  width: max-content;
  top: 100%;
  position: absolute;
  left: 0;
  font-size: 64%;
}
footer .footerArea__Links .pcBlocks {
  max-width: 220px;
}
footer .footerArea__Links .pcBlocks .footerBottom__Links--Banner {
  display: block;
  font-size: 12px;
}
footer .footerArea__Links .pcBlocks .footerBottom__Links--Banner p {
  margin-left: 0px;
  margin-bottom: 20px;
}
footer .footerArea__Links .pcBlocks .footerBottom__Links--Banner img {
  max-width: 120px;
  max-height: inherit;
}
footer .footerArea__Links .pcBlocks .footerBottom__Links--Sns {
  display: flex;
}
footer .footerArea__Links .pcBlocks .footerBottom__Links--Sns p {
  margin-right: 30px;
  margin-left: 0px;
}
footer .footerBottom {
  font-size: 12px;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
footer .footerBottom__Links {
  align-items: center;
  display: flex;
}
footer .footerBottom__Links ul {
  display: flex;
}
footer .footerBottom__Links ul li {
  margin-right: 50px;
  margin-bottom: 0;
}
footer .footerBottom__Links ul li a {
  color: #A3A3A3;
}
footer .footerBottom__Links--Banner {
  display: none;
}
footer .footerBottom__Links--Banner p {
  margin-left: 30px;
}
footer .footerBottom__Links--Banner img {
  max-height: 36px;
}
footer .footerBottom__Links--Sns {
  display: none;
}
footer .footerBottom__Links--Sns p {
  display: inline-block;
  margin-left: 30px;
}
footer .footerBottom .copy {
  width: 430px;
  color: #A3A3A3;
}
@media (max-width: 1340px) {
  footer .footerArea {
    max-width: 1040px;
  }
  footer .footerArea__Main {
    flex-direction: column;
  }
  footer .footerArea__Main--Box.logos {
    max-width: 165px;
    margin-right: 40px;
    margin-bottom: 20px;
  }
  footer .footerArea__Main--Box .bottomLogo {
    margin-bottom: 20px;
  }
  footer .footerArea__Main--Box .bottomLogo img {
    max-width: 250px;
    width: auto !important;
  }
  footer .footerArea__Main--Box .buyBtn {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footerArea__Links {
    margin-top: 90px;
    width: 70%;
  }
  footer .footerArea__Links ul {
    width: 30%;
  }
  footer .footerArea__Links ul li a .sub {
    font-size: 64%;
  }
  footer .footerBottom {
    font-size: 12px;
    max-width: 1040px;
    margin-top: 0;
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  footer .footerBottom__Links {
    align-items: center;
    display: flex;
  }
  footer .footerBottom__Links ul {
    display: flex;
  }
  footer .footerBottom__Links ul li {
    margin-left: 0px;
    margin-right: 60px;
    margin-bottom: 0;
  }
  footer .footerBottom__Links ul li:first-child {
    margin-left: 0px;
  }
  footer .footerBottom__Links--Sns p {
    margin-left: 30px;
  }
  footer .footerBottom .copy {
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 1080px) {
  footer .footerArea {
    max-width: 780px;
  }
  footer .footerArea__Main {
    max-width: 165px;
  }
  footer .footerArea__Links {
    font-size: 15px;
    width: 75%;
  }
  footer .footerBottom {
    font-size: 12px;
    max-width: 780px;
  }
}
@media (max-width: 780px) {
  footer ul li {
    list-style: none;
    position: relative;
    margin-bottom: 30px;
  }
  footer ul li a {
    color: #fff;
    text-decoration: none;
  }
  footer .footerArea {
    max-width: 420px;
    margin: 0 auto;
    display: block;
  }
  footer .footerArea__Main {
    max-width: inherit;
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  footer .footerArea__Main--Box.logos {
    max-width: 100%;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  footer .footerArea__Main--Box .bottomLogo {
    margin-bottom: 0;
  }
  footer .footerArea__Main--Box .bottomLogo img {
    max-width: 200px;
  }
  footer .footerArea__Main--Box .calender__Img {
    margin-top: 10px;
  }
  footer .footerArea__Main--Box .buyBtn {
    display: none;
  }
  footer .footerArea__Main--Box .spBtn {
    text-align: center;
    display: block;
    padding: 10px 10px;
    border: 1px solid #fff;
    margin-bottom: 50px;
  }
  footer .footerArea__Main--Box .spBtn a {
    color: #fff;
    text-decoration: none;
    font-size: min(20px, 4.8vw);
  }
  footer .footerArea__Main--Box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footerArea__Main--Box ul li {
    width: 37%;
  }
  footer .footerArea__Links {
    font-size: min(15px, 3.7vw);
    margin-top: 30px;
    width: 100%;
    justify-content: space-between;
  }
  footer .footerArea__Links ul {
    width: -moz-max-content;
    width: max-content;
  }
  footer .footerArea__Links ul li a span span {
    font-size: 72%;
  }
  footer .footerArea__Links .pcBlocks {
    display: none;
  }
  footer .footerBottom {
    font-size: 11px;
    max-width: 420px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: inherit;
    align-items: inherit;
    flex-direction: column;
  }
  footer .footerBottom__Links {
    align-items: center;
    display: block;
  }
  footer .footerBottom__Links ul {
    justify-content: space-between;
    margin-bottom: 30px;
  }
  footer .footerBottom__Links ul li {
    margin-left: 0px;
    margin-bottom: 0;
    margin-right: 0px;
  }
  footer .footerBottom__Links ul li a {
    color: #fff;
  }
  footer .footerBottom__Links--Banner {
    display: block;
    text-align: left;
  }
  footer .footerBottom__Links--Banner p {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    margin-bottom: 20px;
  }
  footer .footerBottom__Links--Banner img {
    width: 200px;
    max-width: 200px;
    max-height: inherit;
    margin-bottom: 10px;
  }
  footer .footerBottom__Links--Sns {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footerBottom__Links--Sns p {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
  }
  footer .copy {
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer {
    font-size: min(14px, 4.2vw);
  }
  footer .footerArea__Main--Box ul li {
    width: 153px;
  }
  footer .footerArea__Links ul li a span span {
    font-size: 64%;
  }
  footer .footerBottom {
    font-size: min(11px, 2.7vw);
  }
}
@media (max-width: 420px) {
  footer {
    font-size: min(14px, 4.2vw);
  }
  footer .footerArea__Main--Box ul li {
    width: 45%;
  }
}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/swiper/swiper-bundle.css ***!
  \*******************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}


/*# sourceMappingURL=bundle.css.map*/