/** Shopify CDN: Minification failed

Line 563:0 Unexpected "<"
Line 585:0 Unexpected "<"

**/
/* =============== Font =============== */
@font-face {
  font-family: "Foundry Gridnik W03 ExtraBold";
  src: url("/cdn/shop/files/546bf035c4157cefd15badf39f015115.eot?v=1685423994"); /* IE9*/
  src: url("/cdn/shop/files/546bf035c4157cefd15badf39f015115.eot?v=1685423994?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("/cdn/shop/files/546bf035c4157cefd15badf39f015115.woff2?v=1685423994") format("woff2"), /* chrome、firefox */
  url("/cdn/shop/files/546bf035c4157cefd15badf39f015115.woff?v=1685423994") format("woff"), /* chrome、firefox */
  url("/cdn/shop/files/546bf035c4157cefd15badf39f015115.ttf?v=1685423994") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  
}

/*============================================================================ 
  #ResetCSS 
==============================================================================*/

*, *:before, *:after {
    box-sizing: border-box;
}    

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: #131313;
  font-family: 'Noto Sans JP', sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  display: block;
}

/*============================================================================ 
  #LP
==============================================================================*/

.Container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 18px;
  background: transparent; /* 背景を透過させることでbodyの背景が反映される */

}

/* メイン背景：静的なグラデーション */
main {
  background: radial-gradient(circle, #1a1a1a, #000000);
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* シンプルな装飾エフェクト */
main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 70, 85, 0.2), rgba(111, 74, 204, 0.2));
  z-index: 0;
  pointer-events: none;
}

/* コンテンツを最前面に配置 */
main > * {
  position: relative;
  z-index: 1;
}

/* ============ デバイスごとの表示切替 ============ */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

/* =============== SubHeader =============== */
.SubHeader {
  background: #FF4655;
  padding: 12px 0;
}

.SubHeader__Inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SubHeader__Logo {}

.SubHeader__Sns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.SubHeader__Sns-Title {
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-family: "Foundry Gridnik W03 ExtraBold" !important;
}

.SubHeader__Sns-Item a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FFF;
}

.SubHeader__Sns-Item a img {
  width: 70%;
  height: auto;
}

.SubHeader__Sns-Item a:hover {
  background: #131313;
}

.SubHeader__Sns-Item a:hover img {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .SubHeader .Container {
    padding: 0 15px;
  }

  .SubHeader__Sns-Title {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .SubHeader__Sns-Title {
    display: none;
  }

  .SubHeader__Sns-Item a {
    width: 30px;
    height: 30px;
  }

  .SubHeader__Sns-Item a img {
    width: 16px;
  }
}

/* =============== Header =============== */
#Header {
  background: #111111;
  color: #FFF;
}

.Header__Inner {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}

.Header__Logo {
  display: flex;
}

.Header__Logo .Item:nth-child(n+2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 32px;
  margin-left: 32px;
}

@media (max-width: 767px) {
  .Header__Inner {
    padding: 16px 0;
  }

  .Header__Logo .Item:nth-child(n+2) {
    padding-left: 16px;
    margin-left: 16px;
  }
}

/* =============== Footer =============== */
.Footer {
  background: #111111;
  color: #FFF;
  border-top: 1px solid rgba(242, 242, 242, 0.2);
}

.Footer__Top {
  padding: 32px 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  border-bottom: 1px solid rgba(242, 242, 242, 0.2);
}

.Footer__Logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Footer__Logo .Item:nth-child(n+2) {
  border-left: 1px solid rgba(242, 242, 242, 0.2);
  padding-left: 32px;
  margin-left: 32px;
}

.Footer__Link {
  display: flex;
  align-items: center;
}

.Footer__LinkList {
  padding: 0 25px;
}

.Footer__LinkList li {
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 1.23;
}

.Footer__LinkList li:nth-child(n+2) {
  margin-top: 16px;
}

.Footer__LinkList li a {
  color: #FFF;
  text-decoration: none;
}

.Footer__Bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* 高さと幅の中央に配置 */
  padding: 27px 0;
  border-top: none;
}

.Footer__SNS {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: transparent;
  margin: 0 auto; /* 左右中央に配置 */
}

.Footer__SNS img {
  width: 100%;
  height: auto;
  filter: brightness(100%);
}

.Footer__Copyright {
  font-size: 12px;
  letter-spacing: 0.12em;
  font-family: "Foundry Gridnik W03 ExtraBold" !important;
  display: flex;
  align-items: center;
  margin-top: 16px; /* フッターSNSの下にマージンを追加 */
}

/* モバイル用のスタイル */
@media (max-width: 768px) {
  .Footer__Top {
    display: flex;
    flex-direction: column;
    align-items: center;  /* 中央に配置 */
    text-align: center;  /* テキストを中央に配置 */
    gap: 20px; /* 各要素の間の余白を設定 */
  }

  /* ロゴを中央に配置する */
  .Footer__Logo {
    display: flex;
    justify-content: center;  /* ロゴを中央に配置 */
    align-items: center;
    gap: 10px; /* ロゴ間のスペースを追加 */
    margin-bottom: 10px; /* 下に余白を追加 */
  }

  .Footer__Logo .Item {
    border-left: none; /* ロゴ間の区切り線が不要であれば非表示に */
    padding-left: 0; /* 左側の余白も無効に */
    margin-left: 0;
  }

  /* INFOLENS GEEK SHOPロゴを中央に配置 */
  .Footer__SNS {
    width: 240px;
    height: 240px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* リンクリスト全体を中央に配置 */
  .Footer__Link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;  /* リンクリストを中央に配置 */
    gap: 20px; /* リンクリストの間に余白を設定 */
    margin-top: 16px;
  }

  .Footer__LinkList {
    width: calc(50% - 10px);
    padding: 0;
    margin: 0 auto;
    text-align: center;  /* リンクリストのテキストを中央に配置 */
  }

  .Footer__LinkList li {
    margin-bottom: 16px;
    font-size: 12px;
  }

  /* コピーライトのスタイル調整 */
  .Footer__Copyright {
    font-size: 10px;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 10px;
  }
}

/* =============== ProductList =============== */
.ProductList {        
  display: flex;
  flex-wrap: wrap;
  margin: 20px;  
}

.ProductList .Item {
  padding: 30px 10px;
  width: 25%;
  text-align: center;
}

.ProductList .Item__Link {
  text-decoration: none;
  display: block;
  position: relative;
}

.ProductList .Item__Image {
  position: relative;
  margin-bottom: 16px;
}

/* 商品フレーム */
.ProductList .Item__Image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid rgba(255, 70, 85, 0.8);
  border-radius: 12px;
  box-shadow: 
    0 0 5px rgba(255, 70, 85, 0.7), 
    0 0 10px rgba(255, 70, 85, 0.5), 
    inset 0 0 5px rgba(255, 70, 85, 0.8),
    0 0 20px rgba(111, 74, 204, 0.4);
  transition: all 0.3s ease;
}

/* ホバー時のエフェクト */
.ProductList .Item:hover .Item__Image:before {
  box-shadow: 
    0 0 8px rgba(255, 70, 85, 0.9), 
    0 0 15px rgba(255, 70, 85, 0.7), 
    inset 0 0 8px rgba(255, 70, 85, 1),
    0 0 25px rgba(111, 74, 204, 0.6);
  transform: scale(1.05);
}

/* 商品画像の形状 */
.ProductList .Item__Image img {
  border-radius: 12px;
}

/* 商品タイトル */
.ProductList .Item__Title {
  color: #ECE8E1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  min-height: 48px;
}

/* 価格のデザイン */
.ProductList .Item__Price {
  color: #FF4655;
  font-weight: 700;
  font-size: 24px;
  font-family: "Foundry Gridnik W03 ExtraBold" !important;
  font-style: normal;
  letter-spacing: 0.1em;
  height: 40px; /* 高さを固定してすべての価格を統一 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.ProductList .Item__Price .Price--compareAt {
  text-decoration: line-through;
  margin-left: 5px;
  color: #626262;
}

.ProductList .Item--no-available .Item__Image:after {
  content: "SOLD OUT";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #F2F2F2;
  font-size: 20px;
  font-weight: bold;
  z-index: 2;
  border-radius: 12px;
}

.ProductList .Item--comingsoon .Item__Image:after {
  content: "SOLD OUT";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 19, 19, 0.5);
  border-radius: 20px;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #F2F2F2;
  text-shadow: 0px 1px 1px rgba(19, 19, 19, 0.25);
  font-family: "Foundry Gridnik W03 ExtraBold" !important;
}

@media (max-width: 1200px) {
  .ProductList .Item{
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .ProductList{        
    margin: 0 -7.5px -35px -7.5px;
  }    
  .ProductList .Item{
    width: 50%;
    padding: 0 7.5px 35px 7.5px;
  }
  .ProductList .Item__Info{
    margin-top: 16px;
  }
  .ProductList .Item__Title{
    font-size: 12px;
  }
  .ProductList .Item__Price{
   font-size: 22px;
   margin-top: 8px;
  }
  .ProductList .Item--no-available .Item__Image:after{
    font-size: 20px;
  }
}

/* Footer__Pagetop を確実に非表示にする */
.Footer__Pagetop {
  display: none !important;
}

/* JavaScript を用いたホバーエフェクトの維持 */
<script>
  document.addEventListener('DOMContentLoaded', function() {
    document.querySelectorAll('.ProductList .Item').forEach(function(item) {
      item.addEventListener('mouseover', function() {
        item.classList.add('hover');
      });
      item.addEventListener('mouseout', function() {
        item.classList.remove('hover');
      });
    });
  });
</script>

<style>
  .ProductList .Item.hover .Item__Image:before {
    box-shadow: 
      0 0 8px rgba(255, 70, 85, 0.9), 
      0 0 15px rgba(255, 70, 85, 0.7), 
      inset 0 0 8px rgba(255, 70, 85, 1),
      0 0 25px rgba(111, 74, 204, 0.6);
    transform: scale(1.05);
  }
</style>

