:root {
  /* color */
  --color: #906ff3;

  /* shadow */
  --shadow-glow:
    0 0 10px rgba(144, 111, 243, 1.0),
    0 0 15px rgba(144, 111, 243, 0.5),
    0 0 20px rgba(144, 111, 243, 0.5);

  /* font-size */
  --fs-base: 14px;
  --fs-lg: 16px;
  --fs-heading-lg: 22px;
  --fs-category: 12px;
  --fs-heading: 20px;
  --fs-subheading: 18px;
  --fs-name: 18px;
  --fs-price: 24px;
  --fs-note: 12px;
  --fs-button: 14px;
  --fs-caution-heading: 18px;
  --fs-caution-text: 12px;
  --fs-copyright: 12px;
}

.protect {
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
  /* iOS 長押しメニュー防止 */
  pointer-events: auto;
}

body {
  color: #fff;
  background-color: #0a0b10;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: var(--fs-base);
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

a {
  color: #38a2ff;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #38a2ff;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

a.tn_link {
  font-weight: 600;
  color: var(--color);
  text-decoration: none;
  transition: all 0.3s ease;
}

:root {
  --anchor-offset: 60px;
  --header-h: 80px;
}

html {
  scroll-padding-top: var(--anchor-offset);
}

[id] {
  scroll-margin-top: var(--anchor-offset);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrap {
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
}

.sec-index {
  z-index: 2;
}

.content {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 6rem;
  padding: 3rem 4rem 4rem;
  border: var(--color) solid 1px;
  box-shadow: var(--shadow-glow);
  background-image: url(../img/common/bg-frame-top.png), url(../img/common/bg-frame-bottom.png);
  background-repeat: repeat-x;
  background-position: top center, bottom center;
  background-size: 60% auto;
  background-color: #000;
  z-index: 10;
}

.content-top {
  padding: 0 0 6rem;
}

.inner {
  position: relative;
  width: 100%;
}

.inner-btm {
  padding: 0 0 6rem;
}

.heading {
  margin: 0 0 3rem;
  text-align: center;
  line-height: 1;
}

.heading p {
  display: inline-block;
  padding: 0.2em 0.5em;
  color: var(--color);
  font-family: "shackleton-condensed";
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  font-size: 48px;
  letter-spacing: 0.02em;
  line-height: 1;
  background-image: url(../img/common/bg-heading.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}

.frame {
  position: relative;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.frame-inner {
  position: relative;
  width: 100%;
  padding: 0 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.frame-inner-btm {
  padding: 0 0 2rem;
}

.frame-border {
  border: var(--color) solid 1px;
  margin: 0 0 2rem;
}

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

.frame-text {
  width: 100%;
  font-size: var(--fs-heading-lg);
  font-weight: 500;
  padding: 0 0 1em;
}

.cat {
  width: 20%;
  margin: 0 3% 0 0;
  padding: 0.2em 1em;
  color: var(--color);
  font-size: var(--fs-category);
  font-weight: 500;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  border-bottom: var(--color) solid 1px;
}

.cont {
  width: 77%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: var(--fs-heading);
  font-weight: 500;
  transform: translateY(-0.2em);
}

.note {
  width: 100%;
  margin: 1.5rem 0 0;
  letter-spacing: 0;
}

.note p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

p.note-b {
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 0.3em;
}

.int {
  padding-left: 1em;
  text-indent: -1em;
}

.btn-box {
  width: 100%;
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.btn-box-2 {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.btn-box-3 {
  width: 100%;
  margin: 1rem 0 0;
}

.button {
  position: relative;
  transition: all 0.2s;
  line-height: 1.25;
}

.button a::before {
  content: "";
  display: block;
  padding-top: 22%;
}

.button a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 0 1em;
  color: #fff;
  font-size: var(--fs-button);
  font-weight: 500;
  text-decoration: none;
  border: var(--color) solid 2px;
  box-shadow: 3px 3px 0 var(--color);
  background-image: url(../img/common/btn-arrow.png);
  background-position: center right 5%;
  background-size: 4% auto;
  background-repeat: no-repeat;
  background-color: #241647;
  transition: all 0.2s;
}

.off {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 0 1em;
  color: #ccc;
  font-size: var(--fs-button);
  font-weight: 500;
  text-decoration: none;
  border: #ccc solid 2px;
  box-shadow: 3px 3px 0 #ccc;
  background-image: url(../img/common/btn-arrow-w.png);
  background-position: center right 5%;
  background-size: 4% auto;
  background-repeat: no-repeat;
  background-color: #9d9d9d;
  transition: all 0.2s;
}

.off::before {
  content: "";
  display: block;
  padding-top: 22%;
}

.comingsoon {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color);
  font-family: "shackleton-condensed";
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  opacity: 0.6;
}

.contact-btn {
  margin: 0 0 1em;
}

@media screen and (min-width: 1px) and (max-width: 743px) {

  :root {
    /* font-size */
    --fs-base: 12px;
    --fs-lg: 14px;
    --fs-heading-lg: 18px;
    --fs-category: 10px;
    --fs-heading: 16px;
    --fs-subheading: 16px;
    --fs-name: 16px;
    --fs-price: 20px;
    --fs-note: 10px;
    --fs-button: 12px;
    --fs-caution-heading: 16px;
    --fs-caution-text: 10px;
    --fs-copyright: 10px;
  }

  .pc {
    display: none;
  }

  .menu-none {
    display: none;
  }

  .content {
    margin: 0 auto 3rem;
    padding: 2rem 1.5rem 2.5rem;
    background-size: 140% auto;
  }

  .heading {
    margin: 0 0 2rem;
  }

  .heading p {
    padding: 0.2em 0.5em;
    font-size: 10vw;
  }

  .sp-frame {
    padding: 0 1rem 1rem 1rem !important;
  }

  .goods-inner {
    margin: 0 0 1.5rem;
  }

  .frame {
    padding: 1.5rem;
  }

  .frame-inner {
    position: relative;
    width: 100%;
    padding: 0 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .frame-inner-btm {
    padding: 0 0 1.2rem;
  }

  .frame-border {
    margin: 0 0 1.5rem;
  }

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

  .frame-text {
    width: 100%;
    padding: 0 0 0.6em;
  }

  .cat {
    width: 40%;
    margin: 0 0 1.2rem;
    padding: 0.2em 0.5em;
  }

  .cont {
    width: 100%;
  }

  .note {
    margin: 1rem 0 0;
  }

  .btn-box {
    width: 74%;
    margin: 1rem 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .btn-box-2 {
    width: 74%;
    margin: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .btn-box-3 {
    width: 74%;
    margin: 1rem 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .button {
    position: relative;
    transition: all 0.2s;
  }

  .button a::before {
    content: "";
    display: block;
    padding-top: 22%;
  }

  .button a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 0 0 1em;
    color: #fff;
    font-size: var(--fs-button);
    font-weight: 500;
    text-decoration: none;
    border: var(--color) solid 2px;
    box-shadow: 3px 3px 0 var(--color);
    background-image: url(../img/common/btn-arrow.png);
    background-position: center right 5%;
    background-size: 4% auto;
    background-repeat: no-repeat;
    background-color: #241647;
    transition: all 0.2s;
  }

  .off {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 0 0 1em;
    color: #ccc;
    font-size: var(--fs-button);
    font-weight: 500;
    text-decoration: none;
    border: #ccc solid 2px;
    box-shadow: 3px 3px 0 #ccc;
    background-image: url(../img/common/btn-arrow-w.png);
    background-position: center right 5%;
    background-size: 4% auto;
    background-repeat: no-repeat;
    background-color: #9d9d9d;
    transition: all 0.2s;
  }

  .off::before {
    content: "";
    display: block;
    padding-top: 22%;
  }

  .comingsoon {
    height: 50px;
    font-size: 28px;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp {
    display: none;
  }

  .sp-br {
    display: none;
  }

  .menu-none {
    display: none;
  }

  :root {
    /* font-size (820 base vw) */
    --fs-base: 1.71vw;
    /* 14px */
    --fs-lg: 1.95vw;
    /* 16px */
    --fs-heading-lg: 2.44vw;
    /* 20px */
    --fs-category: 1.46vw;
    /* 12px */
    --fs-heading: 2.20vw;
    /* 18px */
    --fs-subheading: 1.95vw;
    /* 16px */
    --fs-name: 1.22vw;
    /* 10px */
    --fs-price: 2.68vw;
    /* 22px */
    --fs-note: 1.22vw;
    /* 10px */
    --fs-button: 1.71vw;
    /* 14px */
    --fs-caution-heading: 1.95vw;
    /* 16px */
    --fs-caution-text: 1.22vw;
    /* 10px */
    --fs-copyright: 1.22vw;
    /* 10px */
  }

}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }

  .sp-br {
    display: none;
  }

  .button a:hover {
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0 rgba(144, 111, 243, 0);
  }

  .alpha a {
    display: block;
  }

  .alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  .alpha a {
    display: block;
  }

  .alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn-hover img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  a.btn-hover img:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}