@charset "utf-8";
/* CSS Document - Psycho Eyes hands202603 */

/* ============================================
   フォント・基本設定
   ============================================ */
html {
  scroll-padding-top: 65px;
}

body {
  font-family: 'BIZ UDPGothic', 'M PLUS Rounded 1c', sans-serif;
  min-height: 100vh;
}

/* ============================================
   ヘッダー・ナビゲーション
   ============================================ */
header#site-header {
  position: relative;
}

h1#h1 {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

h1#h1 img {
  width: 100%;
  height: auto;
  display: block;
}

.global_nav {
  background-color: #21414E;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
}

/* スクロール固定時のスタイル */
.global_nav.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1800px;
  margin:auto;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* nav-fixed時にコンテンツが隠れないようにするためのダミー高さは
   JSで動的に対応するか、body padding-topで対応 */

.global_nav nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

/* standard.css の .global_nav ul { margin: 0 auto } を上書き */
.global_nav nav > ul {
  margin: 0;
}

.nav1 > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: clamp(12px, 1.75vw, 24px);
  font-weight: 700;
  padding: 1.2rem 0.4rem;
  white-space: nowrap;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}

.nav1 > li > a:hover {
  color: #F7EF00;
}

.nav2 {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav2 li a {
  display: flex;
  align-items: center;
}

img.icons {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain;
  display: inline-block !important;
  vertical-align: middle;
  transition: opacity 0.2s;
}

img.icons:hover {
  opacity: 0.7;
}

/* ハンバーガーメニュー */
.hamburger.sp {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.hamburger.sp span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

.globalMenuSp {
  display: none;
}

/* ============================================
   メインコンテンツ
   ============================================ */
main {
  padding: 9.375rem 2rem;
  background-image: url('../img/blue_bg.jpg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* ============================================
   共通セクション
   ============================================ */
.sp {display: none;}
.br800, .br605, .br450, .br400 {display: none;}

section.section--box {
  background: #fff;
  border: 3px solid #000604;
  border-radius: 20px;
  box-shadow: -14px -13px 0 #70C8D4, 14px 13px 0 #8B4FA0;
  max-width: 1200px;
  margin: 0 auto 4rem;
  padding: 2rem 3rem 2.5rem;
  position: relative;
}

/* ============================================
   セクション見出し
   ============================================ */
h2.section-heading {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 0;
}

h2.section-heading img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}

/* ============================================
   共通パーツ
   ============================================ */
b { font-weight: 700; }

p, dl, dt, dd {
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
  font-family: 'BIZ UDPGothic', sans-serif;
}

.content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.note__list {
  padding-top: 1rem;
  font-size: clamp(12px, 1.3vw, 14px);
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  color: #555;
}

.note__list-item:not(:last-child) {
  margin-bottom: 0.3rem;
}

.common__promo {
  padding: 0 0 2rem;
  text-align: center;
  margin: 0 auto;
  font-size: clamp(14px, 1.5vw, 18px);
}

.common__promo-highlight {
  background-color: #1F77C4;
  color: #fff;
  padding: 0.1em 0.4em;
  border-radius: 3px;
  font-weight: 700;
  text-decoration: none;
}

/* ============================================
   開催概要
   ============================================ */
.gaiyo__text {
  text-align: center;
  margin: 0 auto;
  font-size: clamp(15px, 1.6vw, 20px);
  line-height: 2;
}

/* ============================================
   開催日程 - 店舗カード
   ============================================ */
.schedule__content-details {
  margin: 0 auto;
  max-width: 1060px;
}

.outset {
  margin-bottom: 1.5rem;
}

.event {
  background: #E2F6FD;
  border-radius: 0;
  border: 1.5px solid #b0d8e8;
  padding: 1.5rem 2rem 1rem;
  max-width: 1060px;
  margin: 0 auto;
}

.event h3 {
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.event dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem 1rem;
  align-items: center;
  padding: 0 14%;
  margin: 0 0 1rem;
}

.event-label {
  background-image: url('../img/blue_frame.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  color: #fff;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 700;
  text-align: center;
  padding: 0.5em 2em;
  white-space: nowrap;
  letter-spacing: 0.05em;
  min-width: 160px;
}

.event dd {
  font-size: clamp(14px, 1.4vw, 17px);
  color: #1A1A1A;
  line-height: 1.6;
  padding: 0;
}

.schedule__large {
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* ボタン */
.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0.8rem 0 0.5rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.6rem 1.2rem;
  background: #F7EF00;
  border-radius: 20px;
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 700;
  text-decoration: none;
  color: #1A1A1A;
  border: none;
  box-shadow: 3px 3px 0px #A5A5A5;
  transition: opacity 0.2s, transform 0.1s;
  white-space: nowrap;
  max-width: 210px;
  width: 100%;
}

.btn:hover {
  opacity: 0.85;
  transform: translateY(1px);
}

.btn i {
  font-size: 0.8em;
}

.btn.map, .btn.shop, .btn.sns {
  color: #1A1A1A;
}

/* ============================================
   オンラインショップ
   ============================================ */
.schedule__details {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 2rem;
}

.schedule__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1.5px dotted #c0d8e8;
}

.schedule__item:last-child {
  border-bottom: none;
}

.schedule__item-title {
  background-image: url('../img/blue_frame.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  color: #fff;
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 700;
  text-align: center;
  padding: 0.4rem 1.0rem 0.4rem 0.5rem;
  white-space: nowrap;
  min-width: 160px;
  align-self: flex-start;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}

.schedule__item-text {
  font-size: clamp(13px, 1.3vw, 16px);
  color: #1A1A1A;
  line-height: 1.7;
  flex: 1;
}

.schedule__link {
  color: #1F77C4;
  text-decoration: underline;
}

.schedule__x-link {
  color: inherit;
}

.schedule__image--banner {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.schedule__online-banner {
  max-width: 850px;
  margin: 0 auto 1rem;
}

/* ============================================
   公式X セクション
   ============================================ */
/* Xセクションはオンラインショップ内に移動したため、section--xは不要 */

.x-inner-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid rgba(255,255,255,0.6);
}

/* ============================================
   オンラインショップ 全幅背景ラッパー
   ============================================ */
.onlineshop-bg-wrapper {
  background-image: url('../img/lightblue_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* main の padding 左右 (2rem) 分だけ広げて全幅表示 */
  width: calc(100% + 4rem);
  margin-left: -2rem;
  padding: 4.375rem 2rem;
  margin-bottom:4.375rem;
}

.x__content-wrapper {
  border-style: solid;
  border-color: transparent;
  border-width: 40px 30px;
  border-image-source: url('../img/yellow_neon_frame.png');
  border-image-slice: 40 30 fill;
  border-image-repeat: stretch;
  padding: 1rem 2rem;
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  background: transparent;
}

.x-heading-text {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}

.x-text {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #1A1A1A;
  line-height: 1.9;
  font-weight: 700;
  margin: 0;
}

.x-text a {
  color: #1F77C4;
}

/* ============================================
   購入特典
   ============================================ */
.tokuten__content-details {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.tokuten__content-details .note__list {
  text-align: left;
  margin: 0;
}

.tokuten__details {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

.highlight-text {
  display: inline-block;
  background: #1F77C4;
  color: #fff;
  padding: 0.1em 0.8em;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.8;
}


.img_border img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   商品グリッド
   ============================================ */
#item ul.item__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#item li {
  display: flex;
  flex-direction: column;
}

#item li a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.animateme {
  position: relative;
}

.item__text {
  background-color: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.condition {
  background-color: #1F77C4;
  color: #fff;
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 700;
  text-align: center;
  padding: 0.4rem 0.3rem;
  line-height: 1.4;
  margin: 0;
  border-radius: 0;
}

.itemname_box {
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 400;
  text-align: center;
  color: #1A1A1A;
  padding: 0.5rem 0.4rem 0.3rem;
  line-height: 1.4;
  margin: 0.5em 0;
  flex: 1;
}

dl.price-box {
  display: grid;
  grid-template-columns: auto auto;
  font-size: clamp(11px, 1.1vw, 13px);
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  gap: 0.1rem 0.4rem;
  justify-content: space-around;
  align-items: baseline;
}

.price-box dt.ryomoku {
  width: auto;
  text-align: right;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 0.3rem;
}

.price-box dd.rprice {
  width: auto;
  text-align: right;
  font-weight: 700;
  line-height: 1.5;
}

.price-box dd.rprice span {
  font-size: 0.85em;
  font-weight: 400;
}

.price-box dt,
.price-box dd {
  font-size: clamp(10px, 1.1vw, 13px);
  line-height: 1.5;
}

p.price {
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  text-align: center;
  color: #1A1A1A;
  padding: 0.3rem 0.4rem 0.6rem;
  margin: 0;
}

p.price span {
  font-size: 0.85em;
  font-weight: 400;
}

/* ============================================
   注意事項
   ============================================ */
.notes__content-details {
  max-width: 850px;
  margin: 0 auto;
}

.attention__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: clamp(13px, 1.4vw, 16px);
  color: #1A1A1A;
  line-height: 1.8;
}

.attention__list-item {
  padding-left: 0;
  margin-bottom: 0.8rem;
}

.attention__list-item:not(:last-child) {
  margin-bottom: 0.8rem;
}

/* ============================================
   フッター
   ============================================ */
footer {
  background: #21414E;
  padding: 1rem 0;
}

.copyright {
  color: #fff;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0.5rem 0;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}

/* ============================================
   TOPへ戻る
   ============================================ */
.top1 {
  text-align: center;
  margin-bottom: 1rem;
}

#top {
  position: fixed;
  bottom: 5%;
  right: max(2%, calc((100vw - 1800px) / 2 + 2%));
  z-index: 200;
  font-size: 0.85rem;
  font-weight: 700;
}

#top a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #21414E;
  text-decoration: none;
  background: rgba(255,255,255,0.9);
  border: 2px solid #21414E;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  justify-content: center;
  font-size: 0.65rem;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  transition: background 0.2s;
}

#top a:hover {
  background: #F7EF00;
}

#top a i {
  font-size: 1.2rem;
}

/* ============================================
   レスポンシブ対応
   ============================================ */

/* PC大画面 */
@media screen and (max-width: 1100px) {
  section.section--box {
    padding: 2.5rem 2.5rem;
  }
}

/* タブレット */
@media screen and (max-width: 900px) {
  section.section--box {
    padding: 2rem 1.8rem;
    margin-bottom: 2rem;
  }

  .event {
    padding: 1.2rem 1.2rem 0.8rem;
  }

  .btn-wrap {
    gap: 0.7rem;
  }

  .btn {
    padding: 0.5rem 0.9rem;
    font-size: clamp(12px, 2vw, 14px);
  }

  #item ul.item__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

/* スマホ横 */
@media screen and (max-width: 800px) {
  .br800 { display: block; }

  .nav1,
  .nav2 {
    display: none !important;
  }

  .global_nav {
    display: none !important;
  }

  .hamburger.sp {
    display: flex;
    position: fixed;
    top: 13px;
    right: 13px;
    z-index: 200;
  }

  .globalMenuSp.open {
    display: block;
    background: #21414E;
    padding: 0.5rem 0;
  }

  .globalMenuSp .ul1 {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .globalMenuSp .spli2 a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.8rem 2rem;
    font-size: 15px;
    font-weight: 700;
  }

  .globalMenuSp .spli2_1 {
    color: #fff;
    padding: 1rem 2rem;
    font-size: 14px;
    text-align: center;
  }

  

  section.section--box {
    padding: 1.5rem 1.2rem;
    margin-bottom: 1.5rem;
    box-shadow: -10px -10px 0 #70C8D4, 10px 10px 0 #8B4FA0;
  }

  .event dl {
    grid-template-columns: auto 1fr;
    gap: 0.5rem 0.7rem;
    padding: 0 4%;
  }
}

/* スマホ */
@media screen and (max-width: 750px) {
  main {
    padding: 1rem 0.8rem 2rem;
  }

  .sp { display: block; }

  section.section--box {
    padding: 1.2rem 1rem;
    box-shadow: -8px -8px 0 #70C8D4, 8px 8px 0 #8B4FA0;
  }

  /* レスポンシブ時はsection--boxと同幅に合わせる */
  .onlineshop-bg-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 4.375rem 0;
  }

  h2.section-heading {
    margin-bottom: 1.5rem;
    width:70%;
    margin:0 auto;
  }

  #item ul.item__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }

  .btn-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

  .btn {
    width: auto;
    min-width: 120px;
    max-width: 200px;
    font-size: 13px;
    padding: 0.6rem 0.8rem;
  }

  .schedule__item {
    flex-direction: row;
    align-items: center;
    gap: 0.6rem;
  }

  .schedule__item-title {
    min-width: 75px;
    max-width: 90px;
    font-size: 11px;
    padding: 0.35rem 0.5rem;
    flex-shrink: 0;
  }

  .x__content-wrapper {
    padding: 1.5rem 1rem;
  }

  .schedule__online-banner {
    max-width: 100%;
  }
}

/* スマホ小 */
@media screen and (max-width: 500px) {
  .br400 { display: block; }

  main {
    padding: 0.8rem 0.5rem 1.5rem;
  }

  section.section--box {
    padding: 1rem 0.8rem;
    box-shadow: -6px -6px 0 #70C8D4, 6px 6px 0 #8B4FA0;
  }

  .event {
    padding: 1rem 0.8rem;
    border-radius: 8px;
  }

  .event h3 {
    font-size: 18px;
  }

  .event dl {
    gap: 0.4rem 0.5rem;
    padding: 0 2%;
  }

  .event-label {
    min-width: 80px;
    font-size: clamp(12px, 3vw, 14px);
    padding: 0.4em 1em;
  }

  .btn {
    min-width: 100px;
    max-width: 160px;
    font-size: 12px;
    padding: 0.55rem 0.6rem;
  }

  #item ul.item__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }

  .attention__list {
    font-size: 13px;
    line-height: 1.7;
  }

  #top a {
    width: 48px;
    height: 48px;
    font-size: 0.6rem;
  }
}