@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

@media only screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

.global_head {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .section {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .section {
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

h2 {
  font-family: 'Raleway', sans-serif;
  text-align: center;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.8rem;
    margin: 0 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.6rem;
    margin: 0 0 60px;
  }
}

.wrap {
  overflow: hidden;
  background: #111 url("../img/wrap-bg.png") no-repeat center/cover fixed;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .wrap {
    padding: 0 0 150px;
  }
}

.wrap::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #111), color-stop(20%, transparent), color-stop(99%, #111));
  background: linear-gradient(#111 5%, transparent 20%, #111 99%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  position: relative;
  z-index: 99;
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: #111;
}

@media only screen and (max-width: 767px) {
  .hero {
    background: url("../img/hero-bg-sp.png?v2") no-repeat center bottom/cover;
    height: 700px;
  }
}

@media only screen and (min-width: 768px) {
  .hero {
    background: url("../img/hero-bg.png?v2") no-repeat top center/cover;
    height: 850px;
  }
}

.hero::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background: linear-gradient(transparent, #111);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 90;
}

@media only screen and (max-width: 767px) {
  .hero::before {
    height: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .hero::before {
    height: 500px;
  }
}

.hero .lang {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .hero .lang {
    top: 15px;
    left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .hero .lang {
    top: 20px;
    left: 25px;
  }
}

.hero .lang__item {
  margin-right: 28px;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  position: relative;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.hero .lang__item:first-of-type::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 2px;
  height: 15px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  position: absolute;
  top: 4px;
  right: -13px;
}

.hero .sns {
  position: absolute;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .hero .sns {
    top: 15px;
    right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .hero .sns {
    top: 20px;
    right: 25px;
  }
}

.hero .sns span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f16d";
  color: #fff;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 767px) {
  .hero .sns span::before {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .hero .sns span::before {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .hero .sns a:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
  }
}

.hero__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .hero__inner {
    background: url("../img/hero-bg-sp.png") no-repeat center bottom/cover;
    height: 700px;
  }
}

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

.hero__ttl {
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .hero__ttl {
    bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .hero__ttl {
    bottom: 40px;
  }
}

.hero__ttl img {
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.3));
}

@media only screen and (max-width: 767px) {
  .hero__ttl img {
    width: 280px;
    max-width: 280px !important;
  }
}

@media only screen and (min-width: 768px) {
  .hero__ttl img {
    width: 700px;
    max-width: 700px !important;
  }
}

.intro {
  background: url("../img/intro-pattern.png"), url("../img/intro-bg.png");
  background-repeat: repeat, no-repeat;
  background-position: center, bottom center;
  background-size: auto, cover;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .intro {
    padding: 60px 0 80px;
  }
}

@media only screen and (min-width: 768px) {
  .intro {
    padding: 120px 0;
  }
}

.intro::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#111), to(transparent));
  background: linear-gradient(#111, transparent);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .intro::before {
    height: 800px;
  }
}

@media only screen and (min-width: 768px) {
  .intro::before {
    height: 600px;
  }
}

.intro::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background: linear-gradient(transparent, #111);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .intro::after {
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .intro::after {
    height: 200px;
  }
}

.intro__container {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .intro__video {
    width: 600px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .intro__video video {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .intro__video video {
    width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .intro__text {
    margin: 60px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .intro__text {
    margin: 70px 0 0;
  }
}

.intro__text p {
  margin: 0 0 20px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .intro__text p {
    line-height: 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__text p {
    font-size: 1.05rem;
    line-height: 2.2rem;
    text-align: center;
  }
}

.intro__text p:last-child {
  margin: 0;
}

.prod {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .prod {
    padding: 50px 0 130px;
  }
}

@media only screen and (min-width: 768px) {
  .prod {
    padding: 120px 0;
  }
}

.prod::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #111), color-stop(40%, transparent));
  background: linear-gradient(#111 5%, transparent 40%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.prod__container {
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .prod__pic {
    margin: 0 0 100px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__pic {
    margin: 0 auto 120px;
  }
}

@media only screen and (max-width: 767px) {
  .prod__pic .slick-dots {
    bottom: -45px !important;
  }
}

@media only screen and (min-width: 768px) {
  .prod__pic .slick-dots {
    bottom: -55px !important;
  }
}

.prod__pic .slick-dots li button::before {
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .prod__item {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__item {
    margin: 0 15px;
  }
}

.prod__item figure {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .prod__item figure img {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__item figure img {
    height: 600px;
  }
}

.prod__text {
  text-align: center;
}

.prod__name {
  font-weight: 600;
  border-bottom: 2px solid #fff;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .prod__name {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__name {
    font-size: 2.1rem;
    letter-spacing: 0.4rem;
    margin: 0 0 50px;
  }
}

.prod__name span {
  display: block;
  font-weight: normal;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .prod__name span {
    font-size: 1.0rem;
    margin: 5px 0 0;
    padding: 0 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__name span {
    font-size: 1.4rem;
    margin: 5px 0 0;
  }
}

.prod__detail {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .prod__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.prod__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #999;
}

@media only screen and (max-width: 767px) {
  .prod__detail dl {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .prod__detail dl {
    width: 47%;
    padding: 25px 0;
  }
}

.prod__detail dl dt {
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .prod__detail dl dt {
    width: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__detail dl dt {
    width: 150px;
  }
}

.prod__detail dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .prod__detail dl dd {
    width: calc(100% - 80px);
  }
}

@media only screen and (min-width: 768px) {
  .prod__detail dl dd {
    width: calc(100% - 150px);
  }
}

.prod__price {
  font-size: 1.6rem;
  margin: 10px 0 0;
  font-weight: 600;
}

.prod__price-yen {
  font-size: 1.2rem;
  margin-right: 5px;
}

.prod__price-plus {
  font-size: 1.1rem;
  margin-left: 7px;
}

.prod__price-tax {
  font-size: 1.0rem;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .sale {
    margin: 0 0 80px;
  }
}

@media only screen and (min-width: 768px) {
  .sale {
    margin: 100px 0;
  }
}

.sale .section {
  position: relative;
}

.sale__ttl {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sale__ttl {
    margin: 0 0 35px;
  }
}

@media only screen and (min-width: 768px) {
  .sale__ttl {
    margin: 0 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .sale__ttl img {
    height: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .sale__ttl img {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sale__item {
    margin: 0 0 50px;
  }
}

@media only screen and (min-width: 768px) {
  .sale__item {
    margin: 0 0 70px;
  }
}

.sale__item:last-child {
  margin: 0;
}

.sale .sale-note::after {
  content: "";
  background: url("../img/sale-bg.png?0501") no-repeat top left/contain;
  position: absolute;
  bottom: -600px;
  right: -150px;
  z-index: -1;
}

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

@media only screen and (min-width: 768px) {
  .sale .sale-note::after {
    width: 550px;
    height: 816px;
  }
}

.sale p {
  margin: 0 0 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.sale p::last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .sale p {
    line-height: 1.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale p {
    line-height: 1.8rem;
  }
}

.sale ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.sale ul li {
  margin: 0 0 8px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

.sale ul li:last-child {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */