@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aleo:wght@300;400;700&display=swap");
@font-face {
  font-family: "font-name";
  src: url("$font-path.eot");
  src: url("$font-path.otf") format("otf"), url("$font-path.svg") format("svg"), url("$font-path.ttf") format("ttf"), url("$font-path.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Black-Arcade";
  src: url("../fonts/Black-Arcade.otf") format("opentype"), url("../fonts/Black-Arcade.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  color: #333;
}
html.active,
body.active {
  overflow-y: hidden;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  font-family: "Helvetica", sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

input[type=text], input[type=email], input[type=number], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
}
input[type=text]:active, input[type=text]:focus, input[type=email]:active, input[type=email]:focus, input[type=number]:active, input[type=number]:focus, textarea:active, textarea:focus {
  outline: 0;
}
input[type=text].submit, input[type=email].submit, input[type=number].submit, textarea.submit {
  white-space: normal;
}

button:active, button:focus {
  outline: 0;
}

@media screen and (min-width: 568px) {
  .pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-1-12,
.pure-u-sm-1-2,
.pure-u-sm-1-24,
.pure-u-sm-1-3,
.pure-u-sm-1-4,
.pure-u-sm-1-5,
.pure-u-sm-1-6,
.pure-u-sm-1-8,
.pure-u-sm-10-24,
.pure-u-sm-11-12,
.pure-u-sm-11-24,
.pure-u-sm-12-24,
.pure-u-sm-13-24,
.pure-u-sm-14-24,
.pure-u-sm-15-24,
.pure-u-sm-16-24,
.pure-u-sm-17-24,
.pure-u-sm-18-24,
.pure-u-sm-19-24,
.pure-u-sm-2-24,
.pure-u-sm-2-3,
.pure-u-sm-2-5,
.pure-u-sm-20-24,
.pure-u-sm-21-24,
.pure-u-sm-22-24,
.pure-u-sm-23-24,
.pure-u-sm-24-24,
.pure-u-sm-3-24,
.pure-u-sm-3-4,
.pure-u-sm-3-5,
.pure-u-sm-3-8,
.pure-u-sm-4-24,
.pure-u-sm-4-5,
.pure-u-sm-5-12,
.pure-u-sm-5-24,
.pure-u-sm-5-5,
.pure-u-sm-5-6,
.pure-u-sm-5-8,
.pure-u-sm-6-24,
.pure-u-sm-7-12,
.pure-u-sm-7-24,
.pure-u-sm-7-8,
.pure-u-sm-8-24,
.pure-u-sm-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-sm-1-24 {
    width: 4.1667%;
  }

  .pure-u-sm-1-12,
.pure-u-sm-2-24 {
    width: 8.3333%;
  }

  .pure-u-sm-1-8,
.pure-u-sm-3-24 {
    width: 12.5%;
  }

  .pure-u-sm-1-6,
.pure-u-sm-4-24 {
    width: 16.6667%;
  }

  .pure-u-sm-1-5 {
    width: 20%;
  }

  .pure-u-sm-5-24 {
    width: 20.8333%;
  }

  .pure-u-sm-1-4,
.pure-u-sm-6-24 {
    width: 25%;
  }

  .pure-u-sm-7-24 {
    width: 29.1667%;
  }

  .pure-u-sm-1-3,
.pure-u-sm-8-24 {
    width: 33.3333%;
  }

  .pure-u-sm-3-8,
.pure-u-sm-9-24 {
    width: 37.5%;
  }

  .pure-u-sm-2-5 {
    width: 40%;
  }

  .pure-u-sm-10-24,
.pure-u-sm-5-12 {
    width: 41.6667%;
  }

  .pure-u-sm-11-24 {
    width: 45.8333%;
  }

  .pure-u-sm-1-2,
.pure-u-sm-12-24 {
    width: 50%;
  }

  .pure-u-sm-13-24 {
    width: 54.1667%;
  }

  .pure-u-sm-14-24,
.pure-u-sm-7-12 {
    width: 58.3333%;
  }

  .pure-u-sm-3-5 {
    width: 60%;
  }

  .pure-u-sm-15-24,
.pure-u-sm-5-8 {
    width: 62.5%;
  }

  .pure-u-sm-16-24,
.pure-u-sm-2-3 {
    width: 66.6667%;
  }

  .pure-u-sm-17-24 {
    width: 70.8333%;
  }

  .pure-u-sm-18-24,
.pure-u-sm-3-4 {
    width: 75%;
  }

  .pure-u-sm-19-24 {
    width: 79.1667%;
  }

  .pure-u-sm-4-5 {
    width: 80%;
  }

  .pure-u-sm-20-24,
.pure-u-sm-5-6 {
    width: 83.3333%;
  }

  .pure-u-sm-21-24,
.pure-u-sm-7-8 {
    width: 87.5%;
  }

  .pure-u-sm-11-12,
.pure-u-sm-22-24 {
    width: 91.6667%;
  }

  .pure-u-sm-23-24 {
    width: 95.8333%;
  }

  .pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-24-24,
.pure-u-sm-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pure-u-md-1,
.pure-u-md-1-1,
.pure-u-md-1-12,
.pure-u-md-1-2,
.pure-u-md-1-24,
.pure-u-md-1-3,
.pure-u-md-1-4,
.pure-u-md-1-5,
.pure-u-md-1-6,
.pure-u-md-1-8,
.pure-u-md-10-24,
.pure-u-md-11-12,
.pure-u-md-11-24,
.pure-u-md-12-24,
.pure-u-md-13-24,
.pure-u-md-14-24,
.pure-u-md-15-24,
.pure-u-md-16-24,
.pure-u-md-17-24,
.pure-u-md-18-24,
.pure-u-md-19-24,
.pure-u-md-2-24,
.pure-u-md-2-3,
.pure-u-md-2-5,
.pure-u-md-20-24,
.pure-u-md-21-24,
.pure-u-md-22-24,
.pure-u-md-23-24,
.pure-u-md-24-24,
.pure-u-md-3-24,
.pure-u-md-3-4,
.pure-u-md-3-5,
.pure-u-md-3-8,
.pure-u-md-4-24,
.pure-u-md-4-5,
.pure-u-md-5-12,
.pure-u-md-5-24,
.pure-u-md-5-5,
.pure-u-md-5-6,
.pure-u-md-5-8,
.pure-u-md-6-24,
.pure-u-md-7-12,
.pure-u-md-7-24,
.pure-u-md-7-8,
.pure-u-md-8-24,
.pure-u-md-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-md-1-24 {
    width: 4.1667%;
  }

  .pure-u-md-1-12,
.pure-u-md-2-24 {
    width: 8.3333%;
  }

  .pure-u-md-1-8,
.pure-u-md-3-24 {
    width: 12.5%;
  }

  .pure-u-md-1-6,
.pure-u-md-4-24 {
    width: 16.6667%;
  }

  .pure-u-md-1-5 {
    width: 20%;
  }

  .pure-u-md-5-24 {
    width: 20.8333%;
  }

  .pure-u-md-1-4,
.pure-u-md-6-24 {
    width: 25%;
  }

  .pure-u-md-7-24 {
    width: 29.1667%;
  }

  .pure-u-md-1-3,
.pure-u-md-8-24 {
    width: 33.3333%;
  }

  .pure-u-md-3-8,
.pure-u-md-9-24 {
    width: 37.5%;
  }

  .pure-u-md-2-5 {
    width: 40%;
  }

  .pure-u-md-10-24,
.pure-u-md-5-12 {
    width: 41.6667%;
  }

  .pure-u-md-11-24 {
    width: 45.8333%;
  }

  .pure-u-md-1-2,
.pure-u-md-12-24 {
    width: 50%;
  }

  .pure-u-md-13-24 {
    width: 54.1667%;
  }

  .pure-u-md-14-24,
.pure-u-md-7-12 {
    width: 58.3333%;
  }

  .pure-u-md-3-5 {
    width: 60%;
  }

  .pure-u-md-15-24,
.pure-u-md-5-8 {
    width: 62.5%;
  }

  .pure-u-md-16-24,
.pure-u-md-2-3 {
    width: 66.6667%;
  }

  .pure-u-md-17-24 {
    width: 70.8333%;
  }

  .pure-u-md-18-24,
.pure-u-md-3-4 {
    width: 75%;
  }

  .pure-u-md-19-24 {
    width: 79.1667%;
  }

  .pure-u-md-4-5 {
    width: 80%;
  }

  .pure-u-md-20-24,
.pure-u-md-5-6 {
    width: 83.3333%;
  }

  .pure-u-md-21-24,
.pure-u-md-7-8 {
    width: 87.5%;
  }

  .pure-u-md-11-12,
.pure-u-md-22-24 {
    width: 91.6667%;
  }

  .pure-u-md-23-24 {
    width: 95.8333%;
  }

  .pure-u-md-1,
.pure-u-md-1-1,
.pure-u-md-24-24,
.pure-u-md-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .pure-u-lg-1,
.pure-u-lg-1-1,
.pure-u-lg-1-12,
.pure-u-lg-1-2,
.pure-u-lg-1-24,
.pure-u-lg-1-3,
.pure-u-lg-1-4,
.pure-u-lg-1-5,
.pure-u-lg-1-6,
.pure-u-lg-1-8,
.pure-u-lg-10-24,
.pure-u-lg-11-12,
.pure-u-lg-11-24,
.pure-u-lg-12-24,
.pure-u-lg-13-24,
.pure-u-lg-14-24,
.pure-u-lg-15-24,
.pure-u-lg-16-24,
.pure-u-lg-17-24,
.pure-u-lg-18-24,
.pure-u-lg-19-24,
.pure-u-lg-2-24,
.pure-u-lg-2-3,
.pure-u-lg-2-5,
.pure-u-lg-20-24,
.pure-u-lg-21-24,
.pure-u-lg-22-24,
.pure-u-lg-23-24,
.pure-u-lg-24-24,
.pure-u-lg-3-24,
.pure-u-lg-3-4,
.pure-u-lg-3-5,
.pure-u-lg-3-8,
.pure-u-lg-4-24,
.pure-u-lg-4-5,
.pure-u-lg-5-12,
.pure-u-lg-5-24,
.pure-u-lg-5-5,
.pure-u-lg-5-6,
.pure-u-lg-5-8,
.pure-u-lg-6-24,
.pure-u-lg-7-12,
.pure-u-lg-7-24,
.pure-u-lg-7-8,
.pure-u-lg-8-24,
.pure-u-lg-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-lg-1-24 {
    width: 4.1667%;
  }

  .pure-u-lg-1-12,
.pure-u-lg-2-24 {
    width: 8.3333%;
  }

  .pure-u-lg-1-8,
.pure-u-lg-3-24 {
    width: 12.5%;
  }

  .pure-u-lg-1-6,
.pure-u-lg-4-24 {
    width: 16.6667%;
  }

  .pure-u-lg-1-5 {
    width: 20%;
  }

  .pure-u-lg-5-24 {
    width: 20.8333%;
  }

  .pure-u-lg-1-4,
.pure-u-lg-6-24 {
    width: 25%;
  }

  .pure-u-lg-7-24 {
    width: 29.1667%;
  }

  .pure-u-lg-1-3,
.pure-u-lg-8-24 {
    width: 33.3333%;
  }

  .pure-u-lg-3-8,
.pure-u-lg-9-24 {
    width: 37.5%;
  }

  .pure-u-lg-2-5 {
    width: 40%;
  }

  .pure-u-lg-10-24,
.pure-u-lg-5-12 {
    width: 41.6667%;
  }

  .pure-u-lg-11-24 {
    width: 45.8333%;
  }

  .pure-u-lg-1-2,
.pure-u-lg-12-24 {
    width: 50%;
  }

  .pure-u-lg-13-24 {
    width: 54.1667%;
  }

  .pure-u-lg-14-24,
.pure-u-lg-7-12 {
    width: 58.3333%;
  }

  .pure-u-lg-3-5 {
    width: 60%;
  }

  .pure-u-lg-15-24,
.pure-u-lg-5-8 {
    width: 62.5%;
  }

  .pure-u-lg-16-24,
.pure-u-lg-2-3 {
    width: 66.6667%;
  }

  .pure-u-lg-17-24 {
    width: 70.8333%;
  }

  .pure-u-lg-18-24,
.pure-u-lg-3-4 {
    width: 75%;
  }

  .pure-u-lg-19-24 {
    width: 79.1667%;
  }

  .pure-u-lg-4-5 {
    width: 80%;
  }

  .pure-u-lg-20-24,
.pure-u-lg-5-6 {
    width: 83.3333%;
  }

  .pure-u-lg-21-24,
.pure-u-lg-7-8 {
    width: 87.5%;
  }

  .pure-u-lg-11-12,
.pure-u-lg-22-24 {
    width: 91.6667%;
  }

  .pure-u-lg-23-24 {
    width: 95.8333%;
  }

  .pure-u-lg-1,
.pure-u-lg-1-1,
.pure-u-lg-24-24,
.pure-u-lg-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .pure-u-xl-1,
.pure-u-xl-1-1,
.pure-u-xl-1-12,
.pure-u-xl-1-2,
.pure-u-xl-1-24,
.pure-u-xl-1-3,
.pure-u-xl-1-4,
.pure-u-xl-1-5,
.pure-u-xl-1-6,
.pure-u-xl-1-8,
.pure-u-xl-10-24,
.pure-u-xl-11-12,
.pure-u-xl-11-24,
.pure-u-xl-12-24,
.pure-u-xl-13-24,
.pure-u-xl-14-24,
.pure-u-xl-15-24,
.pure-u-xl-16-24,
.pure-u-xl-17-24,
.pure-u-xl-18-24,
.pure-u-xl-19-24,
.pure-u-xl-2-24,
.pure-u-xl-2-3,
.pure-u-xl-2-5,
.pure-u-xl-20-24,
.pure-u-xl-21-24,
.pure-u-xl-22-24,
.pure-u-xl-23-24,
.pure-u-xl-24-24,
.pure-u-xl-3-24,
.pure-u-xl-3-4,
.pure-u-xl-3-5,
.pure-u-xl-3-8,
.pure-u-xl-4-24,
.pure-u-xl-4-5,
.pure-u-xl-5-12,
.pure-u-xl-5-24,
.pure-u-xl-5-5,
.pure-u-xl-5-6,
.pure-u-xl-5-8,
.pure-u-xl-6-24,
.pure-u-xl-7-12,
.pure-u-xl-7-24,
.pure-u-xl-7-8,
.pure-u-xl-8-24,
.pure-u-xl-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-xl-1-24 {
    width: 4.1667%;
  }

  .pure-u-xl-1-12,
.pure-u-xl-2-24 {
    width: 8.3333%;
  }

  .pure-u-xl-1-8,
.pure-u-xl-3-24 {
    width: 12.5%;
  }

  .pure-u-xl-1-6,
.pure-u-xl-4-24 {
    width: 16.6667%;
  }

  .pure-u-xl-1-5 {
    width: 20%;
  }

  .pure-u-xl-5-24 {
    width: 20.8333%;
  }

  .pure-u-xl-1-4,
.pure-u-xl-6-24 {
    width: 25%;
  }

  .pure-u-xl-7-24 {
    width: 29.1667%;
  }

  .pure-u-xl-1-3,
.pure-u-xl-8-24 {
    width: 33.3333%;
  }

  .pure-u-xl-3-8,
.pure-u-xl-9-24 {
    width: 37.5%;
  }

  .pure-u-xl-2-5 {
    width: 40%;
  }

  .pure-u-xl-10-24,
.pure-u-xl-5-12 {
    width: 41.6667%;
  }

  .pure-u-xl-11-24 {
    width: 45.8333%;
  }

  .pure-u-xl-1-2,
.pure-u-xl-12-24 {
    width: 50%;
  }

  .pure-u-xl-13-24 {
    width: 54.1667%;
  }

  .pure-u-xl-14-24,
.pure-u-xl-7-12 {
    width: 58.3333%;
  }

  .pure-u-xl-3-5 {
    width: 60%;
  }

  .pure-u-xl-15-24,
.pure-u-xl-5-8 {
    width: 62.5%;
  }

  .pure-u-xl-16-24,
.pure-u-xl-2-3 {
    width: 66.6667%;
  }

  .pure-u-xl-17-24 {
    width: 70.8333%;
  }

  .pure-u-xl-18-24,
.pure-u-xl-3-4 {
    width: 75%;
  }

  .pure-u-xl-19-24 {
    width: 79.1667%;
  }

  .pure-u-xl-4-5 {
    width: 80%;
  }

  .pure-u-xl-20-24,
.pure-u-xl-5-6 {
    width: 83.3333%;
  }

  .pure-u-xl-21-24,
.pure-u-xl-7-8 {
    width: 87.5%;
  }

  .pure-u-xl-11-12,
.pure-u-xl-22-24 {
    width: 91.6667%;
  }

  .pure-u-xl-23-24 {
    width: 95.8333%;
  }

  .pure-u-xl-1,
.pure-u-xl-1-1,
.pure-u-xl-24-24,
.pure-u-xl-5-5 {
    width: 100%;
  }
}
/* fix for IE and Firefox responsiveness */
.pure-g {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.pure-g [class*=pure-u] {
  font-family: "Helvetica", sans-serif;
}

.pure-g {
  font-family: "Helvetica", sans-serif;
}

.footer-p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .footer-p {
    text-align: center;
  }
}

#site-footer {
  background-color: black;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 1px;
  line-height: 2.5em;
  font-weight: 400;
}
#site-footer .outter-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 77px 0;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #site-footer .outter-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
}
#site-footer .outter-content .logo {
  margin-right: 40px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #site-footer .outter-content .logo {
    margin-right: 0;
  }
}
#site-footer .outter-content .logo .footer_logo {
  max-width: 200px;
}
#site-footer .outter-content .links {
  margin-right: 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  #site-footer .outter-content .links {
    padding: 20px 0;
    text-align: center;
    margin-right: 0;
  }
}
#site-footer .outter-content .links a {
  line-height: 2;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
#site-footer .outter-content .links a:hover {
  color: #D5A75B;
}
#site-footer .outter-content .location {
  margin-right: 40px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #site-footer .outter-content .location {
    padding: 20px 0;
    text-align: center;
    margin-right: 0;
  }
}
#site-footer .outter-content .location .footer-p {
  color: #fff;
}
#site-footer .outter-content .location .footer-p:hover {
  color: #D5A75B;
}
#site-footer .outter-content .social {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #site-footer .outter-content .social {
    text-align: center;
    padding: 20px 0;
  }
}
#site-footer .outter-content .social .footer-p {
  color: #fff;
}
#site-footer .outter-content .social-icons {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}
@media only screen and (max-width: 1024px) {
  #site-footer .outter-content .social-icons {
    justify-content: center;
  }
}
#site-footer .outter-content .social-icons a img:last-child {
  display: none;
}
#site-footer .outter-content .social-icons a:hover img:last-child {
  display: block;
}
#site-footer .outter-content .social-icons a:hover img:first-child {
  display: none;
}
#site-footer .outter-content .social-icons .social-logo {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
#site-footer .governmentWarning {
  border-top: solid #666 0.5px;
  font-weight: 300;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px 0;
}
#site-footer .governmentWarning .warning {
  color: #fff;
  padding-top: 40px;
  line-height: 1.7em;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 50px;
}

#nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
}
#nav .button {
  border: none;
  background-color: #fff;
}
#nav .button .nav-logo {
  width: 100px;
}
#nav .dropdown-menu {
  display: none;
}
#nav .link-large {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  #nav .link-large {
    font-size: 14px;
  }
}
#nav .link-large li {
  list-style-type: none;
  padding: 10px;
}
#nav .link-large .large-link {
  color: black;
  text-transform: uppercase;
}
#nav .link-large .large-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #666666;
}
#nav .link-large .snipcart-checkout {
  position: relative;
  align-self: center;
}
#nav .link-large .snipcart-checkout .snipcart-items-count {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  font-family: Noto Sans, sans-serif;
  color: black;
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  width: 16px;
  height: 16px;
  top: -4px;
  right: -4px;
  line-height: 1;
  background-color: #D5A75B;
}
#nav .link-large .snipcart-checkout .fa-shopping-cart {
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  #nav {
    width: 85%;
  }
  #nav .large-nav {
    display: none;
  }
  #nav .dropdown-menu {
    display: block;
  }
  #nav .dropdown-menu .hamburger {
    height: 32px;
    width: 32px;
  }
  #nav .dropdown-menu ul {
    z-index: 2;
    overflow-y: hidden;
    right: 0;
    top: 0;
    background-color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow-x: hidden;
    transition: opacity 2s linear;
    padding-top: 3rem;
    padding-bottom: 60px;
    padding-left: 0px;
    position: absolute;
    width: 100vw;
    height: 100vh;
    margin: 0;
    list-style-type: none;
    position: fixed;
    animation: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}
@media only screen and (max-width: 768px) and (max-width: 568px) {
  #nav .dropdown-menu ul {
    justify-content: unset;
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  #nav .dropdown-menu ul .header-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 2rem;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 568px) {
  #nav .dropdown-menu ul .header-links {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  #nav .dropdown-menu ul .header-links .exit {
    color: #fff;
    font-size: 40px;
    line-height: 0.6;
  }
}
@media only screen and (max-width: 768px) and (max-width: 568px) {
  #nav .dropdown-menu ul .header-links .exit {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #nav .dropdown-menu ul .header-links .exit:hover {
    color: #D5A75B;
  }
}
@media only screen and (max-width: 768px) {
  #nav .dropdown-menu ul .header-links .snipcart-checkout {
    position: relative;
  }
  #nav .dropdown-menu ul .header-links .snipcart-checkout .snipcart-items-count {
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    font-family: Noto Sans, sans-serif;
    color: black;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    width: 16px;
    height: 16px;
    top: -4px;
    right: -4px;
    line-height: 1;
    background-color: #D5A75B;
  }
  #nav .dropdown-menu ul .header-links .snipcart-checkout .fa-shopping-cart {
    font-size: 28px;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) and (max-width: 568px) {
  #nav .dropdown-menu ul .header-links .snipcart-checkout .fa-shopping-cart {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #nav .dropdown-menu ul .container {
    display: grid;
    align-content: center;
    row-gap: 5%;
    height: 70vh;
  }
  #nav .dropdown-menu ul .container .image-container {
    width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 568px) {
  #nav .dropdown-menu ul .container .image-container {
    width: 170px;
  }
}
@media only screen and (max-width: 768px) {
  #nav .dropdown-menu ul .container .link li {
    font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
    padding: 10px;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 768px) and (max-width: 568px) {
  #nav .dropdown-menu ul .container .link li {
    font-size: 18px;
    padding: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #nav .dropdown-menu ul .container .link li li a {
    color: white;
  }
}
@media only screen and (max-width: 768px) {
  #nav .dropdown-menu ul .container .link li:hover a {
    color: #D5A75B;
  }
}
@media only screen and (max-width: 768px) {
  #nav .dropdown-menu ul .container .social-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #nav .dropdown-menu ul .container .social-links a img:last-child {
    display: none;
  }
  #nav .dropdown-menu ul .container .social-links a:hover img:last-child {
    display: block;
  }
  #nav .dropdown-menu ul .container .social-links a:hover img:first-child {
    display: none;
  }
  #nav .dropdown-menu ul .container .social-links .social-logo {
    width: 42px;
    height: 42px;
    margin: 5px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 568px) {
  #nav .dropdown-menu ul .container .social-links .social-logo {
    width: 30px;
    height: 30px;
  }
}
@keyframes slidein {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

h1 {
  color: #fff;
  font-family: "Aleo", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 26px;
  }
}

.span-header {
  font-family: "Aleo", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .span-header {
    font-size: 26px;
  }
}

p {
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.header-p {
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
  padding: 50px 0;
  color: #fff;
}

.a-white {
  color: #fff;
}

.black-arcade-header {
  font-family: "Black-Arcade";
  margin: 0;
  padding-left: 2rem;
  line-height: 2;
  font-size: 40px;
}
@media only screen and (max-width: 568px) {
  .black-arcade-header {
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    font-size: 20px;
  }
}

.gold-heading {
  color: #D5A75B;
  font-size: 48px;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .gold-heading {
    display: block;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .gold-heading {
    font-size: 42px;
  }
}
@media only screen and (max-width: 568px) {
  .gold-heading {
    font-size: 26px;
  }
}

.blue-heading {
  color: #4d5f8a;
  font-size: 48px;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .blue-heading {
    display: block;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .blue-heading {
    font-size: 42px;
  }
}
@media only screen and (max-width: 568px) {
  .blue-heading {
    font-size: 30px;
  }
}

.header-image {
  position: relative;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .header-image {
    height: 470px;
  }
}
@media only screen and (max-width: 568px) {
  .header-image {
    height: 370px;
  }
}

.background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px;
}

.yellow-border {
  border: solid 2px #D5A75B;
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.white-border {
  border: solid 2px #fff;
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  position: relative;
  z-index: 1;
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin: 10px;
}

.header-img-logo {
  position: absolute;
  margin-left: 30px;
  margin-bottom: 10px;
  width: 450px;
}
@media only screen and (max-width: 568px) {
  .header-img-logo {
    width: 250px;
  }
}

.intro-banner {
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../img/background/black-leather.jpg);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 10%;
  background-size: cover;
}

.intro-banner-white {
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 15%;
}
@media only screen and (max-width: 568px) {
  .intro-banner-white {
    padding: 60px 10%;
  }
}

.intro-black-font {
  color: #000;
  font-size: 19px;
  font-weight: 300;
  padding: 30px 0;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: left;
}

.blue-heading-main {
  color: #4d5f8a;
  margin-top: 50px;
  padding: 10px 0;
  line-height: 0;
  font-size: 48px;
}
@media only screen and (max-width: 568px) {
  .blue-heading-main {
    font-size: 30px;
  }
}

.blue-header {
  font-family: "Aleo", Georgia, "Times New Roman", serif;
  color: #4d5f8a;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .blue-header {
    width: 100%;
    padding: 0;
  }
}

.paragraph-p {
  color: #000;
  padding: 0 0 20px 0;
  margin-bottom: 10px;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .paragraph-p {
    width: 100%;
    padding: 0;
  }
}

.p-bold {
  color: black;
  padding: 0 0 20px 0;
  margin-bottom: 10px;
  padding: 0 40px;
  padding-right: 200px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .p-bold {
    width: 100%;
    padding: 0;
  }
}

.details {
  font-size: 19px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #000;
  text-align: left;
  color: #000;
}
@media only screen and (max-width: 568px) {
  .details {
    font-size: 14px;
  }
}

.button-yellow {
  background: #D5A75B;
  border: 3px solid #D5A75B;
  color: #fff;
  padding: 0;
  width: 250px;
  height: auto;
  border-radius: 10px;
}
.button-yellow:hover {
  background-color: #b5822e;
}
.button-yellow .button-layout {
  display: flex;
  flex-direction: row;
}
.button-yellow .button-layout .button-image {
  width: 40px;
  background-color: #fff;
  border-radius: 15% 0 0 15%;
}
.button-yellow .button-layout .button-image .interior-cart-image {
  padding: 5px;
}
.button-yellow .button-layout .custom {
  align-self: center;
  border-color: transparent #fff;
  border-style: solid;
  border-width: 6px 0px 6px 6px;
  height: 4px;
}
.button-yellow .button-layout .button-text {
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
  color: #000;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.button-blue {
  background: #4d5f8a;
  border: 3px solid #4d5f8a;
  color: #fff;
  padding: 0;
  width: 250px;
  height: auto;
  border-radius: 10px;
}
.button-blue:hover {
  background-color: #323d59;
}
.button-blue .button-layout {
  display: flex;
  flex-direction: row;
}
.button-blue .button-layout .button-image {
  width: 40px;
  background-color: #fff;
  border-radius: 15% 0 0 15%;
}
.button-blue .button-layout .button-image .interior-cart-image {
  padding: 5px;
}
.button-blue .button-layout .custom {
  align-self: center;
  border-color: transparent #fff;
  border-style: solid;
  border-width: 6px 0px 6px 6px;
  height: 4px;
}
.button-blue .button-layout .button-text {
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.button-white {
  background: #fff;
  border: 3px solid #fff;
  color: #fff;
  padding: 0;
  width: 250px;
  height: auto;
  border-radius: 10px;
}
.button-white:hover {
  background-color: #d9d9d9;
}
.button-white .button-layout {
  display: flex;
  flex-direction: row;
}
.button-white .button-layout .button-image {
  width: 40px;
  background-color: #4d5f8a;
  border-radius: 15% 0 0 15%;
}
.button-white .button-layout .button-image .interior-cart-image {
  padding: 5px;
}
.button-white .button-layout .custom {
  align-self: center;
  border-color: transparent #4d5f8a;
  border-style: solid;
  border-width: 6px 0px 6px 6px;
  height: 4px;
}
.button-white .button-layout .button-text {
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4d5f8a;
}

#prompt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateY(-100%);
  -webkit-transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: black;
  opacity: 0;
  background-size: cover;
  overflow-y: scroll;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
#prompt-overlay.active {
  z-index: 11;
  opacity: 1;
  transform: translateY(0%);
}
#prompt-overlay .close-prompt {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 0.5rem;
  right: 1rem;
}
#prompt-overlay .prompt-content .site-logo {
  height: 200px;
}
#prompt-overlay .prompt-content .site-logo .logo {
  height: 100%;
}
#prompt-overlay .prompt-content .prompt-modal {
  display: none;
  color: #fff;
  text-align: center;
  margin: 2rem auto 0;
}
#prompt-overlay .prompt-content .prompt-modal h4 {
  margin-bottom: 0;
  font-size: 50px;
  color: inherit;
  text-transform: uppercase;
  font-family: "Aleo", Georgia, "Times New Roman", serif;
  font-weight: 700;
}
@media only screen and (max-width: 568px) {
  #prompt-overlay .prompt-content .prompt-modal h4 {
    font-size: 30px;
    padding: 0 15px;
  }
}
#prompt-overlay .prompt-content .prompt-modal .btn-row {
  padding: 10px;
}
#prompt-overlay .prompt-content .prompt-modal .btn-row .button-yellow {
  margin: 20px;
}
#prompt-overlay .prompt-content .prompt-modal .btn-row .button-yellow .button-a {
  color: #fff;
  font-size: 20px;
}
#prompt-overlay .prompt-content .prompt-modal.active {
  display: block;
}

/*# sourceMappingURL=style.min.css.map */
