@charset "UTF-8";
/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * [profile]
 *
 * =====================================================
 */
body.profile {
  /**
   * ---------------------------------------------------
   * library
   * ---------------------------------------------------
   */
}
body.profile .baseBlock {
  margin-bottom: 120px;
}
body.profile.library .catalogVox .columnVox {
  justify-content: flex-start;
}
body.profile.library .catalogVox .columnVox .item .img img {
  max-width: 100%;
  height: auto;
}
body.profile.library .catalogVox .columnVox .item .list {
  margin-top: 5px;
  text-align: center;
}

/*  END body */
/**
 ****************************************************
 *
 * PC以外
 *
 ****************************************************
 */
@media only screen and (min-width: 1024px) {
  /*  END body */
} /*  @media END */
/**
 ****************************************************
 *
 * タブレット
 *
 ****************************************************
 */
@media only screen and (max-width: 1024px) {
  body.profile .baseBlock {
    margin-bottom: 80px;
  }
  /*  END body */
} /*  @media END */
/**
 ****************************************************
 *
 * 960px以下
 *
 ****************************************************
 */
@media only screen and (max-width: 960px) {
  /*  END body */
} /*  @media END */
/**
 ****************************************************
 *
 * スマホ
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.profile {
    /**
     * ---------------------------------------------------
     * library
     * ---------------------------------------------------
     */
  }
  body.profile.library .baseBlock .thumTxtList {
    row-gap: 40px;
  }
  body.profile.library .baseBlock .thumTxtList .item {
    width: 100%;
  }
  body.profile.library .baseBlock .thumTxtList .item .movie .movieIco::after {
    width: 110px;
    height: 110px;
  }
  body.profile.library .baseBlock .catalogVox .columnVox {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  body.profile.library .baseBlock .catalogVox .columnVox .item {
    width: 100%;
  }
  /*  END body */
} /*  @media END *//*# sourceMappingURL=profile.css.map */