@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.langbox {
  position: relative;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}

.lang {
  display: flex;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .lang {
    top: 49px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .lang {
    top: 20px;
    left: 20px;
  }
}
.lang .lang_item {
  text-align: center;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.4431372549);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .lang .lang_item {
    font-size: 1.25rem;
  }
}
.lang .lang_item a {
  color: rgba(255, 255, 255, 0.4431372549);
  text-decoration: none;
}
.lang .lang_item a:hover {
  text-decoration: underline;
}
.lang .lang_item:first-child::after {
  content: "/";
  display: inline-block;
  color: #ffc600;
  margin: 0 12px 0 7px;
  font-weight: normal;
}
.lang .select {
  color: #ffc600;
}

body {
  margin: 0;
}

html {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  background-image: url(../img/hedora_bg.jpg);
  background-size: 650px;
}
html:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.856);
  margin: 0;
}

.top {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.top__ttl {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top__ttl {
    height: 100vh;
    padding-top: 20vh;
  }
}
.top__ttl img {
  width: 100%;
  margin: 50px auto;
}

@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    max-width: 100vw;
    width: 90%;
    margin: 0 auto;
  }
}

.information {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .information {
    margin: 0 0 60px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .information {
    margin: 0 0 90px;
    padding-top: 150px;
  }
}
.information .lead {
  color: #ffc600;
  margin: 0 0 30px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
  background-color: #030303;
}
@media only screen and (max-width: 767px) {
  .information .lead {
    text-align: center;
    font-size: 1.65rem;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .information .lead {
    padding: 20px;
    font-size: 3rem;
    text-align: left;
    margin-bottom: 5px;
  }
}
.information__text {
  color: #ffc600;
  font-size: 1.5em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .information__text {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .information__text {
    text-align: center;
  }
}
.information__text dl dt {
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .information__text dl dt {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .information__text dl dt {
    margin: 0 0 15px;
    font-size: 1.25rem;
  }
}
.information__text dl dd {
  color: #ffc600;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .information__text dl dd {
    color: #ffc600;
    font-size: 1em;
    font-weight: bold;
  }
}

.prod {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .prod {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    padding: 150px 0;
  }
}
.prod__bg {
  background-size: 17px 17px;
  transform: skewY(-10deg);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .prod__bg {
    margin: -40px 0 -50px;
    padding: 40px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__bg {
    margin: -40px 0 -70px;
    padding: 50px 0 140px;
  }
}
.prod__bg-inner {
  transform: skewY(10deg);
}
@media only screen and (max-width: 767px) {
  .prod__bg-inner {
    margin-top: -30px;
  }
}
.prod__container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .prod__container {
    flex-direction: column;
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__container {
    justify-content: space-between;
    margin: 0 0 50px;
  }
}
.prod__container:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod__main {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__main {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .prod__sub {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub {
    width: 40%;
    margin-left: 40px;
    margin-top: 50px;
  }
}
.prod__sub-detail {
  color: #ffc600;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail {
    width: 100%;
    order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail {
    width: 100%;
    margin: 0 0 20px;
  }
}
.prod__sub-detail h2 {
  margin: 0 0 20px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(255, 198, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.prod__sub-detail h2 .ttl-one {
  font-size: 1rem;
  line-height: normal;
}
.prod__sub-detail h2 .ttl-two {
  font-size: 0.9em;
}
.prod__sub-detail p {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail p {
    font-weight: bolder;
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail p {
    font-size: 17px;
    line-height: 40px;
  }
}
.prod__sub-detail p img {
  height: 15px;
}
.prod__sub-detail p a {
  background-image: linear-gradient(#4e2e84, #d300c5, #ffc800);
  color: transparent;
  background-clip: text;
  font-weight: bolder;
  text-decoration: none;
  transition: 0.2s;
}
.prod__sub-detail p a:hover {
  opacity: 0.8;
}
.prod__sub-detail .price {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail .price {
    font-size: 1.4rem;
    margin: 0 10px 0 0;
  }
}
.prod__sub-detail a {
  color: #d83820;
  text-decoration: none;
  word-break: break-all;
}
.prod__sub-detail a:hover {
  text-decoration: underline;
}
.prod .sp-button {
  border: 2px solid #ffc600 !important;
}
@media only screen and (max-width: 767px) {
  .prod .sp-button {
    width: 10px !important;
    height: 10px !important;
  }
}
.prod .sp-selected-button {
  background-color: #ffc600 !important;
}
.prod .sp-next-arrow:after, .prod .sp-next-arrow:before, .prod .sp-previous-arrow:after, .prod .sp-previous-arrow:before {
  background-color: #ffc600 !important;
}

.logo {
  position: relative;
  width: 350px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .logo .section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .logo .section {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .logo__content {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .logo__content {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
  }
}
.logo__content img {
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .logo__item {
    margin: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .logo__item {
    width: 50%;
    margin: 0 auto;
  }
}
.logo__copyright {
  color: #ffc600;
  text-align: center;
  font-size: 0.8rem;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .logo__copyright {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .logo__copyright {
    margin: 25px 0 0;
  }
}

.contact {
  color: #ffc600;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .contact {
    margin: 0 0 160px;
    padding: 150px 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact__item {
    margin-left: 40px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact__item {
    padding-top: 80px;
    margin-top: 50px;
  }
}
.contact__item h3 {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .contact__item h3 {
    font-size: 1.4rem;
  }
}
.contact__shop {
  margin: 0 0 10px;
  color: #ffc600;
}
@media only screen and (min-width: 768px) {
  .contact__shop {
    font-size: 1.1rem;
  }
}
.contact__text {
  margin: 0 0 25px;
}
.contact__text p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .contact__text p {
    font-size: 0.85rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact__text p {
    line-height: 1.75rem;
  }
}
.contact__tel {
  display: flex;
  align-items: flex-end;
}
.contact__tel span {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  background: #ffc600;
  border-radius: 2px;
  margin-right: 13px;
}
@media only screen and (min-width: 768px) {
  .contact__tel span {
    top: -1px;
  }
}
.contact__tel span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  display: block;
  transform: scale(-1, 1);
  position: absolute;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .contact__tel span::before {
    font-size: 0.8rem;
    top: 3px;
    left: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__tel span::before {
    font-size: 0.85rem;
    top: 2px;
    left: 2px;
  }
}
.contact__tel p {
  line-height: 100%;
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact__tel p {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact__tel p {
    font-size: 1.4rem;
  }
}

.title {
  font-family: "Anton", sans-serif;
  color: #ffc600;
  position: absolute;
  top: 0;
  z-index: -1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 9.5rem;
    letter-spacing: 0.05rem;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 4rem;
    left: 0;
  }
}

.fadein-top {
  opacity: 0;
  animation: 0.6s ease-in forwards fadein-top;
}

@keyframes fadein-top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  transform: translate(-50px, 0);
  transition: all 1s;
  opacity: 0;
}
.fadein.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

.fadein2 {
  transform: translate(-50px, 0);
  transition: all 1.5s;
  opacity: 0;
}
.fadein2.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

.fadein3 {
  transform: translate(-50px, 0);
  transition: all 2s;
  opacity: 0;
}
.fadein3.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0 !important;
}

header, footer {
  position: relative;
  z-index: 9999999999;
}

.sale {
  color: #ffc600;
  position: relative;
  z-index: 20;
}
.sale__method {
  font-weight: 500;
  margin-left: 40px;
  margin-top: 50px;
}
.sale__method a {
  color: #ffc600;
}
@media only screen and (min-width: 768px) {
  .sale__method {
    font-size: 18px;
    padding: 175px 0;
  }
}/*# sourceMappingURL=style.css.map */