@charset "UTF-8";
/*----------------------------------------
vw（Viewport Width)
-----------------------------------------*/
.dis-pc {
  display: block;
}
@media only screen and (max-width: 599.9px) {
  .dis-pc {
    display: none;
  }
}

.dis-sp {
  display: none;
}
@media only screen and (max-width: 599.9px) {
  .dis-sp {
    display: block;
  }
}

div:after, .clearfix:after{
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#cduWrap {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 10;
}

#cduFooter {
  position: relative;
  background: #fff;
  z-index: 10;
}


/*共通*/

#chibigurumi-fes {
  position: relative;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #663641;
  overflow: hidden;
}
@media only screen and (max-width: 599.9px) {
  #chibigurumi-fes {
    width: 100%;
  }
}
#chibigurumi-fes::before {
  width: 100%;
  height: 100%;
  position: fixed;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(main_bg_d6y8ks2b.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
#chibigurumi-fes img {
  display: block;
  width: 100%;
}
#chibigurumi-fes a {
  display: block;
  width: 100%;
  height: 100%;
}
#chibigurumi-fes li {
  list-style: none;
}
#chibigurumi-fes .device-frame {
  width: 600px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  background: url(../chibigurumi-fes/bk_i9g6ekfh.png) repeat;
  background-size: 100%;
  z-index: 1;
}
@media only screen and (max-width: 599.9px) {
  #chibigurumi-fes .device-frame {
    width: 100%;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
  }
}
#chibigurumi-fes .device-frame .device-content {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  filter: drop-shadow(0 0 10px #6636414f);
  background: #FDEFF5
}
#chibigurumi-fes .device-frame .device-content section {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#chibigurumi-fes .device-frame .device-content section h2 {
  margin: 0 auto;
}
#chibigurumi-fes .device-frame .device-content section ._inr {
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


/*MV*/

#chibigurumi-fes .device-frame .device-content .title_wrap{
  background: url(mv_bg_g9pnjm6x.png) no-repeat center top 20px;
  background-size: 92%;
  width: 100%;
}
@media only screen and (max-width: 599.9px) {
  #chibigurumi-fes .device-frame .device-content .title_wrap {
    background: url(mv_bg_g9pnjm6x.png) no-repeat center top 28px;
    background-size: 92%;
    width: 100%;
  }
}
#chibigurumi-fes .device-frame .device-content .title_wrap .title_image {
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 599.9px) {
#chibigurumi-fes .device-frame .device-content .title_wrap .title_image {
    width: 76%;
    padding-top: 30px;
  }
}
.title_logo{
  width: 37%;
  margin: -0.5vw auto 0;
}
@media only screen and (max-width: 599.9px) {
  .title_logo {
    width: 43%;
  }
}
#chibigurumi-fes .device-frame .device-content .title_wrap .title_date {
  width: 90%;
  position: relative;
  margin: 1em auto 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.85em;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 599.9px) {
  #chibigurumi-fes .device-frame .device-content .title_wrap .title_date {
    font-size: 4.7vw;
  }
}
.official_info{
  width: 90%;
  position: relative;
  margin: 2.5em auto 0;
  text-align: center;

}
#chibigurumi-fes .device-frame .device-content .official {
  width: 100%;
  margin: 0;
}
.official_bottom{
  margin-top: -84px;
}
@media only screen and (max-width: 599.9px) {
  .official_bottom {
    margin-top: -14vw;
  }
}


/*ぽちっとボタン*/

.stack{
  display:grid;
  gap:28px;
  padding: 24px 0 80px;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 599.9px) {
  .stack {
    width: 82%;
  }
}
.btn-chibi, .btn-chibi *{
  -webkit-tap-highlight-color: transparent;
}
.btn-chibi{
  position:relative;
  border-radius:22px;
  isolation:isolate;
  display: flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.btn-chibi::before{
  content:"";
  position:absolute;
  inset:8px 0 -16px;
  border-radius:22px;
  background:var(--base);
  border:3px solid var(--edge);
  box-shadow:0 2px 0 0 rgba(0,0,0,.08) inset;
  z-index:0;
}
@media only screen and (max-width: 599.9px) {
  .btn-chibi::before{
    border-radius:16px;
    inset: 8px 0 -8px;
    border:2px solid var(--edge);
  }
}
.btn-chibi::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:22px;
  background:var(--hi);
  border:3px solid var(--edge);
  z-index:1;
  transform:translateY(0);
  transition:transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
@media only screen and (max-width: 599.9px) {
  .btn-chibi::after{
    border-radius:16px;
    border:2px solid var(--edge);
  }
}
.btn-chibi__inner{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content: center;
  gap:clamp(12px,3vw,20px);
  padding: clamp(16px, 3.2vw, 24px) clamp(22px, 5vw, 28px);
  color:#fff;
  font-weight:800;
  line-height:1.2;
  text-decoration:none;
  width:88%;
  transform:translateY(0);
  transition:transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.btn-chibi__label{
  font-size:clamp(20px,3.4vw,30px);
  letter-spacing:.04em;
  text-shadow:0 1px 0 rgba(0,0,0,.12);
  text-align: center;
}
.btn-chibi__play{
  position: absolute;
  content: "";
  right: 0;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#fff;
  color:#E684AC;
  font-size:16px;
  line-height:1;
  translate:0 1px; user-select:none;
}
@media only screen and (max-width: 599.9px) {
  .btn-chibi__play{
    width:26px;
    height:26px;
    font-size:12px;
  }
}
.btn-chibi:hover::after{ filter:saturate(1.05); }
.btn-chibi:active::after{                 /* 前面（面） */
  transform: translateY(8px);
  box-shadow:
    0 1px 0 0 var(--edge) inset,
    0 1px 0 0 rgba(0,0,0,.04),
    0 2px 0 0 rgba(255,255,255,.35) inset;
}
.btn-chibi:active .btn-chibi__inner{
  transform: translateY(8px);
}
.btn-chibi:focus-visible::after{
  box-shadow:
    0 0 0 4px #ffd1e5,
    0 0 0 7px var(--edge),
    0 2px 0 0 var(--edge) inset;
}
a.btn-chibi:focus, a.btn-chibi:active{ outline:none !important; }
.btn-chibi.pop::after{ animation:pop .3s ease-out; }
.stack.pink{
  --hi:#E684AC;
  --base:#D85A86;
  --edge:#663641;
  width: 80%;
  padding: 24px 0 0;
}
.stack.pink .btn-chibi__inner .btn-chibi__label {
  font-size: 1.75em;
}
@media only screen and (max-width: 599.9px) {
  .stack.pink .btn-chibi__inner .btn-chibi__label {
    font-size: 5vw;
  }
}
.stack.orange{
  --hi:#ED5B16;
  --base:#B24410;
  --edge:#663641; 
}
.stack.blue{
  --hi:#004097;
  --base:#003071;
  --edge:#663641; 
}
.stack.green{
  --hi:#C8FF46;
  --base:#96BF34;
  --edge:#663641; 
}
.stack.green .btn-chibi__inner {
  color: #663641;
}
.stack.dgreen{
  --hi:#369195;
  --base:#286D70;
  --edge:#663641; 
}
.stack.yorange{
  --hi:#EC6800;
  --base:#B14E00;
  --edge:#663641; 
}
.stack.eblue{
  --hi:#2EC6A2;
  --base:#229479;
  --edge:#663641; 
}
.stack.yellow{
  --hi:#F39800;
  --base:#B67200;
  --edge:#663641; 
}
.stack.sblue{
  --hi:#78C5E0;
  --base:#3F81B8;
  --edge:#663641; 
}
@media only screen and (max-width: 599.9px) {
  .stack.orange,
  .stack.blue,
  .stack.green,
  .stack.dgreen,
  .stack.yorange,
  .stack.eblue,
  .stack.yellow,
  .stack.sblue,
  .stack.opink,
  .stack.lgreen{
    padding: 24px 0 14vw;
  }
}

/*ITEM*/

#item{
  background: repeating-linear-gradient(
    90deg,
    #ffffff 0px,
    #ffffff 20px,
    #FEF8FA 20px,
    #FEF8FA 40px
  );
}
@media only screen and (max-width: 599.9px) {
  #item{
    background: repeating-linear-gradient(
      90deg,
      #ffffff 0px,
      #ffffff 11px,
      #FEF8FA 11px,
      #FEF8FA 22px
    );
  }
}
#chibigurumi-fes .device-frame .device-content section#item h2{
  padding-top: 3em;
  width: 65%;
}
@media only screen and (max-width: 599.9px) {
  #chibigurumi-fes .device-frame .device-content section#item h2{
    padding-top: 14vw;
  }
}
#item .logo_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 88%;
    margin: 0 auto;
    padding: 2em 0 2.5em;
}
@media only screen and (max-width: 599.9px) {
  #item .logo_wrap {
    gap: 4vw 2vw;
    width: 90%;
    padding: 2em 0 2.5em;
  }
}
#item .logo_wrap .logo_wrap_img:nth-of-type(1){
  width: 103px;
}
#item .logo_wrap .logo_wrap_img:nth-of-type(2){
  width: 165px;
}
#item .logo_wrap .logo_wrap_img:nth-of-type(3){
  width: 72px;
}
#item .logo_wrap .logo_wrap_img:nth-of-type(4){
  width: 123px;
}
#item .logo_wrap .logo_wrap_img:nth-of-type(5){
  width: 140px;
}
#item .logo_wrap .logo_wrap_img:nth-of-type(6){
  width: 141px;
}
#item .logo_wrap .logo_wrap_img:nth-of-type(7){
  width: 164px;
}
@media only screen and (max-width: 599.9px) {
  #item .logo_wrap .logo_wrap_img:nth-of-type(1){
    width: 69px;
  }
  #item .logo_wrap .logo_wrap_img:nth-of-type(2){
    width: 107px;
  }
  #item .logo_wrap .logo_wrap_img:nth-of-type(3){
    width: 48px;
  }
  #item .logo_wrap .logo_wrap_img:nth-of-type(4){
    width: 82px;
  }
  #item .logo_wrap .logo_wrap_img:nth-of-type(5){
    width: 93px;
  }
  #item .logo_wrap .logo_wrap_img:nth-of-type(6){
    width: 94px;
  }
  #item .logo_wrap .logo_wrap_img:nth-of-type(7){
    width: 109px;
  }
}


/*アコーディオン実装*/

.accordion {
  --acc-radius: 12px;
  --acc-border: 1px solid hsl(220 14% 90%);
  --acc-text: hsl(222 47% 11%);
  --acc-muted: hsl(215 16% 47%);
  --acc-focus: hsl(221 83% 53%);
}
@media (prefers-color-scheme: dark) {
  .accordion {
    --acc-border: 1px solid hsl(220 10% 25%);
    --acc-bg: hsl(222 11% 10%);
    --acc-header-bg: hsl(222 13% 16%);
    --acc-text: hsl(210 20% 98%);
    --acc-muted: hsl(215 16% 72%);
    --acc-focus: hsl(221 83% 66%);
  }
}
.accordion {
  overflow: clip;
}
.accordion + .accordion { margin-top: 16px; }
.acc-item + .acc-item { border-top: var(--acc-border); }
.acc-header { margin: 0; }
.acc-trigger {
  appearance: none;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  height: 200px;
  text-align: left;
  padding: 16px;
  gap: 12px;
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
@media only screen and (max-width: 599.9px) {
  .acc-trigger {
    height: 33vw;
  }
}

.acc-trigger:focus-visible { outline: 2px solid var(--acc-focus); outline-offset: 2px; }
.acc-icon {
  inline-size: 48px;
  block-size: 48px;
  display: inline-grid;
  place-items: center;
  transition: transform .2s ease;
  position: absolute;
  right: 4vw;
}
@media only screen and (max-width: 599.9px) {
  .acc-icon {
    inline-size: 32px;
    block-size: 32px;
  }
}
.acc-trigger[aria-expanded="true"] .acc-icon { transform: rotate(180deg); }
.acc-summary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.acc-sub { font-size: 12px; color: var(--acc-muted); }
.acc-panel {
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 220ms ease;
}
.acc-panel.is-open,
.acc-panel[aria-expanded="true"] {
  max-height: 3000px;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .acc-panel { transition: none; }
}
.demo-content { padding-block: 8px; border-left: 3px solid hsl(221 83% 53% / .25); padding-left: 12px; }



/*各ITEM*/

#charisma{
  background: #FBDED0 url(bg_front_r27yji9k.png) repeat-y;
  background-size: 100% auto;
}
#bl {
  background: #CCD9EA url(bg_front_r27yji9k.png) repeat-y;
  background-size: 100% auto;
}
#t18 {
  background: #F4FFDA url(bg_front_r27yji9k.png) repeat-y;
  background-size: 100% auto;
}
#bhero {
  background: #D7E9EA url(bg_front_r27yji9k.png) repeat-y;
  background-size: 100% auto;
}
#hq {
  background: #FBE1CC url(bg_front_r27yji9k.png) repeat-y;
  background-size: 100% auto;
}
#sidem {
  background: #D5F4EC url(bg_front_r27yji9k.png) repeat-y;
  background-size: 100% auto;
}
#idolm {
  background: #FDEACC url(bg_front_r27yji9k.png) repeat-y;
  background-size: 100% auto;
}
.item_contents_txt{
  width: 80%;
  margin: 1.2em auto 0.2em;
  color: #663641;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 599.9px) {
  .item_contents_txt{
    width: 21em;
    font-size: 3.9vw;
    margin: 1.2em auto 0;
  }
}
#chibigurumi-fes #charisma .acc-summary img{
  width: 170px;
}
#chibigurumi-fes #bl .acc-summary img{
  width: 272px;
}
#chibigurumi-fes #t18 .acc-summary img{
  width: 116px;
}
#chibigurumi-fes #bhero .acc-summary img{
  width: 204px;
}
#chibigurumi-fes #hq .acc-summary img{
  width: 209px;
}
#chibigurumi-fes #sidem .acc-summary img{
  width: 226px;
}
#chibigurumi-fes #idolm .acc-summary img{
  width: 247px;
}
@media only screen and (max-width: 599.9px) {
  #chibigurumi-fes #charisma .acc-summary img {
    width: 33%;
  }
  #chibigurumi-fes #bl .acc-summary img{
    width: 51%;
  }
  #chibigurumi-fes #t18 .acc-summary img{
    width: 26%;
  }
  #chibigurumi-fes #bhero .acc-summary img{
    width: 43%;
  }
  #chibigurumi-fes #hq .acc-summary img{
    width: 44%;
  }
  #chibigurumi-fes #sidem .acc-summary img{
    width: 45%;
  }
  #chibigurumi-fes #idolm .acc-summary img{
    width: 50%;
  }
}


/*other*/

.other_inr{
  position: relative;
}
.other_btn{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.stack.opink{
  --hi:#E684AC;
  --base:#D85A86;
  --edge:#663641;
}
.stack.lgreen{
  --hi:#A4D18B;
  --base:#5A9F3C;
  --edge:#663641;
}


/*copy*/

.text-area{
  padding: 3em 3em 4em;
}
@media only screen and (max-width: 599.9px) {
  .text-area{
    padding: 10vw 10vw 12vw;
  }
}
.text-area p{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.95em;
  text-align: center;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}
@media only screen and (max-width: 599.9px) {
  .text-area p {
    font-size: 2.75vw;
  }
}


@media only screen and (max-width: 556px) {
  .pb24-header-main__btn {
    position: inherit;
  }
}