/* ===================================================================
mixins
=================================================================== */
/* ===================================================================
overright common
===================================================================*/
.common-footer:before {
  display: none;
}

/* ===================================================================
babchoo-common-wrapper
===================================================================*/
.babchoo-common-wrapper {
  background-color: #fff;
  color: #303030;
  position: relative;
  transition: opacity 1s ease;
}

#babchoo .babchoo-common-wrapper {
  opacity: 0;
}

.babchoo-common-wrapper b {
  font-weight: bold;
}

.babchoo-common-wrapper b.color-orange {
  color: #eb5e32;
}

/* ===================================================================
babchoo-common-title
===================================================================*/
.babchoo-common-title {
  text-align: center;
}

.babchoo-common-title img {
  display: block;
  height: 28px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .babchoo-common-title img {
    height: 35px;
  }
}

.babchoo-common-title span {
  display: inline-block;
  margin-top: 10px;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

@media only screen and (min-width: 768px) {
  .babchoo-common-title span {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}

/* ===================================================================
babchoo-common-category
===================================================================*/
.babchoo-common-button::before {
  background-color: #eb5e32;
}

.babchoo-common-category {
  background-color: #fff;
}

.babchoo-movie__category.babchoo-top-movie__category {
  padding: 0 20px 60px;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .babchoo-movie__category.babchoo-top-movie__category {
    padding: 0 0 60px;
  }
}

.babchoo-movie__category {
  width: 100%;
  padding: 0 20px;
  margin: 30px auto 0;
}

@media only screen and (min-width: 768px) {
  .babchoo-movie__category {
    width: 62.5%;
    min-width: 740px;
    margin: 60px auto 0;
  }
}

.babchoo-movie__category ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.babchoo-movie__category ul li {
  height: 50px;
  line-height: 45px;
  display: inline-block;
  box-shadow: 2px 2px 1px 1px #303030;
  border: 2px solid #303030;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  font-size: 13px;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .babchoo-movie__category ul li {
    font-size: 20px;
    height: 60px;
    line-height: 56px;
    border-radius: 15px;
  }
}

.babchoo-movie__category ul li a {
  display: inline-block;
  width: 100%;
}

.babchoo-movie__category ul li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  background: url(/babchoo/images/movie/btn_sankaku.png) no-repeat;
  background-size: contain;
  right: 1px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.babchoo-movie__category__3column {
  justify-content: space-between;
  flex-direction: row;
}

.babchoo-movie__category__3column li {
  width: 49%;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .babchoo-movie__category__3column li {
    width: 32.6%;
  }
}

.babchoo-movie__category__3column li a {
  margin-left: -5px;
}

.babchoo-movie__category__2column {
  justify-content: center;
}

.babchoo-movie__category__2column li {
  width: 100%;
  margin-top: 10px;
  background: #f2baa6;
}

.babchoo-movie__category__2column li:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .babchoo-movie__category__2column li {
    width: 40%;
    margin-top: 0;
    margin-right: 1%;
    margin-bottom: 10px;
  }
}

/* ===================================================================
babchoo-common-pagetop
===================================================================*/
.babchoo-common-pagetop {
  margin: 0 auto;
  position: fixed;
  bottom: -130px;
  right: 10px;
  transition: bottom .3s ease;
}

@media only screen and (min-width: 768px) {
  .babchoo-common-pagetop {
    right: 40px;
    bottom: -140px;
  }
}

.babchoo-common-pagetop.is-show {
  bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .babchoo-common-pagetop.is-show {
    bottom: 20px;
  }
}

.babchoo-common-pagetop.footer-position {
  position: absolute;
  bottom: 2vh;
}

.babchoo-common-pagetop__inner {
  display: block;
}

.babchoo-common-pagetop__button {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  display: block;
  width: 40px;
  height: 90px;
  margin: 0 auto;
  background: url(../images/common/btn-pagetop.png) no-repeat center transparent;
  background-size: contain;
}

/* ===================================================================
babchoo-common-block
===================================================================*/
.babchoo-common-block__inner {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
}

@media only screen and (min-width: 768px) {
  .babchoo-common-block__inner {
    width: 62.5%;
    max-width: 1000px;
    padding: 60px 0;
  }
}
