@charset "utf-8";
/* common */
#zeta{
    font-size:26px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#zeta *{
  font-size: inherit;
  z-index: 9999999999999999;
}
#zeta[close="true"]{
  height:0px;
  display: none;
  overflow: hidden;
}

#zeta[close="false"]{
  height: 100vh;
  overflow-y: revert;
  position: absolute;
  top: 0;
  background-color: white;
}

#zs_mod_form{
  padding-bottom:100px;
  height: calc(100% - 4rem);
  overflow-y: scroll;
  overflow-x: hidden;
  bottom: 0;
  position: fixed;
  max-width: 95%;
  box-sizing: border-box;
}

#background-btn{
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 2em;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

#zeta .btn{
    width: calc(100% - 3em);
    font-size: 24px;
    bottom: 70px
    position: sticky;
}
#btn-area-wrap{
  width: 100%;
  min-height: 3rem;
  background-color: white;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: calc(100% - 4rem);
  top:0px;
  z-index: 100000000000000000000000;
}

#btn-area{
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: space-evenly;
  width: 95%;
  margin: 0 auto;
  background-color: rgba(255,255,255,1);
  bottom: calc(100% - 5rem);
  top:0px;
  z-index: 100000000000000000000000;
}
div#btn-area>* {
    margin: 0;
}
#btn-area a{
  text-decoration: none;
}

#zs-filter-close{
  border-radius: 0.75em;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 2rem;
}
#zs-filter-clear {
    font-size: .8em;
}
/* common */
/* checkbox */
.parent-cb:after,
#zeta input[type="checkbox"]::after {
    background-color:white;
    border-radius: 0.3em;
}

/* checkbox */
/* axis */
#zeta .axis_name {
    border-width: 1px 0;
    border-style: solid;
}
/* axis */
/* accordion */

#zeta input[type="checkbox"]:checked ~ div.accordion> div,
#zeta .accordion>div.tree:nth-child(-n+6),
#zeta .birui .accordion>div:nth-child(-n+6),
#zeta .brnd_cd .accordion>div:nth-child(-n+6),
#zeta .kino_cd .accordion>div:nth-child(-n+5),
#zeta .type_zaikei_cd .accordion>div:nth-child(-n+5),
#zeta input ~ .accordion label[visible]{
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: .5em;
  border-color: lightgrey;
  height: unset;
}
#zeta input[type="checkbox"] ~ div.accordion> div{
  padding-left: .5em;
  padding-right:.5em;
}
#zeta input[type="checkbox"]:checked ~ div.accordion> div:last-child,
#zeta .accordion>div.tree:nth-child(-n+6):last-child,
#zeta .brnd_cd .accordion>div:nth-child(-n+6):last-child,
#zeta .bi .accordion>div:nth-child(-n+6):last-child,
#zeta .kino_cd .accordion>div:nth-child(-n+5):last-child,
#zeta input ~ .accordion label[visible]{
    border: none;
}

#zeta.sp .index .item-name .tree{
  border: none;
}

#zeta .accordion-open{
  transform: scaleX(1.5);
  right: 1em;
  font-weight: 500;
}

#zeta .tree .index:not([close="true"]) .accordion-open::after,
#zeta .index[close="true"] div.accordion-open::after{
    font-weight: 100;
    content: "∨";
}
#zeta .item-name .accordion-open::after ,
#zeta .tree>.index[close="false"] .accordion-open::after,
#zeta input[type="checkbox"]:checked + .accordion-open::after {
  color: gray;
  content: "∧";
}
#zeta .item-name{
  justify-content: space-between;
  padding-top: 0.5em;
  width: 96%;
  margin-left: auto;
  margin-right: .5em;
}

#zeta .tree .item-name{
  width: 100%;
  position: relative;
}

.item-name> div{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.bi .item-name>.parent-cb{
  width: 2.2em;
  min-width: 2em;
}
.item-name .accordion-open{
  width:1em;
  min-height: 1em;
  flex-grow: 0;
}
.more_category,
.more_accordion{
  border-top-width:    .2em;
  border-bottom-width: .2em;
  border-style: solid;
  border-color: lightgrey;
  line-height: 2;
  color: #df0068;
  display: flex;
  justify-content: center;
  align-items: center;
}

#zeta input[type="checkbox"]:not(.bi_1_open):checked ~ div.more_category::after,
#zeta input[type="checkbox"]:not(.bi_1_open):checked ~ div.more_accordion::after{
  color: #df0068;
}
#zeta.sp .zeta_cb {
    width: 90vw;
    max-width: 100%;
}
/* accordion */
