@charset "UTF-8";
@media (max-width: 768px) {
  .hide-sp {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hide-pc {
    display: none !important;
  }
}
.cpplus2021-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 9.31vw;
  max-width: 100%;
  border-radius: 35px;
  border: 1px solid transparent !important;
  background-color: #35373d;
  color: #fff;
  font-size: 13px;
  text-decoration: none !important;
}
.cpplus2021-button::after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  height: 13px;
  width: 13px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/icon_external-link.svg) no-repeat 0 0/contain;
  content: "";
}
.cpplus2021-button.is-white {
  background-color: #fff;
  color: #000000;
}
.cpplus2021-button.is-white::after {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/icon_external-link_is-white.svg);
}
.cpplus2021-button.is-orange {
  background-color: #ea5404;
  color: #fff;
}
@media (min-width: 769px) {
  .cpplus2021-button {
    height: 50px;
    max-width: 300px;
    font-size: 18px;
    transition: 0.3s !important;
  }
  .cpplus2021-button::after {
    right: 20px;
    height: 14px;
    width: 15px;
  }
  .cpplus2021-button:hover {
    background-color: #fff;
    color: #010101;
  }
  .cpplus2021-button:hover::after {
    background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/icon_external-link_is-white.svg);
  }
  .cpplus2021-button.is-hover-orange:hover {
    background-color: #ea5404;
    color: #fff;
  }
  .cpplus2021-button.is-hover-orange:hover::after {
    background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/icon_external-link.svg);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cpplus2021-button {
    font-size: 150%;
    height: 50px;
  }
  .cpplus2021-button::after {
    right: 20px;
    top: 18px;
    height: 14px;
    width: 15px;
  }
}

.cpplus2021-modal {
  font-family: "Noto Sans JP", sans-serif;
}
.cpplus2021-modal div {
  box-sizing: border-box;
}
.cpplus2021-modal img {
  max-width: 100%;
  vertical-align: bottom;
}
.cpplus2021-modal__wrapper {
  margin: 0;
}
@media (min-width: 769px) {
  .cpplus2021-modal__wrapper {
    max-width: 845px;
    margin: 0 auto;
  }
}
.cpplus2021-modal__container {
  padding: 30px;
  background-color: #ea5404;
  color: #fff;
}
@media (min-width: 769px) {
  .cpplus2021-modal__container {
    padding: 50px;
  }
}
.cpplus2021-modal__body p {
  font-size: 12px;
  line-height: 1.76;
}
.cpplus2021-modal__body .heading {
  margin: 0 0 20px;
  line-height: 1.54;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .cpplus2021-modal__body p {
    font-size: 16px;
    line-height: 2;
  }
  .cpplus2021-modal__body .heading {
    font-size: 27px;
  }
  .cpplus2021-modal__body .heading.fz22 {
    font-size: 22px;
  }
  #modal-mySonyId_in_live .cpplus2021-modal__body p {
    font-size: 16px;
  }
  #modal-mySonyId_in_live .cpplus2021-modal__body .heading {
    font-size: 22px;
  }
}
.cpplus2021-modal__btn {
  margin-top: 25px;
}
.cpplus2021-modal__btn a {
  height: 42px;
  margin: 0 auto;
  font-size: 16px;
}
.cpplus2021-modal__btn a::after {
  right: 20px;
}
@media (min-width: 769px) {
  .cpplus2021-modal__btn {
    margin-top: 40px;
  }
  .cpplus2021-modal__btn a {
    font-size: 17px;
  }
}
.cpplus2021-modal__seminar_exclusive__container {
  padding: 25px;
  background-color: #efefef;
}
@media (min-width: 769px) {
  .cpplus2021-modal__seminar_exclusive__container {
    padding: 80px 60px;
  }
}
.cpplus2021-modal__seminar_exclusive__body .large {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: bold;
}
.cpplus2021-modal__seminar_exclusive__body .medium {
  font-size: 11px;
}
@media (min-width: 769px) {
  .cpplus2021-modal__seminar_exclusive__body .large {
    font-size: 22px;
  }
  .cpplus2021-modal__seminar_exclusive__body .medium {
    font-size: 18px;
  }
}
.cpplus2021-modal__seminar_exclusive__button {
  margin: 30px 0 0;
}
.cpplus2021-modal__seminar_exclusive__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 100%;
  border-radius: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.cpplus2021-modal__seminar_exclusive__button a.login {
  margin: 0 0 15px;
  background-color: #ea5404;
}
.cpplus2021-modal__seminar_exclusive__button a.login::before {
  content: "ログインはこちら";
}
.cpplus2021-modal__seminar_exclusive__button a.register {
  background-color: #35373d;
}
.cpplus2021-modal__seminar_exclusive__button a.register::before {
  content: "新規登録はこちら";
}
@media (min-width: 769px) {
  .cpplus2021-modal__seminar_exclusive__button {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  .cpplus2021-modal__seminar_exclusive__button a {
    font-size: 14px;
    height: 50px;
    border-radius: 50px;
  }
  .cpplus2021-modal__seminar_exclusive__button a.login {
    margin: 0 40px 0 0;
  }
}
.cpplus2021-modal__workshop_archive__list h3 {
  font-size: 20px;
}
.cpplus2021-modal__workshop_archive__list h4 {
  margin: 20px 0 10px;
  font-size: 18px;
}
.cpplus2021-modal__workshop_archive__list dl {
  display: flex;
  margin: 0 0 10px 50px;
  font-size: 14px;
}
.cpplus2021-modal__workshop_archive__list dt {
  flex: 0 0 120px;
  margin: 0;
}
.cpplus2021-modal__workshop_archive__list dd {
  margin: 0;
}
@media (max-width: 768px) {
  .cpplus2021-modal__workshop_archive__list dl {
    margin: 0 0 10px;
  }
}
@media (min-width: 769px) {
  .cpplus2021-modal__new_products {
    display: flex;
  }
  .cpplus2021-modal__new_products .block {
    width: 50%;
  }
  .cpplus2021-modal__new_products .block .head {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
}
.cpplus2021-modal__new_products table {
  font-size: 16px;
  margin: 0 auto;
}
.cpplus2021-modal__new_products th, .cpplus2021-modal__new_products td {
  padding: 10px;
  border: none;
  vertical-align: top;
  text-align: left;
}
.cpplus2021-modal__new_products th {
  color: #ea5404;
  font-weight: bold;
}

.cpplus2021-profile {
  font-family: "Noto Sans JP", sans-serif;
}
.cpplus2021-profile div {
  box-sizing: border-box;
}
.cpplus2021-profile img {
  max-width: 100%;
  vertical-align: bottom;
}
.cpplus2021-profile p {
  margin: 0;
  line-height: 1.5;
}
.cpplus2021-profile a {
  color: blue;
  text-decoration: underline;
}
.cpplus2021-profile__container {
  background-color: #fff;
}
.cpplus2021-profile__header {
  display: flex;
}
.cpplus2021-profile__header-img {
  width: 50%;
  flex: 0 0 auto;
}
@media (min-width: 769px) {
  .cpplus2021-profile__header-img {
    width: 310px;
    background-color: #ededed;
  }
}
.cpplus2021-profile__header-right {
  width: 50%;
  flex: 1 0 auto;
  padding: 10px 2.66vw;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .cpplus2021-profile__header-right {
    padding: 20px 30px 0;
  }
  .is-guest .cpplus2021-profile__header-right {
    padding: 100px 30px 50px;
  }
}
.cpplus2021-profile__header-inner {
  width: 100%;
}
.cpplus2021-profile__header-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14px;
  width: 50px;
  font-size: 9px;
  color: #000;
  font-weight: bold;
}
@media (min-width: 769px) {
  .cpplus2021-profile__header-label {
    height: 17px;
    width: 63px;
    font-size: 12px;
  }
}
.cpplus2021-profile__header-label-wrap {
  display: flex;
  margin: 0 0 14px;
}
@media (min-width: 769px) {
  .cpplus2021-profile__header-label-wrap {
    margin-bottom: 40px;
  }
}
.cpplus2021-profile__header-label.photo {
  background-color: #92d7e7;
}
.cpplus2021-profile__header-label.movie {
  background-color: #fff799;
}
.cpplus2021-profile__header-head {
  margin: 0 0 2px;
  color: #000000;
  font-size: 11px;
}
@media (min-width: 769px) {
  .cpplus2021-profile__header-head {
    font-size: 16px;
  }
}
.cpplus2021-profile__header-name {
  margin: 0;
  color: #000000;
  font-size: 20px;
}
@media (min-width: 769px) {
  .cpplus2021-profile__header-name {
    font-size: 35px;
  }
}
.cpplus2021-profile__header-kana {
  margin: 0;
  color: #4e4e4e;
  font-size: 9px;
}
@media (min-width: 769px) {
  .cpplus2021-profile__header-kana {
    font-size: 16px;
  }
}
.cpplus2021-profile__header-option {
  display: flex;
  line-height: 1.5;
  margin: 0;
}
.cpplus2021-profile__header-option:last-child {
  margin-top: 7px;
}
.cpplus2021-profile__header-option dt {
  flex: 0 0 8.645vw;
  margin: 0 5px 0 0;
  font-size: 6px;
  font-weight: bold;
}
.cpplus2021-profile__header-option dt::before {
  display: block;
  border: 1px solid #6d6d6d;
  font-size: 6px;
  text-align: center;
}
.cpplus2021-profile__header-option dt.seminar::before {
  content: "SEMINAR";
  background-color: #000000;
  color: #fff;
}
.cpplus2021-profile__header-option dt.workshop::before {
  content: "WORKSHOP";
  background-color: #fff;
}
.cpplus2021-profile__header-option dd {
  flex: 0 1 auto;
  margin: 0 0.25em 0 0;
  font-size: 7px;
}
.cpplus2021-profile__header-option b {
  font-weight: bold;
}
.cpplus2021-profile__header-option .time {
  display: block;
  font-weight: bold;
}
@media (min-width: 769px) {
  .cpplus2021-profile__header-option:last-child {
    margin-top: 14px;
  }
  .cpplus2021-profile__header-option dt {
    flex-basis: 65px;
    padding-top: 1px;
    font-size: 12px;
  }
  .cpplus2021-profile__header-option dt::before {
    font-size: 10px;
  }
  .cpplus2021-profile__header-option dd {
    font-size: 14px;
  }
}
.cpplus2021-profile__header-option-wrap {
  padding: 8px 0 0;
  margin: 2.66vw 0 0;
  border-top: 1px solid #c9c9c9;
}
@media (min-width: 769px) {
  .cpplus2021-profile__header-option-wrap {
    margin-top: 40px;
  }
}
.cpplus2021-profile__content-notice {
  color: #868686;
  font-size: 7px;
}
@media (min-width: 769px) {
  .cpplus2021-profile__content {
    display: flex;
  }
  .cpplus2021-profile__content-notice {
    font-size: 12px;
  }
}
.cpplus2021-profile__content-creative {
  padding: 15px;
  background-color: #ededed;
}
.cpplus2021-profile__content-creative-photo {
  height: 34.58vw;
  text-align: center;
}
.cpplus2021-profile__content-creative-photo img {
  max-height: 100%;
  border: 1px solid #fff;
}
@media (min-width: 769px) {
  .cpplus2021-profile__content-creative-photo {
    margin: 0 0 15px;
    height: auto;
  }
}
.cpplus2021-profile__content-creative.is-none {
  padding: 0;
}
.cpplus2021-profile__content-creative.is-none > div {
  display: none;
}
@media (min-width: 769px) {
  .cpplus2021-profile__content-creative {
    margin: 0;
    width: 310px;
    flex: 0 0 auto;
  }
}
.cpplus2021-profile__content-body {
  padding: 15px;
}
.cpplus2021-profile__content-body-txt {
  margin: 0 0 15px;
  font-size: 9px;
  word-break: break-all;
}
.cpplus2021-profile__content-body-txt p {
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cpplus2021-profile__content-body-txt {
    margin: 0;
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  .cpplus2021-profile__content-body {
    padding: 20px 30px;
  }
}
.cpplus2021-profile__guest_profile {
  padding: 20px 15px;
  font-size: 9px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cpplus2021-profile__guest_profile {
    margin: 40px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #c9c9c9;
    font-size: 15px;
  }
}

.cpplus2021-seminar_exclusive_modal {
  font-family: "Noto Sans JP", sans-serif;
}
.cpplus2021-seminar_exclusive_modal div {
  box-sizing: border-box;
}
.cpplus2021-seminar_exclusive_modal img {
  max-width: 100%;
  vertical-align: bottom;
}

#alpha-universe.page-cpplus2021 img {
  max-width: 100%;
}
#alpha-universe.page-cpplus2021 main.contents {
  max-width: none;
}
#alpha-universe.page-cpplus2021 main.contents {
  font-family: "Noto Sans JP", sans-serif;
}
#alpha-universe.page-cpplus2021 .titleBorder-top {
  position: relative;
}
#alpha-universe.page-cpplus2021 .titleBorder-top::before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #ea5404;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe.page-cpplus2021 .titleBorder-top::before {
    width: 50px;
  }
}
#alpha-universe.page-cpplus2021 .titleBorder-bottom {
  position: relative;
}
#alpha-universe.page-cpplus2021 .titleBorder-bottom::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 24px;
  height: 2px;
  margin-left: -12px;
  background-color: #ea5404;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe.page-cpplus2021 .titleBorder-bottom::before {
    bottom: -27px;
    width: 48px;
    height: 3px;
    margin-left: -24px;
  }
}
#alpha-universe.page-cpplus2021 .titleBorder-left {
  position: relative;
  margin-left: 10px;
}
#alpha-universe.page-cpplus2021 .titleBorder-left::before {
  position: absolute;
  top: 0;
  left: -10px;
  width: 2px;
  height: 18.088vw;
  background-color: #ea5404;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe.page-cpplus2021 .titleBorder-left {
    margin-left: 22px;
  }
  #alpha-universe.page-cpplus2021 .titleBorder-left::before {
    left: -22px;
    height: 116px;
  }
}
#alpha-universe.page-cpplus2021 .icon-external-link {
  width: 11px;
  height: 9px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin: -2px 3px 0 0;
  background: url(/share5/images/s5-icon/sprite_01.png) no-repeat;
}

#cboxClose {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/modal_close@2x.png);
}

#colorbox.is-mySonyId #cboxClose {
  top: 10px;
  right: 10px;
}
@media (min-width: 769px) {
  #colorbox.is-mySonyId #cboxClose {
    top: 25px;
    right: 30px;
  }
}

#colorbox.is-profile #cboxContent {
  background: transparent;
}
@media (min-width: 769px) {
  #colorbox.is-profile #cboxClose {
    top: 15px;
    right: 30px;
    background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/modal_close_black.png);
  }
}

#colorbox.is-sp_information #cboxContent,
#colorbox.is-special_contest #cboxContent {
  background: transparent;
}
@media (min-width: 769px) {
  #colorbox.is-sp_information #cboxClose,
#colorbox.is-special_contest #cboxClose {
    top: 15px;
    right: 15px;
    background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/modal_close_black.png);
  }
}

#alpha-universe .cpplus2021-boothmap {
  position: relative;
}
#alpha-universe .cpplus2021-boothmap__title {
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 5;
  width: 475px;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-boothmap__title {
    width: 320px;
  }
}
#alpha-universe .cpplus2021-boothmap__title-lead {
  margin-top: 50px;
  font-size: 14px;
  color: #a3a3a3;
  text-align: center;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-boothmap__title-lead {
    font-size: 10px;
  }
}
#alpha-universe .cpplus2021-boothmap__wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-boothmap__wrapper {
    overflow: auto;
  }
}
#alpha-universe .cpplus2021-boothmap__newproduct {
  display: flex;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 540px;
  transform: translateX(-50%);
}
#alpha-universe .cpplus2021-boothmap__newproduct .a1 {
  padding-top: 55px;
  width: 160px;
  margin-right: 98px;
}
#alpha-universe .cpplus2021-boothmap__newproduct .fx3 {
  width: 168px;
}
#alpha-universe .cpplus2021-boothmap__newproduct .on {
  display: none;
}
#alpha-universe .cpplus2021-boothmap__bg {
  position: relative;
  height: 798px;
  width: 1920px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap/bg_default.jpg) no-repeat center 0;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__bg {
    max-width: 100%;
  }
}
#alpha-universe .cpplus2021-boothmap__bg > div[class^=bg] {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 0;
}
#alpha-universe .cpplus2021-boothmap__bg .bg_stageA {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap/bg_STAGE_A.jpg);
}
#alpha-universe .cpplus2021-boothmap__bg .bg_stageB {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap/bg_STAGE_B.jpg);
}
#alpha-universe .cpplus2021-boothmap__bg .bg_feature_products {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap/bg_FEATURED_PRODUCTS.jpg);
}
#alpha-universe .cpplus2021-boothmap__bg .bg_ws-archive {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap/bg_WORKSHOP_ARCHIVE.jpg);
}
#alpha-universe .cpplus2021-boothmap__bg .bg_schedule {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap/bg_SPECIAL_SEMINAR_WORKSHOP_SCHEDULE.jpg);
}
#alpha-universe .cpplus2021-boothmap__bg .bg_sp-information {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap/bg_SPECIAL_INFORMATION.jpg);
}
#alpha-universe .cpplus2021-boothmap__bg .bg_new-products {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap/bg_NEW_PRODUCTS.jpg);
}
#alpha-universe .cpplus2021-boothmap__bg .bg_premium-gallery {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap/bg_PREMIUM_GALLERY.jpg);
}
#alpha-universe .cpplus2021-boothmap__bg .bg_lounge {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap/bg_ONLINE_LOUNGE.jpg);
}
#alpha-universe .cpplus2021-boothmap__bg .bg_sp-workshop {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap/bg_SPECIAL_SEMINAR_WORKSHOP.jpg);
}
#alpha-universe .cpplus2021-boothmap__bg .bg_new-content {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap/bg_is_new.jpg);
}
#alpha-universe .cpplus2021-boothmap__switch {
  position: absolute;
  z-index: 2;
  display: block;
}
#alpha-universe .cpplus2021-boothmap__switch::before {
  position: absolute;
  height: 36px;
  width: 36px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap_arrow_off.png) no-repeat 0 0/contain;
  display: block;
  content: "";
}
#alpha-universe .cpplus2021-boothmap__switch:hover::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap_arrow_on.png);
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__switch {
    cursor: pointer;
  }
  #alpha-universe .cpplus2021-boothmap__switch img.title {
    opacity: 0;
    transition: 0.2s;
  }
  #alpha-universe .cpplus2021-boothmap__switch:hover img.title {
    opacity: 1;
  }
}
#alpha-universe .cpplus2021-boothmap__switch.is-new::after {
  top: -20px;
  left: 2px;
  position: absolute;
  height: 15px;
  width: 30px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap_label_new.png) no-repeat 0 0/contain;
  display: block;
  content: "";
}
#alpha-universe .cpplus2021-boothmap__switch.stageA {
  left: 50%;
  top: 305px;
  height: 230px;
  width: 316px;
  margin-left: -337px;
}
#alpha-universe .cpplus2021-boothmap__switch.stageA::before {
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__switch.stageA:hover ~ .bg_stageA {
    opacity: 1;
  }
}
#alpha-universe .cpplus2021-boothmap__switch.stageA img.title {
  width: 92px;
  margin-left: 46px;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-boothmap__switch.stageA::before {
    top: 0;
    left: auto;
    right: 0;
    transform: rotate(90deg);
  }
  #alpha-universe .cpplus2021-boothmap__switch.stageA::after {
    right: 2px;
    left: auto;
  }
  #alpha-universe .cpplus2021-boothmap__switch.stageA img.title {
    display: block;
    margin: 0 46px 0 auto;
  }
}
#alpha-universe .cpplus2021-boothmap__switch.stageB {
  left: 50%;
  top: 305px;
  height: 230px;
  width: 316px;
  margin-left: 21px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__switch.stageB:hover ~ .bg_stageB {
    opacity: 1;
  }
}
#alpha-universe .cpplus2021-boothmap__switch.stageB img.title {
  width: 90px;
  margin-left: 46px;
}
#alpha-universe .cpplus2021-boothmap__switch.feature_products {
  left: 50%;
  top: 320px;
  height: 150px;
  width: 280px;
  margin-left: -660px;
}
#alpha-universe .cpplus2021-boothmap__switch.feature_products::before {
  right: 100px;
  top: 0;
}
#alpha-universe .cpplus2021-boothmap__switch.feature_products::after {
  right: 102px;
  left: auto;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__switch.feature_products:hover ~ .bg_feature_products {
    opacity: 1;
  }
}
#alpha-universe .cpplus2021-boothmap__switch.feature_products img.title {
  width: 236px;
  margin-right: 0;
  position: relative;
  right: 100px;
}
#alpha-universe .cpplus2021-boothmap__switch.ws-archive {
  left: 50%;
  top: 470px;
  height: 200px;
  margin-left: -850px;
  width: 230px;
}
#alpha-universe .cpplus2021-boothmap__switch.ws-archive::before {
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__switch.ws-archive:hover ~ .bg_ws-archive {
    opacity: 1;
  }
}
#alpha-universe .cpplus2021-boothmap__switch.ws-archive img.title {
  width: 173px;
  margin-left: 46px;
}
#alpha-universe .cpplus2021-boothmap__switch.schedule {
  left: 50%;
  top: 600px;
  margin-left: -500px;
  height: 100px;
  width: 120px;
}
#alpha-universe .cpplus2021-boothmap__switch.schedule::before {
  right: 40px;
  top: 100px;
  transform: rotate(-90deg);
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__switch.schedule:hover ~ .bg_schedule {
    opacity: 1;
  }
}
#alpha-universe .cpplus2021-boothmap__switch.schedule img.title {
  width: 322px;
  max-width: none;
  position: absolute;
  top: 100px;
  right: 85px;
}
#alpha-universe .cpplus2021-boothmap__switch.sp-information {
  left: 50%;
  top: 480px;
  margin-left: -620px;
  height: 110px;
  width: 260px;
}
#alpha-universe .cpplus2021-boothmap__switch.sp-information::before {
  left: 20px;
  top: 70px;
  transform: rotate(-90deg);
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__switch.sp-information:hover ~ .bg_sp-information {
    opacity: 1;
  }
}
#alpha-universe .cpplus2021-boothmap__switch.sp-information img.title {
  width: 254px;
  top: 70px;
  left: 66px;
  position: relative;
}
#alpha-universe .cpplus2021-boothmap__switch.new-products {
  left: 50%;
  top: 550px;
  margin-left: -150px;
  width: 300px;
  height: 160px;
}
#alpha-universe .cpplus2021-boothmap__switch.new-products::before {
  left: 0;
  top: 160px;
  transform: rotate(-90deg);
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__switch.new-products:hover ~ .bg_new-products {
    opacity: 1;
  }
  #alpha-universe .cpplus2021-boothmap__switch.new-products:hover ~ .cpplus2021-boothmap__newproduct .off {
    display: none;
  }
  #alpha-universe .cpplus2021-boothmap__switch.new-products:hover ~ .cpplus2021-boothmap__newproduct .on {
    display: block;
  }
}
#alpha-universe .cpplus2021-boothmap__switch.new-products img.title {
  width: 254px;
  margin-left: 46px;
  position: relative;
  top: 160px;
}
#alpha-universe .cpplus2021-boothmap__switch.premium-gallery {
  right: 50%;
  top: 320px;
  margin-right: -890px;
  width: 520px;
  height: 180px;
}
#alpha-universe .cpplus2021-boothmap__switch.premium-gallery::before {
  left: 100px;
  top: 0;
  transform: rotate(90deg);
}
#alpha-universe .cpplus2021-boothmap__switch.premium-gallery::after {
  left: 102px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__switch.premium-gallery:hover ~ .bg_premium-gallery {
    opacity: 1;
  }
}
#alpha-universe .cpplus2021-boothmap__switch.premium-gallery img.title {
  width: 232px;
  margin-left: 146px;
}
#alpha-universe .cpplus2021-boothmap__switch.lounge {
  right: 50%;
  top: 500px;
  margin-right: -890px;
  width: 520px;
  height: 100px;
}
#alpha-universe .cpplus2021-boothmap__switch.lounge::before {
  left: 360px;
  top: 100px;
  transform: rotate(-90deg);
}
#alpha-universe .cpplus2021-boothmap__switch.lounge::after {
  left: 362px;
  top: 80px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__switch.lounge:hover ~ .bg_lounge {
    opacity: 1;
  }
}
#alpha-universe .cpplus2021-boothmap__switch.lounge img.title {
  width: 200px;
  position: relative;
  top: 100px;
  left: 150px;
}
#alpha-universe .cpplus2021-boothmap__switch.sp-workshop {
  right: 50%;
  top: 600px;
  margin-right: -490px;
  height: 100px;
  width: 120px;
}
#alpha-universe .cpplus2021-boothmap__switch.sp-workshop::before {
  left: 45px;
  top: 100px;
  transform: rotate(-180deg);
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__switch.sp-workshop:hover ~ .bg_sp-workshop {
    opacity: 1;
  }
}
#alpha-universe .cpplus2021-boothmap__switch.sp-workshop img.title {
  width: 240px;
  max-width: none;
  position: relative;
  left: 90px;
  top: 100px;
}
#alpha-universe .cpplus2021-boothmap__switch.new-content {
  top: 105px;
  left: 50%;
  margin-left: -560px;
  padding-left: 45px;
  color: #fff;
  line-height: 1.3;
}
#alpha-universe .cpplus2021-boothmap__switch.new-content::before {
  display: none;
}
#alpha-universe .cpplus2021-boothmap__switch.new-content::after {
  top: 2px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__switch.new-content:hover ~ .bg_new-content {
    opacity: 1;
  }
  #alpha-universe .cpplus2021-boothmap__switch.new-content:hover ~ .cpplus2021-boothmap__newproduct .off {
    display: none;
  }
  #alpha-universe .cpplus2021-boothmap__switch.new-content:hover ~ .cpplus2021-boothmap__newproduct .on {
    display: block;
  }
}
#alpha-universe .cpplus2021-boothmap__display {
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 178px;
  width: 316px;
}
#alpha-universe .cpplus2021-boothmap__display.loaded {
  opacity: 1;
}
#alpha-universe .cpplus2021-boothmap__display .panel {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  color: #fff;
}
#alpha-universe .cpplus2021-boothmap__display .panel > a {
  display: block;
  height: 100%;
  width: 100%;
}
#alpha-universe .cpplus2021-boothmap__display .panel .onair {
  display: none;
}
#alpha-universe .cpplus2021-boothmap__display .panel.is-live .onair {
  display: block;
}
#alpha-universe .cpplus2021-boothmap__display .panel.is-live .standby {
  display: none;
}
#alpha-universe .cpplus2021-boothmap__display .panel.is-archive {
  display: none;
}
#alpha-universe .cpplus2021-boothmap__menu {
  display: none;
  position: fixed;
  z-index: 1000;
  min-width: 760px;
  max-width: 1000px;
  width: 100%;
  top: 30px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-boothmap__menu {
    width: 90%;
    min-width: 0;
  }
}
#alpha-universe .cpplus2021-boothmap__menu-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  height: 100%;
  width: 100%;
}
#alpha-universe .cpplus2021-boothmap__menu-inner {
  display: flex;
  max-height: 100%;
  width: 660px;
  margin: 0 auto;
  overflow: auto;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-boothmap__menu-inner {
    width: auto;
  }
}
#alpha-universe .cpplus2021-boothmap__menu-top {
  flex: 0 0 140px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-boothmap__menu-top {
    flex: 0 0 auto;
    margin-right: 10px;
    font-size: 12px;
  }
}
#alpha-universe .cpplus2021-boothmap__menu-list {
  margin-left: 20px;
}
#alpha-universe .cpplus2021-boothmap__menu-list li {
  position: relative;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}
#alpha-universe .cpplus2021-boothmap__menu-list li::before {
  position: absolute;
  top: 6px;
  left: -20px;
  height: 12px;
  width: 8px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap_arrow_black.png) no-repeat 0 0/contain;
  content: "";
}
#alpha-universe .cpplus2021-boothmap__menu-list li span {
  display: block;
  margin-top: 4px;
  color: #a3a3a3;
  font-size: 16px;
}
#alpha-universe .cpplus2021-boothmap__menu-list .icon_lock {
  width: 15px;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-boothmap__menu-list {
    margin-left: 10px;
  }
  #alpha-universe .cpplus2021-boothmap__menu-list li {
    font-size: 12px;
  }
  #alpha-universe .cpplus2021-boothmap__menu-list li::before {
    top: 3px;
    left: -10px;
    height: 6px;
    width: 4px;
  }
  #alpha-universe .cpplus2021-boothmap__menu-list li span {
    margin-top: 2px;
    font-size: 8px;
  }
  #alpha-universe .cpplus2021-boothmap__menu-list .icon_lock {
    width: 8px;
  }
}
#alpha-universe .cpplus2021-boothmap__menu-btn {
  position: absolute;
  top: 55px;
  right: 55px;
  z-index: 11;
  height: 63px;
  width: 63px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap_menu_btn.png) no-repeat 0 0/contain;
  cursor: pointer;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-boothmap__menu-btn {
    height: 30px;
    width: 30px;
    right: 30px;
    top: 30px;
  }
}
#alpha-universe .cpplus2021-boothmap__menu-btn.is-close {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/boothmap_menu_btn_close.png);
}
#alpha-universe .cpplus2021-boothmap input#cpplus2021-boothmap__menu {
  visibility: hidden;
  position: absolute;
}
#alpha-universe .cpplus2021-boothmap input#cpplus2021-boothmap__menu:checked ~ .cpplus2021-boothmap__menu {
  display: block;
}
#alpha-universe .cpplus2021-boothmap__sign {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  z-index: 900;
  top: 400px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-boothmap__sign {
    display: none;
  }
}
#alpha-universe .animated {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes swipe {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    transform: translate(-50px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    transform: translate(-50px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    transform: translate(50px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes swipe {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    transform: translate(-50px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    transform: translate(-50px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    transform: translate(50px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
#alpha-universe .swipe {
  -webkit-animation-name: swipe;
  animation-name: swipe;
  transform-origin: center center;
}

#alpha-universe .cpplus2021_workshop-kv {
  position: relative;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-kv__bg {
    height: 330px;
    background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/kv_bg_pc.jpg) no-repeat center center/cover;
  }
}
#alpha-universe .cpplus2021_workshop-kv__main {
  width: 100%;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021_workshop-kv__main {
    top: 9.975vw;
    position: absolute;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-kv__main {
    padding-top: 50px;
  }
}
#alpha-universe .cpplus2021_workshop-kv__main-catch {
  width: 58.254vw;
  margin: 0 auto 15px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-kv__main-catch {
    width: 438px;
    margin-bottom: 30px;
  }
}
#alpha-universe .cpplus2021_workshop-kv__main-copy {
  font-size: 11px;
  line-height: 1.43;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-kv__main-copy {
    font-size: 16px;
  }
}
#alpha-universe .cpplus2021_workshop-anchor__bg {
  padding: 30px 0 0;
  background-color: #1f2024;
  color: #fff;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-anchor__bg {
    padding: 100px 0;
  }
}
#alpha-universe .cpplus2021_workshop-anchor__header {
  margin: 0 0 30px;
}
#alpha-universe .cpplus2021_workshop-anchor__header p {
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.04em;
}
#alpha-universe .cpplus2021_workshop-anchor__header .attention {
  display: none;
  margin-top: 30px;
  font-size: 10px;
  color: #a3a3a3;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-anchor__header {
    margin: 0 0 15px;
  }
  #alpha-universe .cpplus2021_workshop-anchor__header p {
    font-size: 16px;
  }
  #alpha-universe .cpplus2021_workshop-anchor__header .attention {
    display: block;
  }
}
#alpha-universe .cpplus2021_workshop-anchor__title {
  margin-bottom: 35px;
  font-size: 16px;
  text-align: center;
  line-height: 1.46;
}
#alpha-universe .cpplus2021_workshop-anchor__title b {
  font-weight: bold;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-anchor__title {
    margin-bottom: 60px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021_workshop-anchor__anchor {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-anchor__anchor {
    display: flex;
  }
}
#alpha-universe .cpplus2021_workshop-anchor__anchor-item {
  display: flex;
  align-items: center;
}
#alpha-universe .cpplus2021_workshop-anchor__anchor-item:nth-child(even) {
  background-color: #36373a;
}
#alpha-universe .cpplus2021_workshop-anchor__anchor-item:nth-child(odd) {
  background-color: #191a1d;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-anchor__anchor-item {
    display: block;
    position: relative;
    margin-left: 12px;
    width: calc((100% - 48px) / 5);
    border-radius: 3px;
    overflow: hidden;
  }
  #alpha-universe .cpplus2021_workshop-anchor__anchor-item::after {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    border: 5px solid #ea5404;
    content: "";
  }
  #alpha-universe .cpplus2021_workshop-anchor__anchor-item:hover::after {
    opacity: 1;
  }
  #alpha-universe .cpplus2021_workshop-anchor__anchor-item:hover {
    color: #fff;
  }
  #alpha-universe .cpplus2021_workshop-anchor__anchor-item:first-child {
    margin-left: 0;
  }
}
#alpha-universe .cpplus2021_workshop-anchor__anchor-photo {
  flex: 0 0 auto;
  width: 16.625vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-anchor__anchor-photo {
    width: auto;
  }
}
#alpha-universe .cpplus2021_workshop-anchor__anchor-body {
  flex: 1 1 auto;
  padding: 0 0 0 15px;
}
#alpha-universe .cpplus2021_workshop-anchor__anchor-body .head {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  color: #ea5404;
  letter-spacing: 0.04em;
}
#alpha-universe .cpplus2021_workshop-anchor__anchor-body .name {
  display: block;
  font-size: 15px;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-anchor__anchor-body {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0;
  }
  #alpha-universe .cpplus2021_workshop-anchor__anchor-body .head {
    font-size: 12px;
  }
  #alpha-universe .cpplus2021_workshop-anchor__anchor-body .name {
    font-size: 22px;
  }
}
#alpha-universe .cpplus2021_workshop-question_sample__bg {
  padding: 25px 0;
  background-color: #000000;
  color: #fff;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-question_sample__bg {
    padding: 40px 0 80px;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-question_sample__main::after {
    display: table;
    height: 0;
    clear: both;
    content: "";
  }
}
#alpha-universe .cpplus2021_workshop-question_sample__main-title {
  margin-bottom: 25px;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-question_sample__main-title {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
#alpha-universe .cpplus2021_workshop-question_sample__main-list {
  padding-left: 18px;
  font-size: 11px;
}
#alpha-universe .cpplus2021_workshop-question_sample__main-list li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  letter-spacing: 0.04em;
}
#alpha-universe .cpplus2021_workshop-question_sample__main-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  height: 8px;
  width: 9px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/example_icon_balloon.png) no-repeat 0 0/contain;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-question_sample__main-list {
    font-size: 16px;
    width: 50%;
    float: left;
  }
  #alpha-universe .cpplus2021_workshop-question_sample__main-list li {
    margin-top: 20px;
    padding-left: 30px;
  }
  #alpha-universe .cpplus2021_workshop-question_sample__main-list li:first-child {
    margin-top: 0;
  }
  #alpha-universe .cpplus2021_workshop-question_sample__main-list li::before {
    height: 16px;
    width: 18px;
  }
}
#alpha-universe .cpplus2021_workshop-creator__bg {
  background-color: #1f2024;
  color: #fff;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__container {
    padding: 60px 0;
    width: 980px;
    margin: 0 auto;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block {
  padding: 30px 0;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block {
    display: flex;
    padding: 60px 0;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_header {
  margin: 0 0 8px;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_header {
    flex: 0 0 200px;
    display: block;
    margin: 0;
    padding-right: 4px;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_header-photo {
  flex: 0 0 auto;
  width: 16.625vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_header-photo {
    width: 196px;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_header-body {
  flex: 0 1 auto;
  padding: 0 0 0 15px;
}
#alpha-universe .cpplus2021_workshop-creator__block_header-body .head {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  color: #ea5404;
  line-height: 1.58;
  letter-spacing: 0.04em;
}
#alpha-universe .cpplus2021_workshop-creator__block_header-body .name {
  display: block;
  font-size: 15px;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_header-body {
    padding: 15px 0 0;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_header-body .head {
    margin-bottom: 8px;
    font-size: 12px;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_header-body .name {
    font-size: 20px;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_header-link {
  margin-left: auto;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_header-link a.link-hushtag {
    display: none !important;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_header-share {
  margin: 20px 0 0;
  text-align: right;
}
#alpha-universe .cpplus2021_workshop-creator__block_header-share li {
  display: inline-block;
  margin: 0 0 0 2px;
}
#alpha-universe .cpplus2021_workshop-creator__block_header-share a {
  display: block;
  height: 17px;
  width: 17px;
  background: no-repeat 0 0/contain;
}
#alpha-universe .cpplus2021_workshop-creator__block_header-share a.twitter {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/icon_tw.png);
}
#alpha-universe .cpplus2021_workshop-creator__block_header-share a.instagram {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/icon_in.png);
}
#alpha-universe .cpplus2021_workshop-creator__block_header-share a.youtube {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/icon_yt.png);
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_header-share {
    margin-top: 30px;
    text-align: left;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_header-share li {
    margin: 0 2px 0 0;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_header-share a {
    height: 34px;
    width: 34px;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block a.link-hushtag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
#alpha-universe .cpplus2021_workshop-creator__block a.link-hushtag::before {
  font-size: 8px;
  content: "Twitterで＃をひらく";
}
#alpha-universe .cpplus2021_workshop-creator__block a.link-hushtag::after {
  display: inline-block;
  margin-left: 5px;
  height: 7px;
  width: 7px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/icon_external-link.svg) no-repeat 0 0/contain;
  content: "";
  vertical-align: middle;
}
#alpha-universe .cpplus2021_workshop-creator__block a.link-hushtag:hover {
  color: #ea5404;
  border-color: #ea5404;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block a.link-hushtag {
    line-height: 35px;
    height: 35px;
    width: 170px;
    padding: 0;
    font-size: 14px;
  }
  #alpha-universe .cpplus2021_workshop-creator__block a.link-hushtag::after {
    height: 13px;
    width: 13px;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_main {
    flex: 1 1 auto;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail {
  position: relative;
  background-color: #000000;
}
#alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-video video,
#alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-wacamera {
  display: flex;
  justify-content: space-around;
  padding: 5px 5px 10px 0;
  border-bottom: 1px solid #1f2024;
}
#alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-wacamera > .col {
  margin-left: 5px;
}
#alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-wacamera .caption {
  margin: 5px 0 0;
  color: #7c7c7c;
  font-size: 5px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-wacamera {
    padding: 25px 35px 20px 0;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-wacamera > .col {
    margin-left: 35px;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-wacamera .caption {
    font-size: 10px;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-caption {
  padding: 0 0 10px;
  border-bottom: 1px solid #1f2024;
}
#alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-caption .caption_wrap {
  display: flex;
  padding: 10px 10px 0;
  color: #7c7c7c;
  font-size: 5px;
}
#alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-caption .model {
  margin-left: auto;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-caption {
    padding-bottom: 15px;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_main-thumbnail.is-caption .caption_wrap {
    font-size: 10px;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_main-body {
  padding: 10px;
  background-color: #000000;
}
#alpha-universe .cpplus2021_workshop-creator__block_main-body::before {
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 4px;
  height: 15px;
  line-height: 13px;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  color: #a5a5a5;
  font-size: 8px;
  content: "ワークショップ日程";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_main-body {
    padding: 20px;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_main-body::before {
    margin-bottom: 15px;
    padding: 0 8px;
    height: 24px;
    line-height: 20px;
    font-size: 14px;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo {
  position: relative;
  margin-bottom: 8px;
}
#alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo::before {
  border-right: 1px solid #424449;
  background: no-repeat left center/auto 76%;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo::before {
    flex: 0 0 auto;
    align-self: center;
    height: 40px;
    width: 105px;
    background-size: auto 24px;
  }
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo::before {
    height: 17px;
    width: 65px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo.date0225::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/txt_date0225.png);
}
#alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo.date0226::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/txt_date0226.png);
}
#alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo.date0227::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/txt_date0227.png);
}
#alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo.date0228::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/txt_date0228.png);
}
#alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo .time {
  margin: 0 0 5px 65px;
  padding-left: 6px;
  color: #ea5404;
  line-height: 17px;
  font-size: 9px;
  font-weight: bold;
}
#alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo .title {
  font-size: 10px;
  font-weight: bold;
}
#alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo .comment {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #35363a;
  font-size: 8px;
  letter-spacing: 0.04em;
  line-height: 1.56;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo .link-hushtag {
    display: none !important;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo .detail {
    flex: 1 0 auto;
    padding-left: 15px;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo .time {
    margin: 0 0 8px;
    padding: 0;
    font-size: 15px;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo .title {
    font-size: 18px;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo .comment {
    flex: 0 1 100%;
    width: 100%;
    position: relative;
    padding: 15px 0 0;
    margin-top: 20px;
    font-size: 14px;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo .comment p {
    margin-right: 220px;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_main-eventinfo .link-hushtag {
    position: absolute;
    right: 0;
    top: 15px;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_main-tweet {
  transition: opacity 0.3s;
  position: relative;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_main-tweet:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_main-tweet::after {
  right: 15px;
  top: 50%;
  position: absolute;
  margin-top: -4px;
  height: 9px;
  width: 9px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_main-tweet::after {
    right: 20px;
    height: 18px;
    width: 18px;
    margin-top: -9px;
  }
}
#alpha-universe .cpplus2021_workshop-creator__block_main-tweet a {
  display: block;
  position: relative;
  padding: 9px;
  background-color: #ea5404;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#alpha-universe .cpplus2021_workshop-creator__block_main-tweet a::before {
  content: "Twitterで質問をツイートする";
}
#alpha-universe .cpplus2021_workshop-creator__block_main-tweet a::after {
  display: inline-block;
  margin-left: 5px;
  height: 7px;
  width: 7px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/icon_external-link.svg) no-repeat 0 0/contain;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-creator__block_main-tweet a {
    padding: 18px;
    font-size: 20px;
  }
  #alpha-universe .cpplus2021_workshop-creator__block_main-tweet a::after {
    margin-left: 10px;
    height: 13px;
    width: 13px;
  }
}
#alpha-universe .cpplus2021_workshop-archive__bg {
  background-color: #1f2024;
  color: #fff;
}
#alpha-universe .cpplus2021_workshop-archive__title {
  padding: 40px 0 0;
  margin-bottom: 35px;
}
#alpha-universe .cpplus2021_workshop-archive__title .txt {
  width: 61.446vw;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__title {
    padding: 90px 0 0;
    margin-bottom: 70px;
  }
  #alpha-universe .cpplus2021_workshop-archive__title .txt {
    width: 780px;
  }
}
#alpha-universe .cpplus2021_workshop-archive__lead {
  margin-bottom: 30px;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}
#alpha-universe .cpplus2021_workshop-archive__lead a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__lead {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__container {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    width: auto;
  }
}
#alpha-universe .cpplus2021_workshop-archive__block {
  padding: 30px 0;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__block {
    flex: 0 0 47.9%;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    padding: 0;
  }
  #alpha-universe .cpplus2021_workshop-archive__block:nth-child(even) {
    margin-left: auto;
  }
}
#alpha-universe .cpplus2021_workshop-archive__block_header {
  margin: 0 0 8px;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__block_header {
    flex: 0 0 auto;
    margin: 0 0 10px;
  }
}
#alpha-universe .cpplus2021_workshop-archive__block_header-photo {
  flex: 0 0 auto;
  width: 16.625vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__block_header-photo {
    width: 110px;
  }
}
#alpha-universe .cpplus2021_workshop-archive__block_header-body {
  flex: 0 1 auto;
  padding: 0 0 0 15px;
}
#alpha-universe .cpplus2021_workshop-archive__block_header-body .head {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  color: #ea5404;
  line-height: 1.58;
  letter-spacing: 0.04em;
}
#alpha-universe .cpplus2021_workshop-archive__block_header-body .name {
  display: block;
  font-size: 15px;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__block_header-body {
    padding: 0 0 0 25px;
  }
  #alpha-universe .cpplus2021_workshop-archive__block_header-body .head {
    margin-bottom: 8px;
    font-size: 16px;
  }
  #alpha-universe .cpplus2021_workshop-archive__block_header-body .name {
    font-size: 30px;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__block_main {
    flex: 1 1 auto;
    background-color: #000000;
  }
}
#alpha-universe .cpplus2021_workshop-archive__block_main-thumbnail {
  display: none;
  position: relative;
}
#alpha-universe .cpplus2021_workshop-archive__block_main-thumbnail::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/archive/comingsoon.jpg) no-repeat center center/cover;
  content: "";
}
#alpha-universe .cpplus2021_workshop-archive__block_main-thumbnail.is-live::after {
  display: none;
}
#alpha-universe .cpplus2021_workshop-archive__block_main-body {
  position: relative;
  padding: 0;
  border-top: 1px solid #1f2024;
  background-color: #000000;
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 10px;
  border-top: 2px solid #1f2024;
  background-color: #000000;
  margin-bottom: 2px;
  transition: opacity 0.3s;
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo:first-child {
  border-top: none;
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .detail {
  position: relative;
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .time {
  margin: 0 0 5px 65px;
  padding-left: 6px;
  color: #ea5404;
  line-height: 17px;
  font-size: 9px;
  font-weight: bold;
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .time::before {
  border-right: 1px solid #424449;
  background: no-repeat left center/auto 76%;
  content: "";
  height: 17px;
  width: 65px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .time::before {
    height: 30px;
    width: 105px;
    background-size: auto 24px;
  }
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo.date0225 .time::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/txt_date0225.png);
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo.date0226 .time::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/txt_date0226.png);
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo.date0227 .time::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/txt_date0227.png);
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo.date0228 .time::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/txt_date0228.png);
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .title {
  font-size: 10px;
  font-weight: bold;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo {
    padding: 20px;
  }
  #alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .time {
    margin: 6px 0 12px 115px;
    padding: 0;
    font-size: 15px;
  }
  #alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .title {
    font-size: 18px;
  }
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo::before,
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo a.link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .comingsoon {
  flex: 0 0 auto;
  margin-left: auto;
  color: #494949;
  font-size: 8px;
  line-height: 1.125;
  text-align: center;
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .comingsoon b {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 10px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .comingsoon {
    font-size: 14px;
  }
  #alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .comingsoon b {
    font-size: 17px;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo::before,
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .detail {
  opacity: 1;
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .time {
  color: #ea5404;
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .comingsoon {
  height: 42px;
  width: 42px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/archive/icon_play.png) no-repeat 0 0/contain;
}
#alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .comingsoon b, #alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .comingsoon p {
  display: none;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021_workshop-archive__block_main-eventinfo .comingsoon {
    height: 75px;
    width: 75px;
    margin-right: 10px;
  }
}

#alpha-universe .cpplus2021-live_delivery__header {
  padding: 12px 0;
  background-color: #161619;
  text-align: center;
}
#alpha-universe .cpplus2021-live_delivery__header .stageA {
  width: 90px;
}
#alpha-universe .cpplus2021-live_delivery__header .stageB {
  width: 85px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-live_delivery__header {
    padding: 24px 0;
    text-align: left;
  }
  #alpha-universe .cpplus2021-live_delivery__header .stageA {
    width: 180px;
  }
  #alpha-universe .cpplus2021-live_delivery__header .stageB {
    width: 170px;
  }
}
#alpha-universe .cpplus2021-live_delivery__main {
  background-color: #1f2024;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-live_delivery__main {
    padding: 20px 0 60px;
  }
}
#alpha-universe .cpplus2021-live_delivery__video {
  background-color: #000;
}
#alpha-universe .cpplus2021-live_delivery__video .vjs-icon-placeholder {
  font-family: VideoJS !important;
  font-weight: 400;
  font-style: normal;
}
#alpha-universe .cpplus2021-live_delivery__video .video-js .vjs-time-control {
  line-height: 3em;
}
#alpha-universe .cpplus2021-live_delivery__video .vjs-menu-button-popup .vjs-menu {
  margin-bottom: 1.5em;
}
#alpha-universe .cpplus2021-live_delivery__video .video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
#alpha-universe .cpplus2021-live_delivery__video .video-js .vjs-volume-panel .vjs-volume-control {
  margin-left: -1px;
}
#alpha-universe .cpplus2021-live_delivery__video .vjs-menu-button-popup .vjs-menu .vjs-menu-item {
  margin: 0.3em 0;
  padding: 0.5em;
}
#alpha-universe .cpplus2021-live_delivery__video > div {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-live_delivery__video {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
#alpha-universe .cpplus2021-live_delivery__seminar {
  padding: 0 0 15px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-live_delivery__seminar {
    padding: 15px 0 30px;
    display: flex;
  }
}
#alpha-universe .cpplus2021-live_delivery__seminar-info {
  padding: 10px 0 20px;
  color: #fff;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .info-wrap {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .date {
  margin-right: 8px;
  font-size: 10px;
  color: #ea5404;
  font-weight: bold;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .title {
  margin-bottom: 8px;
  font-size: 11px;
  color: #fff;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .model {
  font-size: 10px;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .model::before {
  content: "主な機材 ";
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .model > span {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-live_delivery__seminar-info {
    order: 2;
    flex: 1 1 100%;
    padding: 0 0 0 20px;
  }
  #alpha-universe .cpplus2021-live_delivery__seminar-info .info-wrap {
    margin-bottom: 15px;
  }
  #alpha-universe .cpplus2021-live_delivery__seminar-info .date {
    font-size: 16px;
  }
  #alpha-universe .cpplus2021-live_delivery__seminar-info .title {
    font-size: 20px;
  }
  #alpha-universe .cpplus2021-live_delivery__seminar-info .model {
    font-size: 16px;
  }
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .labels {
  display: flex;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .labels > span {
  height: 18px;
  line-height: 18px;
  width: 65px;
  color: #202020;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .labels .seminar {
  margin-right: 5px;
  border: 1px solid #6d6d6d;
  background-color: #000000;
  color: #fff;
  line-height: 16px;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .labels .seminar::before {
  content: "SEMINAR";
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .labels .workshop {
  margin-right: 5px;
  background-color: #fff;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .labels .workshop::before {
  content: "WORKSHOP";
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .labels .movie {
  background-color: #fff799;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .labels .movie::before {
  content: "MOVIE";
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .labels .photo {
  background-color: #92d7e7;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .labels .photo::before {
  content: "PHOTO";
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-live_delivery__seminar-info .labels > span {
    padding: 0;
    width: 35px;
    height: 11px;
    line-height: 11px;
    font-size: 7px;
  }
  #alpha-universe .cpplus2021-live_delivery__seminar-info .labels .seminar {
    line-height: 9px;
  }
  #alpha-universe .cpplus2021-live_delivery__seminar-info .labels .movie, #alpha-universe .cpplus2021-live_delivery__seminar-info .labels .photo {
    width: 35px;
  }
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share {
  margin-left: auto;
  position: relative;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-live_delivery__seminar-info .share {
    position: absolute;
    right: 0;
    top: 0;
  }
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share input#share-btn {
  position: absolute;
  opacity: 0;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share input#share-btn:checked + .share-block {
  display: block !important;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-btn {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  border: 2px solid white;
  border-radius: 30px;
  color: #fff;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/live/icon_arrow_share.png) no-repeat center center/17px auto;
  cursor: pointer;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-btn::before {
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "シェア";
  font-size: 7px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-live_delivery__seminar-info .share-btn {
    padding-right: 12px;
    height: 35px;
    line-height: 28px;
    width: 225px;
    text-align: right;
    background-size: 24px auto;
    background-position: 12px 50%;
    transition: 0.3s;
  }
  #alpha-universe .cpplus2021-live_delivery__seminar-info .share-btn:hover {
    border-color: #ea5404;
    color: #ea5404;
  }
  #alpha-universe .cpplus2021-live_delivery__seminar-info .share-btn::before {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    content: "このセミナーをシェアする";
    font-size: 14px;
  }
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  padding-top: 22px;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__wrap {
  padding: 30px 30px 15px;
  background-color: #fff;
  position: relative;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__wrap::before {
  bottom: 100%;
  right: 27%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff transparent;
  content: "";
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__wrap::after {
  content: "※別ウインドウがひらきます";
  display: block;
  margin-top: 15px;
  font-size: 11px;
  text-align: center;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__wrap::before {
    right: 1%;
  }
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__icon {
  display: flex;
  justify-content: center;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__icon a {
  transition: opacity 0.3s;
  margin: 0 15px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__icon a:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__icon a::before {
  display: block;
  margin: 0 auto 6px;
  height: 55px;
  width: 55px;
  background: no-repeat center center/contain;
  content: "";
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__icon a.TW::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/live/share_Twitte.png);
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__icon a.FB::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/live/share_Facebook.png);
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__icon a.LN::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/live/sjare_LINE.png);
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__icon a::after {
  font-size: 14px;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__icon a.TW::after {
  content: "Twitter";
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__icon a.FB::after {
  content: "Facebook";
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__icon a.LN::after {
  content: "LINE";
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__urlcopy {
  display: flex;
  margin-top: 40px;
  max-width: 300px;
  width: 100%;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__urlcopy button, #alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__urlcopy input[type=submit], #alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__urlcopy input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__urlcopy input.text {
  width: calc(100% - 70px);
  border: 1px solid #afb0b0;
  background-color: #e4e4e4;
  border-radius: 3px 0 0 3px;
  font-size: 13px;
}
#alpha-universe .cpplus2021-live_delivery__seminar-info .share-block__urlcopy button.copy {
  width: 70px;
  height: 40px;
  background-color: #ea5404;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: none;
}
#alpha-universe .cpplus2021-live_delivery__seminar-profile {
  display: flex;
  align-items: center;
  border-top: 1px solid #484a4f;
  padding: 8px 0 0;
}
#alpha-universe .cpplus2021-live_delivery__seminar-profile .img {
  width: 60px;
  flex: 0 0 auto;
  margin: 0 14px 0 0;
}
#alpha-universe .cpplus2021-live_delivery__seminar-profile .body {
  color: #fff;
}
#alpha-universe .cpplus2021-live_delivery__seminar-profile .head {
  margin-bottom: 4px;
  font-size: 8px;
}
#alpha-universe .cpplus2021-live_delivery__seminar-profile .name {
  font-size: 11px;
}
#alpha-universe .cpplus2021-live_delivery__seminar-profile .kana {
  margin-top: 2px;
  font-size: 8px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-live_delivery__seminar-profile {
    flex: 0 0 auto;
    padding: 0 30px 0 0;
    border-top: none;
    border-right: 1px solid #484a4f;
  }
  #alpha-universe .cpplus2021-live_delivery__seminar-profile .img {
    width: 90px;
  }
  #alpha-universe .cpplus2021-live_delivery__seminar-profile .head {
    margin-bottom: 8px;
    font-size: 12px;
  }
  #alpha-universe .cpplus2021-live_delivery__seminar-profile .name {
    font-size: 18px;
  }
  #alpha-universe .cpplus2021-live_delivery__seminar-profile .kana {
    margin-top: 4px;
    font-size: 12px;
  }
}
#alpha-universe .cpplus2021-live_delivery__tweet {
  padding: 20px 0 15px;
  border-top: 1px solid #484a4f;
  color: #fff;
}
#alpha-universe .cpplus2021-live_delivery__tweet b {
  font-weight: bold;
}
#alpha-universe .cpplus2021-live_delivery__tweet .txt {
  font-size: 9px;
  line-height: 1.55;
  text-align: center;
}
#alpha-universe .cpplus2021-live_delivery__tweet .buttons {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#alpha-universe .cpplus2021-live_delivery__tweet .buttons a {
  margin: 0 6px;
  padding: 8px 13px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 8px;
  text-decoration: none;
}
#alpha-universe .cpplus2021-live_delivery__tweet .buttons a.tweet {
  background-color: #ea5404;
  color: #fff;
}
#alpha-universe .cpplus2021-live_delivery__tweet .buttons a.tweet::before {
  content: "Twitterで質問をツイートする";
}
#alpha-universe .cpplus2021-live_delivery__tweet .buttons a.hushtag {
  border: 2px solid white;
  color: #fff;
}
#alpha-universe .cpplus2021-live_delivery__tweet .buttons a.hushtag::before {
  content: "Twitterで＃をひらく";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-live_delivery__tweet {
    padding: 30px 0 40px;
  }
  #alpha-universe .cpplus2021-live_delivery__tweet .txt {
    font-size: 18px;
  }
  #alpha-universe .cpplus2021-live_delivery__tweet .buttons {
    margin-top: 30px;
  }
  #alpha-universe .cpplus2021-live_delivery__tweet .buttons a {
    margin: 0 19px;
    padding: 10px 20px;
    font-size: 14px;
    transition: 0.3s;
  }
  #alpha-universe .cpplus2021-live_delivery__tweet .buttons a.hushtag:hover {
    border-color: #ea5404;
    color: #ea5404;
  }
}
#alpha-universe .cpplus2021-live_delivery__banner a {
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-live_delivery__banner a:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-live_delivery__banner .is-enquete {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-live_delivery__banner .is-enquete {
    margin: 0;
    padding: 25px;
    background-color: #000000;
  }
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-live_delivery__banner {
    border-top: 1px solid #484a4f;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
#alpha-universe .cpplus2021-live_delivery__banner_is-archive {
  padding: 30px 0 40px;
  border-top: 1px solid #484a4f;
}
#alpha-universe .cpplus2021-live_delivery__banner_is-archive a {
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-live_delivery__banner_is-archive a:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-live_delivery__banner_is-archive a + a {
  display: block;
  margin: 25px 0 0;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-live_delivery__banner_is-archive {
    padding: 80px 0;
  }
  #alpha-universe .cpplus2021-live_delivery__banner_is-archive a + a {
    margin: 50px 0 0;
  }
}
#alpha-universe .cpplus2021-live_delivery#cpplus2021-archive_delivery .cpplus2021-live_delivery__header,
#alpha-universe .cpplus2021-live_delivery#cpplus2021-archive_delivery .cpplus2021-live_delivery__banner {
  display: none;
}
#alpha-universe .cpplus2021-live_delivery#cpplus2021-archive_delivery .cpplus2021-live_delivery__video > div {
  max-width: 1200px !important;
}

#alpha-universe .cpplus2021-entrance__bg {
  padding: 60px 0;
  background: #1f2024 url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/lounge_bg01_sp.png) no-repeat center -12px/100% auto;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-entrance__bg {
    padding: 90px 0;
    background: #1f2024 url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/lounge_bg01_pc.png) no-repeat center -8px/100% auto;
  }
}
#alpha-universe .cpplus2021-entrance__premium-lounge__title {
  margin: 0 0 35px;
  text-align: center;
}
#alpha-universe .cpplus2021-entrance__premium-lounge__title .txt01 {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-entrance__premium-lounge__title {
    margin: 0 0 40px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__title .txt01 {
    margin-bottom: 40px;
  }
}
#alpha-universe .cpplus2021-entrance__premium-lounge__attention {
  margin: 0 0 18px;
  padding: 8px;
  background-color: #474747;
  color: #c8c8c8;
}
#alpha-universe .cpplus2021-entrance__premium-lounge__attention dl {
  display: flex;
  font-size: 8px;
  line-height: 1.35;
  margin: 0;
}
#alpha-universe .cpplus2021-entrance__premium-lounge__attention dt {
  flex: 0 0 auto;
}
#alpha-universe .cpplus2021-entrance__premium-lounge__attention dd {
  flex: 0 1 auto;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-entrance__premium-lounge__attention {
    margin-bottom: 40px;
    padding: 18px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__attention dl {
    justify-content: center;
    font-size: 14px;
  }
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container {
  color: #000;
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container .premium_lounge {
  background: #c8cbce;
  background: linear-gradient(45deg, #c8cbce 0%, #ececec 50%, #c8cbce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c8cbce", endColorstr="#c8cbce",GradientType=1 );
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container .owners_lounge {
  background: #d6b668;
  background: linear-gradient(45deg, #d6b668 0%, #f3e09d 50%, #d6b668 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d6b668", endColorstr="#d6b668",GradientType=1 );
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container .lounge_name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
  height: 95px;
  border: 2px solid #000000;
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container p {
  line-height: 1.42;
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container .large {
  margin: 0 0 1em;
  font-size: 12px;
  font-weight: bold;
  font-feature-settings: "palt";
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container .middle {
  margin: 0 0 1em;
  font-size: 9px;
  font-weight: bold;
  font-feature-settings: "palt";
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container .small {
  font-size: 8px;
  font-feature-settings: "palt";
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container .small a {
  color: #00c;
  text-decoration: underline;
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container .login {
  margin-top: 15px;
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container .login a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  height: 33px;
  border-radius: 33px;
  border: 2px solid #000000;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container .register {
  margin: 18px 0 12px;
  font-size: 10px;
  text-align: center;
}
#alpha-universe .cpplus2021-entrance__premium-lounge__container .register a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .item {
    padding: 12px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .item.premium_lounge {
    margin-bottom: 20px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .lounge_name {
    margin: 0 0 10px;
    height: 35px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .txt_p-lounge {
    width: 31.787vw;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .txt_owner-lounge {
    width: 36.442vw;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-entrance__premium-lounge__container {
    display: flex;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .item {
    width: 590px;
    padding: 25px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .item.premium_lounge {
    margin-right: 20px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .txt_p-lounge {
    width: 123px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .txt_owner-lounge {
    width: 168px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .large {
    font-size: 21px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .middle {
    font-size: 16px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .small {
    font-size: 14px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .login {
    margin-top: 15px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .login a {
    margin: 0 70px;
    height: 50px;
    font-size: 18px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .register {
    font-size: 14px;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .adjustment {
    letter-spacing: -0.07em;
  }
  #alpha-universe .cpplus2021-entrance__premium-lounge__container .body {
    height: 170px;
  }
}
#alpha-universe .cpplus2021-premium_lounge__bg {
  position: relative;
  padding: 20px 0;
  background: #1f2024 url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/lounge_bg01_sp.png) no-repeat center -12px/100% auto;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_lounge__bg {
    padding: 30px 0 120px;
    background: #1f2024 url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/lounge_bg01_pc.png) no-repeat center -8px/100% auto;
  }
}
#alpha-universe .cpplus2021-premium_lounge__title {
  position: relative;
  margin: 0 0 20px;
  padding: 13px 0;
}
#alpha-universe .cpplus2021-premium_lounge__title::before {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: calc(100% - 25px);
  display: block;
  content: "";
  background: #c8cbce;
  background: linear-gradient(45deg, #c8cbce 0%, #ececec 50%, #c8cbce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c8cbce", endColorstr="#c8cbce",GradientType=1 );
}
#alpha-universe .cpplus2021-premium_lounge__title .title_welcome {
  width: 275px;
  position: relative;
  z-index: 1;
}
#alpha-universe .cpplus2021-premium_lounge__title.is-owners_lounge::before {
  background: #d6b668;
  background: linear-gradient(45deg, #d6b668 0%, #f3e09d 50%, #d6b668 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d6b668", endColorstr="#d6b668",GradientType=1 );
}
#alpha-universe .cpplus2021-premium_lounge__title.is-owners_lounge .title_welcome {
  width: 293px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_lounge__title.is-owners_lounge .title_welcome {
    width: 593px;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_lounge__title {
    margin-bottom: 40px;
    padding: 25px 0;
  }
  #alpha-universe .cpplus2021-premium_lounge__title::before {
    min-width: 640px;
    max-width: 1000px;
    width: 60%;
  }
  #alpha-universe .cpplus2021-premium_lounge__title .title_welcome {
    width: 549px;
  }
}
#alpha-universe .cpplus2021-premium_lounge__intro {
  margin: 0 0 50px;
  color: #fff;
  font-size: 11px;
  line-height: 1.45;
  font-weight: bold;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_lounge__intro {
    margin: 0 0 80px;
    font-size: 22px;
  }
}
#alpha-universe .cpplus2021-premium_lounge__container {
  position: relative;
  color: #fff;
}
#alpha-universe .cpplus2021-premium_lounge__container.is-owners_lounge {
  margin: 0 0 50px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_lounge__container.is-owners_lounge {
    margin-bottom: 80px;
  }
}
#alpha-universe .cpplus2021-premium_lounge__header {
  margin: 0 0 15px;
}
#alpha-universe .cpplus2021-premium_lounge__header p {
  font-feature-settings: "palt";
}
#alpha-universe .cpplus2021-premium_lounge__header p + p {
  margin-top: 5px;
}
#alpha-universe .cpplus2021-premium_lounge__header .heading {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: bold;
}
#alpha-universe .cpplus2021-premium_lounge__header .txt {
  color: #c2c2c2;
  font-size: 10px;
  line-height: 1.55;
}
#alpha-universe .cpplus2021-premium_lounge__header .large {
  font-size: 12px;
}
#alpha-universe .cpplus2021-premium_lounge__header .small {
  color: #808080;
  font-size: 7px;
}
#alpha-universe .cpplus2021-premium_lounge__header .attention {
  margin: 14px 0 0;
  padding: 8px;
  background-color: #474747;
  color: #c8c8c8;
}
#alpha-universe .cpplus2021-premium_lounge__header .attention dl {
  display: flex;
  font-size: 8px;
  line-height: 1.35;
  margin: 0;
}
#alpha-universe .cpplus2021-premium_lounge__header .attention dt {
  flex: 0 0 auto;
}
#alpha-universe .cpplus2021-premium_lounge__header .attention dd {
  flex: 0 1 auto;
}
#alpha-universe .cpplus2021-premium_lounge__header.is-owners_lounge {
  margin: 0 0 35px;
}
#alpha-universe .cpplus2021-premium_lounge__header.is-owners_lounge .heading {
  color: #eeda96;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_lounge__header.is-owners_lounge .txt {
    font-size: 16px;
  }
  #alpha-universe .cpplus2021-premium_lounge__header.is-owners_lounge .small {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_lounge__header {
    margin: 0 0 40px;
  }
  #alpha-universe .cpplus2021-premium_lounge__header .heading {
    margin-bottom: 20px;
    font-size: 25px;
  }
  #alpha-universe .cpplus2021-premium_lounge__header .txt {
    font-size: 14px;
  }
  #alpha-universe .cpplus2021-premium_lounge__header .large {
    font-size: 20px;
  }
  #alpha-universe .cpplus2021-premium_lounge__header .small {
    font-size: 12px;
  }
}
#alpha-universe .cpplus2021-premium_lounge__main.is-live {
  background: red;
}
#alpha-universe .cpplus2021-premium_lounge__main.is-archive {
  display: none;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_lounge__main {
    display: flex;
    width: 1200px;
    height: 455px;
  }
}
#alpha-universe .cpplus2021-premium_lounge__embed .waiting_image {
  display: none;
}
#alpha-universe .cpplus2021-premium_lounge__embed .waiting_image.is-live {
  display: block;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-premium_lounge__embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #alpha-universe .cpplus2021-premium_lounge__embed iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #alpha-universe .cpplus2021-premium_lounge__embed .waiting_image {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_lounge__embed {
    width: 640px;
  }
}
#alpha-universe .cpplus2021-premium_lounge__chat {
  width: 550px;
  margin-left: auto;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-premium_lounge__chat {
    display: none;
  }
}
#alpha-universe .cpplus2021-premium_lounge__footer {
  margin-top: 15px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_lounge__footer {
    margin: 0;
  }
}
#alpha-universe .cpplus2021-premium_lounge__premium_gallery a {
  display: block;
  position: relative;
  padding: 18px;
  background-color: #121212;
  color: #fff;
  border: 1px solid #444445;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_lounge__premium_gallery a:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-premium_lounge__premium_gallery a::before {
  right: 15px;
  top: 50%;
  position: absolute;
  margin-top: -19px;
  height: 38px;
  width: 38px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/premium_lounge/icon_arrow_in_circle.png) no-repeat 0 0/contain;
  content: "";
}
#alpha-universe .cpplus2021-premium_lounge__premium_gallery .title {
  margin: 0 0 10px;
  width: 150px;
}
#alpha-universe .cpplus2021-premium_lounge__premium_gallery .txt {
  font-size: 7px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_lounge__premium_gallery {
    top: 160px;
    right: 0;
    position: absolute;
    width: 555px;
    height: 150px;
  }
  #alpha-universe .cpplus2021-premium_lounge__premium_gallery.is-owners_lounge {
    top: 30px;
    right: auto;
    left: 50%;
    margin-left: 160px;
  }
  #alpha-universe .cpplus2021-premium_lounge__premium_gallery a {
    padding: 28px;
  }
  #alpha-universe .cpplus2021-premium_lounge__premium_gallery a::before {
    right: 28px;
    height: 64px;
    width: 64px;
    margin-top: -32px;
  }
  #alpha-universe .cpplus2021-premium_lounge__premium_gallery .title {
    width: 250px;
  }
  #alpha-universe .cpplus2021-premium_lounge__premium_gallery .txt {
    font-size: 12px;
  }
}

#alpha-universe .cpplus2021-premium_gallery__bg {
  background-color: #1f2024;
}
#alpha-universe .cpplus2021-premium_gallery__title {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__title {
    padding-top: 92px;
    padding-bottom: 40px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__intro {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__intro {
    font-size: 16px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__intro::before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ea5404;
  margin: 0 auto 25px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__intro::before {
    width: 50px;
    margin: 0 auto 50px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__list {
    margin-left: -5px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__list-annotation {
  margin-top: 40px;
  margin-bottom: 15px;
  opacity: 0.6;
  font-size: 8px;
  line-height: 1.56;
  color: #a3a3a3;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__list-annotation {
    margin-top: 80px;
    margin-bottom: 35px;
    font-size: 14px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__list.specials .cpplus2021-premium_gallery__item {
  width: 100%;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__list.specials .cpplus2021-premium_gallery__item {
    width: calc((100% - 33px) / 3);
  }
}
#alpha-universe .cpplus2021-premium_gallery__list.specials .cpplus2021-premium_gallery__item .schedule {
  margin: 15px 5px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__list.specials .cpplus2021-premium_gallery__item .schedule {
    margin: 20px 15px 15px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__item {
  width: calc(50% - 6px);
  margin: 0 0 6px 6px;
  background-color: #151515;
}
#alpha-universe .cpplus2021-premium_gallery__item > a {
  display: block;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__item > a:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-premium_gallery__item.inactive {
  pointer-events: none;
}
#alpha-universe .cpplus2021-premium_gallery__item .img {
  position: relative;
}
#alpha-universe .cpplus2021-premium_gallery__item .img:before {
  content: "";
  display: block;
  padding-top: 67%;
}
#alpha-universe .cpplus2021-premium_gallery__item .img > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#alpha-universe .cpplus2021-premium_gallery__item .img > .coming-soon {
  position: absolute;
  background: #414349;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#alpha-universe .cpplus2021-premium_gallery__item .img > .coming-soon span {
  position: absolute;
  top: calc(50% - 1vw);
  width: 100%;
  color: #1f2024;
  display: block;
  text-align: center;
  font-size: 2vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__item .img > .coming-soon span {
    font-size: 1.3vw;
  }
}
#alpha-universe .cpplus2021-premium_gallery__item .body {
  padding: 5px;
  display: flex;
}
#alpha-universe .cpplus2021-premium_gallery__item .body .image {
  width: 22%;
}
#alpha-universe .cpplus2021-premium_gallery__item .body .txt {
  margin-left: 8px;
}
#alpha-universe .cpplus2021-premium_gallery__item .body .txt .head {
  margin-top: 5px;
  font-size: 10px;
  color: #ea5404;
}
#alpha-universe .cpplus2021-premium_gallery__item .body .txt .name {
  margin-top: 3px;
  font-size: 11px;
  color: #ffffff;
}
#alpha-universe .cpplus2021-premium_gallery__item .schedule {
  margin: 0 5px 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  border: solid 1px #ea5404;
  color: #ea5404;
  font-size: 11px;
}
#alpha-universe .cpplus2021-premium_gallery__item .schedule.active {
  background-color: #ea5404;
  color: #fff;
  letter-spacing: 4px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__item {
    width: calc((100% - 33px) / 3);
    margin: 0 0 15px 15px;
  }
  #alpha-universe .cpplus2021-premium_gallery__item:nth-child(3n-2) {
    margin-left: 0;
  }
  #alpha-universe .cpplus2021-premium_gallery__item .body {
    padding: 15px;
  }
  #alpha-universe .cpplus2021-premium_gallery__item .body .image {
    width: 79px;
  }
  #alpha-universe .cpplus2021-premium_gallery__item .body .txt {
    margin-left: 17px;
  }
  #alpha-universe .cpplus2021-premium_gallery__item .body .txt .head {
    font-size: 12px;
    margin-top: 18px;
  }
  #alpha-universe .cpplus2021-premium_gallery__item .body .txt .name {
    font-size: 22px;
    margin-top: 10px;
  }
  #alpha-universe .cpplus2021-premium_gallery__item .schedule {
    margin: 0 15px 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }
  #alpha-universe .cpplus2021-premium_gallery__item .schedule.active {
    font-size: 14px;
    letter-spacing: 4px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__special h2 {
  margin-top: 32px;
  margin-bottom: 17px;
  color: #fff;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__special h2 {
    margin-top: 75px;
    margin-bottom: 50px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__header {
  padding-top: 45px;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__header {
    padding-top: 94px;
    margin-bottom: 60px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__header-btn {
  width: 130px;
  height: 33px;
  margin: 0 auto;
  margin-bottom: 39px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__header-btn {
    float: right;
    margin-bottom: 0;
  }
}
#alpha-universe .cpplus2021-premium_gallery__header-btn a {
  background-color: #35373d;
  border-radius: 16px;
  line-height: 33px;
  width: 100%;
  color: #fff;
  position: relative;
  display: block;
  font-size: 9px;
  text-decoration: none;
}
#alpha-universe .cpplus2021-premium_gallery__header-btn a div {
  text-align: center;
  padding-left: 30px;
}
#alpha-universe .cpplus2021-premium_gallery__header-btn a div::before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -6px;
  left: 20px;
  width: 18px;
  height: 12px;
  background: url("/ichigan/a-universe/assets/img/specialevent/cpplus2021/premium_lounge/premium_gallery/backtolist.png") top left no-repeat;
  background-size: 18px 12px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__header-btn {
    width: 278px;
    height: 50px;
  }
  #alpha-universe .cpplus2021-premium_gallery__header-btn a {
    border-radius: 25px;
    line-height: 50px;
    font-size: 14px;
    transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__header-btn a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__header-btn a div {
    text-align: center;
    padding-left: 30px;
  }
  #alpha-universe .cpplus2021-premium_gallery__header-btn a div::before {
    left: 44px;
    width: 18px;
    height: 12px;
    margin-top: -5px;
    background-size: 18px 12px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__header-creator {
  display: flex;
}
#alpha-universe .cpplus2021-premium_gallery__header-img {
  width: 40%;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__header-img {
    width: 260px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__header-profile {
  margin-left: 30px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__header-profile {
    margin-left: 64px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__header-head {
  color: #ea5404;
  margin-top: 12px;
  font-size: 9px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__header-head {
    margin-top: 22px;
    font-size: 18px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__header-name {
  color: #ffffff;
  margin-top: 14px;
  font-size: 21px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__header-name {
    margin-top: 26px;
    font-size: 43px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__header-kana {
  color: #989898;
  margin-top: 14px;
  font-size: 9px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__header-kana {
    margin-top: 26px;
    font-size: 18px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__header-discography {
  color: #ea5404;
  font-size: 9px;
  margin-top: 30px;
}
#alpha-universe .cpplus2021-premium_gallery__header-discography a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__header-discography {
    margin-top: 64px;
    font-size: 18px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-prev-container {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  max-height: 800px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-prev-container ul > li > div {
    height: 800px;
    text-align: center;
  }
  #alpha-universe .cpplus2021-premium_gallery__detail-prev-container ul > li > div img {
    width: auto;
    height: 100%;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-prev-container ul > li img {
  width: 100%;
}
#alpha-universe .cpplus2021-premium_gallery__detail-prev-container ul > li:hover {
  background-color: black;
  opacity: 0.4;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-prev-description {
    margin-top: 30px;
    display: flex;
    flex-direction: row-reverse;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-prev-controller {
  position: relative;
  width: 70%;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-prev-controller {
    margin: 15px auto 0;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-prev-controller {
    width: 300px;
    height: 50px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-prev-controller .swiper-button-next,
#alpha-universe .cpplus2021-premium_gallery__detail-prev-controller .swiper-button-prev {
  top: 0;
  width: 22px;
  height: 50px;
  background-size: 22px 50px;
  background-repeat: no-repeat;
  background-position: center;
}
#alpha-universe .cpplus2021-premium_gallery__detail-prev-controller .swiper-button-next::after,
#alpha-universe .cpplus2021-premium_gallery__detail-prev-controller .swiper-button-prev::after {
  font-variant: none !important;
}
#alpha-universe .cpplus2021-premium_gallery__detail-prev-controller .swiper-button-next {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2021/premium_lounge/premium_gallery/right-arrow.png");
}
#alpha-universe .cpplus2021-premium_gallery__detail-prev-controller .swiper-button-prev {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2021/premium_lounge/premium_gallery/left-arrow.png");
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-prev-controller .swiper-button-next,
#alpha-universe .cpplus2021-premium_gallery__detail-prev-controller .swiper-button-prev {
    display: flex;
  }
  #alpha-universe .cpplus2021-premium_gallery__detail-prev-controller .swiper-button-next:hover,
#alpha-universe .cpplus2021-premium_gallery__detail-prev-controller .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-prev-controller .page {
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  letter-spacing: 10px;
  color: #989898;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-prev-exif {
    width: 850px;
    display: flex;
    margin-right: 50px;
    flex-wrap: wrap;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-prev-exif .exif-box {
  margin: 0;
  margin-top: 7px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-prev-exif .exif-box {
    margin-left: 20px;
    margin-right: 60px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-prev-exif .exif-head {
  margin: 0;
  color: #ea5404;
  font-size: 10px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-prev-exif .exif-head {
    margin-top: 7px;
    font-size: 12px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-prev-exif .exif-body {
  margin: 0;
  color: #ffffff;
  margin-top: 3px;
  font-size: 11px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-prev-exif .exif-body {
    margin-top: 5px;
    font-size: 16px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-list-container {
  margin-top: 20px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-list-container {
    margin-top: 30px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-list-container .list {
  display: flex;
  flex-wrap: wrap;
}
#alpha-universe .cpplus2021-premium_gallery__detail-list-container .list-annotation {
  margin-bottom: 10px;
  opacity: 0.6;
  font-size: 8px;
  line-height: 1.56;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-list-container .list-annotation {
    font-size: 14px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-list-container .item {
  width: calc((100% - 12px) / 4);
  margin: 0 0 3px 3px;
  background-color: #2e3035;
  position: relative;
}
#alpha-universe .cpplus2021-premium_gallery__detail-list-container .item:nth-child(4n-3) {
  margin-left: 0;
}
#alpha-universe .cpplus2021-premium_gallery__detail-list-container .item:before {
  content: "";
  padding-top: calc(100% * 2 / 3);
  display: block;
}
#alpha-universe .cpplus2021-premium_gallery__detail-list-container .item > a {
  display: block;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-list-container .item > a:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-list-container .item > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__detail-list-container .item {
    width: calc((100% - 36px) / 4);
    margin: 0 0 12px 12px;
  }
  #alpha-universe .cpplus2021-premium_gallery__detail-list-container .item:nth-child(4n-3) {
    margin-left: 0;
  }
}
#alpha-universe .cpplus2021-premium_gallery__detail-list-container .item.img-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: solid #ff7200 2px;
  background-color: rgba(0, 0, 0, 0.5);
}
#alpha-universe .cpplus2021-premium_gallery__detail-movie {
  width: 100%;
}
#alpha-universe .cpplus2021-premium_gallery__detail-movie video {
  width: 100%;
}
#alpha-universe .cpplus2021-premium_gallery__video {
  max-width: 960px;
  margin: 60px auto;
}
#alpha-universe .cpplus2021-premium_gallery__video .youtube {
  margin: 30px 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#alpha-universe .cpplus2021-premium_gallery__video .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#alpha-universe .cpplus2021-premium_gallery__footer {
  margin-top: 25px;
}
#alpha-universe .cpplus2021-premium_gallery__footer-box:after {
  display: block;
  content: "";
  clear: both;
  padding-top: 40px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__footer-box:after {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__footer-box {
    display: flex;
    width: 600px;
    margin: 0 auto;
    margin-top: 86px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__footer-btn {
  height: 33px;
  margin: 0 auto;
  color: #fff;
}
#alpha-universe .cpplus2021-premium_gallery__footer-btn a {
  border-radius: 16px;
  position: relative;
  display: block;
  line-height: 33px;
  width: 100%;
  color: #fff;
  font-size: 9px;
  text-decoration: none;
}
#alpha-universe .cpplus2021-premium_gallery__footer-btn a div {
  text-align: center;
  padding-left: 30px;
}
#alpha-universe .cpplus2021-premium_gallery__footer-btn a div::before {
  position: absolute;
  content: "";
  top: 50%;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__footer-btn {
    height: 50px;
  }
  #alpha-universe .cpplus2021-premium_gallery__footer-btn a {
    border-radius: 25px;
    line-height: 50px;
    font-size: 14px;
    transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__footer-btn a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__footer-btn a div {
    text-align: center;
    padding-left: 30px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__footer-btn:nth-child(1) {
  width: 190px;
  margin-bottom: 20px;
  margin-top: 24px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__footer-btn:nth-child(1) {
    margin-top: 0;
  }
}
#alpha-universe .cpplus2021-premium_gallery__footer-btn:nth-child(1) a {
  background-color: #35373d;
}
#alpha-universe .cpplus2021-premium_gallery__footer-btn:nth-child(1) a div::before {
  left: 20px;
  width: 18px;
  height: 12px;
  background: url("/ichigan/a-universe/assets/img/specialevent/cpplus2021/premium_lounge/premium_gallery/backtolist.png") top left no-repeat;
  margin-top: -6px;
  background-size: 18px 12px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__footer-btn:nth-child(1) {
    width: 278px;
  }
  #alpha-universe .cpplus2021-premium_gallery__footer-btn:nth-child(1) a div::before {
    left: 34px;
    width: 18px;
    height: 12px;
    margin-top: -5px;
    background-size: 18px 12px;
  }
}
#alpha-universe .cpplus2021-premium_gallery__footer-btn:nth-child(2) {
  width: 160px;
  margin-bottom: 39px;
}
#alpha-universe .cpplus2021-premium_gallery__footer-btn:nth-child(2) a {
  border: solid 1px white;
  background-color: black;
}
#alpha-universe .cpplus2021-premium_gallery__footer-btn:nth-child(2) a div::before {
  left: 20px;
  width: 16px;
  height: 13px;
  background: url("/ichigan/a-universe/assets/img/specialevent/cpplus2021/premium_lounge/premium_gallery/home.png") top left no-repeat;
  margin-top: -8px;
  background-size: 16px 13px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery__footer-btn:nth-child(2) {
    width: 218px;
  }
  #alpha-universe .cpplus2021-premium_gallery__footer-btn:nth-child(2) a div::before {
    left: 34px;
    width: 20px;
    height: 17px;
    margin-top: -10px;
    background-size: 20px 17px;
  }
}

@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery_acafe .cpplus2021-premium_gallery__bg {
    padding-bottom: 120px;
  }
}
#alpha-universe .cpplus2021-premium_gallery_acafe__header {
  padding: 25px 0 0;
  background-color: #1b1b1e;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery_acafe__header {
    padding: 90px 0 45px;
  }
}
#alpha-universe .cpplus2021-premium_gallery_acafe__header-title {
  width: 74.48vw;
  margin: 0 auto 25px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery_acafe__header-title {
    width: 762px;
    margin: 0 0 20px;
    padding: 10px 0 0;
  }
}
#alpha-universe .cpplus2021-premium_gallery_acafe__header-intro {
  color: #c8c8c8;
  font-size: 10px;
  line-height: 1.55;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery_acafe__header-intro {
    font-size: 16px;
  }
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu {
  margin-top: 30px;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu ul {
  display: flex;
  flex-wrap: wrap;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li {
  width: 50%;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li > div {
  position: relative;
  padding: 10px 12px 10px 22px;
  height: 100%;
  background-color: #4b4e56;
  color: #b5b5b5;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #333333;
  content: "";
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li > div.campione::before {
  background-color: #ed7100;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li > div.campione.active {
  background-color: #d45f00;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li > div.new-comer::before {
  background-color: #0089cd;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li > div.new-comer.active {
  background-color: #007ab6;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li > div.movie::before {
  background-color: #03b06e;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li > div.movie.active {
  background-color: #029960;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li > div.active {
  background-color: #262626;
  color: #fff;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu .en {
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: bold;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu .name {
  margin-bottom: 9px;
  font-size: 8px;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu .dept {
  color: #ffffff;
  font-size: 9px;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu .dept::after {
  margin-left: 5px;
  height: 6px;
  width: 6px;
  display: inline-block;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li {
    width: calc((100% - 2px) / 3);
    margin: 0 0 1px 1px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li:nth-child(3n+1) {
    margin-left: 0;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li > div {
    padding: 18px 18px 18px 38px;
    cursor: pointer;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu li > div::before {
    width: 20px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu .en {
    margin-bottom: 4px;
    font-size: 18px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu .name {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu .dept {
    font-size: 18px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__tab-menu .dept::after {
    height: 12px;
    width: 12px;
  }
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award {
  padding: 45px 0 10px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery_acafe__award {
    padding: 85px 0 0;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award .cpplus2021-common__wrapper {
    width: 980px;
  }
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-heading {
  margin: 0 0 35px;
  color: #fff;
  text-align: center;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-heading .en {
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: bold;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-heading .name {
  color: #909090;
  font-size: 14px;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-heading .dept {
  position: relative;
  margin: 17px 0 0;
  padding: 16px 0 0;
  font-weight: bold;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-heading .dept::before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 2px;
  background-color: #ea5404;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-heading {
    margin: 0 0 100px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-heading .en {
    margin-bottom: 15px;
    font-size: 40px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-heading .name {
    font-size: 22px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-heading .dept {
    margin: 30px 0 0;
    padding: 40px 0 0;
    font-size: 30px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-heading .dept::before {
    width: 48px;
    height: 3px;
    margin-left: -24px;
  }
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block {
  margin-bottom: 35px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-block {
    margin-bottom: 120px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-block:last-child {
    margin-bottom: 0;
  }
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header .label {
  flex: 0 0 48px;
  width: 48px;
  margin-right: 6px;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header .label.most-label {
  flex: 0 0 80px;
  width: 80px;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header .title {
  color: #fff;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header .txt {
  font-size: 11px;
  font-weight: bold;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header .txt span {
  font-size: 9px;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header .model {
  margin-top: 3px;
  font-size: 8px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header {
    margin-bottom: 18px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header .label {
    flex-basis: 72px;
    width: 72px;
    margin-right: 20px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header .label.most-label {
    flex-basis: 120px;
    width: 120px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header .title {
    display: flex;
    flex: 1 1 auto;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header .txt {
    font-size: 24px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header .txt span {
    font-size: 20px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-block-header .model {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 18px;
  }
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-attention {
  margin-top: 10px;
  color: #fff;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-work {
  padding: 4px;
  border: 1px solid transparent;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-work .work-inner {
  padding: 25px;
  background-color: #f2f2f2;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-work .responsive-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-work .responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-block-work {
    padding: 8px;
  }
  #alpha-universe .cpplus2021-premium_gallery_acafe__award-block-work .work-inner {
    padding: 80px;
  }
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-work.gold {
  border-color: #f1e9cf;
  background: #f7d252;
  background: linear-gradient(to right, #f7d252 0%, #f4ef7a 28%, #b08d3c 61%, #f6d34f 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7d252", endColorstr="#f6d34f",GradientType=1 );
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-work.silver {
  background-color: #ffffff;
  background: #a6a6a6;
  background: linear-gradient(45deg, #a6a6a6 0%, #dbdbdb 28%, #aeaeae 61%, #e5e5e5 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6a6a6", endColorstr="#e5e5e5",GradientType=1 );
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-work.copper {
  background-color: #ebc4d6;
  background: #f2ccc3;
  background: linear-gradient(to top right, #f2ccc3 0%, #d9a786 28%, #ad8166 61%, #e2c0af 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2ccc3", endColorstr="#e2c0af",GradientType=1 );
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-work.campione {
  background-color: #ed7100;
  background: #d45f00;
  background: linear-gradient(to right, #d45f00 0%, #ff983a 28%, #ff9331 61%, #ed7100 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d45f00", endColorstr="#ed7100",GradientType=1 );
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-work.new-comer {
  border-color: #0089cd;
  background: #007ab6;
  background: linear-gradient(to right, #007ab6 0%, #0089cd 28%, #009deb 61%, #007ab6 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007ab6", endColorstr="#007ab6",GradientType=1 );
}
#alpha-universe .cpplus2021-premium_gallery_acafe__award-block-work.movie {
  border-color: #03b06e;
  background: #029960;
  background: linear-gradient(to right, #029960 0%, #03b06e 28%, #00d382 61%, #029960 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#029960", endColorstr="#029960",GradientType=1 );
}

#alpha-universe .cpplus2021-seminar_workshop_archive {
  position: relative;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__header__bg {
  padding: 50px 0 0;
  background: #1f2024;
  color: #c8c8c8;
  position: relative;
  overflow: hidden;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__header__bg::before {
  right: -66.5vw;
  top: -26.6vw;
  position: absolute;
  height: 138.187vw;
  width: 114.646vw;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/seminar_bg01.png) no-repeat 0 0/contain;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__header__bg {
    padding: 110px 0 0px;
  }
  #alpha-universe .cpplus2021-seminar_workshop_archive__header__bg::before {
    top: 0;
    right: 50%;
    margin-right: -990px;
    height: 1039px;
    width: 862px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__header__wrapper {
  position: relative;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__header__title {
  margin: 0 0 30px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__header__title {
    margin: 0 0 75px;
    width: 593px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__header__rimit {
  margin-bottom: 20px;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__header__comment {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 50px 0;
  background-color: rgba(47, 49, 54, 0.9);
}
#alpha-universe .cpplus2021-seminar_workshop_archive__header__comment-wrap {
  line-height: 1.5;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__header__comment-wrap .open_subtitle {
  margin-top: 15px;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__header__comment-wrap .open_subtitle .cpplus2021-button::after {
  content: none;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__header-banner {
    padding: 20px 25px;
    background-color: #030304;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__header-banner .cpplus2021-premium_lounge__premium_gallery {
    top: 70px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__bg {
  padding: 0 0 60px;
  background-color: #1f2024;
  color: #fff;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__bg {
    padding-bottom: 120px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__login {
  padding: 30px 0;
  border-bottom: 1px solid #4d4d4d;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__login {
    margin-bottom: 0;
    padding: 55px 0;
    border-bottom: none;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__login.is-exclusive {
  display: none;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__login-txt {
  margin: 0 0 15px;
  line-height: 1.42;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__login-txt {
    margin: 0 0 25px;
    font-size: 19px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__login-button {
  display: flex;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__login-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 41.895vw;
  border-radius: 30px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__login-button a:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__login-button a.login {
  background-color: #ea5404;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__login-button a.regist {
  margin-left: auto;
  background-color: #35373d;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__login-button {
    justify-content: center;
  }
  #alpha-universe .cpplus2021-seminar_workshop_archive__login-button a {
    width: 260px;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
  }
  #alpha-universe .cpplus2021-seminar_workshop_archive__login-button a.regist {
    margin: 0 0 0 20px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__closed_login {
  position: absolute;
  z-index: 10;
  top: -5px;
  left: -35px;
  right: -35px;
  bottom: -5px;
  padding: 150px 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#alpha-universe .cpplus2021-seminar_workshop_archive__closed_login-txt {
  margin: 0 0 15px;
  line-height: 1.42;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__closed_login-txt {
    margin: 0 0 25px;
    font-size: 16px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__closed_login-button {
  display: flex;
  justify-content: center;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__closed_login-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 33.25vw;
  border-radius: 30px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__closed_login-button a:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__closed_login-button a.login {
  background-color: #ea5404;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__closed_login-button a.regist {
  margin-left: 13px;
  background-color: #35373d;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__closed_login-button a {
    width: 150px;
    height: 38px;
    border-radius: 38px;
    font-size: 14px;
  }
  #alpha-universe .cpplus2021-seminar_workshop_archive__closed_login-button a.regist {
    margin: 0 0 0 20px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__closed_login-icon {
  width: 35px;
  margin: 0 auto 15px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__closed_login-icon {
    width: 46px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__container {
  padding: 20px 0 0;
  position: relative;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__container {
    padding: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    width: auto;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block {
  margin-bottom: 30px;
  position: relative;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__block:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block a {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__block.icon-p {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__block {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: calc((100% - 71px) / 3);
    margin-left: 35px;
    margin-bottom: 60px;
    padding: 0;
  }
  #alpha-universe .cpplus2021-seminar_workshop_archive__block:nth-child(3n+1) {
    margin-left: 0;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_header {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_header {
    flex: 0 0 auto;
    margin: 0 0 20px;
    height: 48px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_header-photo {
  flex: 0 0 auto;
  width: 16.625vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_header-photo {
    display: none;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_header-body {
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 15px;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_header-body > div + div {
  margin-left: 15px;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_header-body .head {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  color: #ea5404;
  line-height: 1.58;
  letter-spacing: 0.04em;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_header-body .name {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  letter-spacing: 0.04em;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_header-body .model {
  display: block;
  font-size: 9px;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_header-body .model::before {
  content: "主な機材 ";
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_header-body .model > span {
  display: inline-block;
  vertical-align: top;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_header-body div.model {
  flex: 0 0 100%;
  margin-left: 0;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_header-body {
    padding: 0;
  }
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_header-body .head {
    margin-bottom: 8px;
    font-size: 12px;
  }
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_header-body .name {
    font-size: 22px;
  }
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_header-body .model {
    font-size: 12px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block#c-acafe_index .name {
  font-size: 15px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__block#c-acafe_index .name {
    display: inline-block;
    margin-top: 5px;
    font-size: 20px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main a {
  display: block;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_main {
    flex: 1 1 auto;
    min-height: 0%;
    background-color: #000000;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main-thumbnail {
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_main-thumbnail {
    display: none;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main-body {
  position: relative;
  background-color: #000000;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  background-color: #000000;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo .detail {
  position: relative;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo .time {
  margin: 0 0 5px 65px;
  padding-left: 6px;
  color: #ea5404;
  line-height: 17px;
  font-size: 9px;
  font-weight: bold;
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo .time::before {
  border-right: 1px solid #424449;
  background: no-repeat left center/auto 76%;
  content: "";
  height: 17px;
  width: 65px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo .time::before {
    height: 15px;
    width: 60px;
    background-size: auto 12px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo.date0225 .time::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/txt_date0225.png);
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo.date0226 .time::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/txt_date0226.png);
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo.date0227 .time::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/txt_date0227.png);
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo.date0228 .time::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/prior/txt_date0228.png);
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo .title {
  line-height: 1.2;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo {
    padding: 10px;
  }
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo .time {
    margin: 0 0 6px 65px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
  }
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo .title {
    font-size: 14px;
  }
}
#alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo::after {
  flex: 0 0 auto;
  margin-left: auto;
  height: 42px;
  width: 42px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/workshop/archive/icon_play.png) no-repeat 0 0/contain;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar_workshop_archive__block_main-eventinfo::after {
    margin-left: auto;
    height: 42px;
    width: 42px;
  }
}

#alpha-universe .cpplus2021-common__wrapper {
  margin: 0 25px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-common__wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}
#alpha-universe .cpplus2021-kv__bg {
  padding: 11.4vw 0 10.66vw;
  width: 100%;
  position: relative;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/kv_bg_sp.png) no-repeat 0 0/cover;
  overflow: hidden;
}
#alpha-universe .cpplus2021-kv__bg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/kv_filter_sp.png) no-repeat center center/cover;
  pointer-events: none;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-kv__bg {
    padding: 50px 0 0;
    height: 550px;
    background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/kv_bg_pc.png);
  }
  #alpha-universe .cpplus2021-kv__bg::before {
    background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/kv_filter_pc.png);
  }
}
#alpha-universe .cpplus2021-kv__carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
#alpha-universe .cpplus2021-kv__carousel-inner .pt {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
#alpha-universe .cpplus2021-kv__carousel-inner .pt img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#alpha-universe .cpplus2021-kv__carousel-left {
  position: absolute;
  bottom: -40px;
  left: -270px;
  height: 500px;
  width: 680px;
  transform: rotate(-45deg);
  overflow: hidden;
}
#alpha-universe .cpplus2021-kv__carousel-left .pt:nth-child(1) {
  top: 0;
  left: 200%;
}
#alpha-universe .cpplus2021-kv__carousel-left .pt:nth-child(2) {
  top: 100%;
  left: 200%;
}
#alpha-universe .cpplus2021-kv__carousel-left .pt:nth-child(3) {
  top: 100%;
  left: 100%;
}
#alpha-universe .cpplus2021-kv__carousel-left .pt:nth-child(4) {
  top: 200%;
  left: 100%;
}
#alpha-universe .cpplus2021-kv__carousel-left .pt:nth-child(5) {
  top: 200%;
  left: 0px;
}
@media (max-width: 1100px) {
  #alpha-universe .cpplus2021-kv__carousel-left {
    bottom: -170px;
    left: -430px;
  }
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-kv__carousel-left {
    bottom: 14.63vw;
    left: -25.27vw;
    height: 58.52vw;
    width: 42.7196vw;
  }
}
#alpha-universe .cpplus2021-kv__carousel-right {
  position: absolute;
  top: -50px;
  right: -250px;
  height: 470px;
  width: 640px;
  transform: rotate(-45deg);
  overflow: hidden;
}
#alpha-universe .cpplus2021-kv__carousel-right .pt:nth-child(1) {
  top: 0;
  left: 0px;
}
#alpha-universe .cpplus2021-kv__carousel-right .pt:nth-child(2) {
  top: -100%;
  left: 0px;
}
#alpha-universe .cpplus2021-kv__carousel-right .pt:nth-child(3) {
  top: -100%;
  left: 100%;
}
#alpha-universe .cpplus2021-kv__carousel-right .pt:nth-child(4) {
  top: -200%;
  left: 100%;
}
#alpha-universe .cpplus2021-kv__carousel-right .pt:nth-child(5) {
  top: -200%;
  left: 200%;
}
@media (max-width: 1100px) {
  #alpha-universe .cpplus2021-kv__carousel-right {
    top: -180px;
    right: -390px;
  }
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-kv__carousel-right {
    top: 0;
    right: -34.58vw;
    height: 48.545vw;
    width: 66.5vw;
  }
}
#alpha-universe .cpplus2021-kv__content {
  position: relative;
  z-index: 1;
}
#alpha-universe .cpplus2021-kv__cc-sp {
  width: 33.7%;
  margin: 0 auto 15.4vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-kv__cc-sp {
    display: none;
  }
}
#alpha-universe .cpplus2021-kv__cc-pc {
  margin: 28px auto 0;
  transform: translateX(9px);
  width: 458px;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-kv__cc-pc {
    display: none;
  }
}
#alpha-universe .cpplus2021-kv__logo {
  width: 33.782vw;
  margin: 0 auto 4.6vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-kv__logo {
    width: 165px;
    margin-bottom: 35px;
    transform: translateX(-8px);
  }
}
#alpha-universe .cpplus2021-kv__date {
  width: 29.659vw;
  margin: 0 auto 60px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-kv__date {
    bottom: -44px;
    left: 50%;
    position: absolute;
    margin: 0 0 0 -147px;
    width: 294px;
  }
}
#alpha-universe .cpplus2021-kv__product {
  position: relative;
  width: 54.397vw;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-kv__product {
    width: 370px;
    right: 0px;
  }
}
#alpha-universe .cpplus2021-cv {
  position: relative;
  z-index: 3;
}
#alpha-universe .cpplus2021-cv img, #alpha-universe .cpplus2021-cv picture {
  width: 100%;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-cv {
    margin: -40px 0 -100px;
  }
  #alpha-universe .cpplus2021-cv__container {
    display: flex;
    max-width: 980px;
    margin: 0 auto;
  }
  #alpha-universe .cpplus2021-cv__col {
    width: 50%;
    background-color: #fff;
  }
}
#alpha-universe .cpplus2021-cv a {
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-cv a:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-cv.is-live {
  display: none;
}
#alpha-universe .cpplus2021-banner {
  text-align: center;
  position: relative;
}
#alpha-universe .cpplus2021-banner__anchor {
  margin: 20px 0 0;
  display: block;
}
#alpha-universe .cpplus2021-banner__anchor:first-child {
  margin: 0;
}
#alpha-universe .cpplus2021-banner__bg {
  padding: 40px 0;
  background-color: #17181b;
  color: #c8c8c8;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-banner__bg {
    padding: 140px 0 90px;
  }
}
#alpha-universe .cpplus2021-banner__copy {
  margin: 20px 0 0;
}
#alpha-universe .cpplus2021-banner__copy .txt {
  line-height: 1.75;
  font-size: 2.66vw;
  text-align: center;
}
#alpha-universe .cpplus2021-banner__copy .a1_txt {
  margin: 0 3px;
  width: 6.118vw;
  vertical-align: baseline;
}
#alpha-universe .cpplus2021-banner__copy .FX3_txt {
  margin: 0 3px;
  width: 6.384vw;
  vertical-align: baseline;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-banner__copy {
    margin-top: 30px;
  }
  #alpha-universe .cpplus2021-banner__copy .txt {
    font-size: 18px;
  }
  #alpha-universe .cpplus2021-banner__copy .a1_txt {
    margin: 0 6px;
    width: 41px;
  }
  #alpha-universe .cpplus2021-banner__copy .FX3_txt {
    margin: 0 6px;
    width: 42px;
  }
}
#alpha-universe .cpplus2021-banner a {
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-banner a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-banner .bnr {
    width: 980px;
  }
  #alpha-universe .cpplus2021-banner .cpplus2021-common__wrapper {
    max-width: 980px;
  }
}
#alpha-universe .cpplus2021-banner_present01_pc {
  height: 100%;
  width: 76px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#alpha-universe .cpplus2021-banner_present01_pc.fixed {
  position: fixed;
  z-index: 998;
}
#alpha-universe .cpplus2021-banner_present01_pc img {
  position: absolute;
  top: 110px;
  right: 0;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-banner_present01_pc {
    display: none;
  }
}
#alpha-universe .cpplus2021-welcome__bg {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #414349;
  color: #c8c8c8;
}
#alpha-universe .cpplus2021-welcome__bg::before, #alpha-universe .cpplus2021-welcome__bg::after {
  height: 1px;
  width: 300px;
  background-color: #6e8a91;
  position: absolute;
  transform: rotate(-45deg);
  content: "";
}
#alpha-universe .cpplus2021-welcome__bg::before {
  top: 100px;
  right: 67%;
}
#alpha-universe .cpplus2021-welcome__bg::after {
  bottom: 100px;
  left: 67%;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-welcome__bg {
    padding: 100px 0;
  }
  #alpha-universe .cpplus2021-welcome__bg::before, #alpha-universe .cpplus2021-welcome__bg::after {
    width: 700px;
  }
}
#alpha-universe .cpplus2021-welcome__header {
  margin: 0 0 60px;
}
#alpha-universe .cpplus2021-welcome__header.titleBorder-bottom::before {
  bottom: -30px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-welcome__header {
    margin: 0 0 50px;
  }
  #alpha-universe .cpplus2021-welcome__header.titleBorder-bottom::before {
    content: none;
  }
}
#alpha-universe .cpplus2021-welcome__title {
  width: 77.406vw;
  margin: 0 auto 20px;
  position: relative;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-welcome__title {
    margin-bottom: 25px;
    max-width: 774px;
  }
}
#alpha-universe .cpplus2021-welcome__date {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
}
#alpha-universe .cpplus2021-welcome__date .head {
  flex: 0 0 40px;
  margin-right: 17px;
  padding: 6px 0;
  border: 1px solid #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
#alpha-universe .cpplus2021-welcome__date .date {
  flex: 0 1 auto;
  width: 53.2vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-welcome__date {
    justify-content: flex-start;
  }
  #alpha-universe .cpplus2021-welcome__date .head {
    flex-basis: 50px;
    width: 50px;
    margin-right: 22px;
    font-size: 14px;
  }
  #alpha-universe .cpplus2021-welcome__date .date {
    width: 260px;
  }
}
#alpha-universe .cpplus2021-welcome__copy {
  line-height: 1.8;
  font-size: 12px;
  position: relative;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-welcome__copy {
    line-height: 1.94;
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-welcome__wrap {
    display: flex;
    max-width: 1090px;
    margin: 0 auto;
  }
}
#alpha-universe .cpplus2021-welcome__wrap-link {
  margin: 30px 0 0;
}
#alpha-universe .cpplus2021-welcome__wrap-link .logo {
  width: 39.9vw;
  margin: 0 auto 20px;
}
#alpha-universe .cpplus2021-welcome__wrap-link .cpplus2021-button {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-welcome__wrap-link {
    flex: 0 0 auto;
    margin: 0 0 0 auto;
  }
  #alpha-universe .cpplus2021-welcome__wrap-link .logo {
    width: 205px;
  }
  #alpha-universe .cpplus2021-welcome__wrap-link .btn a {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-welcome__wrap-content {
    flex: 0 1 70.6%;
    margin-right: 15px;
  }
}
#alpha-universe .cpplus2021-comingsoon__bg {
  background-color: #35373d;
}
#alpha-universe .cpplus2021-comingsoon__item {
  padding: 25px;
  border-top: 1px solid #fff;
}
#alpha-universe .cpplus2021-comingsoon__item .txt01 {
  width: 96.07%;
  width: 69.692vw;
}
#alpha-universe .cpplus2021-comingsoon__item .txt02 {
  width: 100%;
  width: 86.849vw;
}
#alpha-universe .cpplus2021-comingsoon__item .txt03 {
  width: 65.09%;
  width: 53.2vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-comingsoon__item {
    padding: 45px 0;
  }
  #alpha-universe .cpplus2021-comingsoon__item .txt01 {
    width: 512px;
  }
  #alpha-universe .cpplus2021-comingsoon__item .txt02 {
    width: 636px;
  }
  #alpha-universe .cpplus2021-comingsoon__item .txt03 {
    width: 391px;
  }
  #alpha-universe .cpplus2021-comingsoon__item .inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 0 170px;
  }
}
#alpha-universe .cpplus2021-nav {
  position: relative;
}
#alpha-universe .cpplus2021-nav__wrapper {
  opacity: 0;
  position: absolute;
  top: 0;
  background-color: #000000;
  width: 100%;
}
#alpha-universe .cpplus2021-nav__wrapper.fixed {
  transition: opacity 0.3s;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#alpha-universe .cpplus2021-nav__container {
  display: flex;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-nav__container {
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
#alpha-universe .cpplus2021-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 15px 15px;
  height: 18.62vw;
}
#alpha-universe .cpplus2021-nav__item::before {
  bottom: 14px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  height: 10px;
  width: 10px;
  border: solid #ea5404;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  content: "";
}
#alpha-universe .cpplus2021-nav__item:not(:first-child) {
  border-left: 1px solid #393a3d;
}
#alpha-universe .cpplus2021-nav__item:first-child {
  background-color: #1a1a1a;
  padding: 0 15px;
}
#alpha-universe .cpplus2021-nav__item:first-child::before {
  content: none;
}
#alpha-universe .cpplus2021-nav__item .txt01 {
  width: 24.738vw;
}
#alpha-universe .cpplus2021-nav__item .txt02 {
  width: 14.231vw;
}
#alpha-universe .cpplus2021-nav__item .txt03 {
  width: 19.551vw;
}
#alpha-universe .cpplus2021-nav__item .txt_top {
  width: 5.453vw;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-nav__item {
    flex: 1 0 auto;
  }
}
#alpha-universe .cpplus2021-nav__item.is-before {
  pointer-events: none;
}
#alpha-universe .cpplus2021-nav__item.is-before::before {
  border-color: #5b5b5b;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-nav__item.is-seminar {
    display: none;
  }
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-nav__item.is-sw {
    display: none;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-nav__item.is-sw {
    padding: 0;
    margin: 0;
    height: 110px;
    border: none;
  }
}
#alpha-universe .cpplus2021-nav__item.is-menu {
  padding: 0 20px;
}
#alpha-universe .cpplus2021-nav__item.is-menu label {
  cursor: pointer;
}
#alpha-universe .cpplus2021-nav__item.is-menu img {
  width: 30px;
}
#alpha-universe .cpplus2021-nav__item.is-menu::before {
  content: none;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-nav__item.is-menu {
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-nav__item {
    padding-bottom: 0;
    height: 84px;
    border-left: 1px solid #3c3c3c;
  }
  #alpha-universe .cpplus2021-nav__item:last-child {
    border-left: none;
  }
  #alpha-universe .cpplus2021-nav__item:nth-child(1) {
    width: 120px;
    width: auto;
    flex: 0 0 auto;
    background: none;
  }
  #alpha-universe .cpplus2021-nav__item:nth-child(2) {
    width: 346px;
    width: auto;
  }
  #alpha-universe .cpplus2021-nav__item:nth-child(3) {
    width: 184px;
    width: auto;
  }
  #alpha-universe .cpplus2021-nav__item:nth-child(4) {
    width: 276px;
    width: auto;
  }
  #alpha-universe .cpplus2021-nav__item .txt01 {
    width: 284px;
  }
  #alpha-universe .cpplus2021-nav__item .txt02 {
    width: 91px;
  }
  #alpha-universe .cpplus2021-nav__item .txt03 {
    width: 202px;
  }
  #alpha-universe .cpplus2021-nav__item .txt_top {
    width: 64px;
  }
  #alpha-universe .cpplus2021-nav__item::before {
    content: none;
  }
  #alpha-universe .cpplus2021-nav__item img {
    transition: 0.3s;
  }
  #alpha-universe .cpplus2021-nav__item:hover img {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-banner_special_workshop_sp {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: 0.3s;
  text-align: center;
}
#alpha-universe .cpplus2021-banner_special_workshop_sp img {
  width: 79.8vw;
}
#alpha-universe .cpplus2021-banner_special_workshop_sp.active {
  transform: none;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-banner_special_workshop_sp {
    display: none;
  }
}
#alpha-universe .cpplus2021-seminar__bg {
  padding: 55px 0 100px;
  background: #1f2024;
  color: #c8c8c8;
  position: relative;
  overflow: hidden;
}
#alpha-universe .cpplus2021-seminar__bg::before {
  right: -66.5vw;
  top: -26.6vw;
  position: absolute;
  height: 138.187vw;
  width: 114.646vw;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/seminar_bg01.png) no-repeat 0 0/contain;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__bg {
    padding: 130px 0 150px;
  }
  #alpha-universe .cpplus2021-seminar__bg::before {
    top: 0;
    right: 50%;
    margin-right: -990px;
    height: 1039px;
    width: 862px;
  }
}
#alpha-universe .cpplus2021-seminar__header {
  position: relative;
  margin: 0 0 20px;
}
#alpha-universe .cpplus2021-seminar__header-body {
  padding: 15px 0;
}
#alpha-universe .cpplus2021-seminar__header-body .txt {
  opacity: 0.6;
  font-size: 8px;
  line-height: 1.56;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__header-body {
    margin: 0 0 90px;
    padding: 20px 0;
  }
  #alpha-universe .cpplus2021-seminar__header-body .txt {
    font-size: 14px;
  }
}
#alpha-universe .cpplus2021-seminar__header-special_information {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 15px 0;
  background-color: rgba(47, 49, 54, 0.9);
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__header-special_information-wrap {
    display: flex;
    justify-content: space-between;
  }
}
#alpha-universe .cpplus2021-seminar__header-special_information .block {
  padding: 15px 0;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__header-special_information .block {
    flex: 0 1 540px;
    padding: 0;
  }
  #alpha-universe .cpplus2021-seminar__header-special_information .block:nth-child(1) {
    margin-right: 10px;
  }
}
#alpha-universe .cpplus2021-seminar__header-special_information .heading_en {
  margin-bottom: 15px;
  overflow: hidden;
}
#alpha-universe .cpplus2021-seminar__header-special_information .heading_en .entxt {
  position: relative;
  display: inline-block;
  padding-right: 5px;
}
#alpha-universe .cpplus2021-seminar__header-special_information .heading_en .entxt img {
  vertical-align: baseline;
}
#alpha-universe .cpplus2021-seminar__header-special_information .heading_en .entxt::before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100vw;
  height: 1px;
  background-color: #ea5404;
  content: "";
}
#alpha-universe .cpplus2021-seminar__header-special_information .seminar_heading01 {
  width: 18.221vw;
}
#alpha-universe .cpplus2021-seminar__header-special_information .seminar_heading02 {
  width: 20.881vw;
}
#alpha-universe .cpplus2021-seminar__header-special_information .heading {
  position: relative;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#alpha-universe .cpplus2021-seminar__header-special_information .heading .plan-txt {
  transition: opacity 0.3s;
  display: inline-block;
  margin: 5px 0;
  padding: 3px 8px;
  border-radius: 4px;
  background-color: #ea5404;
  color: #fff;
  font-size: 8px;
  font-weight: normal;
  text-decoration: none;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__header-special_information .heading .plan-txt:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-seminar__header-special_information .heading.flex {
  display: flex;
  align-items: center;
}
#alpha-universe .cpplus2021-seminar__header-special_information .heading.flex > .ball {
  flex: 0 0 auto;
  margin-left: auto;
}
#alpha-universe .cpplus2021-seminar__header-special_information .block-txt {
  color: #c2c2c2;
  font-size: 9px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__header-special_information {
    padding: 50px 0;
  }
  #alpha-universe .cpplus2021-seminar__header-special_information .heading_en {
    margin-bottom: 20px;
  }
  #alpha-universe .cpplus2021-seminar__header-special_information .heading_en .entxt {
    padding-right: 8px;
  }
  #alpha-universe .cpplus2021-seminar__header-special_information .seminar_heading01 {
    width: 110px;
  }
  #alpha-universe .cpplus2021-seminar__header-special_information .seminar_heading02 {
    width: 126px;
  }
  #alpha-universe .cpplus2021-seminar__header-special_information .heading {
    margin-bottom: 20px;
    font-size: 25px;
    height: 80px;
  }
  #alpha-universe .cpplus2021-seminar__header-special_information .heading .plan-txt {
    padding: 6px;
    font-size: 14px;
  }
  #alpha-universe .cpplus2021-seminar__header-special_information .block-txt {
    font-size: 16px;
  }
}
#alpha-universe .cpplus2021-seminar__title {
  margin: 0 0 15px;
  width: 69.426vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__title {
    margin: 0 0 35px;
    width: 610px;
  }
}
#alpha-universe .cpplus2021-seminar__container {
  position: relative;
}
#alpha-universe .cpplus2021-seminar__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__list {
    margin-left: -5px;
  }
}
#alpha-universe .cpplus2021-seminar__list-annotation {
  margin-bottom: 10px;
  opacity: 0.6;
  font-size: 8px;
  line-height: 1.56;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__list-annotation {
    font-size: 14px;
  }
}
#alpha-universe .cpplus2021-seminar__item {
  width: calc(50% - 3px);
  margin: 0 0 3px 3px;
  background-color: #2e3035;
}
#alpha-universe .cpplus2021-seminar__item > a {
  display: block;
  height: 100%;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__item > a:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-seminar__item .body {
  padding: 10px;
}
#alpha-universe .cpplus2021-seminar__item .head {
  margin: 0 0 8px;
  font-size: 8px;
  color: #bcbcbc;
}
#alpha-universe .cpplus2021-seminar__item .name {
  margin: 0 0 4px;
  font-size: 11px;
  color: #f1f4ff;
}
#alpha-universe .cpplus2021-seminar__item .kana {
  font-size: 8px;
  color: #bcbcbc;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__item {
    width: calc((100% - 25px) / 5);
    margin: 0 0 5px 5px;
  }
  #alpha-universe .cpplus2021-seminar__item .body {
    padding: 15px;
  }
  #alpha-universe .cpplus2021-seminar__item .head {
    font-size: 12px;
  }
  #alpha-universe .cpplus2021-seminar__item .name {
    font-size: 16px;
  }
  #alpha-universe .cpplus2021-seminar__item .kana {
    font-size: 12px;
  }
}
#alpha-universe .cpplus2021-seminar__sort_controller {
  margin: 0 0 5px;
  background-color: #2e3035;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-seminar__sort_controller {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__sort_controller {
    display: flex;
    margin: 0 0 65px;
  }
}
#alpha-universe .cpplus2021-seminar__sort_controller input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
#alpha-universe .cpplus2021-seminar__sort_controller .nice-select,
#alpha-universe .cpplus2021-seminar__sort_controller select#select_model {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0 15px;
  line-height: 30px;
  height: 30px;
  width: 100%;
  border-radius: 30px;
  border: none;
  background-color: #000;
  color: #c9c9c9;
  font-size: 12px;
}
#alpha-universe .cpplus2021-seminar__sort_controller .nice-select option[data-class=is-group-parent],
#alpha-universe .cpplus2021-seminar__sort_controller select#select_model option[data-class=is-group-parent] {
  display: none;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__sort_controller .nice-select,
#alpha-universe .cpplus2021-seminar__sort_controller select#select_model {
    position: relative;
    padding: 0 20px;
    font-size: 15px;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .nice-select .current .is-noAll,
#alpha-universe .cpplus2021-seminar__sort_controller select#select_model .current .is-noAll {
    color: #c9c9c9;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .nice-select .list,
#alpha-universe .cpplus2021-seminar__sort_controller select#select_model .list {
    width: auto;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .nice-select .is-group-parent,
#alpha-universe .cpplus2021-seminar__sort_controller select#select_model .is-group-parent {
    pointer-events: none;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .nice-select .is-group-child,
#alpha-universe .cpplus2021-seminar__sort_controller select#select_model .is-group-child {
    position: relative;
    padding-left: 30px;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .nice-select .is-group-child::before,
#alpha-universe .cpplus2021-seminar__sort_controller select#select_model .is-group-child::before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    content: "";
  }
}
#alpha-universe .cpplus2021-seminar__sort_controller label.roundButton {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #1d1e20;
  color: #c9c9c9;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-seminar__sort_controller label.roundButton {
    width: 19.95vw;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__sort_controller label.roundButton {
    margin-right: 10px;
    padding: 0 15px;
    width: auto;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller label.roundButton:last-child {
    margin: 0;
  }
}
#alpha-universe .cpplus2021-seminar__sort_controller input:checked + label.roundButton {
  background-color: #ea5404;
  color: #000;
}
#alpha-universe .cpplus2021-seminar__sort_controller label.change_list_button {
  display: inline-block;
  padding-left: 40px;
  height: 25px;
  line-height: 25px;
  font-size: 9px;
  color: #808590;
  cursor: pointer;
}
#alpha-universe .cpplus2021-seminar__sort_controller label.change_list_button.teacher {
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/seminar_icon_teacher_off.png) no-repeat 0 0/auto 100%;
  margin-right: 12px;
}
#alpha-universe .cpplus2021-seminar__sort_controller label.change_list_button.work {
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/seminar_icon_work_off.png) no-repeat 0 0/auto 100%;
}
#alpha-universe .cpplus2021-seminar__sort_controller input:checked + label.change_list_button {
  color: #ea5404;
}
#alpha-universe .cpplus2021-seminar__sort_controller input:checked + label.change_list_button.teacher {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/seminar_icon_teacher_on.png);
}
#alpha-universe .cpplus2021-seminar__sort_controller input:checked + label.change_list_button.work {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/seminar_icon_work_on.png);
}
#alpha-universe .cpplus2021-seminar__sort_controller .control_block {
  display: flex;
  align-items: center;
  padding: 8px 25px;
}
#alpha-universe .cpplus2021-seminar__sort_controller .control_block .head {
  color: #fff;
}
#alpha-universe .cpplus2021-seminar__sort_controller .control_block .selector.radio {
  display: flex;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block {
    padding: 14px 30px;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block .head {
    flex: 0 0 auto;
    font-size: 16px;
    text-align: center;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block .selector {
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
    border-left: 1px solid #60636b;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block.control-1 {
    flex: 0 0 auto;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block.control-2 {
    flex: 0 1 230px;
    padding-left: 0;
    padding-right: 0;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block.control-2 .head {
    display: none;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block.control-2 .selector {
    width: 100%;
    margin: 0;
    padding: 0;
    border-left: none;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block.change_list_block {
    flex: 0 1 auto;
    margin-left: auto;
    padding-left: 0;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block.change_list_block .head {
    font-size: 14px;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block.change_list_block .selector {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block .head {
    flex: 0 0 auto;
    width: 23.94vw;
    font-size: 11px;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block .selector {
    flex: 1 0 auto;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block .selector.radio {
    display: flex;
    justify-content: space-between;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block.control-2 {
    background-color: #42444b;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block.change_list_block {
    background-color: #1f2024;
    padding: 20px 25px;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block.change_list_block .head {
    flex: 0 0 auto;
    width: auto;
    font-size: 10px;
    margin-left: auto;
  }
  #alpha-universe .cpplus2021-seminar__sort_controller .control_block.change_list_block .selector {
    flex: 0 1 auto;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #686c75;
  }
}
#alpha-universe .cpplus2021-information__bg {
  padding: 45px 0 35px;
  background: #fff;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-information__bg {
    padding: 90px 0 140px;
  }
}
#alpha-universe .cpplus2021-information__title {
  width: 53.466vw;
  margin: 0 auto 50px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-information__title {
    width: 330px;
    margin-bottom: 88px;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-information__container {
    display: flex;
    margin: 0 0 0 208px;
  }
}
#alpha-universe .cpplus2021-information__logo .btn {
  width: 61.5%;
  margin: 0 auto;
  text-align: center;
}
#alpha-universe .cpplus2021-information__logo .thumb {
  width: 40%;
  max-width: 257px;
  margin: 0 auto 20px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-information__logo {
    width: 208px;
    margin: 0 50px 0 0;
    flex: 0 0 auto;
    order: 1;
  }
  #alpha-universe .cpplus2021-information__logo .btn {
    display: none;
  }
  #alpha-universe .cpplus2021-information__logo .thumb {
    width: auto;
    margin: 0;
  }
}
#alpha-universe .cpplus2021-information__body {
  margin: 0 0 20px;
}
#alpha-universe .cpplus2021-information__body .heading {
  margin: 0 0 10px;
  line-height: 1;
  font-size: 17px;
  font-weight: bold;
}
#alpha-universe .cpplus2021-information__body p {
  font-size: 11px;
  line-height: 2;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-information__body {
    order: 2;
    margin: 0;
  }
  #alpha-universe .cpplus2021-information__body .heading {
    margin: 0 0 20px;
    font-size: 24px;
  }
  #alpha-universe .cpplus2021-information__body .btn {
    width: 252px;
    margin: 20px 0 0;
  }
  #alpha-universe .cpplus2021-information__body p {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-information__body .btn {
    display: none;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-featured_products .cpplus2021-common__wrapper {
    max-width: 1200px;
  }
}
#alpha-universe .cpplus2021-featured_products__bg {
  padding: 50px 0 0;
  background-color: #232428;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-featured_products__bg {
    padding: 140px 0 115px;
    background-color: #1f2024;
  }
}
#alpha-universe .cpplus2021-featured_products__wrapper {
  background-color: #232428;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-featured_products__wrapper {
    position: relative;
    border: 1px solid #3d3e42;
    background-color: #232428;
  }
}
#alpha-universe .cpplus2021-featured_products__title {
  width: 56.126vw;
  margin: 0 0 45px;
  display: block;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-featured_products__title {
    right: 10%;
    top: 145px;
    z-index: 2;
    position: absolute !important;
    max-width: 360px;
    margin: 0;
  }
}
@media (max-width: 1000px) {
  #alpha-universe .cpplus2021-featured_products__title {
    max-width: 30%;
  }
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-featured_products__title {
    max-width: 100%;
  }
}
#alpha-universe .cpplus2021-featured_products__list .swiper-slide {
  position: relative;
}
#alpha-universe .cpplus2021-featured_products__list .swiper-button-prev, #alpha-universe .cpplus2021-featured_products__list .swiper-button-next {
  color: #fff;
}
#alpha-universe .cpplus2021-featured_products__list .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  margin: 0 1px;
  background-color: #666972;
  border-radius: 0;
}
#alpha-universe .cpplus2021-featured_products__list .swiper-pagination-bullet-active {
  background-color: #ea5404;
}
#alpha-universe .cpplus2021-featured_products__list .swiper-container-horizontal > .swiper-pagination-bullets, #alpha-universe .cpplus2021-featured_products__list .swiper-pagination-custom, #alpha-universe .cpplus2021-featured_products__list .swiper-pagination-fraction {
  padding-top: 30px;
  height: 80px;
  bottom: 0;
}
#alpha-universe .cpplus2021-featured_products__list .swiper-button-next, #alpha-universe .cpplus2021-featured_products__list .swiper-button-prev {
  height: 30px;
  width: 16px;
}
#alpha-universe .cpplus2021-featured_products__list .swiper-button-next::after, #alpha-universe .cpplus2021-featured_products__list .swiper-button-prev::after {
  content: none;
}
#alpha-universe .cpplus2021-featured_products__list .swiper-button-next {
  right: 0;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/featured_products_slider_next.png) no-repeat 0 0/contain;
}
#alpha-universe .cpplus2021-featured_products__list .swiper-button-prev {
  left: 0;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/featured_products_slider_prev.png) no-repeat 0 0/contain;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-featured_products__list .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #alpha-universe .cpplus2021-featured_products__list .swiper-slide {
    flex: 0 0 auto;
    width: 50%;
    border-top: 1px solid #3d3e42;
  }
  #alpha-universe .cpplus2021-featured_products__list .swiper-slide:first-child {
    margin-right: 50%;
    border-right: 1px solid #3d3e42;
    border-top: none;
  }
  #alpha-universe .cpplus2021-featured_products__list .swiper-slide:first-child a {
    border-top: none;
  }
  #alpha-universe .cpplus2021-featured_products__list .swiper-slide:nth-child(even) {
    border-right: 1px solid #3d3e42;
  }
  #alpha-universe .cpplus2021-featured_products__list .swiper-slide:last-child {
    width: 100%;
    border-right: none;
  }
  #alpha-universe .cpplus2021-featured_products__list .swiper-pagination,
#alpha-universe .cpplus2021-featured_products__list .swiper-button-next, #alpha-universe .cpplus2021-featured_products__list .swiper-button-prev {
    display: none;
  }
}
#alpha-universe .cpplus2021-featured_products__item {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100vw - 50px);
  width: 100%;
}
#alpha-universe .cpplus2021-featured_products__item .icon-external-link {
  position: absolute;
  bottom: 12px;
  right: 8px;
  display: block;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-featured_products__item {
    height: 425px;
    transition: 0.3s;
  }
  #alpha-universe .cpplus2021-featured_products__item:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  #alpha-universe .cpplus2021-featured_products__item.LENS {
    height: 470px;
  }
}
#alpha-universe .cpplus2021-featured_products__item .product-name {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 9.31vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-featured_products__item .product-name {
    top: 50px;
    left: 50px;
    padding-left: 0;
  }
}
#alpha-universe .cpplus2021-featured_products__item .product-name .a1 {
  width: 55px;
}
#alpha-universe .cpplus2021-featured_products__item .product-name .a92 {
  width: 85px;
}
#alpha-universe .cpplus2021-featured_products__item .product-name .a7r4 {
  width: 103px;
}
#alpha-universe .cpplus2021-featured_products__item .product-name .a7s3 {
  width: 95px;
}
#alpha-universe .cpplus2021-featured_products__item .product-name .a7c {
  width: 89px;
}
#alpha-universe .cpplus2021-featured_products__item .product-name .fx6 {
  width: 62px;
}
#alpha-universe .cpplus2021-featured_products__item .product-name .fx3 {
  width: 55px;
}
#alpha-universe .cpplus2021-featured_products__item .product-name .LENS {
  width: 275px;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-featured_products__item .product-name .LENS {
    width: 145px;
  }
}
#alpha-universe .cpplus2021-featured_products__item .product-photo {
  text-align: center;
  width: 100%;
}
#alpha-universe .cpplus2021-featured_products__item .product-photo img.a1 {
  width: 63%;
}
#alpha-universe .cpplus2021-featured_products__item .product-photo img.a92 {
  width: 63%;
}
#alpha-universe .cpplus2021-featured_products__item .product-photo img.a7r4 {
  width: 63%;
}
#alpha-universe .cpplus2021-featured_products__item .product-photo img.a7s3 {
  width: 63%;
}
#alpha-universe .cpplus2021-featured_products__item .product-photo img.a7c {
  width: 63%;
}
#alpha-universe .cpplus2021-featured_products__item .product-photo img.fx6 {
  width: 63%;
}
#alpha-universe .cpplus2021-featured_products__item .product-photo img.FX3 {
  width: 46%;
}
#alpha-universe .cpplus2021-featured_products__item .product-photo img.LENS {
  width: 92%;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-featured_products__item .product-photo {
    padding-top: 40px;
  }
  #alpha-universe .cpplus2021-featured_products__item .product-photo img.a1 {
    width: 330px;
  }
  #alpha-universe .cpplus2021-featured_products__item .product-photo img.a92 {
    width: 330px;
  }
  #alpha-universe .cpplus2021-featured_products__item .product-photo img.a7r4 {
    width: 330px;
  }
  #alpha-universe .cpplus2021-featured_products__item .product-photo img.a7s3 {
    width: 330px;
  }
  #alpha-universe .cpplus2021-featured_products__item .product-photo img.a7c {
    width: 330px;
  }
  #alpha-universe .cpplus2021-featured_products__item .product-photo img.fx6 {
    width: 326px;
  }
  #alpha-universe .cpplus2021-featured_products__item .product-photo img.FX3 {
    width: 195px;
  }
  #alpha-universe .cpplus2021-featured_products__item .product-photo img.LENS {
    width: 650px;
    margin-left: 11.6%;
  }
}
#alpha-universe .cpplus2021-featured_products__item .product-reward {
  position: absolute;
}
#alpha-universe .cpplus2021-featured_products__item .product-reward.a7r4 {
  top: 30px;
  right: 30px;
  width: 135px;
}
#alpha-universe .cpplus2021-featured_products__item .product-reward.a7r4 .a7r4_reward01, #alpha-universe .cpplus2021-featured_products__item .product-reward.a7r4 .a7r4_reward02 {
  width: 54px;
}
#alpha-universe .cpplus2021-featured_products__item .product-reward.LENS {
  top: 50px;
  right: 50px;
  width: 101px;
  text-align: center;
}
#alpha-universe .cpplus2021-featured_products__item .product-reward.LENS .lens_reward01 {
  width: 73px;
}
#alpha-universe .cpplus2021-featured_products__item .product-reward.LENS .lens_reward_txt {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
}
#alpha-universe .cpplus2021-featured_products__item .product-reward__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-featured_products__item .product-reward.a7r4 {
    top: 0;
    right: 0;
    width: 29.26vw;
  }
  #alpha-universe .cpplus2021-featured_products__item .product-reward.a7r4 .a7r4_reward01, #alpha-universe .cpplus2021-featured_products__item .product-reward.a7r4 .a7r4_reward02 {
    width: 13.034vw;
  }
  #alpha-universe .cpplus2021-featured_products__item .product-reward.LENS {
    top: 0;
    right: 0;
    width: 23.94vw;
  }
  #alpha-universe .cpplus2021-featured_products__item .product-reward.LENS .lens_reward01 {
    width: 10.64vw;
  }
  #alpha-universe .cpplus2021-featured_products__item .product-reward.LENS .lens_reward_txt {
    margin-top: 10px;
    font-size: 10px;
  }
}
#alpha-universe .cpplus2021-featured_products__item .product-logos {
  position: absolute;
}
#alpha-universe .cpplus2021-featured_products__item .product-logos.LENS {
  top: 210px;
  left: 10%;
  max-width: 350px;
  width: 26%;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-featured_products__item .product-logos.LENS {
    top: 70%;
    left: 50%;
    margin-left: -26.201vw;
    width: 52.402vw;
  }
}
#alpha-universe .cpplus2021-vote__bg {
  margin: 50px 0 0;
  padding: 25px 0;
  background-color: #000000;
  color: #fff;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-vote__bg {
    max-width: 1200px;
    margin: 10px auto 0;
  }
}
#alpha-universe .cpplus2021-vote__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-vote__container {
    margin: 0 auto;
    width: 740px;
  }
}
#alpha-universe .cpplus2021-vote__body .heading {
  margin-bottom: 10px;
  line-height: 1.14;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#alpha-universe .cpplus2021-vote__body .line01 {
  display: block;
  font-size: 4.655vw;
}
#alpha-universe .cpplus2021-vote__body .line02 {
  display: block;
  font-size: 4.655vw;
}
#alpha-universe .cpplus2021-vote__body .cpplus2021-button {
  width: 37.24vw;
  height: 5.32vw;
  font-size: 10px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-vote__body {
    position: relative;
  }
  #alpha-universe .cpplus2021-vote__body .heading {
    margin: 0;
  }
  #alpha-universe .cpplus2021-vote__body .line01 {
    margin: 0 0 10px;
    font-size: 31px;
  }
  #alpha-universe .cpplus2021-vote__body .line02 {
    font-size: 28px;
  }
  #alpha-universe .cpplus2021-vote__body .cpplus2021-button {
    position: absolute;
    top: 4px;
    right: 0;
    width: 233px;
    height: 30px;
    font-size: 17px;
  }
}
#alpha-universe .cpplus2021-vote__logo {
  flex: 0 0 auto;
  width: 15.96vw;
  margin-right: 7.98vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-vote__logo {
    width: 68px;
    margin-right: 32px;
  }
}
#alpha-universe .cpplus2021-sp_information__bg {
  padding: 85px 0;
  background-color: #ececec;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-sp_information__bg {
    padding: 100px 0 50px;
  }
}
#alpha-universe .cpplus2021-sp_information__title {
  margin: 0 0 20px;
  width: 76.874vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-sp_information__title {
    margin: 0 0 10px;
    width: 490px;
  }
}
#alpha-universe .cpplus2021-sp_information__block {
  padding: 50px 0 0;
}
#alpha-universe .cpplus2021-sp_information__block .sp_information_txt01 {
  width: 61.047vw;
}
#alpha-universe .cpplus2021-sp_information__block .sp_information_txt02 {
  width: 58.52vw;
}
#alpha-universe .cpplus2021-sp_information__block .sp_information_txt03 {
  width: 55.727vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-sp_information__block {
    padding: 90px 0 0;
  }
  #alpha-universe .cpplus2021-sp_information__block .sp_information_txt01 {
    width: 392px;
  }
  #alpha-universe .cpplus2021-sp_information__block .sp_information_txt02 {
    width: 380px;
  }
  #alpha-universe .cpplus2021-sp_information__block .sp_information_txt03 {
    width: 360px;
  }
}
#alpha-universe .cpplus2021-sp_information__heading {
  margin: 0 0 20px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-sp_information__heading {
    margin-bottom: 25px;
  }
}
#alpha-universe .cpplus2021-sp_information__body {
  margin: 0 0 30px;
  line-height: 1.56;
}
#alpha-universe .cpplus2021-sp_information__body a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-sp_information__premium-lounge-image {
    margin: 0 -25px;
  }
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-sp_information__premium-lounge {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
#alpha-universe .cpplus2021-sp_information__premium-lounge__bg {
  padding: 0 40px 45px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/sp_information_bg01.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-sp_information__premium-lounge__bg {
    padding: 0 35px 50px;
    background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/sp_information_bg01_sp.png);
  }
}
#alpha-universe .cpplus2021-sp_information__premium-lounge__title {
  padding: 45px 0 25px;
  text-align: center;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-sp_information__premium-lounge__title {
    margin: 0 -40px;
    padding: 0;
  }
  #alpha-universe .cpplus2021-sp_information__premium-lounge__title > img {
    width: 1175px;
  }
}
#alpha-universe .cpplus2021-sp_information__premium-lounge__container {
  color: #000;
}
#alpha-universe .cpplus2021-sp_information__premium-lounge__container .premium_lounge {
  background: #c8cbce;
  background: linear-gradient(45deg, #c8cbce 0%, #ececec 50%, #c8cbce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c8cbce", endColorstr="#c8cbce",GradientType=1 );
}
#alpha-universe .cpplus2021-sp_information__premium-lounge__container .owners_lounge {
  background: #d6b668;
  background: linear-gradient(45deg, #d6b668 0%, #f3e09d 50%, #d6b668 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d6b668", endColorstr="#d6b668",GradientType=1 );
}
#alpha-universe .cpplus2021-sp_information__premium-lounge__container .lounge_name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
  height: 90px;
  border: 2px solid #000000;
}
#alpha-universe .cpplus2021-sp_information__premium-lounge__container p {
  line-height: 1.42;
}
#alpha-universe .cpplus2021-sp_information__premium-lounge__container .large {
  margin: 0 0 1em;
  font-size: 10px;
  font-weight: bold;
}
#alpha-universe .cpplus2021-sp_information__premium-lounge__container .middle {
  margin: 0 0 1em;
  font-size: 8px;
  font-weight: bold;
}
#alpha-universe .cpplus2021-sp_information__premium-lounge__container .small {
  font-size: 7px;
}
#alpha-universe .cpplus2021-sp_information__premium-lounge__container .small a {
  color: #00c;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container .item {
    padding: 12px;
  }
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container .item.premium_lounge {
    margin-bottom: 20px;
  }
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container .lounge_name {
    margin: 0 0 10px;
    height: 35px;
  }
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container .txt_p-lounge {
    width: 31.787vw;
  }
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container .txt_owner-lounge {
    width: 36.442vw;
  }
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container {
    display: flex;
  }
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container .item {
    width: 550px;
    padding: 20px;
  }
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container .item.premium_lounge {
    margin-right: 20px;
  }
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container .txt_p-lounge {
    width: 123px;
  }
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container .txt_owner-lounge {
    width: 168px;
  }
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container .large {
    font-size: 18px;
  }
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container .middle {
    font-size: 13px;
  }
  #alpha-universe .cpplus2021-sp_information__premium-lounge__container .small {
    font-size: 11px;
  }
}
#alpha-universe .cpplus2021-sp_information__premium-lounge__attention {
  margin-top: 10px;
  margin-left: 1em;
  text-indent: -1em;
  color: #e0e0e0;
  text-align: right;
  font-size: 12px;
  line-height: 1.42;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-sp_information__premium-lounge__attention {
    font-size: 7px;
  }
}
#alpha-universe .cpplus2021-sp_information__list {
  overflow: auto;
  margin: 0 -25px;
  padding: 0 0 30px;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-sp_information__list {
    margin: 0;
    padding: 0 0 80px;
  }
}
#alpha-universe .cpplus2021-sp_information__list-container {
  display: flex;
  white-space: nowrap;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-sp_information__list-container {
    white-space: normal;
  }
}
#alpha-universe .cpplus2021-sp_information__list-item {
  flex: 0 0 79.8vw;
  margin: 0 0 0 25px;
  padding-bottom: 30px;
  background-color: #fff;
  position: relative;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-sp_information__list-item:hover {
    opacity: 0.7;
  }
}
#alpha-universe .cpplus2021-sp_information__list-item .label {
  top: 0;
  left: 0;
  position: absolute;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: #ea5404;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#alpha-universe .cpplus2021-sp_information__list-item .body {
  padding: 15px 20px;
  white-space: normal;
}
#alpha-universe .cpplus2021-sp_information__list-item .body p {
  line-height: 1.42;
}
#alpha-universe .cpplus2021-sp_information__list-item .body .txt01 {
  font-size: 12px;
  font-weight: bold;
}
#alpha-universe .cpplus2021-sp_information__list-item .body .txt02 {
  margin: 1em 0;
  font-size: 10px;
}
#alpha-universe .cpplus2021-sp_information__list-item .body .attention {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 8px;
}
#alpha-universe .cpplus2021-sp_information__list-item .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #ea5404;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-sp_information__list-item .link {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
  }
}
#alpha-universe .cpplus2021-sp_information__list-item a {
  display: block;
  height: 100%;
  text-decoration: none;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-sp_information__list-item {
    flex-basis: 380px;
    margin: 0 0 0 30px;
    padding-bottom: 38px;
  }
  #alpha-universe .cpplus2021-sp_information__list-item:nth-child(3n+1) {
    margin-left: 0;
  }
  #alpha-universe .cpplus2021-sp_information__list-item .body .txt01 {
    font-size: 16px;
  }
  #alpha-universe .cpplus2021-sp_information__list-item .body .txt02 {
    font-size: 14px;
  }
  #alpha-universe .cpplus2021-sp_information__list-item .body .attention {
    font-size: 12px;
  }
}
#alpha-universe .cpplus2021-schedule__bg {
  padding: 50px 0 0px;
  background-color: #414349;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-schedule__bg {
    padding: 140px 0 120px;
  }
}
#alpha-universe .cpplus2021-schedule__title {
  margin: 0 0 15px;
  width: 85.12vw;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-schedule__title {
    margin: 0 0 30px;
    width: 492px;
  }
}
#alpha-universe .cpplus2021-schedule__about_premium {
  margin: 0 0 10px;
  color: #c2c2c2;
  font-size: 10px;
}
#alpha-universe .cpplus2021-schedule__about_premium p {
  line-height: 1.5;
  color: #c2c2c2;
  margin-bottom: 14px;
}
#alpha-universe .cpplus2021-schedule__about_premium p span {
  font-size: 12px;
}
#alpha-universe .cpplus2021-schedule__about_premium b {
  font-size: 12px;
  color: #FFF;
  display: inline-block;
  margin: 10px 0;
}
#alpha-universe .cpplus2021-schedule__about_premium .open0227 {
  display: none;
}
#alpha-universe .cpplus2021-schedule__about_premium .open0227.is-live {
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-schedule__about_premium {
    margin: 0 0 20px;
    font-size: 16px;
  }
  #alpha-universe .cpplus2021-schedule__about_premium b {
    font-size: 18px;
  }
}
#alpha-universe .cpplus2021-schedule__about_premium .is_premium {
  margin: 0 0 5px;
  color: #c2c2c2;
  font-size: 10px;
}
#alpha-universe .cpplus2021-schedule__about_premium .is_premium::before {
  display: inline-block;
  height: 11px;
  width: 11px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/schedule_icon_premium_sp.png) no-repeat 0 0/contain;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-schedule__about_premium .is_premium {
    font-size: 16px;
  }
  #alpha-universe .cpplus2021-schedule__about_premium .is_premium::before {
    height: 18px;
    width: 18px;
  }
}
#alpha-universe .cpplus2021-schedule__container {
  border-bottom: 1px solid #2e3035;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-schedule__container {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
#alpha-universe .cpplus2021-schedule__pager {
  display: flex;
  border-bottom: 2px solid #ea5404;
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-schedule__pager {
    border-bottom-width: 4px;
  }
}
#alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet {
  flex: 0 0 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 70px;
  background-color: #36383d;
  border-left: 1px solid #2b2d31;
  border-radius: 0;
  opacity: 1;
}
#alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet:first-child {
  border-left: none;
}
#alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet::before {
  display: block;
  width: 100%;
  height: 35px;
  background: no-repeat center center;
  background-size: contain;
  content: "";
}
#alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet:nth-child(1)::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/schedule_txt_0225_sp.png);
}
#alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet:nth-child(2)::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/schedule_txt_0226_sp.png);
}
#alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet:nth-child(3)::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/schedule_txt_0227_sp.png);
}
#alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet:nth-child(4)::before {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/schedule_txt_0228_sp.png);
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet {
    height: 97px;
    border-left-color: #414349;
  }
  #alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet::before {
    height: 30px;
  }
  #alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet:nth-child(1)::before {
    background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/schedule_txt_0225_pc.png);
  }
  #alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet:nth-child(2)::before {
    background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/schedule_txt_0226_pc.png);
  }
  #alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet:nth-child(3)::before {
    background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/schedule_txt_0227_pc.png);
  }
  #alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet:nth-child(4)::before {
    background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/schedule_txt_0228_pc.png);
  }
  #alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet:nth-child(1) {
    border-radius: 5px 0 0 0;
  }
  #alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet:nth-child(4) {
    border-radius: 0 5px 0 0;
  }
}
#alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet-active {
  background-color: #ea5404;
}
#alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet-active::after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -3.5px;
  height: 7px;
  width: 7px;
  border: solid white;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-schedule__pager .swiper-pagination-bullet-active::after {
    bottom: 8px;
    height: 12px;
    width: 12px;
    margin-left: -6px;
  }
}
#alpha-universe .cpplus2021-schedule__timeline {
  position: relative;
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg {
  position: relative;
  width: 100%;
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li {
  height: 150px;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li {
    height: 150px;
  }
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li.x2 {
  height: 295px;
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li {
  background-size: 6px 6px;
  background-color: transparent;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li::before {
  position: absolute;
  z-index: 2;
  display: block;
  padding-top: 10px;
  height: 100%;
  width: 44px;
  color: #fff;
  font-size: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li::before {
    width: 15px;
    font-size: 10px;
  }
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li::after {
  left: 50%;
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(odd) {
  background-color: #393b3f;
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(odd)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(odd)::before {
  background-color: #4b4e56;
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(even) {
  background-color: #2c2e32;
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(even)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(even)::before {
  background-color: #3a3d43;
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(1)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(1)::before {
  content: "10";
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(2)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(2)::before {
  content: "11";
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(3)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(3)::before {
  content: "12";
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(4)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(4)::before {
  content: "13";
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(5)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(5)::before {
  content: "14";
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(6)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(6)::before {
  content: "15";
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(7)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(7)::before {
  content: "16";
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(8)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(8)::before {
  content: "17";
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(9)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(9)::before {
  content: "18";
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(10)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(10)::before {
  content: "19";
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(11)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(11)::before {
  content: "20";
}
#alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(12)::after, #alpha-universe .cpplus2021-schedule__timeline-stripeBg > li:nth-child(12)::before {
  content: "21";
}
#alpha-universe .cpplus2021-schedule__timeline-header {
  display: flex;
}
#alpha-universe .cpplus2021-schedule__timeline-header::after {
  background: #2e3035 url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/schedule_txt_stage_b.png) no-repeat center center/auto 28px;
}
#alpha-universe .cpplus2021-schedule__timeline-header::before {
  background: #27292d url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/schedule_txt_stage_a.png) no-repeat center center/auto 28px;
}
#alpha-universe .cpplus2021-schedule__timeline-header::after, #alpha-universe .cpplus2021-schedule__timeline-header::before {
  height: 85px;
  width: 50%;
  content: "";
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-schedule__timeline-header::after, #alpha-universe .cpplus2021-schedule__timeline-header::before {
    height: 50px;
    background-size: auto 18px;
  }
}
#alpha-universe .cpplus2021-schedule__timeline-block {
  display: flex;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 2;
  background-color: #1b1b1e;
  color: #fff;
  height: 100px;
  width: calc(50% - 44px);
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-schedule__timeline-block {
    height: 100px;
    width: calc(50% - 15px);
  }
}
#alpha-universe .cpplus2021-schedule__timeline-block > img {
  width: 100%;
}
#alpha-universe .cpplus2021-schedule__timeline-block.x2 {
  height: 195px;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-schedule__timeline-block.sasaki {
    height: 110px;
  }
}
#alpha-universe .cpplus2021-schedule__timeline-block.stageB {
  right: 0;
}
#alpha-universe .cpplus2021-schedule__timeline-block.minute10 {
  top: 16.6666666667%;
}
#alpha-universe .cpplus2021-schedule__timeline-block.minute20 {
  top: 33.3333333333%;
}
#alpha-universe .cpplus2021-schedule__timeline-block.minute30 {
  top: 50%;
}
#alpha-universe .cpplus2021-schedule__timeline-block.minute35 {
  top: 58.3333333333%;
}
#alpha-universe .cpplus2021-schedule__timeline-block.minute40 {
  top: 66.6666666667%;
}
#alpha-universe .cpplus2021-schedule__timeline-block.minute50 {
  top: 83.3333333333%;
}
#alpha-universe .cpplus2021-schedule__timeline-block.icon-p::before {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  height: 11px;
  width: 11px;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/schedule_icon_premium_sp.png) no-repeat 0 0/contain;
  content: "";
}
@media (min-width: 769px) {
  #alpha-universe .cpplus2021-schedule__timeline-block.icon-p {
    font-size: 16px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block.icon-p::before {
    height: 18px;
    width: 18px;
  }
}
#alpha-universe .cpplus2021-schedule__timeline-block .block-time {
  position: relative;
  z-index: 1;
  width: 30px;
  padding: 5px 0;
  background-color: #000000;
  font-size: 15px;
  text-align: center;
}
#alpha-universe .cpplus2021-schedule__timeline-block .block-main {
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
}
#alpha-universe .cpplus2021-schedule__timeline-block .block-teacher {
  overflow: hidden;
  position: relative;
  padding: 5px;
}
#alpha-universe .cpplus2021-schedule__timeline-block .block-guest {
  position: relative;
  padding: 0 5px 5px;
  display: flex;
  align-items: center;
}
#alpha-universe .cpplus2021-schedule__timeline-block .block-guest::after {
  top: -2px;
  left: 100px;
  position: absolute;
  height: 1px;
  width: calc(100% - 105px);
  display: block;
  background-color: #393939;
  content: "";
}
#alpha-universe .cpplus2021-schedule__timeline-block .block-guest .img {
  position: relative;
  width: 90px;
  margin: 0 5px 0 0;
}
#alpha-universe .cpplus2021-schedule__timeline-block .block-guest .name span {
  margin-right: 6px;
  font-size: 12px;
}
#alpha-universe .cpplus2021-schedule__timeline-block .block-guest .link {
  position: relative;
  margin-top: 8px;
  padding-left: 10px;
  font-size: 12px;
}
#alpha-universe .cpplus2021-schedule__timeline-block .block-guest .link::before {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  height: 6px;
  width: 6px;
  border: solid #ea5404;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  content: "";
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-schedule__timeline-block .block-time {
    width: 15px;
    font-size: 8px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .block-main {
    width: calc(100% - 15px);
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .block-teacher {
    padding-top: 20px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .block-guest {
    padding: 5px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .block-guest::after {
    left: 5px;
    top: 0;
    width: calc(100% - 10px);
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .block-guest .img {
    width: 50px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .block-guest .name {
    font-size: 10px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .block-guest .name span {
    margin-right: 2px;
    font-size: 8px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .block-guest .link {
    margin-top: 4px;
    padding-left: 6px;
    font-size: 8px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .block-guest .link::before {
    top: 2px;
    height: 3px;
    width: 3px;
    border-width: 1px 1px 0 0;
  }
}
#alpha-universe .cpplus2021-schedule__timeline-block a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
#alpha-universe .cpplus2021-schedule__timeline-block a::before {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  content: "";
  transition: 0.3s;
}
#alpha-universe .cpplus2021-schedule__timeline-block a:hover::before {
  opacity: 0.5;
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .img {
  position: relative;
  width: 90px;
  margin: 0 5px 0 0;
  float: left;
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels {
  display: flex;
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels > span {
  padding: 4px;
  color: #202020;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels .seminar {
  margin-right: 5px;
  border: 1px solid #6d6d6d;
  background-color: #000000;
  color: #fff;
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels .seminar::before {
  content: "SEMINAR";
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels .workshop {
  margin-right: 5px;
  background-color: #fff;
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels .workshop::before {
  content: "WORKSHOP";
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels .movie {
  background-color: #fff799;
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels .movie::before {
  content: "MOVIE";
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels .photo {
  background-color: #92d7e7;
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels .photo::before {
  content: "PHOTO";
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels .movie, #alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels .photo {
  width: 63px;
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .name {
  margin: 5px 0 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-schedule__timeline-block .seminar_body {
    display: flex;
    align-items: center;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .img {
    width: 50px;
    float: none;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels {
    position: absolute;
    top: 5px;
    left: 5px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels > span {
    padding: 0 3px;
    height: 11px;
    line-height: 11px;
    font-size: 7px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels .movie, #alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .labels .photo {
    width: 35px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .seminar_body .name {
    margin: 0;
    font-size: 10px;
  }
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_info {
  margin: 8px 0 0;
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_info .title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_info .title.wrap {
  overflow: visible;
  white-space: normal;
}
#alpha-universe .cpplus2021-schedule__timeline-block .seminar_info .use_model {
  margin-top: 8px;
  font-size: 12px;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-schedule__timeline-block .seminar_info {
    margin-top: 4px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .seminar_info .title {
    font-size: 10px;
  }
  #alpha-universe .cpplus2021-schedule__timeline-block .seminar_info .use_model {
    margin-top: 4px;
    font-size: 8px;
  }
}
#alpha-universe .cpplus2021-schedule__timeline-block.is-live .main_thumb::before {
  content: "LIVE";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 43px;
  height: 20px;
  line-height: 20px;
  background-color: #ea5404;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-schedule__timeline-block.is-live .main_thumb::before {
    width: 26px;
    height: 10px;
    line-height: 10px;
    font-size: 7px;
  }
}
#alpha-universe .cpplus2021-schedule__timeline .js-TimeShedule__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  pointer-events: none;
}
#alpha-universe .cpplus2021-schedule__timeline .js-TimeShedule.is-bg {
  position: relative;
}
#alpha-universe .cpplus2021-schedule__timeline .js-TimeShedule.is-bg .js-TimeShedule__overlay {
  background: rgba(235, 84, 4, 0.1);
  z-index: 1;
}
#alpha-universe .cpplus2021-schedule__timeline .js-TimeShedule.is-hour .js-TimeShedule__overlay {
  left: -44px;
  width: 44px;
  background: rgba(235, 84, 4, 0.4);
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-schedule__timeline .js-TimeShedule.is-hour .js-TimeShedule__overlay {
    left: -15px;
    width: 15px;
  }
}
#alpha-universe .cpplus2021-schedule__timeline .js-TimeShedule.is-block.is-live {
  background-color: #a73a00;
}
#alpha-universe .cpplus2021-schedule__timeline .js-TimeShedule.is-block.is-live .block-time {
  background-color: #eb5404;
}
#alpha-universe .cpplus2021-schedule__timeline .js-TimeShedule.is-block.is-archive > div {
  opacity: 0.5;
}
#alpha-universe .cpplus2021-schedule__timeline .js-TimeShedule.is-block a.if-live {
  display: none;
}
#alpha-universe .cpplus2021-schedule__timeline .js-TimeShedule.is-block a.if-archive {
  display: none;
}
#alpha-universe .cpplus2021-end {
  display: none;
  padding: 70px 0;
  background-color: #bfd8df;
  color: #000000;
}
#alpha-universe .cpplus2021-end p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}
#alpha-universe .cpplus2021-end small {
  font-size: 16px;
  color: #4f5b5d;
}
#alpha-universe .cpplus2021-end .large {
  margin: 0 0 60px;
  font-size: 28px;
  font-weight: bold;
}
#alpha-universe .cpplus2021-end.is-live {
  display: block;
}
@media (max-width: 768px) {
  #alpha-universe .cpplus2021-end {
    padding: 30px 0;
  }
  #alpha-universe .cpplus2021-end p {
    font-size: 11px;
  }
  #alpha-universe .cpplus2021-end small {
    font-size: 10px;
  }
  #alpha-universe .cpplus2021-end .large {
    margin: 0 0 40px;
    font-size: 20px;
  }
}

.cpplus2021-special_contest {
  padding: 25px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.cpplus2021-special_contest * {
  box-sizing: border-box;
}
.cpplus2021-special_contest img {
  max-width: 100%;
  vertical-align: bottom;
}
@media (min-width: 769px) {
  .cpplus2021-special_contest {
    padding: 40px 40px 50px;
  }
}
.cpplus2021-special_contest__title {
  width: 45.22vw;
  margin: 0 auto 10px;
  text-align: center;
}
@media (min-width: 769px) {
  .cpplus2021-special_contest__title {
    width: 360px;
  }
}
.cpplus2021-special_contest__image {
  width: 58.52vw;
  margin: 0 auto 20px;
}
@media (min-width: 769px) {
  .cpplus2021-special_contest__image {
    width: auto;
    text-align: center;
  }
}
.cpplus2021-special_contest__body {
  margin: 0 0 15px;
  font-size: 10px;
  line-height: 1.45;
}
@media (min-width: 769px) {
  .cpplus2021-special_contest__body {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
.cpplus2021-special_contest__link.open0227 {
  display: none;
  margin-bottom: 10px;
}
.cpplus2021-special_contest__link.open0227.is-live {
  display: block;
}
@media (min-width: 769px) {
  .cpplus2021-special_contest__link a {
    margin: 0 auto;
    font-size: 14px;
  }
}

.cpplus2021-sp_information_modal {
  background-color: #efefef;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.cpplus2021-sp_information_modal.is-whiteBg {
  background-color: #fff;
}
.cpplus2021-sp_information_modal * {
  box-sizing: border-box;
}
.cpplus2021-sp_information_modal img {
  max-width: 100%;
  vertical-align: bottom;
}
.cpplus2021-sp_information_modal__header {
  display: flex;
}
.cpplus2021-sp_information_modal__header .label-txt {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  background: #fff;
}
.cpplus2021-sp_information_modal__header .label-txt.is-plaza_event::before {
  width: 44.954vw;
  height: 100%;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/sp_information_txt03.png) no-repeat left center/100% auto;
  content: "";
}
@media (min-width: 769px) {
  .cpplus2021-sp_information_modal__header .label-txt.is-plaza_event::before {
    width: 251px;
  }
}
.cpplus2021-sp_information_modal__header .label-txt.is-special_information::before {
  width: 44.954vw;
  height: 100%;
  background: url(/ichigan/a-universe/assets/img/specialevent/cpplus2021/sp_information_txt02.png) no-repeat left center/100% auto;
  content: "";
}
@media (min-width: 769px) {
  .cpplus2021-sp_information_modal__header .label-txt.is-special_information::before {
    width: 251px;
  }
}
.cpplus2021-sp_information_modal__header .label-number {
  padding: 10px 0;
  width: 100px;
  background-color: #ea5404;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .cpplus2021-sp_information_modal__header .label-txt {
    flex: 0 0 auto;
    padding: 0 20px;
  }
  .cpplus2021-sp_information_modal__header .label-number {
    padding: 15px 0;
    font-size: 22px;
    width: 150px;
  }
}
.cpplus2021-sp_information_modal__container {
  padding: 20px 25px;
}
@media (min-width: 769px) {
  .cpplus2021-sp_information_modal__container {
    padding: 30px 45px;
  }
}
.cpplus2021-sp_information_modal__title {
  padding: 0 0 15px;
  margin: 0 0 10px;
  border-bottom: 1px solid #2e3035;
}
.cpplus2021-sp_information_modal__title p {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.37;
}
@media (min-width: 769px) {
  .cpplus2021-sp_information_modal__title {
    margin: 0 0 40px;
  }
  .cpplus2021-sp_information_modal__title p {
    font-size: 22px;
  }
}
.cpplus2021-sp_information_modal__body .heading {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.36;
}
.cpplus2021-sp_information_modal__body .txt {
  font-size: 10px;
  line-height: 1.45;
}
.cpplus2021-sp_information_modal__body .button {
  margin: 30px 0 20px;
}
.cpplus2021-sp_information_modal__body .button a.cpplus2021-button {
  width: 100%;
  font-size: 12px;
}
.cpplus2021-sp_information_modal__body .txt-center {
  text-align: center;
}
@media (min-width: 769px) {
  .cpplus2021-sp_information_modal__body .heading {
    font-size: 20px;
  }
  .cpplus2021-sp_information_modal__body .txt {
    font-size: 16px;
  }
  .cpplus2021-sp_information_modal__body .button {
    margin: 40px 0 0;
  }
  .cpplus2021-sp_information_modal__body .button a.cpplus2021-button {
    margin: 0 auto;
    max-width: 320px;
    font-size: 16px;
  }
}
#is-enquete .cpplus2021-sp_information_modal__body .button {
  display: flex;
  justify-content: center;
}
#is-enquete .cpplus2021-sp_information_modal__body .button a.cpplus2021-button {
  width: 48%;
  margin: 0 5px;
}
#is-enquete .cpplus2021-sp_information_modal__body .button a.cpplus2021-button::after {
  display: none;
}
.cpplus2021-sp_information_modal__calendar > div {
  width: 54.53vw;
  margin: 0 auto 15px;
  text-align: center;
}
.cpplus2021-sp_information_modal__calendar .caption {
  display: block;
  margin-top: 5px;
  font-size: 7px;
}
@media (min-width: 769px) {
  .cpplus2021-sp_information_modal__calendar {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .cpplus2021-sp_information_modal__calendar > div {
    width: auto;
    margin: 0 30px;
  }
  .cpplus2021-sp_information_modal__calendar > div img {
    height: 170px;
  }
  .cpplus2021-sp_information_modal__calendar .caption {
    margin-top: 15px;
    font-size: 14px;
  }
}
.cpplus2021-sp_information_modal__bravia dl {
  margin: 0 0 15px;
}
.cpplus2021-sp_information_modal__bravia dt {
  display: inline-block;
  padding: 0 8px;
  border: 1px solid #2e3035;
  line-height: 1.9;
  font-size: 1rem;
  font-weight: bold;
}
.cpplus2021-sp_information_modal__bravia dd {
  margin: 10px 0 0;
  font-size: 8px;
  text-indent: -1.25em;
  margin-left: 1.5em;
  line-height: 1.3;
}
.cpplus2021-sp_information_modal__bravia ol {
  margin: 15px 0 0;
  font-size: 10px;
  list-style: none;
  padding: 0;
}
.cpplus2021-sp_information_modal__bravia li {
  margin: 0;
  line-height: 1.65;
}
.cpplus2021-sp_information_modal__bravia b {
  font-weight: bold;
}
@media (min-width: 769px) {
  .cpplus2021-sp_information_modal__bravia .image {
    width: 573px;
    margin: 0 auto;
  }
  .cpplus2021-sp_information_modal__bravia dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .cpplus2021-sp_information_modal__bravia dt {
    line-height: 30px;
    font-size: 16px;
  }
  .cpplus2021-sp_information_modal__bravia dd {
    margin: 0 0 0 40px;
    font-size: 14px;
  }
  .cpplus2021-sp_information_modal__bravia ol {
    margin-top: 30px;
    font-size: 16px;
  }
}
.cpplus2021-sp_information_modal__plaza_reserve {
  margin: 0 0 30px;
}
.cpplus2021-sp_information_modal__plaza_reserve .txt {
  margin: 0 0 20px;
  font-size: 11px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cpplus2021-sp_information_modal__plaza_reserve .txt {
    font-size: 20px;
    text-align: center;
  }
}
.cpplus2021-sp_information_modal__plaza_reserve-head {
  margin: 20px 0 13px;
  font-size: 10px;
  text-align: center;
}
@media (min-width: 769px) {
  .cpplus2021-sp_information_modal__plaza_reserve-head {
    margin: 20px 0 30px;
    font-size: 16px;
  }
}
.cpplus2021-sp_information_modal__plaza_reserve-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cpplus2021-sp_information_modal__plaza_reserve-list li {
  margin: 7px;
}
.cpplus2021-sp_information_modal__plaza_reserve-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #2e3035;
  font-size: 12px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cpplus2021-sp_information_modal__plaza_reserve-list {
    margin: 0 -10px;
  }
  .cpplus2021-sp_information_modal__plaza_reserve-list.w100-sp {
    margin: 0;
  }
  .cpplus2021-sp_information_modal__plaza_reserve-list.w100-sp li {
    margin: 0 0 7px;
    width: 100%;
  }
  .cpplus2021-sp_information_modal__plaza_reserve-list.w100-sp a {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cpplus2021-sp_information_modal__plaza_reserve-list {
    width: 530px;
    margin: 0 auto;
  }
  .cpplus2021-sp_information_modal__plaza_reserve-list li {
    margin: 11px;
  }
  .cpplus2021-sp_information_modal__plaza_reserve-list a {
    height: 50px;
    width: 150px;
    border-radius: 50px;
    font-size: 20px;
    transition: 0.3s;
  }
  .cpplus2021-sp_information_modal__plaza_reserve-list a:hover {
    border-color: #ea5404;
    color: #ea5404;
  }
}
.cpplus2021-sp_information_modal__attention {
  font-size: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cpplus2021-sp_information_modal__attention li {
  margin-left: 1.5em;
  margin-bottom: 1em;
  line-height: 1.3;
}
.cpplus2021-sp_information_modal__attention li::before {
  margin: 0 0.5em 0 -1.5em;
  content: "※";
}
@media (min-width: 769px) {
  .cpplus2021-sp_information_modal__attention {
    font-size: 14px;
  }
  .cpplus2021-sp_information_modal__attention li {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=map/cpplus2021.css.map */
