@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@media only screen and (min-width: 1061px) {
  .sponly {
    display: none;
  }
}

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

.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

body {
  background: #222222;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  position: relative;
  z-index: 15;
}
body::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-image: url(../img/cover.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(10px);
}
body::after {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgba(34, 34, 34, 0.8823529412);
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

.top {
  position: relative;
  z-index: 10;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}
.top__text {
  padding-top: 25px;
  font-size: 35px;
  text-align: center;
}

.wrap {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1061px) {
  .wrap {
    max-width: 1500px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1060px) {
  .wrap {
    width: 90%;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1061px) {
  .content {
    display: flex;
  }
}
@media only screen and (max-width: 1060px) {
  .content {
    width: 90%;
    margin: 0 auto;
  }
}

.cover {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 1061px) {
  .cover img {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1060px) {
  .cover img {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
  }
}

.text {
  max-width: 600px;
  font-size: 2em;
  margin: 10px;
}
@media only screen and (min-width: 1061px) {
  .text__subtitle {
    font-size: 25px;
    text-align: left;
  }
}
@media only screen and (max-width: 1060px) {
  .text__subtitle {
    font-size: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 1060px) {
  .text__title h2 {
    text-align: center;
    font-size: 40px;
  }
}
@media only screen and (max-width: 1060px) {
  .text__flavor {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1061px) {
  .text__price {
    font-weight: bold;
    font-size: 45px;
  }
}
.text p {
  font-size: 0.8em;
}
.text__note ul {
  list-style-type: "※";
  padding-left: 15px;
}
.text__note ul li {
  font-size: 0.6em;
}

.details {
  font-size: 1.5em;
}
.details__flavor {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.details__bottom {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.global_head {
  position: relative;
  z-index: 500;
}

footer {
  position: relative;
  z-index: 500;
}
@media only screen and (min-width: 1061px) {
  footer {
    height: 284px;
  }
}

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

.lang {
  display: flex;
  position: absolute;
}
@media only screen and (max-width: 1060px) {
  .lang {
    top: 49px;
    right: 10px;
  }
}
@media only screen and (min-width: 1061px) {
  .lang {
    top: 49px;
    right: 20px;
  }
}
.lang .lang_item {
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1061px) {
  .lang .lang_item {
    font-size: 1.25rem;
  }
}
.lang .lang_item a {
  color: #fff;
  text-decoration: none;
}
.lang .lang_item a:hover {
  text-decoration: underline;
}
.lang .lang_item:first-child::after {
  content: "/";
  display: inline-block;
  color: #fff;
  margin: 0 12px 0 7px;
  font-weight: normal;
}
.lang .select {
  color: #65b94a;
}/*# sourceMappingURL=style.css.map */