@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');

@font-face {
  font-family: 'main';
  src: url('https://raw.githubusercontent.com/Shiyy07/lrmain/refs/heads/main/Mamelon-3-Hi-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'wing';
  src: url('https://raw.githubusercontent.com/Shiyy07/wing/refs/heads/main/wings-of-wind-tfb.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'line';
  src: url('https://raw.githubusercontent.com/Shiyy07/line/refs/heads/main/HoneyMoon.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Luv';
  src: url('https://raw.githubusercontent.com/Shiyy07/Luvy/refs/heads/main/LoveMarks.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Luvy';
  src: url('https://raw.githubusercontent.com/Shiyy07/hearty/refs/heads/main/KRValentines2006Three.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'lover';
  src: url('https://raw.githubusercontent.com/Shiyy07/lover/refs/heads/main/MyValentinesLove_demo.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "sen";
  src: url("https://raw.githubusercontent.com/Shiyy07/sen/main/fotograami-sun.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* { font-family: 'main', sans-serif; }

hr{
border:none;}
a {
 text-decoration: none; }

body{ color: #fff;
font-size: 9px;
background-color: #0e172a; }

a {
  font-weight: bold;
  color: #ABD3D8;  /* 好きなカラーコードに変更できるよ */
  text-decoration: none; /* 下線を消したい場合はこれも追加できるよ */
}

a[href*="/dt"],
a[href*="/dm?c="] {
  display: none !important;
}

/* 名前リンク（mailtoで始まる）を消す */
a[href^="mailto"],
a[href^="mailto"] font {
  display: none !important;
}

/* 名前の後にある時刻部分を消す */
a[href^="mailto"] + br + font {
  display: none !important;
}

s {
  color: rgba(230, 235, 255, 0.7); /* 青白っぽく儚げに */
  font-weight: 300;
  opacity: 0.85;
  text-decoration-line: line-through;
  text-decoration-color: #003f8e; /* 背景と調和する濃青 */
  text-decoration-thickness: 1.5px;
  text-decoration-style: solid;
}

textarea {
width: 250px;
height: 45px;
line-height: 1.5em;}

shadow{color: transparent;
text-shadow: 0 0 8px rgba(255,255,255,0.4);}

.now {
  letter-spacing: 0.07em;
  font-family: 'main', cursive;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  color: #C10E49;
  animation: blinkSmooth 5s ease-in-out infinite;
}

@keyframes blinkSmooth {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* 表紙 */
.cover-title {
  position: relative;
  width: 100%;
  margin: 40px auto;
  text-align: center;
}

.wing {
  font-family: 'wing', cursive;
  font-size: 120px;
  color: #000;
  pointer-events: none;
  z-index: 1;
  animation: wingFloatSway 5s ease-in-out infinite;
  display: inline-block;
}

.cover-text {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -15%) rotate(-7deg);
  font-family: 'Cedarville Cursive', cursive;
  font-size: 36px !important;
  color: #696969;
  font-weight: bold; 
  letter-spacing: -0.10em;
  pointer-events: none;
  z-index: 2;
  animation: neonGlow 5s ease-in-out infinite;
}

/* アニメーション */
@keyframes wingFloatSway {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-6px) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes neonGlow {
  0%, 100% {
    opacity: 1;
    text-shadow:
      0 0 5px #ccc,
      0 0 10px #bbb,
      0 0 15px #aaa;
  }
  50% {
    opacity: 0.6;
    text-shadow:
      0 0 8px #fff,
      0 0 16px #ccc,
      0 0 24px #bbb;
  }
}

/* 区切り線 */
.sen::before {
  content: "G"; /* ここに文字を入れる */
  font-family: 'sen', cursive;
  font-size: 30px;
  font-weight: bold;
  color: #003f8e;
  letter-spacing: 0.1em;
}
.sen {
  text-align: center;
  margin: 8px;
}

/* 通常のボックス */
.lore {
  font-family: 'main', cursive;
  text-align: justify;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  margin: 20px;
  padding: 70px 28px 28px; /* 上に余白を追加して翼を収める */
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.lore::before {
  content: 'j';
  font-family: 'wing', cursive;
  font-size: 42px;
  color: #C10E49;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.7;
  animation: floatFade 4s ease-in-out infinite;
}

@keyframes floatFade {
  0% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
    opacity: 0.2;
  }
  100% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
}

.lore::after {
  content: 'Lauren Iroas';
  font-family: "Genos", cursive;
  font-size: 35px;
  letter-spacing: -0.1em;
  color: #fff;
  position: absolute;
  top: 24px; /* vに対して中央寄せたい時は微調整してね */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.mond {
  font-family: 'main', cursive;
  text-align: justify;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  margin: 20px;
  padding: 70px 28px 28px; /* 上に余白を追加して翼を収める */
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.mond::before {
  content: 'v';
  font-family: 'wing', cursive;
  font-size: 42px;
  color: #88b5d3;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.7;
  animation: floatFade 4s ease-in-out infinite;
}

@keyframes floatFade {
  0% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
    opacity: 0.2;
  }
  100% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
}

.mond::after {
  content: 'Mondo';
  font-family: "Genos", cursive;
  font-size: 35px;
  letter-spacing: -0.1em;
  color: #fff;
  position: absolute;
  top: 24px; /* vに対して中央寄せたい時は微調整してね */
  left: 49%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.akr {
  font-family: 'main', cursive;
  text-align: justify;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  margin: 20px;
  padding: 70px 28px 28px; /* 上に余白を追加して翼を収める */
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.akr::before {
  content: 'k';
  font-family: 'wing', cursive;
  font-size: 42px;
  color: #235AAA;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.7;
  animation: floatFade 4s ease-in-out infinite;
}

@keyframes floatFade {
  0% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
    opacity: 0.2;
  }
  100% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
}

.akr::after {
  content: 'Shikinagi Akira';
  font-family: "Genos", cursive;
  font-size: 35px;
  letter-spacing: -0.1em;
  color: #fff;
  position: absolute;
  top: 21px; /* vに対して中央寄せたい時は微調整してね */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.kne {
  font-family: 'main', cursive;
  text-align: justify;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  margin: 20px;
  padding: 70px 28px 28px; /* 上に余白を追加して翼を収める */
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.kne::before {
  content: 'H';
  font-family: 'wing', cursive;
  font-size: 42px;
  color: #ABD3D8;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.7;
  animation: floatFade 4s ease-in-out infinite;
}

@keyframes floatFade {
  0% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
    opacity: 0.2;
  }
  100% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
}

.kne::after {
  content: 'Kanae';
  font-family: "Genos", cursive;
  font-size: 35px;
  letter-spacing: -0.1em;
  color: #fff;
  position: absolute;
  top: 13px; /* vに対して中央寄せたい時は微調整してね */
  left: 49%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.axia {
  color: #fff;
  font-size: 10px;
  font-family: 'main', cursive;
  text-align: justify;
  letter-spacing: 0.07em;
  margin: 20px;
  padding: 70px 28px 28px; /* 上に余白を追加して翼を収める */
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.axia::before {
  content: 'M';
  font-family: 'wing', cursive;
  font-size: 44px;
  color: rgba(0,166,254,0.65);
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
  animation: floatFade 4s ease-in-out infinite;
}

@keyframes heartbeat {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 0.85;
  }
  14% {
    transform: translateX(-50%) scale(1.12);
    opacity: 1;
  }
  28% {
    transform: translateX(-50%) scale(1);
    opacity: 0.9;
  }
  42% {
    transform: translateX(-50%) scale(1.08);
    opacity: 0.95;
  }
  70% {
    transform: translateX(-50%) scale(1);
    opacity: 0.85;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.85;
  }
}

.axia::after {
  content: 'Axia Krone';
  font-family: "Genos", cursive;
  font-size: 35px;
  letter-spacing: -0.1em;
  color: #fff;
  position: absolute;
  top: 16px; /* vに対して中央寄せたい時は微調整してね */
  left: 50%;
  transform: translateX(-58%);
  z-index: 2;
  pointer-events: none;
}

.info {
  font-family: 'main', cursive;
  text-align: justify;
  letter-spacing: 0.07em;
  color: #fff;
  font-size: 10px;
  margin: 13px;
  padding: 70px 28px 28px; /* 上に余白を追加して翼を収める */
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.info::before {
  content: 'Y';
  font-family: 'wing', cursive;
  font-size: 39px;
  color: rgba(171,211,216,0.8);
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.7;
  animation: floatFade 4s ease-in-out infinite;
}

@keyframes floatFade {
  0% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
    opacity: 0.2;
  }
  100% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
}

.info::after {
  content: 'Information';
  font-family: "Genos", cursive;
  font-size: 30px;
  letter-spacing: -0.1em;
  color: #fff;
  position: absolute;
  top: 13px; /* vに対して中央寄せたい時は微調整してね */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.book {
  font-family: 'main', cursive;
  text-align: justify;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  margin: 20px;
  padding: 70px 28px 28px; /* 上に余白を追加して翼を収める */
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.book::before {
  content: 'm';
  font-family: 'wing', cursive;
  font-size: 42px;
  color: rgba(171,211,216,0.8);
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.7;
  animation: floatFade 4s ease-in-out infinite;
}

@keyframes floatFade {
  0% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
    opacity: 0.2;
  }
  100% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
}

.book::after {
  content: 'BookShelf';
  font-family: "Genos", cursive;
  font-size: 33px;
  letter-spacing: -0.1em;
  color: #fff;
  position: absolute;
  top: 24px; /* vに対して中央寄せたい時は微調整してね */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

/* ネタバレ用のボックス */
.game {
  color: #fff;
  font-size: 10px;
  font-family: 'main', cursive;
  text-align: justify;
  letter-spacing: 0.07em;
  margin: 20px;
  padding: 70px 28px 28px; /* 上に余白を追加して翼を収める */
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.game::before {
  content: 'Z';
  font-family: 'wing', cursive;
  font-size: 42px;
  color: rgba(250,253,255,0.7);
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.7;
  animation: floatFade 4s ease-in-out infinite;
}

@keyframes floatFade {
  0% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
    opacity: 0.2;
  }
  100% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.7;
  }
}

.game::after {
  content: 'Netabare';
  font-family: "Genos", cursive;
  font-size: 31px;
  letter-spacing: -0.1em;
  color: #fff;
  position: absolute;
  top: 13px; /* vに対して中央寄せたい時は微調整してね */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

/* 色ペン */
lr{ font-weight: bold; 
font-family: 'main', cursive;
letter-spacing: 0.08em;
font-size: 10px;
color: #C10E49;}

kn{ font-weight: bold; 
letter-spacing: 0.08em;
font-size: 10px;
font-family: 'main';
color: #ABD3D8;}

md{ font-weight: bold; 
font-family: 'main', cursive;
letter-spacing: 0.08em;
font-size: 10px;
color: #88b5d3;}

ak{ font-weight: bold; 
font-family: 'main', cursive;
letter-spacing: 0.08em;
font-size: 10px;
color: #235AAA;}

ax{ font-weight: bold; 
letter-spacing: 0.08em;
font-size: 10px;
font-family: 'main';
color: #00A6FE;}

sen{ font-weight: bold;
font-family: 'line', cursive;
font-size: 35px;
color: #C10E49;}

wing{ 
font-family: 'wing', cursive;
font-size: 85px;
color: #000;}

bb{ font-weight: bold; 
font-size: 14px;}

book{ font-weight: bold; 
font-size: 18px;
font-family: "Oooh Baby", cursive;
letter-spacing: -0.07em;
color: #ACA7BB;}

/* 乱入ペン */
axkn {
   font-weight: bold; 
   font-family: 'main', cursive;
   letter-spacing: 0.08em;
   font-size: 9px;
   color: #cfcfcf;
   background-image: repeating-linear-gradient(-45deg,
        rgba(0,166,254,0.2) 0, rgba(0,166,254,0.2) 3px,
        transparent 3px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

lras {
   font-weight: bold; 
   font-family: 'main', cursive;
   letter-spacing: 0.08em;
   font-size: 9px;
   color: #cfcfcf;
   background-image: repeating-linear-gradient(-45deg,
        rgba(193,14,73,0.2) 0, rgba(193,14,73,0.2) 3px,
        transparent 3px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

knkn {
   font-weight: bold; 
   font-family: 'main', cursive;
   letter-spacing: 0.08em;
   font-size: 9px;
   color: #cfcfcf;
   background-image: repeating-linear-gradient(-45deg,
        rgba(171,211,216,0.3) 0, rgba(171,211,216,0.3) 3px,
        transparent 3px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

mond {
   font-weight: bold; 
   font-family: 'main', cursive;
   letter-spacing: 0.08em;
   font-size: 9px;
   color: #cfcfcf;
   background-image: repeating-linear-gradient(-45deg,
        rgba(136,181,211,0.3) 0, rgba(136,181,211,0.3) 3px,
        transparent 3px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

skak {
   font-weight: bold; 
   font-family: 'main', cursive;
   letter-spacing: 0.08em;
   font-size: 9px;
   color: #cfcfcf;
   background-image: repeating-linear-gradient(-45deg,
        rgba(35,90,170,0.25) 0, rgba(35,90,170,0.25) 3px,
        transparent 3px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* マーカー */
rore{
 background: linear-gradient(transparent 40%, rgba(193,14,73,0.45) 40%);
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
font-size: 10px; 
font-weight:bold; 
letter-spacing: 0.08em;
font-family: 'main', cursive;
color: #fff;}

kana{
 background: linear-gradient(transparent 40%, rgba(171,211,216,0.55) 40%);
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
font-size: 10px; 
font-weight:bold;
font-family: 'main';
letter-spacing: 0.08em;
color: #fff;}

mndo{
 background: linear-gradient(transparent 40%, rgba(136,181,211,0.85) 40%);
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
font-size: 10px; 
font-weight:bold; 
letter-spacing: 0.08em;
font-family: 'main', cursive;
color: #fff;}

akir{
 background: linear-gradient(transparent 40%, rgba(35,90,170,0.7) 40%);
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
font-size: 10px; 
font-weight:bold; 
letter-spacing: 0.08em;
font-family: 'main', cursive;
color: #fff;}

krne{
 background: linear-gradient(transparent 40%, rgba(0,166,254,0.6) 40%);
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
font-size: 10px; 
font-weight:bold;
font-family: 'main';
letter-spacing: -0.08em;
color: #fff;}

/* 折りたたみ */
.lore details{
  text-align: justify;
  font-family: 'main', cursive;
  border: none;
 font-size: 9px;
 color:  #fff;
 padding: 10px;}

.lore details[open]{
 margin: 0 auto;
 padding: 25px;
 border-radius: 8px;
 background: rgba(193,14,73,0.2);
 overflow: hidden;
  animation: openAnimation 1s ease forwards;
}

@keyframes openAnimation {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 800px; /* 内容に合わせて大きめに設定 */
  }
}

.lore details[open] summary::before{
 font-family: "Luv";
  content: 'e';
 font-size: 12px;
 display: inline-block;
 text-align: center;}

.lore details summary::before{
 font-family: "Luv";
  content: 'x';
 font-size: 12px;
 display: inline-block;
 text-align: center;}

.lore summary::-webkit-details-marker{
  display: none;}

.lore summary{
  font-family: 'main', cursive;
  font-weight:bold;
  text-align: justify;
  list-style: none;
  font-size: 9px;
  outline: none;
  color: #C10E49; }

.mond details{
  text-align: justify;
  font-family: 'main', cursive;
  border: none;
 font-size: 9px;
 color:  #fff;
 padding: 10px;}

.mond details[open]{
 margin: 0 auto;
 padding: 25px;
 border-radius: 8px;
 background: rgba(136,181,211,0.65);
 overflow: hidden;
  animation: openAnimation 1s ease forwards;
}

@keyframes openAnimation {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 800px; /* 内容に合わせて大きめに設定 */
  }
}

.mond details[open] summary::before{
 font-family: "Luv";
  content: 'e';
 font-size: 12px;
 display: inline-block;
 text-align: center;}

.mond details summary::before{
 font-family: "Luv";
  content: 'x';
 font-size: 12px;
 display: inline-block;
 text-align: center;}

.mond summary::-webkit-details-marker{
  display: none;}

.mond summary{
  font-family: 'main', cursive;
  font-weight:bold;
  text-align: justify;
  list-style: none;
  font-size: 9px;
  outline: none;
  color: #88b5d3; }

.akr details{
  text-align: justify;
  font-family: 'main', cursive;
  border: none;
 font-size: 9px;
 color:  #fff;
 padding: 10px;}

.akr details[open]{
 margin: 0 auto;
 padding: 25px;
 border-radius: 8px;
 background: rgba(35,90,170,0.55);
 overflow: hidden;
  animation: openAnimation 1s ease forwards;
}

@keyframes openAnimation {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 800px; /* 内容に合わせて大きめに設定 */
  }
}

.akr details[open] summary::before{
 font-family: "Luv";
  content: 'e';
 font-size: 12px;
 display: inline-block;
 text-align: center;}

.akr details summary::before{
 font-family: "Luv";
  content: 'x';
 font-size: 12px;
 display: inline-block;
 text-align: center;}

.akr summary::-webkit-details-marker{
  display: none;}

.akr summary{
  font-family: 'main', cursive;
  font-weight:bold;
  text-align: justify;
  list-style: none;
  font-size: 9px;
  outline: none;
  color: #235AAA; }

.kne details{
  text-align: justify;
  font-family: 'main', cursive;
  border: none;
 font-size: 9px;
 color:  #fff;
 padding: 10px;}

.kne details[open]{
 margin: 0 auto;
 padding: 25px;
 border-radius: 8px;
 background: rgba(171,211,216,0.55);
 overflow: hidden;
  animation: openAnimation 1s ease forwards;
}

@keyframes openAnimation {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 800px; /* 内容に合わせて大きめに設定 */
  }
}

.kne details[open] summary::before{
 font-family: "Luv";
  content: 'e';
 display: inline-block;
 text-align: center;}

.kne details summary::before{
 font-family: "Luv";
  content: 'x';
 display: inline-block;
 text-align: center;}

.kne summary::-webkit-details-marker{
  display: none;}

.kne summary{
  font-weight:bold;
  text-align: justify;
  font-family: 'main', cursive;
  list-style: none;
  font-size: 10px;
  outline: none;
  color: #ABD3D8;}

.axia details{
  text-align: justify;
  font-family: 'main', cursive;
  border: none;
 font-size: 9px;
 color:  #fff;
 padding: 10px;}

.axia details[open]{
 margin: 0 auto;
 padding: 25px;
 border-radius: 8px;
 background: rgba(0,166,254,0.2);
 overflow: hidden;
  animation: openAnimation 1s ease forwards;
}

@keyframes openAnimation {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 800px; /* 内容に合わせて大きめに設定 */
  }
}

.axia details[open] summary::before{
 font-family: "Luv";
  content: 'e';
 display: inline-block;
 text-align: center;}

.axia details summary::before{
 font-family: "Luv";
  content: 'x';
 display: inline-block;
 text-align: center;}

.axia summary::-webkit-details-marker{
  display: none;}

.axia summary{
  font-weight:bold;
  text-align: justify;
  font-family: 'main', cursive;
  list-style: none;
  font-size: 9px;
  outline: none;
  color: #00A6FE;}

.game details{
  text-align: justify;
  font-family: 'main', cursive;
  border: none;
 font-size: 9px;
 color:  #fff;
 padding: 10px;}

.game details[open]{
 margin: 0 auto;
 padding: 25px;
 border-radius: 8px;
 background: rgba(0,0,0,0.6);
 overflow: hidden;
  animation: openAnimation 1s ease forwards;
}

@keyframes openAnimation {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 800px; /* 内容に合わせて大きめに設定 */
  }
}

.game details[open] summary::before{
 font-family: "Luv";
  content: 'e';
 font-size: 12px;
 display: inline-block;
 text-align: center;}

.game details summary::before{
 font-family: "Luv";
  content: 'x';
 font-size: 12px;
 display: inline-block;
 text-align: center;}

.game summary::-webkit-details-marker{
  display: none;}

.game summary{
  font-family: 'main', cursive;
  font-weight:bold;
  text-align: justify;
  list-style: none;
  font-size: 9px;
  outline: none;
  color: #fff; }


/* チカチカネオンアニメーション */
@keyframes wineNeonFlicker {
  0%, 18%, 20%, 22%, 24%, 53%, 55%, 100% {
    color: #696969;
    text-shadow:
      0 0 4px #8b0000,
      0 0 10px #8b0000,
      0 0 20px #ff4f4f,
      0 0 40px #ff4f4f;
  }
  19%, 21%, 23%, 54% {
    color: #8b0000;
    text-shadow: none;
  }
}

/* ネオンテキスト用クラス */
.neon-wine {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Cedarville Cursive', sans-serif;
  animation: wineNeonFlicker 2.5s infinite;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-2px); }
  40%, 80% { transform: translateX(2px); }
}

.shake {
  display: inline-block;
  animation: shake 0.8s infinite;
  font-size: 15px;
}

/* ゆらゆら左右に揺れる */
@keyframes sway {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(2deg); }
  75% { transform: rotate(-2deg); }
}

.sway {
  font-family: 'lover';
  font-size: 32px;
  color: #C10E49;
  font-weight:bold;
  display: inline-block;
  animation: sway 3s ease-in-out infinite;
  transform-origin: center bottom;
}

/* ふわっと点滅 */
@keyframes soft-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.soft-blink {
  font-family: 'lover';
  font-size: 32px;
  color: #C10E49;
  font-weight:bold;
  display: inline-block;
  animation: soft-blink 2.5s ease-in-out infinite;
}

/* ドクンと脈打つ */
@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  14%, 42% { transform: scale(1.3); }
  28%, 70% { transform: scale(1); }
}

.heartbeat {
  font-family: 'Luvy';
  display: inline-block;
  animation: heartbeat 1.5s ease-in-out infinite;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
}

/* オープニングシャッター */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fdf6f6;
  z-index: 999;
  animation: bgFade 1.5s ease 1.2s forwards;
}

.bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Oooh Baby", cursive;
  font-size: 20px;
  font-weight:bold;
  color: #ABD3D8;
  letter-spacing: -0.07em;
  opacity: 1;
  z-index: 1000;
  animation: textFadeTilt 2.5s ease forwards;
}

@keyframes textFadeTilt {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) rotate(5deg);
    opacity: 0;
  }
}

@keyframes bgFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}


/* 追加 */
@keyframes hideAfter {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

/* keyframes */
@keyframes textAnime1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes textAnime2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-10deg);
    }
}

@keyframes bgAnime {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes textHide {
    to {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}

/* ハンバーガーメニュー */
.menu-toggle-checkbox {
  display: none;
}

/* ハンバーガーボタン */
.menu-toggle-label {
  width: 20px;
  height: 18px;
  display: inline-block;
  position: fixed;
  top: 95px;   
  right: 20px; 
  cursor: pointer;
  z-index: 1001;
}

.menu-toggle-label span {
  display: block;
  height: 1px;
  background: #fff;
  margin: 5px 0;
  transition: all 0.4s ease;
}

/* ×に変形 */
.menu-toggle-checkbox:checked ~ .menu-toggle-label span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle-checkbox:checked ~ .menu-toggle-label span:nth-child(2) {
  opacity: 0;
}

.menu-toggle-checkbox:checked ~ .menu-toggle-label span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* メニュー本体 */
.menu {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 1000;
}

/* チェック時に表示 */
.menu-toggle-checkbox:checked ~ .menu {
  opacity: 1;
  pointer-events: auto;
}

.menu a {
  font-family: "Oooh Baby", cursive;
  color: #ABD3D8;
  text-decoration: none;
  font-size: 15px;
  margin: 10px 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* チェック時にメニュー内リンクふわっと表示 */
.menu-toggle-checkbox:checked ~ .menu a {
  opacity: 1;
  transform: translateY(0);
}

/* ホバーで光る */
.menu-toggle-label span:hover {
  background: #fff8f8;
  box-shadow: 0 0 5px #fff;
}




.iras {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  margin-top: 10px;
}
.iras::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  border: 2px solid #C10E49;
  border-top: none;
  border-bottom-right-radius: 50px; /* 左下の角丸 */
  border-bottom-left-radius: 50px; /* 右下の角丸 */
  translate: -50%;
}
.iras::after {
  content: "";
  position: absolute;
  top: calc(100% + 8px); /* フキダシのサイズに応じて調整してください */
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #C10E49;
  rotate: 50deg;
  translate: -65%;
}