@charset "UTF-8";
/* ===== @use ===== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
    変数
*/
/* font */
/* color */
/* switching */
/* vw計算 */
/*
    共通style
*/
/* -- btn --*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* -- アニメーション -- */
/* -- 'inview' フェードプラグイン -- */
.js {
  /* フェードイン */
}
.js-fadein, .js-fadein-child > * {
  opacity: 0;
  transition: opacity 0.6s;
}
.js-fadein.on, .js-fadein-child > *.on {
  opacity: 1;
}

/* ===== style.css ===== */
/* -- body -- */
body {
  font: 12px/1.5 "neue-haas-grotesk-display", sans-serif;
  color: #000;
  background: #FFF;
}

/* -- wrapper -- */
/* -- inner -- */
.inner {
  display: flex;
  position: relative;
  transition: left 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 900px) {
  .inner {
    display: block;
  }
}

/*
    tag
*/
a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  width: 100%;
  height: auto;
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .hide-sp {
    display: none !important;
  }
}

/*
    footer
*/
.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  position: fixed;
  top: 14px;
  right: 23px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s;
}
.footer.on {
  opacity: 1;
}
.footer-link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: 14px;
}
.footer-link li:not(:last-child) {
  margin-right: 14px;
}
.footer-link a {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.footer .copy {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #797979;
}
@media screen and (max-width: 900px) {
  .footer {
    top: 14px;
    right: 8px;
    transform: rotate(90deg) translateX(100%);
    transform-origin: top right;
  }
}

/*
    contents
*/
#contents {
  display: flex;
  align-items: center;
  min-height: 100vh;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#contents::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 900px) {
  #contents {
    display: block;
    overflow-x: hidden;
  }
}

/* --simplebar -- */
.simplebar-track {
  height: 16px !important;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 4px;
  height: 8px;
}
.simplebar-scrollbar::before {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10em;
  height: 8px !important;
  margin: 0 3px;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

/* -- mv -- */
.mv {
  position: relative;
}
.mv::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  right: auto;
  left: -14px;
  width: 30%;
  background: linear-gradient(to right, rgb(112, 112, 112) 0%, rgba(112, 112, 112, 0) 100%);
  opacity: 0.4;
  content: "";
  mix-blend-mode: multiply;
}
.mv-img {
  width: 100vw;
  height: 100svh;
}
.mv-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}
.mv-txtcnt {
  position: absolute;
  top: 4.9%;
  right: 53px;
}
@media screen and (min-width: 901px) {
  .mv-txtcnt {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
  }
  .mv-txtcnt > * {
    width: 100%;
  }
}
.mv-txtcnt > * {
  display: block;
}
.mv-txtcnt-subtit {
  margin: 7.7% 5px 0 auto;
}
@media screen and (min-width: 901px) {
  .mv-txtcnt-subtit {
    width: fit-content;
    min-height: 65px;
    height: 10.834vh;
    order: 2;
  }
  .mv-txtcnt-subtit img {
    width: auto;
    height: 100%;
  }
}
.mv-txtcnt-tit {
  font-family: "futura-100-book", sans-serif;
  font-size: 75px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 901px) {
  .mv-txtcnt-tit.on {
    font-size: 12.5vh;
  }
}
.mv-scroll {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-align: right;
  position: absolute;
  bottom: 31px;
  right: 41px;
  width: 80px;
}
.mv-scroll a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.mv-scroll a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  animation: anm_scroll 1.5s infinite;
}
@media screen and (max-width: 900px) {
  .mv {
    overflow: hidden;
  }
  .mv::before {
    top: auto;
    bottom: -12px;
    right: 0;
    left: 0;
    height: 56.7%;
    width: auto;
    background: linear-gradient(to top, rgb(112, 112, 112) 0%, rgba(112, 112, 112, 0) 100%);
  }
  .mv-txtcnt {
    top: auto;
    bottom: 30px;
    right: 20px;
  }
  .mv-txtcnt-subtit {
    margin: 0 1px 2px auto;
    max-width: 89px;
  }
  .mv-txtcnt-tit {
    font-size: 56px;
    line-height: 0.9666666667;
    letter-spacing: 0.01em;
  }
  .mv-scroll {
    display: none;
  }
}

@keyframes anm_scroll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(110%);
  }
}
/* -- catchBox -- */
.catch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-width: 731px;
}
.catch-txt {
  font-size: 13px;
  line-height: 2.1538461538;
  letter-spacing: 0.02em;
}
.catch-txt > *:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 900px) {
  .catch {
    display: block;
    margin: 143px 35px 67px;
    min-width: auto;
  }
  .catch-txt {
    font-size: 13px;
    line-height: 1.9230769231;
  }
  .catch-txt > *:not(:last-child) {
    margin-bottom: 25px;
  }
}

/* -- item -- */
.item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-left: 1.5vw;
}
.item > *:not(:last-child) {
  margin-right: 13.2vw;
}
.item-img {
  padding-top: 61px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.item-img > *:not(:last-child) {
  margin-right: 4px;
}
.item-img img {
  width: auto;
  height: calc(100vh - 61px - 84px);
}
.item-txt {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-top: 11px;
}
@media screen and (max-width: 900px) {
  .item {
    display: block;
    margin-left: 0;
  }
  .item > * {
    padding-top: 77px;
    height: 100vh;
  }
  .item > *:not(:last-child) {
    margin-right: 180px;
  }
  .item-img {
    padding: 0 23px;
  }
  .item-img img {
    height: calc(100vh - 178px);
  }
  .item-txt {
    font-size: 12px;
    letter-spacing: 0.04em;
    margin: 12px 23px 0;
  }
}

/* -- goods -- */
.goods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-left: 301px;
  padding-right: 300px;
}
@media screen and (min-width: 901px) {
  .goods > *:not(:last-child) {
    margin-right: 90px;
  }
  .goods > *:nth-child(1) {
    margin-right: 20px;
  }
  .goods > *:nth-child(2) .goods-tit,
  .goods > *:nth-child(2) .goods-price {
    opacity: 0;
  }
}
.goods-tit {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.goods-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.goods-img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 25px;
}
.goods-img > * {
  cursor: pointer;
  display: block;
  position: relative;
}
.goods-img > *::before, .goods-img > *::after {
  position: absolute;
  bottom: 18px;
  right: 12px;
  width: 14px;
  height: 1px;
  background: #000;
  z-index: 30;
  content: "";
}
.goods-img > *::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 901px) {
  .goods-img > *.hover .img02 {
    z-index: 25;
  }
}
.goods-img span {
  font-weight: 500;
  letter-spacing: 0.04em;
  position: absolute;
  top: 11px;
  left: 12px;
  z-index: 30;
}
.goods-img img {
  width: 313px;
}
.goods-img .img01 {
  position: relative;
  z-index: 20;
}
.goods-img .img02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .goods {
    display: block;
    margin: 114px 31px 0;
    padding: 0 0 136px;
  }
  .goods > *:not(:last-child) {
    margin-bottom: 115px;
  }
  .goods > *:nth-child(1) {
    margin-bottom: 20px;
  }
  .goods > *:nth-child(2) .goods-img {
    margin-top: 0;
  }
  .goods > *:nth-child(2) .goods-tit,
  .goods > *:nth-child(2) .goods-price {
    display: none;
  }
  .goods-tit {
    font-size: 22px;
    text-align: center;
  }
  .goods-price {
    margin-top: 3px;
    text-align: center;
  }
  .goods-img {
    display: block;
    margin: 24px auto 0;
    max-width: 313px;
  }
  .goods-img span {
    top: 10px;
  }
  .goods-img img {
    display: block;
    max-width: 100%;
  }
  .goods-img .img02 {
    display: none;
  }
}

/* -- modal -- */
.modal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 80px;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: 990;
  transition: 0.6s;
  pointer-events: none;
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal-open {
  filter: blur(21px);
  z-index: 980;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #9B9B9B;
  mix-blend-mode: multiply;
  z-index: 50;
  display: none;
}
.modal-bg.act {
  display: block;
}
.modal-close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 9px;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  z-index: 1;
}
.modal-close::before, .modal-close::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  background: #000;
  z-index: 30;
  content: "";
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(-45deg);
}
.modal-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}
.modal-body {
  position: relative;
  max-width: 910px;
  max-height: calc(100svh - 154px);
  min-height: 446px;
  border-radius: 5px;
  background: #FFF;
}
.modal-body #modalSlider {
  width: 100%;
  height: 100%;
}
.modal-body #modalSlider > .splide__track {
  width: 100%;
  height: 100%;
}
.modal-body #modalSlider > .splide__track .splide__slide {
  width: 100%;
  height: 100%;
  max-height: calc(100svh - 154px);
}
.modal-body #modalSlider > .splide__arrows > .splide__arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -60px;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  z-index: 100;
}
.modal-body #modalSlider > .splide__arrows > .splide__arrow:focus, .modal-body #modalSlider > .splide__arrows > .splide__arrow:focus-visible {
  outline: none;
}
.modal-body #modalSlider > .splide__arrows > .splide__arrow--next {
  right: -60px;
  left: auto;
}
.modal-body #modalSlider > .splide__arrows > .splide__arrow svg {
  display: none;
}
.modal-body #modalSlider > .splide__arrows > .splide__arrow::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  left: 0;
  margin: auto;
  width: 19px;
  height: 19px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  transform: rotate(45deg);
}
.modal-body #modalSlider > .splide__arrows > .splide__arrow--prev::before {
  right: 0;
  left: -1px;
  transform: rotate(-135deg);
}
.modal-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 36px;
}
.modal .modal-slider {
  width: 56.922%;
}
.modal .modal-slider .splide__pagination {
  bottom: 13px;
  left: 0;
  margin: 0;
  padding: 0 13px;
  justify-content: flex-end;
}
.modal .modal-slider .splide__pagination li {
  position: relative;
  width: 3px;
  height: 3px;
}
.modal .modal-slider .splide__pagination li:not(:last-child) {
  margin-right: 5px;
}
.modal .modal-slider .splide__pagination button {
  display: block;
  margin: 0;
  width: 3px;
  height: 3px;
  background: #A5A5A5;
  border: none;
  border-radius: 50%;
}
.modal .modal-slider .splide__pagination button.is-active {
  background: #000;
  transform: scale(1);
}
.modal-txtcnt {
  margin-top: 24px;
  width: 38.9%;
}
.modal-txtcnt-tit {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.modal-txtcnt-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-top: 5px;
}
.modal-txtcnt-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-top: 13px;
}
.modal-txtcnt-btn a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 16px;
  background: #000;
  border: none;
  border-radius: 3px;
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  top: -1px;
  margin-left: 5px;
  width: 38px;
}
.modal-txtcnt-btn a:not(:last-child) {
  margin-right: 25px;
}
.modal-txtcnt-txt {
  line-height: 1.9166666667;
  margin-top: 26px;
}
@media screen and (max-width: 900px) {
  .modal {
    padding: 31px;
    height: 100%;
  }
  .modal-close {
    top: 3px;
    right: 4px;
  }
  .modal-body {
    width: 100%;
    max-width: 313px;
    max-height: calc(100svh - 62px);
    min-height: auto;
    padding: 0;
  }
  .modal-body #modalSlider > .splide__track .splide__slide {
    max-height: calc(100svh - 62px);
  }
  .modal-body #modalSlider > .splide__arrows > .splide__arrow {
    position: fixed;
    left: 0;
    width: 31px;
    height: 31px;
  }
  .modal-body #modalSlider > .splide__arrows > .splide__arrow--next {
    right: 0;
    left: auto;
  }
  .modal-body #modalSlider > .splide__arrows > .splide__arrow::before {
    right: 5px;
    width: 12px;
    height: 12px;
  }
  .modal-body #modalSlider > .splide__arrows > .splide__arrow--prev::before {
    left: 5px;
  }
  .modal-inner {
    display: block;
    padding: 0;
  }
  .modal .modal-slider {
    margin-top: 12px;
    width: auto;
  }
  .modal .modal-slider .splide__pagination {
    bottom: 11px;
  }
  .modal-txtcnt {
    margin: 0 29px;
    width: auto;
  }
  .modal-txtcnt-tit {
    padding-top: 17px;
  }
  .modal-txtcnt-btn {
    margin-top: 10px;
  }
  .modal-txtcnt-txt {
    margin-top: 16px;
    padding-bottom: 29px;
    max-height: calc(100svh - 91px - 12px - 78vw);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal-txtcnt-txt::-webkit-scrollbar {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */