/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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; /* バウンス防止 */
  font-family: "Noto Sans JP", sans-serif;
}
html.first {
  overflow: hidden;
  height: 100%;
}

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

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
}

.pcD {
  display: block !important;
}

.spD {
  display: none !important;
}

@media (max-width: 860px) {
  .pcD {
    display: none !important;
  }
  .spD {
    display: block !important;
  }
}
body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none; /* バウンス防止 */
}
body.first {
  overflow: hidden;
  overscroll-behavior: none; /* iOS 以外で慣性スクロール防止 */
}

header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+76,ffffff+100&1+76,0+100 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
header a {
  color: #fff;
}
header .eng {
  transform-origin: left;
  transform: scale(1.25, 1);
  letter-spacing: -0.02em;
  display: inline-block;
}
header.hTop {
  transition: all 0.5s ease;
  transform: translateY(-100%);
}
header.hTop.on {
  transform: translateY(0%);
}
header .header__Area {
  padding: 15px 20px;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
header .header__Area .logo {
  margin-left: auto;
}
header .header__Area .logo img {
  max-width: 160px;
  width: 100%;
  vertical-align: bottom;
}
header .header__Area__Box {
  margin-left: auto;
}
header .header__Area__Box.noLang {
  margin-right: 120px;
}
header .header__Area__Box .navWrap p span {
  cursor: text;
  color: #808080;
}
header .header__Area__Box ul {
  list-style: none;
  display: flex;
}
header .header__Area__Box ul li {
  display: block;
  position: relative;
  font-size: 24px;
  margin-left: 70px;
}
header .header__Area__Box ul li a {
  color: #1a1a1a;
  transition: color 0.3s ease;
}
header .header__Area__Box ul li a:hover {
  color: #c99b32;
}
header .header__Area__Box ul li span {
  cursor: pointer;
}
header .header__Area__Box ul li .menuWrap {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 105px;
  left: auto;
  right: 0;
  width: 30vw;
  transform: translateX(100%);
  height: 0;
  box-sizing: border-box;
  padding-left: 50px;
  background: #1a1a1a;
}
header .header__Area__Box ul li .menuWrap.on {
  opacity: 1;
  visibility: visible;
  height: auto;
}
header .header__Area__Box ul li .menuWrap p {
  display: none;
  max-width: 820px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: min(20px, 5.6vw);
}
header .header__Area__Box ul li .menuWrap ul {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  display: block;
}
header .header__Area__Box ul li .menuWrap ul li {
  margin-left: 0;
  margin-bottom: 10px;
  display: block;
  font-size: min(18px, 4.2vw);
}
header .header__Area__Box ul li .menuWrap ul li a {
  color: #fff;
  transition: color 0.3s ease;
}
header .header__Area__Box ul li .menuWrap ul li a[target=_blank] {
  padding-right: 1.2em;
  position: relative;
}
header .header__Area__Box ul li .menuWrap ul li a[target=_blank]::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  background: url(../assets/img/icon_blank.svg) no-repeat;
  background-size: 100%;
}
header .header__Area__Box ul li .menuWrap ul li a:hover {
  color: #c99b32;
}
header .header__Area__Box ul li .menuWrap::after {
  position: absolute;
  opacity: 0.3;
  bottom: 0;
  left: 0;
  background: url(../assets/img/bg2_w.png) no-repeat bottom left;
  background-size: 100%;
  height: 40vw;
  width: 100%;
  content: "";
  display: block;
}
header .header__Area__Lang {
  font-size: 18px;
  margin-left: 70px;
  margin-right: 90px;
}
header .header__Area__Lang a {
  color: #808080;
}
@media (max-width: 1520px) {
  header .header__Area .logo img {
    max-width: 160px;
  }
  header .header__Area__Box ul li {
    font-size: 24px;
  }
  header .header__Area__Lang {
    font-size: 18px;
  }
}
@media screen and (max-width: 860px) {
  header .header__Area .logo {
    margin-left: 20px;
  }
  header .header__Area .logo img {
    max-width: 100px;
  }
  header .header__Area__Box {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    display: block;
    top: 75px;
    left: 0;
    background: #1a1a1a;
    height: calc(100vh - 30px);
    width: 100%;
  }
  header .header__Area__Box ul {
    margin-top: 40px;
  }
  header .header__Area__Box ul li {
    margin-left: 0;
  }
  header .header__Area__Box ul li .menuWrap {
    position: fixed;
    overflow: scroll;
    top: auto;
    left: 0;
    width: 100%;
    height: 0;
    visibility: visible;
    box-sizing: border-box;
    opacity: 1;
    background: none;
  }
  header .header__Area__Box ul li .menuWrap.on {
    opacity: 1;
    visibility: visible;
    height: calc(100vh - 75px);
  }
  header .header__Area__Box ul li .menuWrap p {
    margin-top: 30px;
    margin-bottom: 31px;
    font-size: min(20px, 5.6vw);
  }
  header .header__Area__Box ul li .menuWrap ul {
    margin-bottom: 60px;
    display: block;
  }
  header .header__Area__Box ul li .menuWrap ul li {
    margin-left: 0px;
    margin-bottom: 5px;
    display: block;
    font-size: min(18px, 4.2vw);
  }
  header .header__Area__Box ul li .menuWrap::after {
    position: absolute;
    opacity: 0.3;
    bottom: 0;
    left: 0;
    background: url(../assets/img/bg2_w.png) no-repeat bottom left;
    background-size: 100%;
    height: 20vw;
    width: 100%;
    content: "";
    display: block;
  }
  header .header__Area__Lang {
    font-size: min(18px, 4.8vw);
    margin-left: auto;
    margin-right: 100px;
  }
}

.side-open header {
  background: #1a1a1a;
}
.side-open header .header__Area .logo img {
  filter: invert(100%);
}
.side-open header .header__Area__Box ul li a {
  color: #fff;
  transition: color 0.3s ease;
}
.side-open header .header__Area__Box ul li a:hover {
  color: #c99b32;
}
.side-open header .header__Area__Box .menuWrap {
  transform: translateX(0%);
}
.side-open header .header__Area__Lang {
  color: #fff;
}
.side-open header .header__Area__Lang a {
  color: #808080;
}

@media screen and (max-width: 860px) {
  .side-open header .header__Area__Box {
    opacity: 1;
    visibility: visible;
  }
}
.menu {
  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: 4px;
  background-color: #1a1a1a;
  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: 18px;
  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: 3px;
  transform: translateY(-14px) rotate(45deg);
}

.side-open .menu .menu-trigger span {
  background: #fff;
}

@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;
  }
}
main a {
  transition: color 0.3s ease;
}
main a:hover {
  color: #c99b32;
}

.gColor img {
  filter: grayscale(100%) brightness(50%);
  transition: filter 0.3s ease;
}

.gColor img.on {
  filter: grayscale(0%) brightness(100%);
}

.btnNormal {
  text-align: center;
  margin-top: 60px;
}
.btnNormal a {
  background: #fff;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 5px 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 24px;
}
@media screen and (max-width: 860px) {
  .btnNormal {
    margin-top: 30px;
  }
  .btnNormal a {
    font-size: min(18px, 4.8vw);
  }
}

.txt__Link {
  position: relative;
  padding: 0 20px 2px 0;
  font-size: 17px;
  margin-top: 5px;
  display: inline-block;
  transition: all 0.3s ease;
}
.txt__Link::before {
  width: 110%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
}
.txt__Link::after {
  transform: rotate(-30deg);
  width: 1px;
  height: 1em;
  background: #000;
  position: absolute;
  bottom: 0;
  right: -7%;
  content: "";
  display: block;
}
.txt__Link:hover {
  padding: 0 40px 2px 0;
}
@media screen and (max-width: 860px) {
  .txt__Link {
    font-size: min(16px, 4.2vw);
  }
}

.mainV {
  position: relative;
  font-weight: 900;
  pointer-events: none;
  overflow: hidden;
}
.mainV__BG img {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease 1s;
  transform: scale(1);
}
.mainV__Title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mainV__Title img {
  pointer-events: none;
}
.mainV__Title img.mainLogo {
  transition: opacity 1s ease 0s;
  opacity: 0;
  max-height: 420px;
  height: 40vh;
}
.mainV__Title .subTitle {
  text-align: center;
  transition: opacity 1s ease 2s;
  opacity: 0;
}
.mainV__Title .subTitle img {
  transform: translateY(-100%);
  max-height: 90px;
  height: 8vh;
}
.mainV__Bottom {
  transition: transform 1s ease 1s;
  transform: translateY(100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.mainV__Bottom--Title {
  margin-right: 20px;
}
.mainV__Bottom--Title img {
  vertical-align: sub;
}
.mainV.on {
  transform: scale(1);
}
.mainV.on .mainV__BG img {
  transform: scale(1);
  opacity: 1;
}
.mainV.on .mainV__Title img.mainLogo {
  opacity: 1;
}
.mainV.on .mainV__Title .subTitle {
  opacity: 1;
}
.mainV.on .mainV__Bottom {
  transform: translateY(0%);
}
@media screen and (max-width: 860px) {
  .mainV__Title img.mainLogo {
    max-width: 130vw;
    max-height: min(360px, 30vh);
    height: auto;
  }
  .mainV__Title .subTitle img {
    max-height: 10vh;
    height: 8vh;
    max-width: 60vw;
  }
  .mainV__Bottom {
    display: block;
    font-size: min(12px, 3.2vw);
    text-align: center;
  }
  .mainV__Bottom--Title {
    margin-right: 20px;
  }
  .mainV__Bottom img {
    max-width: 70vw;
    display: block;
    margin: 0 auto 10px auto;
  }
}

.situationNow {
  padding: 20px 30px;
  box-sizing: border-box;
  background: #4d4d4d;
}
.situationNow__Area {
  display: flex;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.situationNow__Area .titleSec {
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  padding: 0 20px;
  font-weight: 900;
  padding-bottom: 10px;
  height: 30px;
  box-sizing: border-box;
}
.situationNow__Area--Title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  transform-origin: left;
  transform: scale(1.25, 1);
  letter-spacing: -0.1em;
}
.situationNow__Area--Title .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.situationNow__Area--Title .todat {
  font-size: 32px;
}
.situationNow__Area--Title .todat span {
  font-size: 72%;
}
.situationNow__Area--Title .situation {
  font-size: 32px;
}
.situationNow__Area--Wrap {
  justify-content: space-between;
  display: flex;
  margin-left: auto;
}
.situationNow__Area--Weather {
  display: flex;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.situationNow__Area--Weather .tenki {
  text-align: center;
  width: 100px;
}
.situationNow__Area--Weather .tenki__Icon {
  padding: 10px 0;
}
.situationNow__Area--Weather .tenki__Icon img {
  max-width: 42px;
}
.situationNow__Area--Weather .kion {
  text-align: center;
  font-size: 24px;
  width: 120px;
}
.situationNow__Area--Weather .kion__Num {
  padding: 10px 0;
  line-height: 1.8;
}
.situationNow__Area--Weather .sekisetsu {
  font-size: 24px;
  width: 180px;
}
.situationNow__Area--Weather .sekisetsu__Wrap {
  padding: 10px 0;
}
.situationNow__Area--Weather .sekisetsu__Wrap--Box {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 10px;
}
.situationNow__Area--Weather .sekisetsu__Wrap--BoxTitle {
  text-align: right;
  width: 47%;
  margin-right: 3%;
  font-size: 12px;
}
.situationNow__Area--Weather .sekisetsu__Wrap--BoxSpec {
  width: 50%;
}
.situationNow__Area--Lift .lift {
  width: 250px;
}
.situationNow__Area--Lift .lift__Box {
  border-radius: 30px;
  border: 1px solid #fff;
  font-weight: 900;
  font-size: 14px;
  overflow: hidden;
  display: flex;
  margin-top: 10px;
}
.situationNow__Area--Lift .lift__Box--Title {
  width: 60%;
  padding: 2px 4px 2px 10px;
}
.situationNow__Area--Lift .lift__Box--spec {
  border-left: 1px solid #fff;
  width: 40%;
  padding: 2px 8px;
}
.situationNow__Area--Lift .lift__Box--spec.on {
  background: #fff;
  color: #4d4d4d;
}
.situationNow__Area--Btn {
  margin-left: 60px;
}
.situationNow__Area--Btn .bLink {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.situationNow__Area--Btn .bLink a {
  border-radius: 5px;
  display: block;
  border: 1px solid #fff;
  width: 100%;
  max-width: 150px;
  box-sizing: border-box;
  padding: 13px 15px;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .situationNow__Area {
    display: block;
  }
  .situationNow__Area .titleSec {
    font-size: min(12px, 3.2vw);
  }
  .situationNow__Area--Title {
    margin-bottom: 20px;
    display: inline-block;
  }
  .situationNow__Area--Title .title {
    font-size: min(15px, 4.5vw);
    margin-bottom: 5px;
  }
  .situationNow__Area--Title .todat {
    font-size: min(20px, 5.6vw);
  }
  .situationNow__Area--Title .todat span {
    font-size: 72%;
  }
  .situationNow__Area--Title .situation {
    font-size: min(20px, 5.6vw);
  }
  .situationNow__Area--Wrap {
    display: block;
  }
  .situationNow__Area--Weather .tenki__Icon img {
    max-width: 36px;
  }
  .situationNow__Area--Weather .kion {
    font-size: min(20px, 5.6vw);
  }
  .situationNow__Area--Weather .sekisetsu {
    font-size: min(20px, 5.6vw);
  }
  .situationNow__Area--Weather .sekisetsu__Wrap {
    padding: 10px 0;
  }
  .situationNow__Area--Weather .sekisetsu__Wrap--BoxTitle {
    font-size: min(12px, 3.2vw);
  }
  .situationNow__Area--Weather .sekisetsu__Wrap--BoxSpec {
    width: 50%;
  }
  .situationNow__Area--Lift .lift {
    width: min(360px, 90%);
    margin: 0 auto;
  }
  .situationNow__Area--Lift .lift__Box {
    font-size: min(15px, 4.2vw);
  }
  .situationNow__Area--Btn {
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    max-width: 400px;
    justify-content: space-between;
  }
  .situationNow__Area--Btn .bLink {
    font-size: min(12px, 3.2vw);
    text-align: center;
  }
  .situationNow__Area--Btn .bLink a {
    border-radius: 5px;
    display: block;
    border: 1px solid #fff;
    width: 100%;
    max-width: 150px;
    box-sizing: border-box;
    padding: 8px 3vw;
    color: #fff;
  }
}

.topAbout {
  padding: 180px 30px;
  background: url(../assets/img/bg1.png) no-repeat top right, url(../assets/img/bg2.png) no-repeat bottom left;
  background-size: 60%;
}
.topAbout__Lead {
  text-align: center;
  transition: all 1s ease;
  opacity: 0;
}
.topAbout__Lead img {
  max-height: 68px;
}
.topAbout__Lead.on {
  opacity: 1;
}
.topAbout__Txt {
  transition: all 1s ease;
  opacity: 0;
  font-family: "Noto Serif JP", serif;
  margin: 80px 0;
  font-size: 24px;
  text-align: center;
  line-height: 2.4;
}
.topAbout__Txt.on {
  opacity: 1;
}
.topAbout__Logo {
  transition: all 0.5s ease;
  opacity: 1;
  transform: scale(1);
  text-align: center;
}
.topAbout__Logo img {
  max-width: 270px;
}
.topAbout__Logo.on {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 860px) {
  .topAbout {
    padding: 90px 30px;
    background: url(../assets/img/bg1.png) no-repeat top right, url(../assets/img/bg2.png) no-repeat bottom left;
    background-size: 150%;
  }
  .topAbout__Lead img {
    max-height: min(48px, 9vw);
  }
  .topAbout__Lead.on {
    opacity: 1;
    transform: scale(1);
  }
  .topAbout__Txt {
    margin: 40px 0;
    font-size: min(14px, 3.4vw);
  }
  .topAbout__Txt.on {
    opacity: 1;
  }
  .topAbout__Logo img {
    max-width: min(240px, 40vw);
  }
}

.topSecTitle {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.topSecTitle__Con {
  font-weight: 900;
}
.topSecTitle__Con img {
  max-height: 47px;
}
.topSecTitle__Con span {
  display: block;
  margin-top: 15px;
  font-size: 20px;
}
@media screen and (max-width: 860px) {
  .topSecTitle__Con img {
    max-height: min(48px, 8vw);
  }
  .topSecTitle__Con span {
    margin-top: 5px;
    font-size: min(15px, 4.2vw);
  }
}

.topNwes {
  padding: 60px 30px;
  background: #e6e6e6;
}
.topNwes__Area {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.topNwes__Area--Pickup {
  display: flex;
  margin-bottom: 40px;
}
.topNwes__Area--Pickup .img {
  width: calc(25% - 15px);
  margin-left: 20px;
  overflow: hidden;
}
.topNwes__Area--Pickup .img:first-child {
  margin-left: 0px;
}
.topNwes__Area--Pickup .img a {
  display: block;
  aspect-ratio: 1/1;
}
.topNwes__Area--Pickup .img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topNwes__Area--List {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  background: #fff;
}
.topNwes__Area--List ul {
  padding: 30px 80px;
}
.topNwes__Area--List ul li {
  margin-bottom: 10px;
}
.topNwes__Area--List ul li a {
  display: flex;
}
.topNwes__Area--List ul li a span {
  display: flex;
  align-items: flex-start;
}
.topNwes__Area--List ul li a span::after {
  content: "|";
  margin: 0 7px;
}
.topNwes__Area--List ul li a[target=_blank] {
  padding-right: 1.2em;
  position: relative;
}
.topNwes__Area--List ul li a[target=_blank]::after {
  position: relative;
  top: 0.5em;
  filter: brightness(0);
  content: "";
  margin-left: 0.3em;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: url(../assets/img/icon_blank.svg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 860px) {
  .topNwes {
    padding: 60px 30px;
  }
  .topNwes__Area--Pickup {
    width: calc(100vw - 30px);
    display: flex;
    margin-bottom: 20px;
    overflow: auto;
    scroll-snap-type: x;
  }
  .topNwes__Area--Pickup .img {
    width: calc(37% - 15px);
    scroll-snap-align: start;
    flex: none;
  }
  .topNwes__Area--List {
    font-size: min(12px, 3.2vw);
  }
  .topNwes__Area--List ul {
    padding: 20px 20px;
  }
  .topNwes__Area--List ul li {
    margin-bottom: 15px;
  }
  .topNwes__Area--List ul li a {
    display: block;
  }
  .topNwes__Area--List ul li a span {
    display: block;
  }
  .topNwes__Area--List ul li a span::after {
    display: none;
  }
  .topNwes__Area--List ul li a[target=_blank]::after {
    top: 0em;
  }
}

.topFeatures {
  padding: 60px 30px;
  background: url(../assets/img/page/page_bg1.png) no-repeat top right, url(../assets/img/page/page_bg2.png) no-repeat bottom left;
  background-size: 60%, 60%;
}
.topFeatures__Area--box {
  margin-bottom: 60px;
}
.topFeatures__Area--box.bigC .topFeatures__Area--box-Wrap {
  max-width: 1500px;
  grid-template-rows: 1fr 1fr 1fr;
}
.topFeatures__Area--box.Flex {
  display: flex;
  max-width: 1220px;
  justify-content: space-between;
  margin: 0 auto;
}
.topFeatures__Area--box.Flex .topFeatures__Area--box-Wrap {
  margin: 0;
  max-width: 390px;
  width: calc(33.33% - 15px);
  display: block;
}
.topFeatures__Area--box.Flex .topFeatures__Area--box-Wrap .txt__Title {
  margin-top: 15px;
  padding-bottom: 10px;
}
.topFeatures__Area--box.Flex .topFeatures__Area--box-Wrap .txt__Title::after {
  display: none;
}
.topFeatures__Area--box-Wrap {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 0.5fr 1fr;
}
.topFeatures__Area--box-Wrap .img {
  grid-row: 1/3;
}
.topFeatures__Area--box-Wrap .img.re {
  order: 4;
  grid-row: 2/4;
  display: flex;
}
.topFeatures__Area--box-Wrap .img.re img {
  margin-top: auto;
}
.topFeatures__Area--box-Wrap .img img {
  max-width: 100%;
}
.topFeatures__Area--box-Wrap .txt {
  grid-row: 1/2;
}
.topFeatures__Area--box-Wrap .txt__Wrap {
  max-width: 390px;
  font-size: 15px;
  line-height: 1.8;
}
.topFeatures__Area--box-Wrap .txt__Title {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 20px;
  position: relative;
}
.topFeatures__Area--box-Wrap .txt__Title::after {
  height: 1px;
  width: calc(100% + 30px);
  background: #c99b32;
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.topFeatures__Area--box-Wrap .txt.re {
  grid-row: 3/4;
}
.topFeatures__Area--box-Wrap .txt.re .txt__Wrap {
  margin-left: auto;
}
.topFeatures__Area--box-Wrap .txt.re .txt__Title {
  margin-top: 0px;
}
.topFeatures__Area--box-Wrap .txt.re .txt__Title::after {
  right: auto;
  left: 0;
}
@media screen and (max-width: 860px) {
  .topFeatures {
    background-size: 100%;
  }
  .topFeatures__Area--box {
    margin-bottom: 0px;
  }
  .topFeatures__Area--box.bigC .topFeatures__Area--box-Wrap {
    grid-template-rows: auto;
  }
  .topFeatures__Area--box.Flex {
    display: block;
    margin: 0 auto;
  }
  .topFeatures__Area--box.Flex .topFeatures__Area--box-Wrap {
    margin: 0;
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .topFeatures__Area--box.Flex .topFeatures__Area--box-Wrap .txt__Title {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .topFeatures__Area--box.Flex .topFeatures__Area--box-Wrap .txt__Title::after {
    display: none;
  }
  .topFeatures__Area--box-Wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0px;
  }
  .topFeatures__Area--box-Wrap .img {
    grid-row: auto;
    order: 0;
    display: block;
  }
  .topFeatures__Area--box-Wrap .img img {
    margin-top: 0;
    max-width: 100%;
  }
  .topFeatures__Area--box-Wrap .img.re {
    grid-row: auto;
    order: 0;
    display: block;
  }
  .topFeatures__Area--box-Wrap .txt {
    grid-row: auto;
    margin-bottom: 40px;
  }
  .topFeatures__Area--box-Wrap .txt__Wrap {
    max-width: 100%;
  }
  .topFeatures__Area--box-Wrap .txt__Link {
    font-size: min(15px, 4.2vw);
  }
  .topFeatures__Area--box-Wrap .txt__Title {
    font-size: min(20px, 5.6vw);
  }
  .topFeatures__Area--box-Wrap .txt__Con {
    font-size: min(14px, 3.9vw);
  }
  .topFeatures__Area--box-Wrap .txt.re {
    grid-row: auto;
  }
  .topFeatures__Area--box-Wrap .txt.re .txt__Wrap {
    margin-left: 0;
  }
  .topFeatures__Area--box-Wrap .txt.re .txt__Title {
    margin-top: 20px;
  }
  .topFeatures__Area--box-Wrap .txt.re .txt__Title::after {
    left: auto;
    right: 0;
  }
}

.topAccess {
  padding: 60px 30px;
  background: #e6e6e6;
}
.topAccess__Area--Map {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.topAccess__Area--Map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 860px) {
  .topAccess {
    padding: 60px 30px;
  }
  .topAccess__Area--Map {
    aspect-ratio: 16/24;
  }
}

footer {
  position: relative;
  background: #1a1a1a;
  padding: 100px 30px 80px 30px;
  font-size: 12px;
  color: #fff;
}
footer a {
  color: #fff;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #c99b32;
}
footer .footerArea {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}
footer .footerArea__Wrap {
  display: flex;
}
footer .footerArea__Wrap--Link {
  display: flex;
}
footer .footerArea__Wrap--Link .linkBox {
  margin-right: 80px;
}
footer .footerArea__Wrap--Link .linkBox ul li {
  font-size: 18px;
  color: #808080;
}
footer .footerArea__Wrap--Link .linkBox ul li.eng {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 24px;
}
footer .footerArea__Wrap--Link .linkBox ul li.eng span {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
footer .footerArea__Wrap--Link .linkBox ul li span {
  font-size: 72%;
  margin-left: 10px;
}
footer .footerArea__Wrap--Link .linkBox ul li a[target=_blank] {
  padding-right: 1.2em;
  position: relative;
}
footer .footerArea__Wrap--Link .linkBox ul li a[target=_blank]::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  background: url(../assets/img/icon_blank.svg) no-repeat;
  background-size: 100%;
}
footer .footerArea__Wrap--Link .linkBox .sns {
  display: flex;
  margin-top: 40px;
}
footer .footerArea__Wrap--Link .linkBox .sns p {
  margin-right: 40px;
}
footer .footerArea__Wrap--Logo {
  margin: 0 auto;
}
footer .footerArea__Wrap--Logo img {
  max-width: 380px;
}
footer .footerArea__Bottom {
  margin-top: 60px;
}
footer .footerArea__Bottom--Title {
  font-size: 18px;
  font-weight: 900;
}
footer .footerArea__Bottom--Txt {
  font-size: 15px;
}
footer .footerArea__Bottom--TF {
  display: flex;
}
footer .footerArea__Bottom--TF p {
  font-size: 11px;
  margin-right: 20px;
}
footer .footerArea__Bottom--TF p span {
  font-size: 15px;
}
footer .footerArea .copy {
  font-size: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  footer .footerArea__Wrap--Logo img {
    max-width: 230px;
  }
}
@media screen and (max-width: 860px) {
  footer {
    position: relative;
    background: #1a1a1a;
    padding: 30px 30px 60px 30px;
    font-size: 12px;
    color: #fff;
  }
  footer a {
    color: #fff;
  }
  footer .footerArea__Wrap {
    display: block;
  }
  footer .footerArea__Wrap--Link {
    display: block;
  }
  footer .footerArea__Wrap--Link .linkBox {
    margin-right: 0px;
  }
  footer .footerArea__Wrap--Link .linkBox:last-child {
    margin-top: 30px;
  }
  footer .footerArea__Wrap--Link .linkBox ul li {
    font-size: min(16px, 4.8vw);
  }
  footer .footerArea__Wrap--Link .linkBox ul li.eng {
    font-size: min(20px, 5.6vw);
  }
  footer .footerArea__Wrap--Link .linkBox .sns {
    display: flex;
    margin-top: 40px;
  }
  footer .footerArea__Wrap--Link .linkBox .sns p {
    margin-right: 40px;
  }
  footer .footerArea__Wrap--Logo {
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
  }
  footer .footerArea__Wrap--Logo img {
    max-width: 230px;
  }
  footer .footerArea__Bottom {
    margin-top: 40px;
  }
  footer .footerArea__Bottom--Title {
    font-size: min(16px, 4.8vw);
  }
  footer .footerArea__Bottom--Txt {
    font-size: min(13px, 3.9vw);
  }
  footer .footerArea__Bottom--TF {
    display: flex;
  }
  footer .footerArea__Bottom--TF p {
    font-size: min(11px, 2.9vw);
    margin-right: 20px;
  }
  footer .footerArea__Bottom--TF p span {
    font-size: min(13px, 3.9vw);
  }
  footer .footerArea .copy {
    font-size: min(11px, 2.9vw);
    margin-top: 20px;
  }
}

.fixBtn {
  position: fixed;
  bottom: 10vw;
  z-index: 20;
  /* padding: 20px; */
  right: 20px;
  width: 150px;
}
.fixBtn a {
  width: 100%;
  display: block;
}
.fixBtn a img {
  max-width: 100%;
}
.fixBtn.fTop {
  opacity: 0;
  transition: opacity 0.5s ease 1s;
}
.fixBtn.fTop.on {
  opacity: 1;
}
@media screen and (max-width: 860px) {
  .fixBtn {
    width: 70px;
  }
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/page.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.pageV {
  position: relative;
  padding-top: 108px;
}
.pageV__Bg {
  height: 370px;
  width: 100%;
}
.pageV__Bg img {
  max-width: 100%;
  max-height: 370px;
  height: 100%;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageV__Title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 900;
  color: #fff;
}
.pageV__Title.noL {
  top: calc(50% + 59px);
}
.pageV__Title h1 {
  font-size: 90px;
  line-height: 1;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
  transform: scale(1.25, 1);
  letter-spacing: -0.05em;
  font-weight: 900;
}
.pageV__Title h1 img {
  max-height: 83px;
}
.pageV__Title .enT {
  line-height: 1;
  font-size: 32px;
  margin-top: 15px;
  display: inline-block;
}
@media screen and (max-width: 860px) {
  .pageV {
    position: relative;
    padding-top: 78px;
  }
  .pageV__Bg {
    height: 200px;
  }
  .pageV__Bg img {
    height: 100%;
    width: 100vw;
    -o-object-position: left;
       object-position: left;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pageV__Title {
    width: -moz-max-content;
    width: max-content;
  }
  .pageV__Title.noL {
    top: calc(50% + 39px);
  }
  .pageV__Title h1 {
    font-size: min(60px, 10.2vw);
  }
  .pageV__Title h1 img {
    max-height: 36px;
  }
  .pageV__Title .enT {
    padding: 10px 2em;
    font-size: min(18px, 4.8vw);
  }
}

.mTitle {
  padding-top: 40px;
  background: url(../assets/img/page/title_icon.svg) no-repeat top center;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 60px;
}
.mTitle.mtM {
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  .mTitle {
    background-size: 60px;
    padding-top: 30px;
    font-size: min(22px, 5.6vw);
    margin-bottom: 40px;
  }
  .mTitle.mtM {
    margin-top: 40px;
  }
}

.page__Con {
  padding: 0 0px 180px 0px;
  background: url(../assets/img/page/page_bg1.png) no-repeat top right, url(../assets/img/page/page_bg2.png) no-repeat bottom left;
  background-size: 60%;
}
.page__Con .leadP {
  font-weight: bold;
  transform: translateY(-100px);
  width: 820px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 30px;
  border-bottom: 5px solid #1a1a1a;
  box-sizing: border-box;
}
.page__Con .leadP p {
  font-size: 24px;
  line-height: 1.8;
}
.page__Con--Sec .table1 {
  background: #fff;
  margin: 0 auto;
}
.page__Con--Sec .table1.w1 {
  max-width: 820px;
}
.page__Con--Sec .table1 .title {
  width: 200px;
}
.page__Con--Sec .table1.mb {
  margin-bottom: 60px;
}
.page__Con--Sec .table1 th {
  width: 25%;
}
.page__Con--Sec .table1 td {
  width: 75%;
}
.page__Con--Sec .table2 .specT {
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.page__Con--Sec .table2 .specT span {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.page__Con--Sec .table2 .specT span.on {
  background: #c99b32;
}
.page__Con--Sec .table2 .specT span.off {
  background: #ccc;
}
.page__Con--Sec .table2 td {
  width: 25%;
}
.page__Con--Sec .table2.lS td {
  width: 15%;
}
.page__Con--Sec table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  -webkit-text-size-adjust: 100%;
}
.page__Con--Sec table th {
  font-size: 18px;
  padding: 20px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page__Con--Sec table td {
  padding: 20px;
  font-size: 16px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page__Con--Sec table td span {
  font-size: 72%;
}
.page__Con--Sec table td.big {
  vertical-align: middle;
  font-size: 200%;
  font-weight: bold;
}
.page__Con--Sec table .thTitle {
  font-size: 20px;
  vertical-align: middle;
  background: #efefef;
  font-weight: 900;
  text-align: center;
}
.page__Con--Sec table .tdTitle {
  font-size: 15px;
  vertical-align: middle;
  background: #efefef;
  font-weight: 600;
  text-align: center;
}
.page__Con--Sec table tr.center td {
  text-align: center;
}
.page__Con--Sec table .title {
  font-weight: 600;
  font-size: 20px;
  background: #1a1a1a;
  color: #fff;
}
.page__Con--Sec .sub {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
}
.page__Con--Sec .sub.minW {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 30px;
}
.page__Con--Sec .sub.bigS {
  font-size: 180%;
}
.page__Con--SecBox {
  max-width: 1220px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.page__Con--SecBox .img {
  margin-bottom: 40px;
}
.page__Con--SecBox .img img {
  max-width: 100%;
}
.page__Con--SecBox .img2Col {
  display: flex;
  justify-content: space-between;
}
.page__Con--SecBox .img2ColBox {
  width: 100%;
  max-width: calc(50% - 20px);
}
.page__Con--SecBox .img2ColBox img {
  max-width: 100%;
}
.page__Con--SecBox .imap {
  margin-top: 40px;
}
.page__Con--SecBox .imap iframe {
  width: 100%;
}
.page__Con--SecCol1 {
  font-size: 18px;
  line-height: 1.8;
  padding: 20px;
  background: #fff;
  max-width: 820px;
  margin: 0 auto;
}
.page__Con--SecCol1 .img {
  margin-bottom: 20px;
}
.page__Con--SecCol1 .img img {
  max-width: 100%;
}
.page__Con--SecCol2 {
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
}
.page__Con--SecCol2.reRow {
  flex-direction: row-reverse;
}
.page__Con--SecCol2.mb {
  margin-bottom: 60px;
}
.page__Con--SecCol2Box {
  max-width: calc(50% - 30px);
  width: 100%;
}
.page__Con--SecCol2Box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.page__Con--SecCol2Box .titleBK {
  background: #1a1a1a;
  color: #fff;
}
.page__Con--SecCol2Box .title {
  display: inline-block;
  font-weight: 900;
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
  margin-bottom: 20px;
}
.page__Con--SecCol2Box .title.enT {
  font-family: "Roboto", sans-serif;
  transform: scale(1.25, 1);
  letter-spacing: -0.02em;
  transform-origin: left;
  font-size: 32px;
}
.page__Con--SecCol2Box .title::after {
  height: 1px;
  width: calc(100% + 5vw);
  background: #c99b32;
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.page__Con--SecCol2Box .txt {
  font-size: 18px;
  line-height: 1.8;
}
.page__Con--SecCol2Box.mov {
  width: 100%;
  aspect-ratio: 16/9;
}
.page__Con--SecCol2Box.mov iframe {
  width: 100%;
  height: 100%;
}
.page__Con--SecWrap {
  padding: 60px 30px;
}
.page__Con--SecWrap.noPd {
  padding: 0 30px 60px 30px;
}
.page__Con--SecWrap .whiteCol {
  background: #fff;
}
.page__Con--SecWrap .whiteCol .bgT1 {
  background: #f5f5f5;
  text-align: center;
  font-size: 32px;
}
.page__Con--SecWrap .whiteCol .bgT1 span {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #1a1a1a;
}
.page__Con--SecWrap .whiteCol__Box {
  max-width: 1220px;
  margin: 0 auto;
  padding: 40px 0;
}
.page__Con--SecWrap .whiteCol__Box--Col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con {
  width: calc(33.33% - 15px);
  margin-bottom: 60px;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con .img {
  max-width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con .img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con .img .newLabel {
  position: absolute;
  right: 0;
  top: 0;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con .img .level1 {
  color: #fff;
  font-weight: 900;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #009168;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con .img .level2 {
  color: #fff;
  font-weight: 900;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #5221b3;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con .img .level3 {
  color: #fff;
  font-weight: 900;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e04646;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con .title {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 15px;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con .txt {
  font-size: 16px;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con .spec {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #999;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con .spec__Box {
  display: flex;
  margin-bottom: 10px;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con .spec__Box--Title {
  background: #f5f5f5;
  padding: 5px 10px;
  min-width: 30%;
}
.page__Con--SecWrap .whiteCol__Box--Col3Con .spec__Box--Con {
  padding: 5px 10px;
}
.page__Con--SecWrap .whiteCol__Box--Col3::after {
  content: "";
  display: block;
  width: calc(33.33% - 15px);
}
.page__Con--SecWrap .roundBox1 {
  margin: 0 auto;
  max-width: 1220px;
  border-radius: 20px;
  background: #f5f5f5;
  padding: 60px;
  box-sizing: border-box;
}
.page__Con--SecWrap .roundBox1 p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 820px;
  margin: 0 auto 2em auto;
}
@media screen and (max-width: 860px) {
  .page__Con {
    padding: 0 0px 90px 0px;
    background-size: 150%;
  }
  .page__Con .leadP {
    transform: translateY(-50px);
    width: calc(100% - 40px);
    max-width: 640px;
    text-align: left;
    padding: 20px;
    border-bottom: 3px solid #1a1a1a;
  }
  .page__Con .leadP p {
    font-size: min(16px, 4.2vw);
  }
  .page__Con--Sec .table1.w1 {
    max-width: 640px;
  }
  .page__Con--Sec .table1 .title {
    width: min(100px, 30vw);
  }
  .page__Con--Sec .table1.mb {
    margin-bottom: 30px;
  }
  .page__Con--Sec .table2 .specT span {
    height: 60px;
  }
  .page__Con--Sec .table2 .specT span img {
    max-width: 30px;
  }
  .page__Con--Sec .table2 .minTH th {
    width: 25%;
  }
  .page__Con--Sec table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background: #fff;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
  .page__Con--Sec table th {
    font-size: min(14px, 3.7vw);
    padding: min(15px, 4vw);
  }
  .page__Con--Sec table td {
    padding: min(15px, 4vw);
    font-size: min(13px, 3.4vw);
  }
  .page__Con--Sec table td span {
    font-size: 72%;
  }
  .page__Con--Sec table td.big {
    vertical-align: middle;
    font-size: 170%;
    font-weight: bold;
  }
  .page__Con--Sec table .thTitle {
    font-size: min(14px, 3.7vw);
  }
  .page__Con--Sec table .tdTitle {
    font-size: min(13px, 3.4vw);
  }
  .page__Con--Sec table .title {
    vertical-align: middle;
    font-size: min(14px, 3.7vw);
  }
  .page__Con--Sec .sub {
    margin-top: 20px;
    font-size: min(14px, 3.7vw);
  }
  .page__Con--Sec .sub.bigS {
    font-size: min(16px, 4.2vw);
  }
  .page__Con--SecBox {
    max-width: 1220px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .page__Con--SecBox .img {
    margin-bottom: 40px;
  }
  .page__Con--SecBox .img img {
    max-width: 100%;
  }
  .page__Con--SecBox .img2Col {
    display: block;
  }
  .page__Con--SecBox .img2ColBox {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .page__Con--SecCol1 {
    font-size: min(14px, 3.7vw);
    max-width: 640px;
  }
  .page__Con--SecCol1 img {
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px;
  }
  .page__Con--SecCol2 {
    display: block;
    max-width: 640px;
  }
  .page__Con--SecCol2.mb {
    margin-bottom: 30px;
  }
  .page__Con--SecCol2Box {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .page__Con--SecCol2Box .title {
    font-size: min(16px, 4.2vw);
  }
  .page__Con--SecCol2Box .title.enT {
    font-size: min(20px, 5.8vw);
  }
  .page__Con--SecCol2Box .title::after {
    width: calc(100% + 5vw);
  }
  .page__Con--SecCol2Box .txt {
    font-size: min(14px, 3.7vw);
    line-height: 1.8;
  }
  .page__Con--SecCol2Box.mov {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .page__Con--SecCol2Box.mov iframe {
    width: 100%;
    height: 100%;
  }
  .page__Con--SecWrap {
    padding: 30px 20px;
  }
  .page__Con--SecWrap.noPd {
    padding: 0 20px 30px 20px;
  }
  .page__Con--SecWrap .whiteCol {
    background: #fff;
  }
  .page__Con--SecWrap .whiteCol .bgT1 {
    font-size: min(20px, 5.8vw);
  }
  .page__Con--SecWrap .whiteCol__Box {
    max-width: 640px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .page__Con--SecWrap .whiteCol__Box--Col3 {
    display: block;
  }
  .page__Con--SecWrap .whiteCol__Box--Col3Con {
    width: 100%;
    margin-bottom: 60px;
  }
  .page__Con--SecWrap .whiteCol__Box--Col3Con .title {
    font-size: min(16px, 4.2vw);
    margin-bottom: 15px;
  }
  .page__Con--SecWrap .whiteCol__Box--Col3Con .txt {
    font-size: min(14px, 3.7vw);
  }
  .page__Con--SecWrap .whiteCol__Box--Col3Con .spec {
    font-size: min(14px, 3.7vw);
  }
  .page__Con--SecWrap .whiteCol__Box--Col3::after {
    display: none;
  }
  .page__Con--SecWrap .roundBox1 {
    border-radius: 10px;
    padding: 20px;
  }
  .page__Con--SecWrap .roundBox1 p {
    font-size: min(14px, 3.7vw);
    max-width: 480px;
  }
}

.lineTitle {
  margin-bottom: 40px;
  border-bottom: 3px solid #efefef;
}
.lineTitle span {
  font-size: 24px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.lineTitle span::after {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #c99b32;
  left: 0;
  bottom: -3px;
  content: "";
  display: block;
}
@media screen and (max-width: 860px) {
  .lineTitle {
    border-bottom: 2px solid #efefef;
    margin-bottom: 20px;
  }
  .lineTitle span {
    font-size: min(18px, 4.8vw);
  }
  .lineTitle span::after {
    height: 2px;
    bottom: -2px;
  }
}

.min {
  font-size: 72%;
}

.pick {
  border-bottom: 3px solid #c99b32;
  font-size: 130%;
}

.mTxt {
  max-width: 820px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 60px;
}
.mTxt.center {
  text-align: center;
}
@media screen and (max-width: 860px) {
  .mTxt {
    max-width: 640px;
    font-size: min(14px, 3.7vw);
    margin-bottom: 30px;
  }
  .mTxt.center {
    text-align: left;
  }
}

.newLabel {
  background: #c99b32;
  color: #fff;
  font-weight: 900;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
}

.label1 {
  background: #1a1a1a;
  color: #fff;
  font-weight: 900;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
}

.allLabel {
  background: #c99b32;
  color: #fff;
  font-weight: 900;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
}

.bg1 {
  background: #e6e6e6;
}

.bg2 {
  background: #f5f5f5;
}

.tableBox1 {
  border: 1px solid #efefef;
  height: 100%;
}
.tableBox1__Title {
  background: #1a1a1a;
  font-size: 18px;
  color: #fff;
}
.tableBox1__Title .title {
  display: inline-block;
  padding: 20px 20px;
  background: #c99b32;
  margin-bottom: 0;
}
.tableBox1__Title .title::after {
  display: none;
}
.tableBox1__Con {
  line-height: 1.8;
  padding: 20px;
  font-size: 16px;
}
@media screen and (max-width: 860px) {
  .tableBox1__Title {
    font-size: min(16px, 4.2vw);
  }
  .tableBox1__Con {
    font-size: min(14px, 3.7vw);
  }
}

.pickBox1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.pickBox1__Con {
  width: 40%;
}
.pickBox1__Con.fiest {
  width: 55%;
}
.pickBox1__Con--Img {
  position: relative;
  z-index: 2;
}
.pickBox1__Con--Img img {
  max-width: 100%;
}
.pickBox1__Con--Title {
  font-size: 32px;
  margin-bottom: 50px;
}
.pickBox1__Con--Title .title {
  display: inline-block;
  font-weight: 900;
  position: relative;
  padding-bottom: 20px;
}
.pickBox1__Con--Title .title::after {
  height: 1px;
  width: calc(100% + 5vw);
  background: #c99b32;
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.pickBox1__Con--Title .newLabel {
  font-size: 24px;
  margin-bottom: 20px;
}
.pickBox1__Con--Txt {
  margin-top: 40px;
}
.pickBox1__Con--Txt h5 {
  font-size: 28px;
  margin-bottom: 20px;
}
.pickBox1__Con--Txt p {
  font-size: 18px;
}
@media screen and (max-width: 860px) {
  .pickBox1 {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .pickBox1__Con {
    width: 100%;
  }
  .pickBox1__Con.fiest {
    width: 100%;
  }
  .pickBox1__Con--Img.pos1sp {
    left: -40px;
    margin-bottom: 20px;
  }
  .pickBox1__Con--Img.pos2sp {
    right: -40px;
    margin-bottom: 20px;
    text-align: right;
  }
  .pickBox1__Con--Img.pos2sp img {
    max-width: 60vw;
  }
  .pickBox1__Con--Title {
    font-size: min(24px, 6.4vw);
    margin-bottom: 50px;
    position: relative;
  }
  .pickBox1__Con--Title .title {
    display: inline-block;
    font-weight: 900;
    position: relative;
    padding-bottom: 20px;
  }
  .pickBox1__Con--Title .title::after {
    width: calc(100% + 40px);
  }
  .pickBox1__Con--Title .newLabel {
    position: absolute;
    bottom: calc(100% + 0px);
    left: 0;
    font-size: min(20px, 5.4vw);
  }
  .pickBox1__Con--Txt {
    margin-top: 20px;
  }
  .pickBox1__Con--Txt h5 {
    font-size: min(18px, 4.8vw);
  }
  .pickBox1__Con--Txt p {
    font-size: min(16px, 4.2vw);
  }
}

.pickBox2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
.pickBox2::after {
  background: #f5f5f5;
  content: "";
  display: block;
  height: 50%;
  width: 100vw;
  left: 50%;
  bottom: 0;
  position: absolute;
  z-index: 1;
  transform: translateX(-50%);
}
.pickBox2__Con {
  width: 40%;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
.pickBox2__Con.fiest {
  margin-top: 0px;
  width: 55%;
  max-width: 55vw;
}
.pickBox2__Con.fiest .pickBox2__Con--Img {
  display: flex;
  justify-content: end;
}
.pickBox2__Con.fiest .pickBox2__Con--Img img {
  width: 55vw;
  max-width: 800px;
}
.pickBox2__Con--Img {
  position: relative;
  z-index: 2;
}
.pickBox2__Con--Img img {
  max-width: 100%;
}
.pickBox2__Con--Txt {
  margin-top: 40px;
  padding-bottom: 40px;
}
.pickBox2__Con--Txt h5 {
  font-size: 28px;
  margin-bottom: 20px;
}
.pickBox2__Con--Txt p {
  line-height: 1.8;
  font-size: 18px;
}
@media screen and (max-width: 860px) {
  .pickBox2 {
    display: block;
  }
  .pickBox2::after {
    height: 80%;
    width: 100vw;
    left: 50%;
    bottom: -20px;
  }
  .pickBox2__Con {
    width: 100%;
    margin-top: 0px;
    position: relative;
    display: flex;
    z-index: 2;
  }
  .pickBox2__Con.fiest {
    display: block;
    margin-top: 0px;
    width: 100%;
    max-width: 100vw;
  }
  .pickBox2__Con.fiest .pickBox2__Con--Img {
    margin-left: 20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
  .pickBox2__Con.fiest .pickBox2__Con--Img img {
    width: 100%;
    max-width: 800px;
  }
  .pickBox2__Con--Img {
    margin-left: -20px;
    margin-right: 20px;
  }
  .pickBox2__Con--Img img {
    max-width: 100%;
  }
  .pickBox2__Con--Txt {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .pickBox2__Con--Txt p {
    line-height: 1.6;
    font-size: min(14px, 3.7vw);
  }
}

.bigBtn1 {
  background: #1a1a1a;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
.bigBtn1::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 30px;
  top: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.bigBtn1__Wrap {
  display: flex;
  align-items: center;
}
.bigBtn1__Wrap .img {
  max-width: 40%;
}
.bigBtn1__Wrap .img img {
  max-width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.bigBtn1__Wrap .title {
  padding-left: 30px;
}
.bigBtn1__Wrap .title p {
  font-weight: 900;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .bigBtn1__Wrap {
    display: flex;
    align-items: center;
  }
  .bigBtn1__Wrap .title {
    padding-left: 30px;
  }
  .bigBtn1__Wrap .title p {
    font-size: min(18px, 4.8vw);
  }
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-container.w1020 {
  max-width: 1020px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.swiper-container .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #1a1a1a;
}

@media screen and (max-width: 860px) {
  .spSc {
    width: calc(100vw - 20px);
    overflow-x: scroll;
    position: relative;
  }
  .spSc img {
    min-width: 1020px;
    margin-right: 20px;
  }
  .spSc table {
    min-width: 820px;
    margin-right: 20px;
  }
  .spSc::after {
    transition: opacity 0.3s ease;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: left;
    content: "SCROLL >";
  }
  .spSc.on::after {
    opacity: 0;
  }
}
.gelandeMap {
  max-width: 1220px;
  margin: 0 auto;
}
.gelandeMap img {
  max-width: 100%;
}

.accessMap {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.accessMap iframe {
  width: 100%;
  height: 100%;
}
.accessMap__Spec {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.accessMap__Spec--Txt {
  font-size: 16px;
}
@media screen and (max-width: 860px) {
  .accessMap {
    max-width: 100vw;
    margin: 0 auto;
    width: 100vw;
    margin-left: -20px;
  }
  .accessMap__Spec {
    max-width: 640px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
  }
  .accessMap__Spec--Txt {
    font-size: min(14px, 3.7vw);
  }
}

.linkBox1 {
  border: 1px solid #efefef;
  padding: 30px 100px 30px 30px;
  box-sizing: border-box;
  display: flex;
  max-width: 1220px;
  position: relative;
  margin: 0 auto;
}
.linkBox1__Img {
  max-width: 42%;
}
.linkBox1__Img img {
  max-width: 100%;
}
.linkBox1__Con {
  margin-left: 30px;
}
.linkBox1__Con .allLabel {
  font-size: 20px;
  margin-bottom: 20px;
}
.linkBox1__Con--Title {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.linkBox1__Con--Txt {
  font-size: 18px;
  line-height: 1.8;
}
.linkBox1::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 30px;
  top: 50%;
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}
@media screen and (max-width: 860px) {
  .linkBox1 {
    border: 1px solid #efefef;
    padding: 15px 15px 15px 15px;
    display: block;
    max-width: 640px;
    width: calc(100% - 40px);
  }
  .linkBox1__Img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .linkBox1__Img img {
    margin-top: -15px;
    margin-left: -15px;
    max-width: 100%;
    min-width: calc(100% + 30px);
  }
  .linkBox1__Con {
    margin-left: 0px;
  }
  .linkBox1__Con .allLabel {
    font-size: min(16px, 4.2vw);
    margin-bottom: 20px;
    padding: 10px;
  }
  .linkBox1__Con--Title {
    font-size: min(20px, 5.4vw);
    margin-bottom: 20px;
    position: relative;
    padding-right: 40px;
  }
  .linkBox1__Con--Title::after {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 10px;
    top: 50%;
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
  }
  .linkBox1__Con--Txt {
    font-size: min(14px, 3.7vw);
  }
  .linkBox1::after {
    display: none;
  }
}

.shop {
  padding: 120px 0 0 0;
  max-width: 1440px;
  margin: 0 auto;
}

.shopArea {
  display: flex;
  margin-bottom: 100px;
}
.shopArea__Img {
  position: relative;
  display: flex;
  justify-content: end;
  width: 50vw;
  max-width: 800px;
}
.shopArea__Img img {
  max-width: 100%;
  vertical-align: bottom;
}
.shopArea__Img .newLabel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 16px;
}
.shopArea__Con {
  max-width: 610px;
  line-height: 1.8;
}
.shopArea__Con--Title {
  font-size: 24px;
  min-height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: 900;
  padding: 20px 20px 20px 40px;
  background: url(../assets/img/bg2_w.png) no-repeat right #c99b32;
  background-size: cover;
}
.shopArea__Con--Spec {
  background: #1a1a1a;
  padding: 15px 20px 15px 40px;
  font-size: 18px;
  color: #fff;
}
.shopArea__Con--Txt {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 30px;
  font-size: 18px;
}
.shopArea__Con--Btn {
  text-align: left;
  padding-left: 40px;
}
.shopArea__Con--Btn .btnNormal {
  margin-top: 30px;
  text-align: left;
}
.shopArea:nth-child(2n) {
  flex-direction: row-reverse;
}
.shopArea:nth-child(2n) .shopArea__Img .newLabel {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}
@media screen and (max-width: 860px) {
  .shopArea {
    display: block;
    max-width: calc(100% - 40px);
    width: 640px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .shopArea__Img {
    display: block;
    width: 100%;
    max-width: 640px;
  }
  .shopArea__Img .swiper-wrapper {
    padding-bottom: 0;
  }
  .shopArea__Img .newLabel {
    font-size: 13px;
  }
  .shopArea__Con {
    max-width: 640px;
    width: 100%;
  }
  .shopArea__Con--Title {
    font-size: min(20px, 5.4vw);
    min-height: 60px;
    padding: 15px 15px 15px 15px;
  }
  .shopArea__Con--Spec {
    padding: 10px 10px 10px 10px;
    font-size: min(14px, 3.7vw);
  }
  .shopArea__Con--Txt {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    font-size: min(16px, 4.2vw);
  }
  .shopArea__Con--Btn {
    text-align: center;
    padding-left: 0px;
  }
  .shopArea__Con--Btn .btnNormal {
    margin-top: 30px;
    text-align: center;
  }
  .shopArea:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .shopArea:nth-child(2n) .shopArea__Img .newLabel {
    left: 0;
    right: auto;
  }
}

.newsList {
  padding-top: 120px;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.newsList.noPT {
  padding-top: 0;
}
.newsList__Area article a {
  border-bottom: 1px solid #efefef;
  padding: 25px 0;
  display: flex;
  font-size: 16px;
}
.newsList__Area article a .date {
  position: relative;
  display: block;
  color: #999;
  padding-right: 20px;
}
.newsList__Area article a .date::after {
  position: absolute;
  right: 0px;
  content: "｜";
}
.newsList__Area article a .date .newLabel {
  font-size: 11px;
  position: absolute;
  right: 120%;
  top: 0;
}
.newsList__Area article a[target=_blank] {
  padding-right: 1.2em;
  position: relative;
}
.newsList__Area article a[target=_blank]::after {
  position: relative;
  margin-left: 0.3em;
  top: 0.5em;
  filter: brightness(0);
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: url(../assets/img/icon_blank.svg) no-repeat;
  background-size: 100%;
}
.newsList .wp-pagenavi {
  margin-top: 80px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsList .wp-pagenavi span {
  text-decoration: none;
  padding: 3px 5px;
  margin: 2px;
  text-align: center;
  width: 30px;
  margin: 0 5px;
  line-height: 35px;
  border-radius: 30px;
}
.newsList .wp-pagenavi span.current {
  background: #1a1a1a;
  color: #fff;
  border: none;
}
.newsList .wp-pagenavi a {
  text-align: center;
  display: inline-block;
  width: 30px;
  margin: 0 5px;
  line-height: 35px;
  border-radius: 30px;
  color: #1a1a1a;
}
.newsList .wp-pagenavi a.previouspostslink {
  border: none;
  overflow: hidden;
  text-indent: -500px;
  position: relative;
}
.newsList .wp-pagenavi a.previouspostslink::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  height: 10px;
  width: 10px;
  border-top: 1px solid #1a1a1a;
  border-left: 1px solid #1a1a1a;
  transform: rotate(-45deg) translate(-50%, -100%);
}
.newsList .wp-pagenavi a.nextpostslink {
  border: none;
  overflow: hidden;
  text-indent: -500px;
  position: relative;
}
.newsList .wp-pagenavi a.nextpostslink::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  height: 10px;
  width: 10px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  transform: rotate(45deg) translate(-50%, -25%);
}
@media screen and (max-width: 860px) {
  .newsList {
    padding-top: 60px;
    max-width: 640px;
  }
  .newsList__Area article {
    margin: 0 20px;
  }
  .newsList__Area article a {
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
    display: block;
    font-size: min(14px, 3.7vw);
  }
  .newsList__Area article a .date {
    position: relative;
    display: flex;
    align-items: center;
    color: #999;
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .newsList__Area article a .date::after {
    display: none;
  }
  .newsList__Area article a .date .newLabel {
    font-size: 11px;
    position: relative;
    display: block;
    margin-right: 10px;
    width: -moz-max-content;
    width: max-content;
    right: 0%;
    top: 0;
  }
  .newsList__Area article a[target=_blank] {
    padding-right: 1.2em;
    position: relative;
  }
  .newsList__Area article a[target=_blank]::after {
    top: 0em;
  }
  .newsList .wp-pagenavi {
    margin-top: 40px;
    font-size: min(12px, 3.4vw);
  }
  .newsList .wp-pagenavi span {
    width: 25px;
    margin: 0 3px;
    line-height: 30px;
    border-radius: 25px;
  }
  .newsList .wp-pagenavi a {
    text-align: center;
    display: inline-block;
    width: 25px;
    margin: 0 3px;
    line-height: 30px;
    border-radius: 25px;
  }
}

.newsPost {
  margin-top: 50px;
  margin-bottom: 100px;
}
.newsPost__Area {
  max-width: 1020px;
  margin: 0 auto;
}
.newsPost__Area--Title {
  margin-bottom: 40px;
}
.newsPost__Area--Title h2 {
  font-size: 32px;
}
.newsPost__Area--Title .dateWrap {
  font-size: 18px;
  margin-bottom: 20px;
  align-items: center;
  display: flex;
}
.newsPost__Area--Title .dateWrap .newLabel {
  margin-right: 20px;
}
.newsPost__Area--Title .dateWrap__Date {
  color: #999;
}
.newsPost__Area--Content {
  font-size: 18px;
  line-height: 1.8;
}
.newsPost__Area--Content p {
  margin-bottom: 2em;
}
.newsPost__Area--Content p img {
  max-width: 100%;
  height: auto;
}
.newsPost .postNav {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 60px;
  justify-content: space-between;
}
.newsPost .postNav .prev {
  border: none;
  position: relative;
  font-size: 16px;
  padding-left: 20px;
}
.newsPost .postNav .prev::after {
  position: absolute;
  content: "";
  display: block;
  left: 10px;
  top: 50%;
  height: 10px;
  width: 10px;
  border-top: 1px solid #1a1a1a;
  border-left: 1px solid #1a1a1a;
  transform: rotate(-45deg) translate(-50%, -100%);
}
.newsPost .postNav .next {
  border: none;
  position: relative;
  font-size: 16px;
  padding-right: 20px;
}
.newsPost .postNav .next::after {
  position: absolute;
  content: "";
  display: block;
  right: 0%;
  top: 50%;
  height: 10px;
  width: 10px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  transform: rotate(45deg) translate(-50%, -25%);
}
@media screen and (max-width: 860px) {
  .newsPost {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .newsPost__Area {
    max-width: 640px;
    width: calc(100% - 40px);
  }
  .newsPost__Area--Title h2 {
    font-size: min(20px, 5.4vw);
  }
  .newsPost__Area--Title .dateWrap {
    font-size: min(16px, 4.2vw);
    padding-top: 30px;
  }
  .newsPost__Area--Content {
    font-size: min(14px, 3.7vw);
  }
  .newsPost__Area--Content p {
    margin-bottom: 1.5em;
  }
  .newsPost .postNav {
    max-width: 640px;
    width: calc(100% - 40px);
    margin-top: 40px;
  }
  .newsPost .postNav .prev {
    font-size: min(14px, 3.7vw);
  }
  .newsPost .postNav .next {
    font-size: min(14px, 3.7vw);
  }
}

.faqArea {
  max-width: 1020px;
  margin: 0 auto;
}
.faqArea__Box {
  border: 1px solid #efefef;
  margin-bottom: 30px;
}
.faqArea__Box--Q {
  display: flex;
}
.faqArea__Box--Q .iconQ {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  background: #1a1a1a;
}
.faqArea__Box--Q .iconQ span {
  display: flex;
  height: 80px;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #1a1a1a;
}
.faqArea__Box--Q .title {
  align-self: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
  margin-left: 20px;
}
.faqArea__Box--Q .toggleSt {
  margin: 0 20px 0 auto;
  align-self: center;
  position: relative;
  background: #1a1a1a;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: block;
}
.faqArea__Box--Q .toggleSt::before {
  transition: height 0.3s ease;
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background: #fff;
}
.faqArea__Box--Q .toggleSt::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background: #fff;
}
.faqArea__Box--Q.on .toggleSt::before {
  height: 0;
}
.faqArea__Box--A {
  border-top: 1px solid #efefef;
  display: flex;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.faqArea__Box--A .iconA {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  background: rgba(201, 155, 50, 0.5);
}
.faqArea__Box--A .iconA span {
  display: flex;
  height: 80px;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #c99b32;
}
.faqArea__Box--A .txt {
  font-size: 18px;
  line-height: 1.8;
  padding: 20px;
}
@media screen and (max-width: 860px) {
  .faqArea {
    max-width: 640px;
  }
  .faqArea__Box {
    margin-bottom: 20px;
  }
  .faqArea__Box--Q {
    display: flex;
  }
  .faqArea__Box--Q .iconQ {
    font-size: 20px;
  }
  .faqArea__Box--Q .iconQ span {
    display: flex;
    height: 40px;
    width: 40px;
  }
  .faqArea__Box--Q .title {
    font-size: min(16px, 4.2vw);
    padding: 10px 0;
    margin-left: 15px;
    padding-right: 10px;
    flex: 1 1 0;
  }
  .faqArea__Box--A .iconA {
    font-size: 20px;
  }
  .faqArea__Box--A .iconA span {
    height: 40px;
    width: 40px;
  }
  .faqArea__Box--A .txt {
    font-size: min(14px, 3.7vw);
    padding: 15px;
  }
}

.contactCon {
  max-width: 820px;
  margin: 0 auto;
}
.contactCon form ul li {
  margin-bottom: 30px;
}
.contactCon form ul li .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contactCon form ul li input[type=text],
.contactCon form ul li input[type=email],
.contactCon form ul li textarea {
  background: #f5f5f5;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.8;
  padding: 10px;
}
.contactCon form ul li select {
  border: none;
  width: 100%;
  font-size: 18px;
  line-height: 1.8;
  padding: 14px 10px;
  background: none;
  position: relative;
  z-index: 2;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contactCon form ul li span[data-name=select-type] {
  position: relative;
  display: block;
  background: #f5f5f5;
}
.contactCon form ul li span[data-name=select-type]::after {
  position: absolute;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6e6e6;
  aspect-ratio: 1/1;
  right: 0px;
  top: 0;
  content: "▼";
}
.contactCon form input[type=submit] {
  background: #fff;
  display: block;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 5px 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  min-width: 240px;
  margin: 0 auto;
  font-size: 24px;
}
@media screen and (max-width: 769px) {
  .contactCon form input[type=submit] {
    font-size: min(20px, 5.6vw);
  }
}
.contactCon .policyBox {
  font-size: 18px;
}
.contactCon .policyBox__Txt {
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto;
}
.contactCon .policyBox__Txt a {
  border-bottom: 1px solid #1a1a1a;
}
.contactCon .policyBox__Check {
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto;
}
.contactCon .policyBox__Check .wpcf7-acceptance {
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto;
}
.contactCon .policyBox__Check .wpcf7-acceptance label {
  font-weight: 900;
}
.contactCon .policyBox__Check .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.contactCon .policyBox__Check .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
}
.contactCon .policyBox__Check .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  height: 1em;
  width: 1em;
  border: 2px solid #1a1a1a;
  display: inline-block;
  position: relative;
  content: "";
  margin-right: 10px;
}
.contactCon .policyBox__Check .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #1a1a1a;
}
.contactCon .policyBox__Check .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  height: 0.7em;
  width: 0.3em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  left: 0.4em;
  top: 50%;
  transform: translateY(-70%) rotate(45deg);
  content: "";
}
.contactCon .wpcf7-not-valid-tip {
  margin-top: 10px;
  color: #dc3232;
  font-size: 1.4em;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 860px) {
  .contactCon {
    max-width: 640px;
    margin: 0 auto;
  }
  .contactCon form ul li {
    margin-bottom: 20px;
  }
  .contactCon form ul li .title {
    font-size: min(14px, 3.7vw);
  }
  .contactCon form ul li input[type=text],
  .contactCon form ul li input[type=email],
  .contactCon form ul li textarea {
    font-size: min(14px, 3.7vw);
  }
  .contactCon form ul li select {
    font-size: min(14px, 3.7vw);
  }
  .contactCon form ul li span[data-name=select-type]::after {
    position: absolute;
    width: min(53px, 15vw);
  }
}
@media screen and (max-width: 860px) and (max-width: 860px) {
  .contactCon form input[type=submit] {
    font-size: min(18px, 4.8vw);
  }
}
@media screen and (max-width: 860px) {
  .contactCon .policyBox {
    font-size: min(14px, 3.7vw);
  }
  .contactCon .policyBox__Txt {
    width: 100%;
    margin: 40px auto;
  }
}

.policyTxt {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 100px;
}
.policyTxt__Title {
  font-size: 20px;
  margin-bottom: 10px;
}
.policyTxt p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (max-width: 860px) {
  .policyTxt {
    max-width: 640px;
    padding: 0 20px;
    padding-top: 50px;
  }
  .policyTxt__Title {
    font-size: min(18px, 4.8vw);
    margin-bottom: 10px;
  }
  .policyTxt p {
    font-size: min(14px, 3.7vw);
  }
}

.normalTxt {
  max-width: 820px;
  margin: 0 auto;
}
.normalTxt p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 2em;
}
.normalTxt p.right {
  text-align: right;
}
@media screen and (max-width: 860px) {
  .normalTxt {
    max-width: 640px;
    padding: 0 20px;
  }
  .normalTxt p {
    font-size: min(14px, 3.7vw);
  }
}

.ank1 {
  margin-top: 0px;
  text-align: center;
}
.ank1 a {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  padding-right: 40px;
  border-bottom: 1px solid #c99b32;
  font-size: 16px;
}
.ank1 a::after {
  position: absolute;
  display: block;
  content: "";
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  right: 5px;
  top: 35%;
  transform: rotate(45deg) translateY(0%);
  height: 0.7em;
  width: 0.7em;
}
@media screen and (max-width: 860px) {
  .ank1 a {
    font-size: 14px;
  }
}

#skiday_iframe {
  width: 100%;
  margin: 15px 0;
}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** 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*/