/** Shopify CDN: Minification failed

Line 27:0 All "@import" rules must come first
Line 28:0 All "@import" rules must come first

**/
@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-accent: #f0616e;
  --color-txt: #222;
  --color-black: #211717;
  --color-black02: #333;
  --color-brown: #442627;
  --color-red: #f0616e;
  --color-gray: #f2f2f2;
  --color-gray02: #707070;
  --color-pink: #d19f9f;
}
/*
Author: あそびラボ
Version: 1.2
*/
/* =======================================================
　基本設定
======================================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@font-face {
   font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-display: swap;
}
@font-face {
   font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-display: swap;
}
@font-face {
 font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  font-style: normal;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  outline: none;
  box-shadow: none;
  line-break: strict;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:focus,
a:focus {
  outline: none;
}
body,
.ly_head,
.ly_main,
.ly_foot {
  min-width: 750px;
}
body {
  font-family: noto-sans-jp, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px;
  line-height: calc(40/28);
  color: #222;
  letter-spacing: 0.06em;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
article,
aside,
figcaption,
figure,
picture,
footer,
main,
header,
nav,
section {
  display: block;
}
table {
  border-spacing: 0;
  border-collapse: separate;
}
ul,
ol {
  list-style: none;
}
p,
li,
dt,
dd,
th,
td {
  -ms-line-break: strict;
  line-break: strict;
  word-break: break-word;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: optimize-contrast;
}
picture {
  line-height: 0;
}
button,
select,
textarea {
  font-size: 16px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
input[type=checkbox] {
  display: none;
}
button,
textarea {
  font-family: inherit;
  font-size: 100%;
  color: #222;
}
select {
  color: #222;
}
/* PC SP */
.pc {
  display: initial;
}
.sp {
  display: none;
}
summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
/* =============================
　共通レイアウト
============================== */
/* 全体のWrapper */
.ly-all-wrapper {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
/* inner */
.ly-cont-inner {
  position: relative;
  width: 690px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* =============================
　ヘルプタグ
============================== */
/* 明朝体 */
.hp-mincho {
  font-family: noto-serif-jp, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
/* bold */
.hp-bold {
  font-weight: bold !important;
}
/* アクセントカラー */
.hp-color--accent {
  color: var(--color-accent);
}
.--img-wrapper {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.--border {
  position: relative;
}
.--border::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid var(--color-gray);
  transform: translate(-50%, -50%);
}
/* =======================================================
common
======================================================= */
.ly-main {
  position: relative;
  padding-top: 120px;
  overflow: hidden;
}
.el-ttl--line {
  position: relative;
  padding-top: 26px;
  font-size: 42px;
  font-weight: 700;
  line-height: calc(62/42);
  color: var(--color-black);
  text-align: center;
}
.el-ttl--line::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200px;
  height: 2px;
  content: "";
  background: var(--color-black);
  transform: translateX(-50%);
}
.el-ttl--line.--white {
  color: var(--color-white);
}
.el-ttl--line.--white::before {
  background: var(--color-white);
}
.no-scroll {
  height: 100vh;
  overflow: hidden;
}
/* =======================================================
header
======================================================= */
.ly-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 100%;
  max-width: 750px;
  padding: 16px 0;
  overflow: hidden;
  background: var(--color-black);
  transform: translateX(-50%);
}
.ly-header.--js-active {
  overflow: visible;
}
.bl-header {
  display: grid;
  grid-template-columns: 1fr 183px 72px;
  gap: 40px;
}
.bl-header-logo {
  align-self: end;
  margin-bottom: 10px;
}
.bl-header-logo-link {
  display: flex;
  width: 306px;
}
.bl-header-btn {
  display: grid;
  place-content: center;
  padding: 20px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(46/32);
  color: var(--color-white);
  letter-spacing: 0.08em;
  border: 1px solid var(--color-white);
}
.bl-header .bl-burger {
  display: grid;
  grid-template-rows: 1fr auto;
  justify-self: end;
  width: 74px;
  margin-top: 6px;
}
.bl-header .bl-burger-txt {
  font-size: 22px;
  font-weight: 700;
  line-height: calc(33/22);
  color: var(--color-white);
}
.bl-header .bl-burger.--js-active .bl-burger-bars::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bl-header .bl-burger.--js-active .bl-burger-bars::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bl-header .bl-burger.--js-active .bl-burger-bar {
  display: none;
}
.bl-header .bl-burger-bars {
  position: relative;
  display: block;
  height: 44px;
  margin-bottom: 12px;
}
.bl-header .bl-burger-bar,
.bl-header .bl-burger-bars::before,
.bl-header .bl-burger-bars::after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 4px;
  content: "";
  background: var(--color-white);
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.bl-header .bl-burger-bars::before {
  top: 0;
}
.bl-header .bl-burger-bars::after {
  top: 100%;
}
.bl-header .bl-burger-bar {
  top: 50%;
  transform: translate(-50%, -50%);
}
.bl-gnav {
  font-size: 34px;
  line-height: calc(49/34);
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.08em;
}
.bl-gnav-outer {
  position: fixed;
  top: 120px;
  left: 50%;
  z-index: -1;
  display: grid;
  grid-template-rows: auto 1fr;
  width: 750px;
  max-width: 750px;
  height: 0;
  padding: 80px 0;
  background: url("/cdn/shop/files/nav-bg.webp") top center/cover no-repeat;
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateX(-50%);
}
.bl-gnav-outer.--js-active {
  z-index: 9999;
  height: calc(100vh - 120px);
  opacity: 1;
}
.bl-gnav-outer.--js-active .bl-gnav-btn {
  opacity: 1;
}
.bl-gnav-wrapper {
  overflow-y: scroll;
}
.bl-gnav-list {
  display: grid;
  gap: 50px;
  margin-bottom: 64px;
}
.bl-gnav-item {
  text-align: center;
}
.bl-gnav-btn {
  display: grid;
  place-content: center;
  align-self: start;
  width: 250px;
  padding: 7px 0 15px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(46/32);
  color: var(--color-white);
  border: 1px solid;
  opacity: 0;
}
/* =======================================================
共通
======================================================= */
.el-att {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.el-att::before {
  content: "※";
}
a,
button {
  transition: all 0.5s ease;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}
.hp-hover {
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .hp-hover:hover {
    opacity: 0.7;
  }
}
/* =======================================================
footer
======================================================= */
.ly-foot {
  padding: 56px 0;
  background: var(--color-black);
}
.bl-foot-logo {
  width: 306px;
  margin: 0 auto 32px;
}
.bl-foot-logo-link {
  display: flex;
}
.bl-foot .bl-fnav {
  font-size: 16px;
  line-height: calc(24/16);
  color: var(--color-white);
}
.bl-foot .bl-fnav-wrapper {
  margin-bottom: 32px;
}
.bl-foot .bl-fnav-list {
  display: flex;
  justify-content: space-between;
}
.bl-foot-copyright {
  font-size: 16px;
  line-height: calc(24/16);
  color: var(--color-white);
  text-align: center;
}
.shopify-buy__layout-vertical {
    text-align:center;
}
a.btn-purchase {
  /* tunables */
  --bg: #1a1a1a;
  --bg-hover: #222222;
  --fg: #ffffff;
  --gold-from: #b6842c;
  --gold-to:   #f3d77b;
  --radius: 6px;
  --bw: 2px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 15px 40px 19px;
  font-size: 32px;
  letter-spacing: .06em;
  line-height: 1;
  color: var(--fg);
  text-decoration: none;
  width:500px;

  /* 金色のボーダー（背景2層で実装） */
  border: var(--bw) solid transparent;
  background:
    linear-gradient(var(--bg), var(--bg)) padding-box,
    linear-gradient(135deg, var(--gold-from), var(--gold-to)) border-box;

  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
  margin: 0 auto;
  cursor: pointer;
}

a.btn-purchase::before {
  content: "";
  position: absolute;
  inset: var(--bw); /* 枠を隠さない */
  background:
    radial-gradient(120% 120% at 30% 50%,
      rgba(255, 243, 197, .95) 0%,
      #e5ca7a 28%,
      #b3963d 55%,
      #6a5a28 100%),
    linear-gradient(135deg, #8c7431 0%, #b99c4b 45%, #6f5d27 100%);
  opacity: 0;                 /* 初期は非表示 */
  transition: opacity .25s ease; /* ← フェード */
  pointer-events: none;       /* クリック妨げない */
}

/* hover/focus で金塗りをフェードイン */
a.btn-purchase:hover::before,
a.btn-purchase:focus-visible::before { opacity: 0.3; }

a.btn-purchase:hover { transform: translateY(0); }
a.btn-purchase:active { transform: translateY(0); }

.ly-cont-inner .bl-scene-hgroup .bl-hgroup-txt{
  color: #fff;
  background:none;
  margin-bottom:0;
}
.el-ttl--line.--white::before{
  height:1px;
}

.ly-cont-inner .bl-scene-hgroup .bl-hgroup-ttl{
  font-size: 18px;
    padding-top: 10px;
}