@charset "utf-8";
@font-face {
  font-family: "LogoTypeGothicCondense";
  src: url("ロゴたいぷゴシックCondense.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#bleuroom{
  box-sizing: border-box;
  width: 100%;
  font-family: "A-OTF UD Shin Maru Go Pro", sans-serif, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
  overflow: hidden;
}
#bleuroom img{
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#bleuroom p, h3{
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
#bleuroom span {
  line-height: 1.5;
}
#bleuroom i{
  font-style: inherit;;
}
#bleuroom small, sub, sup{
  font-size: .8em;
}
#bleuroom a{
  text-decoration: none;
  transition: .6s;
}
#bleuroom .flex_rvs{
  flex-direction: row-reverse;
}
#bleuroom .forpc{
  display: none;
}
#bleuroom .forsp{
  display: block;
}
/* contents */
/* Loading Screen */
#bleuroom .loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.8s ease;
  background: #ed8aaa;
}
#bleuroom .loading-screen img {
  width: 50%;
}
#bleuroom .loading-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}
/* End Loading Screen */
#bleuroom .container {
  background: #fcf4f3;
  color: #64474f;
  line-height: 2.0;
  font-size: 3.5vw;
  font-family: "07ロゴたいぷゴシックCondense", "Noto Sans CJK JP", sans-serif;
}
#bleuroom .kanban {
  padding: 5% 0 12%;
  background: 
    linear-gradient(to bottom, 
      transparent 40%, 
      rgba(255,255,255,0.9) 42%,
      rgba(255,255,255,0.9) 50%,
      rgba(255,255,255,0.7) 53%,
      transparent 60%),
    url('/img/interior/oshi_cabinet/bg02.jpg') 0 0 / 100% no-repeat,
    url('/img/interior/oshi_cabinet/bg01.jpg') 0 40% / 100% repeat;
  background-position: 
    0 0,
    0 0,
    0 50%;
  background-size: 
    100% 100%,
    100% 50%,
    100% 50%;
  min-height: 50vh;
}
#bleuroom .kanban_inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 2px;
  border: 4px solid #d4a5a8;
  border-radius: 15px;
  z-index: 1;
}
#bleuroom .kanban_inner::before,
#bleuroom .kanban_inner::after,
#bleuroom .kanbanIntro::before,
#bleuroom .kanbanIntro::after {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/main_frame.png") 50%/100% no-repeat;
  aspect-ratio: 89/92;
  width: 16%;
  z-index: 2;
}
#bleuroom .kanban_inner::before {
  top: -2%;
  left: -4%;
}
#bleuroom .kanban_inner::after {
  top: -2%;
  right: -4%;
  transform: scaleX(-1);
}
#bleuroom .kanbanIntro::before {
  top: unset;
  left: -5%;
  bottom: -2.5%;
  transform: scaleY(-1);
}
#bleuroom .kanbanIntro::after {
  top: unset;
  right: -5%;
  bottom: -2.5%;
  transform: scale(-1);
}
#bleuroom .mainTtl {
  position: relative;
  z-index: 2;
}
#bleuroom .mainImg {
  margin-top: -14%;
}
#bleuroom .kanbanIntro {
  position: relative;
  border-radius: 10px;
  padding: 0 5% 7%;
  border: 2px solid #d4a5a8;
  background:rgba(255, 255, 255, 0.7);
  font-size: 3vw;
}
#bleuroom .kanban_txt {
  position: relative;
  padding: 7% 0;
}
#bleuroom .kanban_txt::before,
#bleuroom .kanban_txt::after {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/line.png") 50%/100% no-repeat;
  aspect-ratio: 590/25;
  top: 0;
  left: 0;
  width: 100%;
}
#bleuroom .kanban_txt::after {
  top: unset;
  bottom: 0;
}
/* 動画 */
#bleuroom .contents {
  position: relative;
  background: rgba(255, 255, 255, 0.8) url("/img/interior/oshi_cabinet/bg02.jpg") 50%/100% repeat;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0 0 10%;
}
#bleuroom .contents::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: inherit;
  filter: blur(8px);
  z-index: -1;
  margin: -10px;
  transform: scale(1.05);
}
#bleuroom .wrapper {
  position: relative;
}
#bleuroom .wrapper::after,
#bleuroom .wrapper::before {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/kumo02.png") 50%/ 100% no-repeat;
  aspect-ratio: 768/408;
  width: 68%;
  top: -1%;
  right: -30%;
}
#bleuroom .wrapper::before { 
  background: url("/img/interior/oshi_cabinet/kumo01.png") 50%/ 100% no-repeat;
  aspect-ratio: 522/276;
  width: 46%;
  top: -0.5%;
  left: -18%;
  right: unset;
}
#bleuroom .videoWrapper {
  position: relative;
  padding: 15% 0 10%;
  background: url("/img/interior/oshi_cabinet/video_bg.png") 50%/ 93% no-repeat;
  background-size: 93%;
}
#bleuroom .video {
  position: relative;
  width: 68%;
  margin: 0 auto;
  aspect-ratio: 508/946;
}
#bleuroom .video img { 
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#bleuroom .video .videoframe {
  position: absolute;
  width: 87%;
  top: 52%;
  aspect-ratio: 764 / 1419;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bleuroom .videoWrapper::before,
#bleuroom .videoWrapper::after {
  content: "";
  position: absolute;
}
#bleuroom .videoWrapper::before {
  background: url("/img/interior/oshi_cabinet/icon_heart.png") 50%/ 93% no-repeat;
  aspect-ratio: 132/158;
  width: 18%;
  top: 5%;
  left: 5%;
}
#bleuroom .videoWrapper::after {
  background: url("/img/interior/oshi_cabinet/icon_ring.png") 50%/ 93% no-repeat;
  aspect-ratio: 93/81;
  width: 13%;
  bottom: 2%;
  right: 8%;
  transform: scaleX(-1);
}
#bleuroom h2 {
  width: 71%;
  margin: 0 auto;
  text-align: center;
}
#cabinet h2 {
  position: relative;
}
#cabinet h2::before {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/icon_x.png") 50% / 100% no-repeat;
  aspect-ratio: 64/62;
  width: 12%;
  bottom: 12%;
  left: -8%;
}
#bleuroom .slider_container {
  width: 94.8%;
  margin: 3% auto 10%;
  position: relative;
}
#bleuroom .slider_container .frameimage {
  position: relative;
  z-index: 2;
}
#bleuroom .slider_container .slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#bleuroom .slick-dots {
  bottom: -30px;
}
#bleuroom .slick-dots li {
  margin: 0;
}
#bleuroom .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}
#bleuroom .slick-dots li button:before {
  content: "";
  border: 1px solid #d097a0;
  background: #d097a0;
  border-radius: 100vh;
  width: 30%;
  height: auto;
  aspect-ratio: 10/10;
  opacity: 1;
}
#bleuroom .slick-dots li.slick-active button:before {
  background: #ffffff;
  border: 1px solid #d097a0;
}
#bleuroom .maintxt {
  position: relative;
  font-size: 128%;
  color: #64474f;
  line-height: 1.8;
}
#bleuroom .maintxt::before,
#bleuroom .maintxt::after {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/icon_wings.png") 50%/100% no-repeat;
  aspect-ratio: 77/87;
  width: 12%;
  left: 1%;
  bottom: 0;
}
#bleuroom .maintxt::after {
  left: unset;
  right: 1%;
  transform: scaleX(-1);
}
#bleuroom .txtbox {
  position: relative;
  width: 85%;
  margin: 5% auto 10%;
  background: #fefbfb;
  border: 1px solid #d5aab4;
  padding: 6% 0;
}
#bleuroom .txtbox p {
  position: relative;
  font-size: 92%;
}
#bleuroom .txtbox::before,
#bleuroom .txtbox::after,
#bleuroom .txtbox p::before,
#bleuroom .txtbox p::after {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/frame_kira.png") 50%/100% no-repeat;
  aspect-ratio: 37/37;
  width: 4%;
}
#bleuroom .txtbox::before {
  top: -4.5%;
  left: -2.5%;
}
#bleuroom .txtbox::after {
  top: -4.5%;
  right: -2.5%;
}
#bleuroom .txtbox p::before {
  left: -2.5%;
  bottom: -27%
}
#bleuroom .txtbox p::after {
  right: -2.5%;
  bottom: -27%
}
/* How to use */
#use .maintxt {
  background: url("/img/interior/oshi_cabinet/kirakira03.png") 50%/54% no-repeat;
  padding: 2% 0 0;
  margin-bottom: 8%;
}
#use .maintxt::before {
  top: 18%;
  left: 4%;
  bottom: unset;
}
#use .maintxt::after {
  top: 18%;
  right: 4%;
  transform: scaleX(-1);
  bottom: unset;
}
/* flip */
#bleuroom .flip-card {
  width: 54%;
  perspective: 1000px;
  background: url("/img/interior/oshi_cabinet/img01_bg.png") 100% 100%/86% no-repeat;
}
#bleuroom .flip-card .card-inner {
  position: relative;
  aspect-ratio: 515 / 903;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
#bleuroom .flip-card.flipped .card-inner {
  transform: rotateY(180deg);
}
#bleuroom .flip-card .card-front, 
#bleuroom .flip-card .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#bleuroom .flip-card .card-back {
  transform: rotateY(180deg);
}

/* END flip */
#use { 
  padding-bottom: 5%;
}
#use ul {
  margin: 5% 0;
}
#use ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}
#use .flip01::before {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/magic_circle02.png") 100% / 100% no-repeat;
  aspect-ratio: 528 / 528;
  width: 56%;
  top: -7%;
  left: 12%;
  z-index: -1;
}
#use .flip01::after {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/icon_heart02.png") 100% / 100% no-repeat;
  aspect-ratio: 252 / 152;
  width: 17%;
  bottom: -5%;
  right: 7%;
}
#use ul li p {
  position: relative;
  width: 46%;
}
#use ul li p::after {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/kirakira02.png") 100% / 100% no-repeat;
  aspect-ratio: 352 / 322;
  width: 100%;
  bottom: -17%;
  right: 0%;
  z-index: -1;
}
#use ul p span {
  margin-bottom: 6%;
  display: block;
  color: #ed8aaa;
  text-shadow: 
    -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff,
    -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff,
    0 -2px 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff,
    0 0 6px #fff,
    0 0 12px #fff,
    0 0 20px #fff,
    0 0 28px #fff;
  font-size: 154%;
}
#use .flip01 {
  margin-bottom: 10%;
}
#use .flip02 {
  flex-direction: row-reverse;
  background: url("/img/interior/oshi_cabinet/kirakira04.png") 5% 0 / 48% no-repeat;;
}
#use .flip02 .flip-card { 
  background: url("/img/interior/oshi_cabinet/img02_bg.png") 0 26% / 91% no-repeat;
  padding-left: 2%;
}
#use .flip02 p { 
  margin-top: 9%;
}
#use .flip02 p::after {
  background: url("/img/interior/oshi_cabinet/kirakira03.png") 0 26% / 91% no-repeat;
  aspect-ratio: 407/244;
  width: 136%;
  bottom: -33%;
  right: -45%;
}
#use .flip02::before {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/magic_circle05.png") 100% / 100% no-repeat;
  aspect-ratio: 412 / 411;
  width: 49%;
  top: -10%;
  left: 2%;
  z-index: -1;
}
#use .flip02::after {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/magic_circle02.png") 100% / 100% no-repeat;
  transform: rotate(118deg);
  aspect-ratio: 528/528;
  width: 62%;
  bottom: -15%;
  right: 4%;
  z-index: -1;
}
#use .flip02 p::before {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/icon_u.png") 100% / 100% no-repeat;
  aspect-ratio: 78/63;
  width: 25%;
  bottom: -30%;
  left: 25%;
}
#use .maintxt:last-of-type {
  background: url("/img/interior/oshi_cabinet/kirakira03.png") 69% 50% / 60% no-repeat;
  font-size: 115%;
  line-height: 2.0;
}
#use .maintxt:last-of-type::before {
  top: 42%;
  left: 0%;
}
#use .maintxt:last-of-type::after {
  top: 42%;
  right: 0%;
}
#bleuroom .moreBtn {
  width: 40%;
  margin: 0 auto 5%;
}
#bleuroom .moreBtn a {
  width: 100%;
  aspect-ratio: 300 / 90;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px rgba(237, 138, 170, 0.6);
  border-radius: 6vw;
}
#bleuroom .moreBtn a img {
  width: 60%;
  transition: all 0.3s ease-in-out;
}
#reviews {
  padding: 5% 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 34%), url("/img/interior/oshi_cabinet/bg03.jpg") 50% / 100% repeat-y;
}
#reviews h2 {
  position: relative;
  margin: 5% auto;
  z-index: 1;
}
#reviews h2::before,
#reviews h2::after,
#bleuroom .ytb_douga::after,
#bleuroom .introInner::before,
#bleuroom .introInner::after,
#bleuroom .Intro::after {
  content: "";
  position: absolute;
}
#bleuroom .introInner {
  position: relative;
  color: #61779f;
}
#reviews h2::before {
  background: url("/img/interior/oshi_cabinet/icon_star.png") 50%/100% no-repeat;
  aspect-ratio: 84/74;
  width: 16%;
  top: -18%;
  right: -8%;
}
#reviews h2::after {
  background: url("/img/interior/oshi_cabinet/icon_plus.png") 50%/100% no-repeat;
  aspect-ratio: 62/65;
  width: 10%;
  bottom: 0;
  left: 0;
}
#bleuroom .ytb_douga {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
#bleuroom .ytb_douga::after {
  background: url("/img/interior/oshi_cabinet/kirakira_blue.png") 50%/100% no-repeat;
  aspect-ratio: 518/314;
  width: 53%;
  top: -30%;
  right: 0;
  z-index: -2;
}
#bleuroom .frame_ytb {
  position: relative;
}
#bleuroom iframe {
  position: absolute;
  aspect-ratio: 640 / 360;
  width: 87%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#bleuroom .Intro {
  position: relative;
  width: 85%;
  margin: 8% auto;
  border: 4px solid #cee2f9;
  outline: 3px solid white;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.4);
  outline-offset: -1px;
  border-radius: 5px;
}
#bleuroom .introInner::before {
  background: url("/img/interior/oshi_cabinet/icon_kira.png") 50%/100% no-repeat;
  aspect-ratio: 113/81;
  width: 18%;
  top: -4%;
  right: -7%;
  z-index: 2;
}
#bleuroom .introInner::after {
  background: url("/img/interior/oshi_cabinet/kirakira_blue.png") 50%/100% no-repeat;
  aspect-ratio: 518/314;
  width: 52%;
  bottom: -11%;
  left: -8%;
  z-index: -1;
}
#bleuroom .Intro::after {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/icon_blueheart03.png") 50% / 100% no-repeat;
  aspect-ratio: 77/69;
  width: 11%;
  bottom: -14%;
  left: 1%;
}
#bleuroom .bgcheck {
  padding: 5% 0 3%;
  background: url("/img/interior/oshi_cabinet/blue_txtbg.png") 50%/100% repeat;
}
#bleuroom .introTop {
  font-size: 88%;
}
#bleuroom .Intro .Ttl {
  position: relative;
  width: 91%;
  margin: 0 auto 3%;
  padding: 4% 0;
  font-size: 138%;
  border-radius: 5px;
  background: #97aed8;
  color: #ffffff;
}
#bleuroom .Intro .Ttl::before,
#bleuroom .Intro .Ttl::after {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/icon_whitekira.png") 50%/100% no-repeat;
  aspect-ratio: 44/60;
  width: 10%;
  left: 3%;
  bottom: 10%;
}
#bleuroom .Intro .Ttl::after {
  left: unset;
  right: 3%;
  transform: scaleX(-1);
}
#bleuroom .introWapper {
  display: flex;
  justify-content: space-evenly;
}
#bleuroom .introWapper .introAvatar {
  width: 36%;
}
#bleuroom .snsBox {
  width: 56%;
  margin-bottom: 3%;
}
#bleuroom .snsBox .sns + p {
  text-align: left;
}
#bleuroom .introWapper + p {
  margin: 0 6%;
}
#bleuroom .sns {
  margin-bottom: 7%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#bleuroom .sns img {
  border-radius: 100vh;
}
#bleuroom .sns a {
  width: 23%;
  border-radius: 100vh;
}
#bleuroom .IntroBottom {
  position: relative;
  padding: 5% 0;
  background: url("/img/interior/oshi_cabinet/blue_txtbg02.png") 50% / 100% repeat;
}
#bleuroom .IntroBottom::before {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/kumo03.png") 50% / 100% no-repeat;
  aspect-ratio: 127/89;
  width: 22%;
  top: -5%;
  right: 1%;
}
#bleuroom .IntroBottom ul {
  width: 85%;
  margin: 0 auto;
  padding: 3%;
  font-size: 92%;
  color: #97aed8;
  border-radius: 5px;
  border: 2px solid #cee2f9;
}
#bleuroom .IntroBottom ul li { display: flex; column-gap: 2%;}
#bleuroom .IntroBottom ul li:not(:last-child) { margin-bottom: 3%;}
#bleuroom .IntroBottom ul li span { display: block;}
#bleuroom .IntroBottom ul li .IntroTime { width: 15%;}
#bleuroom .IntroBottom ul li span:has(a) { width: 80%;}
#bleuroom .IntroBottom ul li a { color: #97aed8; text-decoration: underline; transition: 0.3s ease-in-out;}

#bleuroom #reviews {
  position: relative;
  padding: 5% 0 15%;
}
#bleuroom #reviews::before,
#bleuroom #reviews::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: inherit;
  filter: blur(8px);
  z-index: -1;
  margin: -10px;
  transform: scale(1.05);
}
#bleuroom #reviews::after {
  bottom: 0;
  top: unset;
}
#specs {
  margin: 20% 0 10%;
}
#specs h2 {
  position: relative;
}
#specs h2::before,
#specs h2::after {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/icon_specs.png") 50% / 100% no-repeat;
  aspect-ratio: 108/101;
  width: 20%;
  top: -38%;
  left: -7%;
}
#specs h2::after {
  transform: scaleX(-1);
  left: unset;
  right: -7%;
}
#specs .maintxt {
  background: url("/img/interior/oshi_cabinet/kirakira03.png") 50% 50% / 45% no-repeat;
}
#bleuroom h2 + p {
  width: 94.8%;
  margin: 0 auto 5%;
}
#specs .maintxt::before,
#specs .maintxt::after {
  bottom: -16%;
}
#specs .txtbox {
  margin-top: 10%;
  padding: 4.7% 0 2% 4.7%;
}
#specs .txtbox p {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#specs .txtbox p span {
  width: 24%;
  margin-top: -13%;
}
#specs .txtbox::before,
#specs .txtbox::after {
  top: -5%;
}
#specs .txtbox p::before{
  left: -8%;
  bottom: -15%;
}
#specs .txtbox p::after {
  bottom: -15%;
}
#specs .specsImgFrame { 
  position: relative;
  z-index: 1;
}
#specs .hacobune-univideo {
  width: 77%;
  margin: 0 auto;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 390/390;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#specs .specsPIntro {
  margin-bottom: 10%;
  background: url("/img/interior/oshi_cabinet/kirakira02.png") 98% 9% / 47%, url("/img/interior/oshi_cabinet/kirakira02.png") 6% 21% / 47%,url("/img/interior/oshi_cabinet/kirakira02.png") 42% 44% / 47%, url("/img/interior/oshi_cabinet/magic_circle04.png") 18% 29% / 49%, url("/img/interior/oshi_cabinet/icon_heart03.png") 92% 43% / 12%, url("/img/interior/oshi_cabinet/magic_circle04.png") 18% 65% / 50%, url("/img/interior/oshi_cabinet/magic_circle07.png") 90% 91% / 48%, url("/img/interior/oshi_cabinet/kirakira04.png") 97% 95% / 56%, url("/img/interior/oshi_cabinet/icon_ring.png") 8% 81% / 11%;
  background-repeat: no-repeat;
}
#specs ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#specs ul li:not(:last-of-type) {
  margin-bottom: 3%;
}
#specs ul li .specsImg {
  position: relative;
  z-index: 1;
}
#specs ul .specs02 .specsImg {
  width: 60%;
}
#specs ul .specs03 .specsImg {
  width: 61%;
}
#specs ul .sliderbox .specsImg {
  width: 63%;
}
#specs ul .specsVideo .specsImg {
  width: 65%;
}
#specs ul .specsVideo p {
  width: 33%;
}
#specs ul li p {
  width: 31%;
}
#specs ul li:nth-child(even) p {
  width: 39%;
  margin-right: -4%;
}
#specs ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#specs .moreBtn {
  position: relative;
}
#specs ul .specsVideo::before,
#specs ul .sliderbox::after,
#specs .cirle::before,
#coordinate h2::after,
#coordinate h2::before,
#specs .moreBtn::before,
#specs .moreBtn::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#specs .moreBtn::before {
  background: url("/img/interior/oshi_cabinet/magic_circle04.png") 50% / 100% no-repeat;
  aspect-ratio: 455/455;
  width: 134%;
  top: -300%;
  left: -91%;
}
#specs .moreBtn::after {
  background: url("/img/interior/oshi_cabinet/icon_plus_pink.png") 50% / 100% no-repeat;
  aspect-ratio: 76/80;
  width: 26%;
  top: -110%;
  right: -52%;
}
#specs ul .specsVideo::before {
  background: url("/img/interior/oshi_cabinet/magic_circle03.png") 50% / 100% no-repeat;
  aspect-ratio: 422/422;
  width: 56%;
  top: -37%;
  right: -14%;
}
#specs ul .sliderbox::after {
  background: url("/img/interior/oshi_cabinet/kirakira02.png") 50% / 100% no-repeat;
  aspect-ratio: 366/336;
  width: 47%;
  bottom: -24%;
  left: -3%;
}
#specs ul .specs05 .specsImg {
  width: 59%;
}
#specs ul .specs05 p {
  width: 39%;
}
#specs .sliderbox.specsImg {
  position: relative !important;
}
#specs ul .specsImg .frameimage {
  position: relative;
  z-index: 2;
}
#specs ul .specsImg .slider {
  border-radius: 100vh;
  width: 89%;
  position: absolute;
  top: 5%;
  left: 5%;
  overflow: hidden;
}
#specs ul .specsImg .slider img {
  width: 90%;
}
#specs .slick-dots {
  width: max-content;
  bottom: 4%;
  display: flex;
  left: 47%;    
}
#specs .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-bottom: 0 !important;
}
#coordinate h2 {
  position: relative;
}
#coordinate .maintxt {
  background: url("/img/interior/oshi_cabinet/kirakira03.png") 50% 0% / 60% no-repeat;
}
#coordinate h2::after {
  background: url("/img/interior/oshi_cabinet/icon_start02.png") 50% / 100% no-repeat;
  aspect-ratio: 85/88;
  width: 15%;
  top: -30%;
  left: -7%;
  z-index: -2;
}
#coordinate h2::before {
  background: url("/img/interior/oshi_cabinet/kirakira02.png") 50% / 100% no-repeat;
  aspect-ratio: 366/336;
  width: 71%;
  top: -11%;
  right: -20%;
}
#coordinate .maintxt::before,
#coordinate .maintxt::after {
  width: 11%;
  bottom: 30%;
}
#coordinate h2 + p {
  margin: 0 auto;
}

/* otherItems */
#bleuroom .bc-other {
  margin: 10% 0 0 !important;
}
#bleuroom .bc-other h2 {
  width: 68%;
  position: relative;
  margin: 0 auto;
}
#bleuroom .bc-other h2::before,
#bleuroom .bc-other h2::after {
  content: "";
  position: absolute;
  background: url("/img/interior/oshi_cabinet/icon_kira02.png") 50% / 100% no-repeat;
  aspect-ratio: 152/208;
  width: 18%;
  top: -15%;
  left: -9%;
}
#bleuroom .bc-other h2::after {
  background: url("/img/interior/oshi_cabinet/icon_heart04.png") 50% / 100% no-repeat;
  aspect-ratio: 151/138;
  width: 15%;
  top: -15%;
  left: unset;
  right: -9%;
}
#bleuroom .othrlst {
  width: 98%;
  margin: 0 auto;
  padding-bottom: 5%;
  justify-content: space-evenly;
  background: url("/img/interior/oshi_cabinet/kirakira03.png") 14% 18% / 57% no-repeat, url("/img/interior/oshi_cabinet/kirakira02.png") 72% 56% / 55% no-repeat, url("/img/interior/oshi_cabinet/kirakira02.png") 114% 70% / 51% no-repeat, url("/img/interior/oshi_cabinet/kirakira03.png") 0% 75% / 57% no-repeat, url("/img/interior/oshi_cabinet/kirakira02.png") 157% 100% / 57% no-repeat;
}
#bleuroom .othrlst li {
  width: 31%;
  padding: 0;
  margin: 4% 0 0;
}
#bleuroom .othrlst .btn_ot {
  width: 100%;
  margin: 5% auto 0;
  color: #64474f;
  font-size: 98%;
  line-height: 1.2;
  letter-spacing: -1.1px;
}
#bleuroom .othrlst .btn_ot02 span:first-child {
  letter-spacing: -2px;
}
#bleuroom .othrlst .btn_ot span {
  display: block;
  font-size: 83%;
}
#bleuroom .othrlst .flip-card {
  width: 100%;
  background: unset;
}
#bleuroom .othrlst .card-inner {
  aspect-ratio: 230/328;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}


/* contents */
@media screen and (min-width: 768px){
  #bleuroom .container * {
    font-size: min(1.7vw, 20px);
  }
  #bleuroom .forsp { display: none;}
   #bleuroom .forpc { display: block;}
  #bleuroom .loading-screen img {
    width: 20%;
  }
  #bleuroom .kanbanIntro {
    padding: 0 4% 4%;
  }
  #bleuroom .kanban_inner {
    width: 80%;
  }
  #bleuroom .mainTtl {
    width: 80%;
    margin: 0 auto;
  }
  #bleuroom .mainImg {
    width: 90%;
    margin: 0 auto;
    margin-top: -15%;
  }
  #bleuroom .kanban {
    background-size: 100% 100%, 100% 50%, contain;
  }
  #bleuroom .kanban_txt {
    width: 70%;
    margin: 0 auto;
    padding: 5% 0;
  }
  #bleuroom .kanban_txt p {
    font-size: 100%;
  }
  #bleuroom .kanban_inner::before,
  #bleuroom .kanban_inner::after,
  #bleuroom .kanbanIntro::before, 
  #bleuroom .kanbanIntro::after {
    width: 10%;
  }
  #bleuroom .kanban_inner::before {
    top: -1.8%;
    left: -2.5%;
  }
  #bleuroom .kanban_inner::after {
    top: -1.8%;
    right: -2.5%;
  }
  #bleuroom .kanbanIntro::before {
    left: -3%;
    bottom: -2%;
  }
  #bleuroom .kanbanIntro::after{
    right: -3%;
    bottom: -2%;
  }
  #bleuroom .videoWrapper::before {
    width: 12%;
    top: 8%;
    left: 5%;
  }
  #bleuroom .wrapper::after, #bleuroom .wrapper::before {
    width: 50%;
    top: -1%;
    right: -5%;
  }
  #bleuroom .wrapper::before {
    width: 35%;
    right: unset;
    left: -3%;
    top: -0.5%;
  }
  #bleuroom .videoWrapper {
    width: 70%;
    margin: 0 auto;
  }
  #bleuroom .video {
    width: 55%;
  }
  #bleuroom h2 img {
    width: 60%;
  }
  #bleuroom .slider_container {
    width: 75%;
    margin: 3% auto 5%;
  }
  #bleuroom .maintxt {
    width: 75%;
    margin: 0 auto;
    font-size: 131%;
  }
  #bleuroom .slick-dots {
    bottom: -8%;
  }
  #bleuroom .maintxt::before,
  #bleuroom .maintxt::after {
    width: 8%;
    left: 12%;
  }
  #bleuroom .maintxt::after {
    right: 12%;
    left: unset;
  }
  #bleuroom .txtbox {
    width: 60%;
    margin: 4% auto 6%;
    padding: 3% 0;
  }
  #bleuroom .txtbox p {
    font-size: 90%;
    justify-content: space-evenly;
  }
  #bleuroom .txtbox::before,
  #bleuroom .txtbox::after,
  #bleuroom .txtbox p::before,
  #bleuroom .txtbox p::after {
    width: 3%;
  }
  #bleuroom .txtbox::before {
    top: -2.8%;
    left: -1.5%;
  }
  #bleuroom .txtbox::after {
    top: -2.8%;
    right: -1.5%;
  }
  #bleuroom .txtbox p::after {
    right: -1.5%;
    bottom: -15%;
  }
  #bleuroom .txtbox p::before {
    left: -1.5%;
    bottom: -15%;
  }

  #use .maintxt {
    background: url("/img/interior/oshi_cabinet/kirakira03.png") 50%/47% no-repeat;
  }
  #use ul {
    width: 80%;
    margin: 5% auto 0;
  }
  #bleuroom .flip-card {
    width: 45%;
  }
  #use ul li {
    justify-content: center;
  }
  #use ul li p span {
    font-size: 154% !important;
  }
  #use ul li p::after {
    bottom: -31%;
  }
  #use .flip01::after {
    width: 14%;
    bottom: -6%;
    right: 12%;
  }
  #use .flip02::before {
    width: 45%;
    left: -2%;
  }
  #use .flip02::after {
    width: 48%;
    bottom: -6%;
    right: 10%;
  }
  #use .flip02 p::before {
    width: 20%;
    bottom: -46%;
    left: 20%;
  }
  #use .maintxt:last-of-type::before {
    left: 10%;
  }
  #use .maintxt:last-of-type::after {
    right: 10%;
  }
  #use .maintxt:last-of-type {
    background-size: contain;
  }
  #bleuroom .moreBtn {
    width: 20%;
    margin: 5% auto;
  }
  #bleuroom .moreBtn a {
    border-radius: 90px;
  }
  #bleuroom .moreBtn a:hover img{
    width: 65%;
  }
  #bleuroom .moreBtn a:hover {
    background: rgba(248, 229, 231, 0.2);
  }
  #reviews h2::before {
    width: 12%;
    top: -27%;
    right: 5%;
  }

  #bleuroom .Intro {
    width: 60%;
  }
  #bleuroom .introWapper + p {
    margin: 2% auto 0;
  }
  #bleuroom #reviews {
    padding: 5% 0;
  }
  #specs {
    margin: 10% 0;
  }
  #specs h2::before,
  #specs h2::after {
    width: 13%;
    top: -30%;
    left: 8%;
  }
  #specs h2::after {
    right: 8%;
    left: unset;
  }
  #bleuroom h2 + p {
    width: 75%;
  }
  #specs h2 + p,
  #coordinate h2 + p {
    margin: 0 auto 2%;
  }
  #specs .maintxt, #coordinate .maintxt {
    background-size: contain;
  }
  #specs .maintxt::before {
    left: 10%;
    bottom: -7%;
  }
  #specs .maintxt::after {
    right: 10%;
    bottom: -7%;
  }
  #specs .txtbox {
    margin: 6% auto 6%;
  }
  #specs .txtbox p span {
    width: 20%;
  }
  #specs .txtbox::before, #specs .txtbox::after {
    top: -4.8%;
  }
  #specs .txtbox p::before, #specs .txtbox p::after {
    bottom: -28%;
  }
  #specs ul .specsVideo::before {
    width: 48%;
    top: -26%;
    right: -11%;
  }
  #specs .specsPIntro {
    width: 70%;
    margin: 0 auto;
    background: url("/img/interior/oshi_cabinet/kirakira02.png") 98% 9% / 47% no-repeat, url("/img/interior/oshi_cabinet/kirakira02.png") 6% 21% / 47%,url("/img/interior/oshi_cabinet/kirakira02.png") 42% 44% / 47%, url("/img/interior/oshi_cabinet/magic_circle04.png") 18% 33% / 49%, url("/img/interior/oshi_cabinet/icon_heart03.png") 95% 43% / 11%, url("/img/interior/oshi_cabinet/magic_circle04.png") 23% 65% / 40%, url("/img/interior/oshi_cabinet/magic_circle07.png") 90% 91% / 48%, url("/img/interior/oshi_cabinet/kirakira04.png") 97% 95% / 56%, url("/img/interior/oshi_cabinet/icon_ring.png") 5% 79% / 11%;
    background-repeat: no-repeat;
  }
  #specs ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
  #specs ul li:nth-child(even) p {
    margin-right: 0;
  }
  #specs .slick-dots {
    bottom: 5%;
  }
  #specs .slick-dots li {
    width: 20px;
    height: 20px;
  }
  #specs .cirle img {
    width: 42%;
  }
  #specs .cirle::before {
    width: 32%;
    top: -23%;
    right: 11%;
  }
  #specs .cirle {
    background: url("/img/interior/oshi_cabinet/magic_circle04.png") 15% 64% / 36% no-repeat, url("/img/interior/oshi_cabinet/kirakira02.png") 100% 12% / 35% no-repeat, url("/img/interior/oshi_cabinet/kirakira02.png") 0 60% / 37% no-repeat, url("/img/interior/oshi_cabinet/icon_plus_pink.png") 80% 70% / 7% no-repeat;
  }
  #coordinate h2::after {
    width: 12%;
    left: -3%;
  }
  #coordinate h2::before {
    width: 50%;
    right: -10%;
  }
  #specs .cirle {
    margin: 3% auto;
  }
  #bleuroom .IntroBottom ul li { column-gap: 0;}
  #bleuroom .IntroBottom ul li a:hover {
    color: #61779f;
  }
  /* その他 */
  #bleuroom .othrlst {
    background: url("/img/interior/oshi_cabinet/kirakira03.png") 14% 18% / 44% no-repeat, url("/img/interior/oshi_cabinet/kirakira02.png") 85% 45% / 41% no-repeat, url("/img/interior/oshi_cabinet/kirakira02.png") 108% 73% / 40% no-repeat, url("/img/interior/oshi_cabinet/kirakira03.png") 0% 74% / 45% no-repeat, url("/img/interior/oshi_cabinet/kirakira02.png") 100% 100% / 50% no-repeat;
  }
  #bleuroom .bc-other::before {
    width: 29%;
    top: -7%;
    left: 3%;
  }
  #bleuroom .bc-other::after {
    width: 4%;
    top: -5%;
    right: 16%;
  }
  #bleuroom .othrlst .btn_ot {
    margin: 5% auto 0;
    font-size: 100%;
    letter-spacing: normal;
  }
  #bleuroom .othrlst .btn_ot02 span:first-child {
    letter-spacing: normal;
  }
  #bleuroom .bc-other {
    padding: 0 !important;
  }
  #bleuroom .bc-other h2::before, #bleuroom .bc-other h2::after {
    width: 10%;
    top: -25%;
    left: 2%;
  }
  #bleuroom .bc-other h2::after {
    left: unset;
    right: 2%;
  }
  #bleuroom .itmbox .othrlst {
    width: 80%;
    justify-content: space-between;
  }
  #bleuroom .othrlst li {
    width: 28%;
  }
  #bleuroom .itmbox .othrlst li .itmimg::before {
    top: -3%;
    z-index: 1;
  }
   #bleuroom .itmbox .othrlst li a img {
    transition: transform 0.3s ease-in-out;
  }
  #bleuroom .itmbox .othrlst .btn_ot p {
    font-size: min(1.7vw,20px);
  }
}
/*///// animation /////*/
.anmt, .at-anmt1, .at-anmt2{
  position: relative;
  height: 100%;
}
.anmt, .anmt > div, .at-anmt1, .at-anmt2{
  opacity: 0;
}
.at-anmt1.animated{
  animation: mainshow1 .8s ease-in-out 0s forwards;
}
.rotate-right {
  animation: rotateOnce1 1.5s ease-in-out forwards;
}
.rotate-left {
  animation: rotateOnce2 .8s ease-in-out 0s forwards;
}
@keyframes rotateOnce1 {
  0% {
    transform: rotate(-10deg);
  }
  100% {
      transform: rotate(0deg); /* Xoay trái 15 độ */
  }
}
@keyframes rotateOnce2 {
  0% {
      transform: rotate(10deg);
  }
  100% {
      transform: rotate(0deg); /* Xoay trái 15 độ */
  }
}
@keyframes mainshow1{
  10%{
    opacity: 0;
    transform: translateY(100px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
.at-anmt2.animated{
  animation: mainshow2 .8s ease-in-out .5s forwards;
}
@keyframes mainshow2{
  40%{
    opacity: 0;
    transform: translateY(100px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
.anmt.animated, .anmt.animated > div{
  animation: boxshow .5s ease-in-out 0s forwards;
}
@keyframes boxshow{
  0%{
    opacity: 0;
    transform: translateY(70px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
