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

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #000000;
}
body.is-loading {
  overflow: hidden;
  height: 100vh;
  height: 100svh;
}

html {
  scroll-behavior: smooth;
}

.lang__switch {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 54px);
  left: calc(env(safe-area-inset-left, 0px) + 14px);
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #fbcd01;
  border-radius: 999px;
  color: #fbcd01;
  background: rgba(0, 0, 0, 0.55);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: opacity 0.2s ease;
}
@media only screen and (min-width: 1051px) {
  .lang__switch {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1050px) {
  .lang__switch {
    font-size: 11px;
    padding: 7px 10px;
  }
}

body.is-loading .lang__switch {
  opacity: 0;
  pointer-events: none;
}

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

.global_head {
  margin: 0 !important;
}

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

.load {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  animation: splash-overlay-out 0.7s ease 8.1s forwards;
}
.load__one, .load__two, .load__three {
  position: absolute;
  width: min(1000px, 92vw);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  z-index: 4;
}
.load__one h2, .load__two h2, .load__three h2 {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 4.2rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.15;
  color: #e8c06a;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45), 0 0 14px rgba(232, 192, 106, 0.18);
}
@media only screen and (max-width: 1050px) {
  .load__one h2, .load__two h2, .load__three h2 {
    font-size: clamp(1.4rem, 7.2vw, 2.3rem);
    letter-spacing: 0.05em;
  }
}
.load__one img, .load__two img, .load__three img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .load__one, .load__two, .load__three {
    width: min(620px, 62vw);
  }
  .load__one h2, .load__two h2, .load__three h2 {
    font-size: clamp(1.2rem, 2.6vw, 2.2rem);
  }
}
@media only screen and (max-width: 1280px) {
  .load__one, .load__two, .load__three {
    width: min(520px, 58vw);
  }
  .load__one h2, .load__two h2, .load__three h2 {
    font-size: clamp(1.05rem, 2.2vw, 1.85rem);
  }
}
@media only screen and (max-height: 1200px) {
  .load__one, .load__two, .load__three {
    width: min(680px, 64vw);
  }
  .load__one h2, .load__two h2, .load__three h2 {
    font-size: clamp(1.2rem, 2.5vw, 2.2rem);
  }
}
@media only screen and (max-height: 900px) {
  .load__one, .load__two, .load__three {
    width: min(540px, 58vw);
  }
  .load__one h2, .load__two h2, .load__three h2 {
    font-size: clamp(1.05rem, 2.1vw, 1.8rem);
  }
}
.load__one {
  top: 45%;
}
.load__one h2 {
  margin-bottom: 14px;
}
.load__two h2 {
  font-size: clamp(2.4rem, 5.8vw, 5.2rem);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1440px) {
  .load__two h2 {
    font-size: clamp(1.35rem, 3vw, 2.6rem);
  }
}
@media only screen and (max-width: 1280px) {
  .load__two h2 {
    font-size: clamp(1.15rem, 2.5vw, 2.1rem);
  }
}
@media only screen and (max-height: 1200px) {
  .load__two h2 {
    font-size: clamp(1.35rem, 2.9vw, 2.5rem);
  }
}
@media only screen and (max-height: 900px) {
  .load__two h2 {
    font-size: clamp(1.1rem, 2.3vw, 2rem);
  }
}
.load__three h2 {
  margin-top: 14px;
}
.load__skip {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.load__skip:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 1050px) {
  .load__skip {
    top: 14px;
    right: 14px;
    padding: 8px 12px;
    font-size: 12px;
  }
}
.load__one {
  animation: splash-logo-one 2s ease-out 0.2s forwards;
}
.load__two {
  animation: splash-logo-two 2.5s ease-out 2.5s forwards;
}
.load__three {
  animation: splash-logo-three 3.5s ease-out 5s forwards;
}
.load.is-skipped {
  animation: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.load.is-skipped .load__one,
.load.is-skipped .load__two,
.load.is-skipped .load__three {
  animation: none;
  opacity: 0;
}

@keyframes splash-logo-one {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes splash-logo-two {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes splash-logo-three {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  72% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes splash-overlay-out {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.matrix-bg {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  animation: matrix-bg-in 0.7s ease 8.1s forwards;
}
.matrix-bg.is-active {
  animation: none;
  opacity: 1;
}
.matrix-bg__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2.2em;
  overflow: hidden;
  filter: blur(0.25px);
  --matrix-flip: -1;
  --matrix-font-size: clamp(18px, 1.8vw, 34px);
  --matrix-opacity: 0.34;
  --matrix-loop-distance: 1200px;
  --matrix-duration: 200s;
  --matrix-delay: 0s;
  --matrix-color: rgba(255, 230, 170, 0.22);
  transform-origin: top center;
  transform: scaleX(var(--matrix-flip)) scaleY(var(--matrix-scale));
}
.matrix-bg__track {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: matrix-track-loop var(--matrix-duration) linear infinite;
  animation-delay: var(--matrix-delay);
}
.matrix-bg__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08em;
  margin: 0 0 2rem 0;
}
.matrix-bg__glyph {
  display: block;
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--matrix-font-size);
  line-height: 1;
  letter-spacing: 0;
  color: var(--matrix-color);
  opacity: var(--matrix-opacity);
  text-shadow: 0 0 10px rgba(235, 172, 74, 0.22);
}
.matrix-bg__item--a {
  --matrix-font-size: clamp(20px, 2vw, 36px);
  --matrix-color: rgba(255, 228, 162, 0.24);
}
.matrix-bg__item--b {
  --matrix-font-size: clamp(17px, 1.6vw, 30px);
  --matrix-color: rgba(246, 202, 126, 0.2);
}
.matrix-bg__item--c {
  --matrix-font-size: clamp(16px, 1.5vw, 28px);
  --matrix-color: rgba(255, 216, 146, 0.2);
}
.matrix-bg__item--d {
  --matrix-font-size: clamp(19px, 1.9vw, 34px);
  --matrix-color: rgba(239, 186, 98, 0.18);
}
.matrix-bg__item:nth-child(1) {
  left: 6%;
  --matrix-duration: 54s;
  --matrix-delay: -7.6s;
  --matrix-flip: -1;
  --matrix-opacity: 0.22;
}
.matrix-bg__item:nth-child(2) {
  left: 14%;
  --matrix-duration: 61s;
  --matrix-delay: -2.7s;
  --matrix-flip: -1;
  --matrix-opacity: 0.38;
}
.matrix-bg__item:nth-child(3) {
  left: 23%;
  --matrix-duration: 49s;
  --matrix-delay: -5.1s;
  --matrix-flip: -1;
  --matrix-opacity: 0.28;
}
.matrix-bg__item:nth-child(4) {
  left: 34%;
  --matrix-duration: 64s;
  --matrix-delay: -9.2s;
  --matrix-flip: -1;
  --matrix-opacity: 0.42;
}
.matrix-bg__item:nth-child(5) {
  left: 43%;
  --matrix-duration: 56s;
  --matrix-delay: -1.6s;
  --matrix-flip: -1;
  --matrix-opacity: 0.24;
}
.matrix-bg__item:nth-child(6) {
  left: 54%;
  --matrix-duration: 66s;
  --matrix-delay: -4.4s;
  --matrix-flip: -1;
  --matrix-opacity: 0.4;
}
.matrix-bg__item:nth-child(7) {
  left: 66%;
  --matrix-duration: 51s;
  --matrix-delay: -8.4s;
  --matrix-flip: -1;
  --matrix-opacity: 0.2;
}
.matrix-bg__item:nth-child(8) {
  left: 75%;
  --matrix-duration: 62s;
  --matrix-delay: -3.5s;
  --matrix-flip: -1;
  --matrix-opacity: 0.32;
}
.matrix-bg__item:nth-child(9) {
  left: 86%;
  --matrix-duration: 57s;
  --matrix-delay: -6.2s;
  --matrix-flip: -1;
  --matrix-opacity: 0.41;
}
.matrix-bg__item:nth-child(10) {
  left: 93%;
  --matrix-duration: 57s;
  --matrix-delay: -10.3s;
  --matrix-flip: -1;
  --matrix-opacity: 0.26;
}

@keyframes matrix-track-loop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-1 * var(--matrix-loop-distance, 1200px)));
  }
}
@keyframes matrix-bg-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main {
  --hero-vh: 100vh;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  opacity: 0;
  animation: splash-main-in 0.7s ease 8.1s forwards;
}
@media only screen and (min-width: 1051px) {
  .main {
    min-height: var(--hero-vh);
  }
}
@media only screen and (max-width: 1050px) {
  .main {
    --hero-vh: 100svh;
    min-height: var(--hero-vh);
  }
}
.main.is-ready {
  animation: none;
  opacity: 1;
}
.main__scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #e8cf9a;
  letter-spacing: 0.2em;
  font-size: 11px;
  z-index: 20;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
@media only screen and (min-width: 1051px) {
  .main__scroll {
    bottom: calc(clamp(56px, 10vh, 160px) + env(safe-area-inset-bottom, 0px));
  }
}
@media only screen and (max-width: 1050px) {
  .main__scroll {
    bottom: calc(clamp(40px, 8vh, 84px) + env(safe-area-inset-bottom, 0px));
  }
}
@media only screen and (max-height: 860px) {
  .main__scroll {
    bottom: calc(28px + env(safe-area-inset-bottom, 0px));
  }
}
@media only screen and (max-height: 720px) {
  .main__scroll {
    display: none;
  }
}
.main__scroll:hover {
  opacity: 1;
}
.main__scroll-text {
  line-height: 1;
}
@media only screen and (max-width: 1050px) {
  .main__scroll-text {
    display: none;
  }
}
.main__scroll-arrow {
  display: block;
  width: 16px;
  height: 16px;
  border-right: 2px solid #e8cf9a;
  border-bottom: 2px solid #e8cf9a;
  transform: rotate(45deg);
  animation: scroll-arrow-bounce 1.6s ease-in-out infinite;
}
.main__block {
  position: relative;
  display: flex;
  width: 100%;
  min-height: var(--hero-vh);
  padding-bottom: clamp(44px, 9vh, 150px);
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1050px) {
  .main__block {
    padding-bottom: clamp(28px, 7vh, 72px);
  }
}
@media only screen and (max-height: 720px) {
  .main__block {
    padding-bottom: 18px;
  }
}
.main__block--left, .main__block--center, .main__block--centeren, .main__block--right {
  position: relative;
}
.main__block--left img, .main__block--center img, .main__block--centeren img, .main__block--right img {
  display: block;
  position: relative;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(76%) sepia(70%) saturate(1650%) hue-rotate(342deg) brightness(90%) contrast(106%) drop-shadow(0 0 4px rgba(198, 138, 34, 0.2));
  animation: gold-filter-shimmer 8.5s ease-in-out infinite;
}
.main__block--left::before, .main__block--center::before, .main__block--centeren::before, .main__block--right::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../img/foil_texture.png");
  background-repeat: repeat;
  background-size: 1000px 1000px;
  background-position: 50% 50%;
  opacity: 0.46;
  mix-blend-mode: overlay;
  mask-image: var(--shimmer-mask);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
.main__block--left::after, .main__block--center::after, .main__block--centeren::after, .main__block--right::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0) 34%, rgba(255, 224, 160, 0.88) 47%, rgba(255, 245, 218, 0.96) 50%, rgba(255, 206, 114, 0.82) 53%, rgba(255, 255, 255, 0) 66%), linear-gradient(20deg, rgba(196, 142, 58, 0.06) 0%, rgba(116, 70, 14, 0.24) 100%);
  background-size: 280% 125%, 180% 170%;
  background-position: -220% 48%, 20% 60%;
  opacity: 0.72;
  mix-blend-mode: screen;
  mask-image: var(--shimmer-mask);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  animation: gold-gradation-drift 7.8s linear infinite;
}
.main__block--left {
  position: absolute;
  --shimmer-mask: url("../img/left.png");
}
@media only screen and (min-width: 1051px) {
  .main__block--left {
    left: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .main__block--left {
    left: -15%;
    opacity: 0.2;
  }
}
.main__block--left img {
  max-height: calc(var(--hero-vh));
}
.main__block--center {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  --shimmer-mask: url("../img/center.png");
}
@media only screen and (min-width: 1051px) {
  .main__block--center {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1050px) {
  .main__block--center {
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
  }
}
.main__block--center img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1050px) {
  .main__block--center img {
    margin: 0 auto;
  }
}
.main__block--center::after {
  animation-delay: 1.2s;
}
.main__block--center::before {
  animation-delay: 1.2s;
}
.main__block--centeren {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  --shimmer-mask: url("../img/center-en.png");
}
@media only screen and (min-width: 1051px) {
  .main__block--centeren {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1050px) {
  .main__block--centeren {
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
  }
}
.main__block--centeren img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1050px) {
  .main__block--centeren img {
    margin: 0 auto;
  }
}
.main__block--centeren::after {
  animation-delay: 1.2s;
}
.main__block--centeren::before {
  animation-delay: 1.2s;
}
.main__block--right {
  position: absolute;
  --shimmer-mask: url("../img/right.png");
}
@media only screen and (min-width: 1051px) {
  .main__block--right {
    right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .main__block--right {
    right: -15%;
    opacity: 0.2;
  }
}
.main__block--right img {
  max-height: calc(var(--hero-vh));
  animation-delay: 2.4s;
}
.main__block--right::after {
  animation-delay: 2.4s;
}
.main__block--right::before {
  animation-delay: 2.4s;
}

@keyframes splash-main-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gold-filter-shimmer {
  0% {
    filter: brightness(0) saturate(100%) invert(76%) sepia(70%) saturate(1650%) hue-rotate(342deg) brightness(90%) contrast(106%) drop-shadow(0 0 4px rgba(198, 138, 34, 0.2));
  }
  50% {
    filter: brightness(0) saturate(100%) invert(77%) sepia(74%) saturate(1900%) hue-rotate(340deg) brightness(95%) contrast(109%) drop-shadow(0 0 7px rgba(214, 152, 42, 0.28));
  }
  100% {
    filter: brightness(0) saturate(100%) invert(76%) sepia(70%) saturate(1650%) hue-rotate(342deg) brightness(90%) contrast(106%) drop-shadow(0 0 4px rgba(198, 138, 34, 0.2));
  }
}
@keyframes gold-gradation-drift {
  0% {
    background-position: -220% 48%, 20% 60%;
    opacity: 0;
  }
  12% {
    background-position: -220% 48%, 20% 60%;
    opacity: 0;
  }
  24% {
    background-position: -160% 48%, 22% 58%;
    opacity: 0.45;
  }
  44% {
    background-position: 24% 48%, 38% 44%;
    opacity: 0.88;
  }
  62% {
    background-position: 260% 48%, 56% 36%;
    opacity: 0.52;
  }
  70% {
    background-position: 260% 48%, 56% 36%;
    opacity: 0;
  }
  100% {
    background-position: 260% 48%, 56% 36%;
    opacity: 0;
  }
}
@keyframes scroll-arrow-bounce {
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  50% {
    transform: rotate(45deg) translate(4px, 4px);
  }
  100% {
    transform: rotate(45deg) translate(0, 0);
  }
}
.item {
  position: relative;
  z-index: 3;
  max-width: fit-content;
  margin: 88px auto 120px;
  padding: 28px 30px 30px;
  color: #f2e4c1;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(242, 204, 120, 0.28);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  line-height: 1.55;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 1051px) {
  .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1050px) {
  .item {
    width: 85%;
    text-align: center;
    margin: 70px auto 86px;
    padding: 20px 16px 22px;
  }
}
.item__imageblock {
  width: 500px;
}
.item__imageblock img {
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  .item__imageblock {
    display: none;
  }
}
.item__brand {
  margin: 0 0 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8be88;
}
@media only screen and (min-width: 1051px) {
  .item__brand {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1050px) {
  .item__brand {
    font-size: 0.9rem;
  }
}
.item__name {
  margin: 0 0 10px;
  font-size: 50px;
  letter-spacing: 0.06em;
  line-height: 1.15;
  color: #ffe2a3;
}
@media only screen and (max-width: 1050px) {
  .item__name {
    font-size: 50px;
  }
}
.item__img {
  text-align: center;
}
@media only screen and (min-width: 1051px) {
  .item__img img {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .item__img img {
    width: 100vw;
    width: 90%;
    margin: 10px auto;
  }
}
.item__price {
  margin: 0 0 8px;
  font-size: 25px;
  font-weight: 700;
  color: #ffd27c;
}
.item__price span {
  font-size: 0.8rem;
}
.item__sales {
  margin: 8px 0;
  font-size: 1rem;
  color: #ffd27c;
}
.item__sales a {
  text-decoration: none;
  background: linear-gradient(90deg, rgb(131, 58, 180) 0%, rgb(253, 29, 29) 50%, rgb(252, 176, 69) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item__credit {
  margin: 0;
  font-size: 1.25rem;
  color: #d3bb88;
}

.salemethod-section {
  position: relative;
  z-index: 3;
}

.salemethod {
  max-width: 980px;
  margin: 0 auto 120px;
  padding: 34px 34px 38px;
  color: #f2e4c1;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(242, 204, 120, 0.28);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
}
@media only screen and (max-width: 1050px) {
  .salemethod {
    width: 85%;
    margin: 0 auto 86px;
    padding: 22px 16px 24px;
  }
}
.salemethod__title {
  margin: 0 0 20px;
  padding-bottom: 12px;
  font-size: clamp(1.4rem, 3.4vw, 2rem);
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #ffe2a3;
  border-bottom: 1px solid rgba(255, 210, 124, 0.35);
}
.salemethod__group + .salemethod__group {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 210, 124, 0.22);
}
.salemethod__heading {
  margin: 0 0 10px;
  font-size: clamp(1rem, 2.6vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffd27c;
}
.salemethod__heading a {
  color: #ffd27c;
  text-decoration-color: rgba(255, 210, 124, 0.55);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.salemethod__period {
  margin: 0;
  display: grid;
  gap: 4px;
  color: #e6d1a3;
}
.salemethod__period span {
  display: block;
}
.salemethod__items, .salemethod__address, .salemethod__notice {
  margin: 0;
  padding: 0;
  list-style: none;
}
.salemethod__items li, .salemethod__address li, .salemethod__notice li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.75;
  color: #e6d1a3;
}
.salemethod__items li::before, .salemethod__address li::before, .salemethod__notice li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #ffd27c;
}
.salemethod__notice li {
  font-size: 0.95rem;
}/*# sourceMappingURL=style.css.map */