@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Silkscreen:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

@keyframes twinkle1 {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes twinkle2 {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes twinkle3 {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
@keyframes glitch-lines {
  0%, 85%, 100% {
    opacity: 0;
    transform: translateX(0);
  }
  86% {
    opacity: 1;
    transform: translateX(10px);
  }
  87% {
    opacity: 0.8;
    transform: translateX(-15px);
  }
  88% {
    opacity: 1;
    transform: translateX(5px);
  }
  89% {
    opacity: 0.6;
    transform: translateX(-10px);
  }
  90% {
    opacity: 0;
    transform: translateX(0);
  }
}
@keyframes rgb-shift-left {
  0%, 80%, 100% {
    transform: translate(0, 0);
    opacity: 0.8;
  }
  85% {
    transform: translate(-2px, 0);
    opacity: 1;
  }
  90% {
    transform: translate(-3px, 0);
    opacity: 0.9;
  }
  95% {
    transform: translate(-1px, 0);
    opacity: 1;
  }
}
@keyframes rgb-shift-right {
  0%, 80%, 100% {
    transform: translate(0, 0);
    opacity: 0.8;
  }
  85% {
    transform: translate(2px, 0);
    opacity: 1;
  }
  90% {
    transform: translate(3px, 0);
    opacity: 0.9;
  }
  95% {
    transform: translate(1px, 0);
    opacity: 1;
  }
}
@keyframes chromatic-aberration {
  0%, 100% {
    text-shadow: 2px 0 0 rgba(255, 0, 0, 0.7), -2px 0 0 rgba(0, 255, 255, 0.7);
  }
  25% {
    text-shadow: 3px 0 0 rgba(255, 0, 0, 0.8), -3px 0 0 rgba(0, 255, 255, 0.8);
  }
  50% {
    text-shadow: 2px 0 0 rgba(255, 0, 0, 0.7), -2px 0 0 rgba(0, 255, 255, 0.7);
  }
  75% {
    text-shadow: 4px 0 0 rgba(255, 0, 0, 0.9), -4px 0 0 rgba(0, 255, 255, 0.9);
  }
}
@keyframes shadow-rgb-shift-1 {
  0%, 80%, 100% {
    box-shadow: 4px 3px 0 rgba(255, 0, 255, 0.7), -4px 3px 0 rgba(0, 255, 255, 0.7);
  }
  85% {
    box-shadow: 6px 4px 0 rgba(255, 0, 255, 0.9), -6px 4px 0 rgba(0, 255, 255, 0.9);
  }
  90% {
    box-shadow: 5px 2px 0 rgba(255, 0, 255, 0.8), -5px 2px 0 rgba(0, 255, 255, 0.8);
  }
  95% {
    box-shadow: 4px 4px 0 rgba(255, 0, 255, 0.7), -4px 4px 0 rgba(0, 255, 255, 0.7);
  }
}
@keyframes shadow-rgb-shift-2 {
  0%, 80%, 100% {
    box-shadow: 4px -3px 0 rgba(255, 0, 255, 0.7), -4px -3px 0 rgba(0, 255, 255, 0.7);
  }
  85% {
    box-shadow: 6px -4px 0 rgba(255, 0, 255, 0.9), -6px -4px 0 rgba(0, 255, 255, 0.9);
  }
  90% {
    box-shadow: 5px -2px 0 rgba(255, 0, 255, 0.8), -5px -2px 0 rgba(0, 255, 255, 0.8);
  }
  95% {
    box-shadow: 4px -4px 0 rgba(255, 0, 255, 0.7), -4px -4px 0 rgba(0, 255, 255, 0.7);
  }
}
html {
  scrollbar-gutter: stable both-edges;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.2) calc(100% - 1px)), linear-gradient(#56BCD9, #B195C4, #D37CB7);
  background-size: 55px 55px, 55px 55px, auto;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  position: relative;
}
body::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/350px 350px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

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

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.global_head {
  margin: 0;
}

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

.foot {
  background-color: #decfd7;
  height: 40px;
  position: relative;
  z-index: 0;
}
.foot::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/350px 350px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.foot__content {
  font-family: "DotGothic16";
}
.foot__item {
  height: 32px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.foot__start {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5), inset 2px 2px 0 white;
}
@media only screen and (max-width: 767px) {
  .foot__start {
    width: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .foot__start {
    width: 80px;
  }
}
.foot__start img {
  width: 15px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.foot__main {
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.5), 2px 2px 0 white;
  justify-content: flex-start;
  font-family: "Silkscreen";
  letter-spacing: -0.1rem;
}
@media only screen and (max-width: 767px) {
  .foot__main {
    width: 200px;
    left: 81px;
  }
}
@media only screen and (min-width: 768px) {
  .foot__main {
    width: 300px;
    left: 86px;
  }
}
.foot__prof {
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.5), 2px 2px 0 white;
  justify-content: flex-start;
  font-family: "Silkscreen";
  letter-spacing: -0.1rem;
}
@media only screen and (max-width: 767px) {
  .foot__prof {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .foot__prof {
    width: 200px;
    left: 392px;
  }
}
.foot__time {
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.5), 2px 2px 0 white;
  right: 5px;
}
@media only screen and (max-width: 767px) {
  .foot__time {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .foot__time {
    width: 90px;
  }
}

.wrap {
  position: relative;
  z-index: 10;
  font-family: "M PLUS 1p";
}
@media only screen and (max-width: 767px) {
  .wrap {
    font-size: 0.9rem;
  }
}

.hero {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero {
    margin-bottom: 40px;
  }
}
.hero h1 {
  font-family: "Silkscreen";
  font-weight: normal;
  margin: 0;
  color: #fff;
}
.hero__txt {
  position: absolute;
  z-index: 20;
}
.hero__txt span {
  background-color: #000;
  padding: 0 5px;
  position: relative;
  display: inline-block;
}
.hero__txt span::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  background-color: transparent;
  color: #ff00ff;
  animation: rgb-shift-left 3s infinite;
  z-index: -1;
  mix-blend-mode: screen;
}
.hero__txt span::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  background-color: transparent;
  color: #00ffff;
  animation: rgb-shift-right 3s infinite;
  z-index: -1;
  mix-blend-mode: screen;
}
.hero__txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0, 0, 0, 0.5) 3px, rgba(0, 0, 0, 0.5) 4px);
  z-index: 10;
  pointer-events: none;
  animation: glitch-lines 4s infinite;
  opacity: 0;
}
.hero__txt:nth-of-type(1) span, .hero__txt:nth-of-type(2) span, .hero__txt:nth-of-type(3) span {
  box-shadow: 4px 3px 0 rgba(255, 0, 255, 0.4), -4px 3px 0 rgba(0, 255, 255, 0.4);
}
.hero__txt:nth-of-type(4) span, .hero__txt:nth-of-type(5) span, .hero__txt:nth-of-type(6) span {
  box-shadow: 4px -3px 0 rgba(255, 0, 255, 0.4), -4px -3px 0 rgba(0, 255, 255, 0.4);
}
.hero__txt:nth-of-type(1) {
  top: 15px;
  left: 5px;
}
.hero__txt:nth-of-type(2) {
  top: 5px;
  left: 0;
}
.hero__txt:nth-of-type(3) {
  top: -5px;
  left: -5px;
}
.hero__txt:nth-of-type(4) {
  right: 15px;
  bottom: 5px;
}
.hero__txt:nth-of-type(5) {
  right: 5px;
  bottom: 0;
}
.hero__txt:nth-of-type(6) {
  right: -5px;
  bottom: -5px;
}
.hero__img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero__img {
    margin-bottom: 20px;
  }
}
.hero__img .vhs-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero__img .vhs-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: contrast(1.1) saturate(1.2);
  animation: vhs-tracking 8s infinite;
}
.hero__img .vhs-wrapper::before, .hero__img .vhs-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  pointer-events: none;
}
.hero__img .vhs-wrapper::before {
  background: url(../../assets/img/hero_01.png) no-repeat center center;
  background-size: cover;
  mix-blend-mode: screen;
  filter: sepia(1) hue-rotate(-20deg);
  opacity: 0.4;
  animation: vhs-glitch-r 5s infinite;
}
.hero__img .vhs-wrapper::after {
  background: url(../../assets/img/hero_01.png) no-repeat center center;
  background-size: cover;
  mix-blend-mode: screen;
  filter: sepia(1) hue-rotate(180deg);
  opacity: 0.3;
  animation: vhs-glitch-g 5s infinite;
}
.hero__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(0, 0, 0, 0.03) 2px, rgba(0, 0, 0, 0.03) 4px);
  animation: vhs-noise 0.2s infinite;
  z-index: 3;
  pointer-events: none;
  opacity: 1;
}
.hero__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 3px);
  z-index: 4;
  pointer-events: none;
  animation: vhs-scanlines 0.35s linear infinite;
}
.hero__bg {
  box-shadow: 2px 2px 0 white, inset 2px 2px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  background: linear-gradient(#360E8B, #ED1DB7, #250D72);
  position: relative;
  overflow: hidden;
}
.hero__bg::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  background: url(../img/noise.png) repeat 50% center;
  animation: 1s steps(2) 0s infinite normal none running glitch;
  opacity: 0.8;
  z-index: 2;
}
.hero__bg::after {
  content: "";
  background: url(../img/hero-pattern.png) repeat top left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
}
.hero__pic {
  position: absolute;
}

@keyframes glitch {
  0% {
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    transform: translate3d(6rem, -5rem, 0);
  }
  to {
    transform: translate3d(-7rem, 0, 0);
  }
}
@keyframes vhs-scanlines {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes vhs-rgb-shift {
  0%, 100% {
    transform: translate(0, 0);
    opacity: 0.8;
  }
  10% {
    transform: translate(2px, 0);
    opacity: 1;
  }
  20% {
    transform: translate(-2px, 0);
    opacity: 0.9;
  }
  30% {
    transform: translate(1px, 0);
    opacity: 1;
  }
  40% {
    transform: translate(-1px, 0);
    opacity: 0.85;
  }
  50% {
    transform: translate(3px, 0);
    opacity: 1;
  }
  60% {
    transform: translate(0, 0);
    opacity: 0.9;
  }
  70% {
    transform: translate(-2px, 0);
    opacity: 1;
  }
  80% {
    transform: translate(2px, 0);
    opacity: 0.95;
  }
  90% {
    transform: translate(0, 0);
    opacity: 0.9;
  }
}
@keyframes vhs-glitch-r {
  0%, 90%, 100% {
    transform: translate(0, 0);
    opacity: 0.6;
  }
  91% {
    transform: translate(2px, 0);
    opacity: 0.8;
  }
  92% {
    transform: translate(-3px, 0);
    opacity: 0.7;
  }
  93% {
    transform: translate(1px, 0);
    opacity: 0.6;
  }
}
@keyframes vhs-glitch-g {
  0%, 90%, 100% {
    transform: translate(0, 0);
    opacity: 0.3;
  }
  91% {
    transform: translate(-2px, 0);
    opacity: 0.5;
  }
  92% {
    transform: translate(3px, 0);
    opacity: 0.4;
  }
  93% {
    transform: translate(-1px, 0);
    opacity: 0.3;
  }
}
@keyframes vhs-noise {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-1px, 1px);
  }
  20% {
    transform: translate(-2px, -1px);
  }
  30% {
    transform: translate(1px, 2px);
  }
  40% {
    transform: translate(2px, -2px);
  }
  50% {
    transform: translate(-1px, 1px);
  }
  60% {
    transform: translate(1px, -1px);
  }
  70% {
    transform: translate(-2px, 2px);
  }
  80% {
    transform: translate(2px, 1px);
  }
  90% {
    transform: translate(-1px, -1px);
  }
  100% {
    transform: translate(1px, -2px);
  }
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    display: grid;
    grid-template-columns: 1fr 600px 1fr;
  }
}
.content .nav {
  max-width: 100px;
  text-align: right;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .content .nav {
    display: none;
  }
}
.content .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px 0;
}
.content .nav ul li {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 5px 0;
}
.content .nav ul li:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.content .nav ul li img {
  width: 80px;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
}
.content .nav ul p {
  margin: 5px 0 0;
  font-size: 0.9rem;
}
.content .nav ul a {
  cursor: default;
  color: #fff;
  font-family: "DotGothic16";
}
.content .side-ttl {
  font-family: "Silkscreen";
  letter-spacing: -0.05rem;
  text-align: right;
  color: #fff;
  position: relative;
  font-size: 1.3rem;
  text-shadow: 2px 0 0 rgba(255, 0, 0, 0.7), -2px 0 0 rgba(0, 255, 255, 0.7);
  animation: chromatic-aberration 3s infinite;
}
@media only screen and (max-width: 767px) {
  .content .side-ttl {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .content__side {
    height: calc(100vh - 40px);
    position: sticky;
    top: 0;
    align-self: start;
  }
}
.content .side-rigth {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .side-left {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .content .side-left {
    display: none;
  }
}
.content .side-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.content .side-link li {
  max-width: 100px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 5px 0;
}
.content .side-link li:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.content .side-link li img {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 767px) {
  .content .side-link li img {
    width: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .content .side-link li img {
    width: 80px;
  }
}
.content .side-link p {
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .content .side-link p {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .side-link p {
    font-size: 0.9rem;
  }
}
.content .side-link a {
  cursor: default;
  color: #fff;
  font-family: "DotGothic16";
}
@media only screen and (min-width: 768px) {
  .content__main {
    margin: 30px 0;
  }
}
.content__block {
  display: grid;
  background-color: #decfd7;
  gap: 0 10px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5), inset 3px 3px 0 white;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}
.content__block::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/350px 350px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.content__head {
  background-color: #B399C8;
  background-color: #1417C8;
  margin: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content__head {
    height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .content__head {
    height: 35px;
  }
}
.content__head p {
  display: flex;
  color: #fff;
  margin: 0;
  font-family: "Silkscreen";
  letter-spacing: -0.05rem;
  position: absolute;
  top: 50%;
  left: 7px;
  translate: 0 -50%;
}
.content__head p img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .content__head p img {
    width: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .content__head p img {
    width: 15px;
  }
}
.content__head ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 7px;
  translate: 0 -50%;
  display: flex;
  gap: 0 3px;
}
.content__head ul li {
  background-color: #decfd7;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4), inset 2px 2px 0 white;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .content__head ul li {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .content__head ul li {
    width: 25px;
    height: 25px;
  }
}
.content__head ul li::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/350px 350px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.content__head ul li.icon-small span::before {
  content: "";
  display: block;
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 5px;
  left: 50%;
  translate: -50% 0;
  width: 10px;
}
.content__head ul li.icon-learge span::before {
  content: "";
  display: block;
  border: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 767px) {
  .content__head ul li.icon-learge span::before {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content__head ul li.icon-learge span::before {
    width: 17px;
    height: 17px;
  }
}
.content__head ul li.icon-learge span::after {
  content: "";
  display: block;
  border: 1px solid #000;
  position: absolute;
  top: 7px;
  left: 50%;
  translate: -50% 0;
}
@media only screen and (max-width: 767px) {
  .content__head ul li.icon-learge span::after {
    width: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content__head ul li.icon-learge span::after {
    width: 17px;
  }
}
.content__head ul li.icon-close span::before, .content__head ul li.icon-close span::after {
  content: "";
  display: block;
  background-color: #000;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 767px) {
  .content__head ul li.icon-close span::before, .content__head ul li.icon-close span::after {
    width: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content__head ul li.icon-close span::before, .content__head ul li.icon-close span::after {
    width: 17px;
  }
}
.content__head ul li.icon-close span::before {
  rotate: 45deg;
}
.content__head ul li.icon-close span::after {
  rotate: -45deg;
}
@media only screen and (max-width: 767px) {
  .content__body {
    padding: 10px 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .content__body {
    padding: 30px 30px;
  }
}

.info {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5), inset 2px 2px 0 white;
}
@media only screen and (max-width: 767px) {
  .info {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .info {
    margin-bottom: 30px;
  }
}
.info__head {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  font-family: "Silkscreen";
  letter-spacing: -0.05rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .info__head {
    font-size: 1.3rem;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .info__head {
    font-size: 1.5rem;
    padding: 8px 20px;
  }
}
.info__body {
  padding: 30px 40px;
}
.info dl {
  display: grid;
  align-items: flex-start;
  margin: 0 0 5px;
  gap: 0 2px;
}
@media only screen and (max-width: 767px) {
  .info dl {
    grid-template-columns: 60px 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .info dl {
    grid-template-columns: 80px 1fr;
  }
}
.info dl dt {
  text-align: right;
  margin: 0;
}
.info dl dd {
  margin: 0;
}
.info__order {
  margin: 20px 0 0;
  padding: 0;
}

.prod {
  display: grid;
}
.prod__ttl {
  font-family: "Silkscreen";
  letter-spacing: -0.05rem;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .prod__ttl {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__ttl {
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
.prod__list {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .prod__list {
    gap: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__list {
    gap: 20px 0;
  }
}
.prod__item {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5), inset 2px 2px 0 white;
}
.prod__item-head {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  font-family: "Silkscreen";
  letter-spacing: -0.05rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod__item-head {
    font-size: 1.3rem;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item-head {
    font-size: 1.5rem;
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__item-body {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item-body {
    max-width: 550px;
    margin: 0 auto;
    padding: 30px;
    display: grid;
  }
}
.prod__img {
  box-shadow: 2px 2px 0 white, inset 2px 2px 0 rgba(0, 0, 0, 0.4);
  aspect-ratio: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .prod__img {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__img {
    margin-bottom: 30px;
    padding: 30px;
  }
}
.prod__name {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .prod__name {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__name {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.prod__price {
  background-color: #fff;
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.5), 2px 2px 0 white;
  display: inline-block;
  padding: 5px 10px 1px;
  font-weight: 600;
}
.prod__price span {
  font-size: 0.8rem;
}
.prod__order {
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  display: grid;
}
@media only screen and (max-width: 767px) {
  .prod__order {
    padding-top: 20px;
    gap: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__order {
    padding-top: 20px;
    gap: 10px 0;
  }
}
.prod__order dl {
  margin: 0;
  display: grid;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .prod__order dl {
    grid-template-columns: 100px 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .prod__order dl {
    grid-template-columns: 150px 1fr;
  }
}
.prod__order dt {
  font-weight: 600;
}
.prod__order .order-end {
  color: #0000ee;
  margin: 0;
}
.prod__link {
  display: block;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5), inset 2px 2px 0 white;
  width: 100%;
  padding: 6px 10px;
  text-align: center;
  color: #0000ee;
}
@media only screen and (min-width: 768px) {
  .prod__link {
    transition: 0.3s;
  }
  .prod__link:hover {
    box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.5), 2px 2px 0 white;
  }
}

.prof {
  background-color: #decfd7;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5), inset 3px 3px 0 white;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 5px;
}
.prof::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/350px 350px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.prof__head {
  background-color: #1417C8;
  color: #fff;
  margin: 0 0 5px;
  height: 30px;
  position: relative;
}
.prof__head p {
  display: flex;
  color: #fff;
  margin: 0;
  font-family: "Silkscreen";
  position: absolute;
  top: 50%;
  left: 7px;
  translate: 0 -50%;
  letter-spacing: -0.05rem;
}
.prof__close {
  background-color: #decfd7;
  display: block;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5), inset 2px 2px 0 white;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .prof__close {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .prof__close {
    width: 22px;
    height: 22px;
    right: 8px;
  }
}
.prof__close::before, .prof__close::after {
  content: "";
  display: block;
  background-color: #000;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 767px) {
  .prof__close::before, .prof__close::after {
    width: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .prof__close::before, .prof__close::after {
    width: 16px;
  }
}
.prof__close::before {
  rotate: 45deg;
}
.prof__close::after {
  rotate: -45deg;
}
@media only screen and (max-width: 767px) {
  .prof__body {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prof__body {
    padding: 30px;
  }
}
.prof__container {
  display: grid;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .prof__container {
    grid-template-columns: 80px 1fr;
    gap: 0 20px;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .prof__container {
    grid-template-columns: 90px 1fr;
    gap: 0 25px;
    width: 250px;
  }
}
.prof__icon {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .prof__icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .prof__icon {
    width: 90px;
    height: 90px;
  }
}
.prof__name {
  font-family: "DotGothic16";
}
@media only screen and (max-width: 767px) {
  .prof__name {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .prof__name {
    font-size: 1.4rem;
  }
}
.prof__sns {
  margin: 7px 0 0;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.prof__sns img {
  width: 22px;
  position: relative;
  top: -2px;
}
.prof__sns a {
  color: #0000ee;
}
.prof__sns a:hover {
  text-decoration: underline;
}

.splide__arrow {
  background: #decfd7 !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
  border-radius: 0 !important;
  width: 2.7em !important;
  height: 2.7em !important;
}
.splide__arrow::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/350px 350px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.splide__arrow--prev {
  left: 0.5em !important;
}
.splide__arrow--next {
  right: 0.5em !important;
}

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