:root {
  --txt_main: #181113;
	--white: #FFFFFF;
  --red_01: #FF3B8E;
  --red_02: #E6339A;
	--pink: #FA80B8;
  --yellow: #facd32;
  --gray: #efefef;
  --gray_02: #c9c9c9;
}
.invisible {
    visibility: hidden;
}
.pd_wrap.bg_miku {
  background-image: url(../images/bg_body.jpg);
  background-size: contain;
  background-attachment: fixed;
  padding: 0;
}
#miku #LS_BREADCRUMBS .inner {
  background: transparent;
}
#miku .ls_inner {
  background: transparent;
}
#miku .products h1::after {
  content: none;
}
#miku .swiper-sub-main3 .swiper-button-next, 
#miku .swiper-sub-main3 .swiper-button-prev {
  width: 30px;
  height: 30px;
  top: 97%;
}
#miku .swiper-sub-main3 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: var(--white);
}
#miku .swiper-sub-main3 .swiper-pagination-bullet-active {
 background: var(--red_01);
}
#miku .swiper-pagination {
  bottom: 0;
}
#miku .swiper-sub-main3 figure img {
  border: 4px solid var(--white);
  border-radius: 0 15px;
}
#miku .txt_area {
  position: relative;
  margin-top: 60px;
  width: 85%;
  margin: 120px auto 120px;
}
#miku .news_box {
  width: 100%;
  background: var(--white);
  border-radius: 10px;
  text-align: center;
  margin: auto;
  padding: 10px;
  position: relative;
  z-index: 2; /* stacking context を統一 */
}
#miku .news_box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  box-shadow:
    inset 0 0 0 5px var(--white),
    inset 0 0 0 7px var(--red_02);
  pointer-events: none;
  z-index: 1; /* ← 背景を前面に置く */
}
#miku .products h2 {
  font-size: clamp(20px, 2vw, 26px);
  color: var(--red_02);
  text-align: center;
}
#miku .products h2.large {
  font-size: clamp(20px, 2vw, 34px);
  font-weight: bold;
  text-shadow:
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff;
}

#miku .products h2::after {
  background-color: var(--red_02)
}
#miku .products h2.large::after {
  height: 5px;
  border: 1px solid var(--white);
}
#miku .btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
}
#miku .btn_area a {
  color: var(--white);
  font-weight: bold;
  padding: 10px;
  border-radius: 0 10px;
  text-decoration: none;
  min-width: 150px;
  text-align: center;
  box-sizing: border-box;
}
#miku .btn_area a.btn_pink {
  background: var(--pink);
}
#miku .btn_area a.btn_red {
  background: #ee3b33;
}
#miku .btn_area a.btn_red02 {
  background: var(--red_02);
}
#miku .btn_area a.btn_pink:hover,
#miku .btn_area a.btn_red:hover,
#miku .btn_area a.btn_red02:hover {
  color: var(--red_01);
  background: var(--white);
}
#miku .btn_area a.btn_pink:hover {
  outline: 2px solid var(--pink);
  outline-offset: -2px;
}
#miku .btn_area a.btn_red:hover {
  outline: 2px solid #ee3b33;
  outline-offset: -2px;
}
#miku .btn_area a.btn_red02 {
  outline: 2px solid var(--red_02);
  outline-offset: -2px;
}
#miku .musk_area {
  position: relative;
  display: flex;
}
#miku .musk_area .musk {
  color: var(--red_02);
  font-weight: bold;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gray);
  padding: 10px;
  border-radius: 0 10px;
  text-align:center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#miku figure.img_01 {
  position: absolute;
  bottom: -18%;
  left: -10%;
  width: 130px;
  height: auto;
  z-index: 10;
}
#miku figure.img_02 {
  position: absolute;
  bottom: -18%;
  right: -10%;
  width: 130px;
  height: auto;
  z-index: 10;
}
#miku figure.img_03 {
  position: absolute;
  top: -25%;
  left: 20%;
  width: 120px;
  height: auto;
  z-index: 1;
}
#miku figure.img_04 {
  position: absolute;
  top: -28%;
  right: 20%;
  width: 120px;
  height: auto;
  z-index: 1;
}
#miku figure.img_05 {
  position: absolute;
  top: 30%;
  left: -15%;
  width: 120px;
  height: auto;
  z-index: 1;
}
#miku figure.img_06 {
  position: absolute;
  top: 30%;
  right: -15%;
  width: 120px;
  height: auto;
  z-index: 1;
}
#miku figure img {
  width: 100%;
  max-width: 100%;
}
#miku figure.img_05 img {
  transform: rotate(-15deg);
}
#miku figure.img_06 img {
  transform: rotate(15deg);
}
#miku .thumb_wrap.pd_01 {
  background: rgba(125, 177, 255,0.3);
  border: 2px solid #FFF;
}
#miku .thumb_wrap.pd_02 {
  background: rgba(251, 226, 255,0.8);
  border: 2px solid #FFF;
  margin-bottom: 120px;
}
#miku .products h3 {
    font-size: clamp(20px, 2vw, 28px);
    color: var(--red_02);
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    text-shadow: 1px 1px 0 var(--white), -1px 1px 0 var(--white), 1px -1px 0 var(--white), -1px -1px 0 var(--white);
}
#miku .products h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--white);
    border-radius: 2px;
}
#miku .store_wrap {
  padding: 20px 0;
}
#miku .store {
  background: rgba(255,255,255,0.8);
}
#miku .store h2::after {
  content: none;
}
@media screen and (max-width: 650px) {
.pd_wrap.bg_miku {
  background-image: url(../images/bg_body_sp.jpg);
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 0;
  overflow: hidden;
}
#miku .products h1 {
  margin-top: 30px;
}
#miku .txt_area {
  width: 100%;
  margin-top: 150px;
}
#miku figure.img_01 {
  bottom: -22%;
}
#miku figure.img_02 {
  bottom: -22%;
}
#miku figure.img_03 {
  top: -25%;
}
#miku figure.img_04 {
  top: -27%;
}
#miku figure.img_05 {
  top: -22%;
  left: -6%;
}
#miku figure.img_06 {
  top: -22%;
  right: -6%;
}
}