html {
  overflow-x: hidden;
}

body {
  background-color: #A6A6A6;
  padding-top: 100px;
  font-family: "momochidori", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  margin: 0;
}

.bx-wrapper {
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;

}

.bx-pager.bx-default-pager {
  font-family: "momochidori-wide", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: black !important;
}

.bx-pager-link {
  background-color: transparent !important;
  border: 1px solid #A6A6A6 !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 7px !important;
}

.bx-pager-link.active {
  background-color: #CAFFE8 !important;
  border: 1px solid #CAFFE8 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 8px !important;
}

.bx-pager-link.active

hr {
}

hr.slash {
  rotate: -10deg;
  border: 0;
  height: 1px;
  background-color: white;
  width: 100%;
}

a,
a:hover,
a:visited,
.link {
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  color: #CAFFE8;
}

p {
  color: white;
  text-align: justify;
}



li.selected {}
li.selected .title:hover {}
li.selected .detail {
  padding-left: 18px;
  box-sizing: border-box;
}
li.selected p.controls {}

li.selected .title {
  font-weight: 700;
  border-bottom: 2px solid white;
}




p.controls {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

div.modal p {

  font-size: 14px;
  font-family: "momochidori-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;

}

div.modal img.preview {

  width: 100%;
  height: auto;
  margin: 10px 0;

}

.red {
  color: #F33127;
}

div.modal span.material-icons {

  color: #bc3831 !important;
  font-size: 20px !important;
  margin: 0 0 -50px 12px !important;
}

p.small {
  font-size: 12px;
  font-family: "momochidori-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;

}

h1 {

  font-size: 50px;
  color: white;
  font-weight: 700;

}

h2 {

  color: white;
  border: 1px solid white;
  padding: 10px;
  display: inline;
  font-weight: 700;
  font-size: 14px;

}

h3 {

  color: white;
  font-family: "momochidori-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;

}

h4 {

  color: white;
  font-family: "momochidori-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;

}

ul {
  list-style-type:none;
}

li {
  font-family: "momochidori-wide", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  margin-top: 5px;

  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;

}

li div.title {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid white;
  cursor: pointer;
}

li div.title:hover {
  font-weight: 700;
  border-bottom: 2px solid white;
}


li div.detail {
  display: none;
  width: 100%;
  border-bottom: 1px solid white;
}

img#logo {
  width: 200px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 30px;
}

div#bag {

  display: none;
  position: fixed;
  left: -30px;
  bottom: -30px;
  width: 120px;

}


div#bag img {

  top: 0;
  left: 0;
  width: 120px;
  height: auto;
  z-index: 1;
  rotate: 10deg;

}

div#bag img:hover,
div#bag img.animate {

  animation: shake 1s;

}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

div#bag p#cart-count {

  position: absolute;
  right: -6px;
  text-align: right;
  top: 18px;
  color: white;
  font-size: 18px;
  z-index: 1;
  margin: 0;
  font-family: "fractul-variable", sans-serif;
  font-variation-settings: "wght" 400;

}


#spotlight {
  position: fixed;
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
  background: radial-gradient(circle at calc(50vw) calc(50vh), #00000000 10px, #000000ee 2000px);
}

div.copyright {
  width: 1100px;
  max-width: 100vw;
  padding: 100px 180px;
  box-sizing: border-box;
  background-color: black;
}

div.copyright#intro {
  padding-bottom: 0;
  background-color: transparent;
}

div.copyright#intro p#nav {

  text-align: center;
  font-family: "momochidori-wide", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #CAFFE8;
  margin: 100px 0 60px 0;
  font-size: 30px;
}

div.copyright ul {

  margin: 60px 0;
  width: 500px;

}

div.copyright img {

  width: 600px;
  height: auto;
  margin-bottom: 40px;

}

div#scrollbar {
  display: none;
  margin: 0 0 0 20px;
  position: fixed;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div#scrollbar div.section {
  margin: 14px 0;
  padding: 0;
  border-top: 5px solid #E0E0E0;
  width: 30px;
  height: 0;
  cursor: pointer;
}

div#scrollbar div.section span.name {
  display: none;
  color: #CAFFE8;
  margin: 0 0 0 55px;
  width: 200px;
  font-size: 14px;
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);

}

div#scrollbar div.section:hover,
div#scrollbar div.section.inview {
  border-top: 5px solid #CAFFE8;
  width: 50px;
}

div#scrollbar div.section:hover span.name,
div#scrollbar div.section.inview span.name{
  display: block;
}

div#container {
  width: 1290px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}

div#container .two-col {
  width: 1290px;
  margin: 220px 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

div#container .two-col div.photo {
  width: 650px;
  text-align: center;
}

div#container .two-col div.txt {
  width: 540px;
  padding-left: 50px;
}

div#container .two-col div.photo img {
  width: 620px;
  height: auto;
}


div.sale-info {
  rotate: -10deg;
  font-family: "momochidori-condensed", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: white;
  font-size: 18px;
  margin-bottom: -10px;
  letter-spacing: 0;
  width: 100%;
  text-align: center; 
}

@media screen and (max-width: 1289px) {
  body {
    padding-top: 16px;
  }

  ul {
    padding-left: 30px;
  }

  div#container { 
    width: 100vw;
    box-sizing: border-box;
  }

  div#container .two-col {
    width: 92vw;
    margin: 130px 0;
  }

  div#container .two-col div.photo {
    width: 85vw;
  }

  div#container .two-col div.txt {
    width: 83vw;
    padding: 0 5vw 0 8vw;
  }

  div#container .two-col div.txt img { padding-left: 28px !important; width: calc(100% - 30px) !important; }

  div#container .two-col div.photo img {
    width: 85vw;
    max-width: 620px;
    height: auto;
  }


  div#scrollbar {
    margin: 0 0 0 10px;
  }

  div#scrollbar div.section {
    margin: 5px 0;
    border-top: 5px solid #E0E0E0;
    width: 10px;
  }

  div#scrollbar div.section span.name {
    display: none;
    color: white;
    margin: 0 0 0 20px;
    font-size: 14px;
    font-weight: 700;
  }

  div#scrollbar div.section:hover,
  div#scrollbar div.section.inview {
    border-top: 5px solid white;
    width: 15px;
  }

  div#scrollbar div.section.inview span.name{
    display: none;
  }


  h1 {

    font-size: 40px;
  }

  h2 {

    padding: 6px;
    font-size: 12px;

  }

  h3 {

    font-size: 16px;
    text-align: justify;

  }

  h4 {

    font-size: 25px;
    text-align: justify;

  }

  div#bag {

    display: none;
    bottom: -70px;
    width: 85px;
    left: -15px;
    z-index: 1;

  }


  div#bag img {
    width: 85px;
    height: auto;
    rotate: 10deg;

  }

  div#bag p#cart-count {

    display: none;

  }


  div.copyright {
    width: 88vw;
    margin: -40px auto 0 auto;
    padding: 80px 30px 30px 30px;
    background-color: black;
    box-sizing: border-box;
  }

  div.copyright#intro {
    margin: 0 auto 0 auto;
    background-color: transparent;
  }

  div.copyright ul {

    margin: 60px 0;
    width: 90%;

  }

  div.copyright img {

    width: 400px;
    max-width: 90%;
    height: auto;
    margin-bottom: 20px;

  }

  img#logo {
    width: 200px;
    height: auto;
    position: absolute;
    top: 60px;
    left: 48px;
    background-color: black;
  }

  div.copyright#intro p#nav {

    margin: 40px 0 30px 0;
    font-size: 26px;
  }


}
