@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

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

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

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

body {
  font-family: "Font Awesome 6 Brands";
}

body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
body img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
body:before {
  position: absolute;
  content: "";
  max-width: 2000px;
  margin: 0 auto;
  background-image: url(../img/bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
  filter: blur(3px);
}

.top {
  max-height: 100vh;
  width: 100vw;
}
.top__title {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .top__title {
    display: flex;
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .top__title--text p {
    font-size: 8vw;
    text-align: center;
    font-weight: 900;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .top__title--text p {
    font-size: 80px;
    font-weight: 900;
    writing-mode: vertical-lr;
    text-orientation: upright;
  }
  .top__title--text p span {
    font-size: 0.5em;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .top__title--pic img {
    max-width: 750px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .top__title--pic img {
    max-width: 750px;
    max-height: 1080px;
    height: 80vh;
  }
}
.top__bottomtext {
  text-align: center;
  font-size: 40px;
}

.wrap {
  position: relative;
}

.scroll {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .scroll {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .scroll {
    padding-top: 100px;
  }
}
.scroll__arrow {
  animation: bobble 2s infinite;
}
.scroll span {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
  box-sizing: border-box;
}
@keyframes bobble {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.content {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .content {
    margin: 10px;
  }
}
.content h2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content p {
    font-size: 20px;
  }
}

.sales {
  padding-top: 100px;
  max-width: 1000px;
  margin: 0 auto;
}
.sales dl {
  background-color: rgba(255, 255, 255, 0.7254901961);
  max-width: 650px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.sales dl dt {
  font-weight: 500;
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sales dl dt {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .sales dl dt {
    font-size: 20px;
  }
}
.sales dl dd {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sales dl dd {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .sales dl dd {
    font-size: 20px;
  }
}
.sales p {
  padding: 25px 0;
  text-align: center;
  font-size: 20px;
}

.items dl {
  background-color: rgba(255, 255, 255, 0.7254901961);
  max-width: 650px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.items dl dt {
  font-weight: 500;
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .items dl dt {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .items dl dt {
    font-size: 20px;
  }
}
.items dl dd {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .items dl dd {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .items dl dd {
    font-size: 20px;
  }
}
.items__shortt {
  padding-top: 100px;
}
.items__shortt--img {
  padding: 10px 0;
  text-align: center;
}
.items__shortt--img img {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .items__shortt--img img {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .items__shortt--img img {
    max-width: 500px;
  }
}
.items__longt {
  padding-top: 100px;
}
.items__longt--img {
  min-height: 327px;
  padding: 10px 0;
  text-align: center;
}
.items__longt--img img {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .items__longt--img img {
    width: 98%;
    margin: 50px auto;
  }
}
@media only screen and (min-width: 768px) {
  .items__longt--img img {
    max-width: 775px;
  }
}
.items__sricker {
  padding-top: 100px;
}
.items__sricker--img {
  padding: 10px 0;
  text-align: center;
}
.items__sricker--img img {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .items__sricker--img img {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .items__sricker--img img {
    max-width: 350px;
  }
}
.items__link ul {
  list-style: none;
  padding: 0;
}
.items__link ul a {
  transition: 0.2s;
}
.items__link ul a:hover {
  color: #646464;
}
@media only screen and (max-width: 767px) {
  .items__link ul li {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.sns {
  padding: 150px 0;
  text-align: center;
}
.sns a {
  font-family: "Font Awesome 6 Brands";
  font-size: 25px;
  font-weight: 700;
  transition: 0.2s;
  color: #000;
  text-decoration: none;
}
.sns a::before {
  content: "\e61b";
}
.sns a:visited {
  color: #000;
}
.sns a:hover {
  color: #858585;
}

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

.tile {
  transform: translateY(50px) translateZ(0);
  transition-delay: 2s;
  transition: 1s;
  opacity: 0;
  filter: grayscale(1);
}

.tile-text {
  transform: translateY(50px) translateZ(0);
  transition-delay: 2s;
  transition: 1s;
  opacity: 0;
  filter: grayscale(1);
}

.bottom-right.inView {
  opacity: 1;
  transform: translateY(0px) translateZ(0);
}

.inView {
  opacity: 1;
  transform: translateY(0px) translateZ(0);
}

section {
  padding: 20px;
}

.order-text {
  text-align: center;
  border: 1px dashed #000;
  background-color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .order-text {
    width: 70%;
    margin: 30px auto 0;
    padding: 7px 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .order-text {
    width: 350px;
    margin: 30px auto 50px;
    padding: 10px 0;
    font-size: 1.05rem;
  }
}/*# sourceMappingURL=style.css.map */