@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  font-weight: normal;
  src: local("游ゴシック Medium"), local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: bold;
  src: local("游ゴシック Bold"), local("Yu Gothic Bold");
}
@font-face {
  font-family: "Overpass";
  src: local("Overpass-Bold"), url(../font/Overpass-Bold.woff);
  font-weight: 700;
}
@font-face {
  font-family: "Overpass";
  src: local("Overpass-ExtraBold"), url(../font/Overpass-ExtraBold.woff);
  font-weight: 800;
}
@-webkit-keyframes attensition_hand {
  0%, 100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@keyframes attensition_hand {
  0%, 100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@-webkit-keyframes attensition_updown {
  0%, 100% {
    -webkit-transform: translateY(2.5px);
            transform: translateY(2.5px);
  }
  50% {
    -webkit-transform: translateY(-2.5px);
            transform: translateY(-2.5px);
  }
}
@keyframes attensition_updown {
  0%, 100% {
    -webkit-transform: translateY(2.5px);
            transform: translateY(2.5px);
  }
  50% {
    -webkit-transform: translateY(-2.5px);
            transform: translateY(-2.5px);
  }
}
@-webkit-keyframes bar_move {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bar_move {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes bound_scale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes bound_scale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@-webkit-keyframes daycard_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1);
            transform: translate(-50%, -50%) rotate(0) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1.4);
            transform: translate(-50%, -50%) rotate(180deg) scale(1.4);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
            transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}
@keyframes daycard_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1);
            transform: translate(-50%, -50%) rotate(0) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1.4);
            transform: translate(-50%, -50%) rotate(180deg) scale(1.4);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
            transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}
html, body {
  padding: 0;
  margin: 0;
}
html.no-scroll, body.no-scroll {
  overflow: hidden;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.s5-container {
  width: 100%;
  padding: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.s5-breadcrumbs {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin: 10px auto;
}

.GlobalFooter {
  position: relative;
  z-index: 11 !important;
}

.cpplus_togglebutton {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cpplus_togglebutton .cpplus_togglebutton__str {
  font-size: 20px;
  margin-right: 1em;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.cpplus_togglebutton .cpplus_togglebutton__icon {
  width: 80px;
  height: 80px;
  position: relative;
}
.cpplus_togglebutton .cpplus_togglebutton__icon::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_btn_ring.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.cpplus_togglebutton .cpplus_togglebutton__icon::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_p.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cpplus_togglebutton.open .cpplus_togglebutton__str {
  opacity: 0;
}
.cpplus_togglebutton.open .cpplus_togglebutton__icon::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x.png");
}
.cpplus_togglebutton:hover .cpplus_togglebutton__icon::after {
  -webkit-transform: scale(1.1) rotate(180deg);
          transform: scale(1.1) rotate(180deg);
}

@-webkit-keyframes modalmove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes modalmove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.cpplus_SpecialInfo_Modal {
  position: relative;
  opacity: 0;
  pointer-events: none;
  overflow-y: hidden;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cpplus_SpecialInfo_Modal a {
  text-decoration: underline;
}
.cpplus_SpecialInfo_Modal a:hover {
  color: #EA5404;
}
.cpplus_SpecialInfo_Modal img {
  display: block;
  width: 100%;
  height: auto;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list {
  position: relative;
  padding: 120px 0;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block {
  position: relative;
  display: block;
  height: 0;
  width: 900px;
  margin: auto;
  overflow: hidden;
  border-radius: 30px;
  background-color: #313131;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .online_lounge_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .lounge_login {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 47%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .lounge_login a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  border-radius: 9999px;
  background-color: #F7F7F7;
  color: #000;
  padding: 1em;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #fff;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .lounge_login a:hover {
  text-decoration: underline;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .lounge_login.premium a {
  background: #b6b6b6;
  background: linear-gradient(132deg, #b6b6b6 10%, #efefef 51%, #b6b6b6 90%);
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .lounge_login.owners a {
  border: 1px solid #ecd691;
  background: #dabc6f;
  background: linear-gradient(132deg, #dabc6f 10%, #f3e09d 51%, #dabc6f 90%);
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .lounge_login.full {
  width: 100%;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_head {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_head .cpplus_togglebutton {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 3;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_head .cpplus_togglebutton .cpplus_togglebutton__icon {
  width: 60px;
  height: 60px;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_head .cpplus_togglebutton .cpplus_togglebutton__icon.open::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x_w.png") !important;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_head .cpplus_togglebutton.black .cpplus_togglebutton__icon.open::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x.png") !important;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_head .title {
  font-size: 35px;
  font-weight: 700;
  padding: 30px 40px;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont {
  background-color: #F7F7F7;
  padding: 30px 50px 60px 50px;
  color: #000000;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .headline {
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0.5em;
  word-wrap: break-word;
  word-break: break-all;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .f18 {
  font-size: 18px;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .f20 {
  font-size: 20px;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .f22 {
  font-size: 22px;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .f24 {
  font-size: 24px;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .f28 {
  font-size: 28px;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont strong {
  font-weight: 700;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .flex .image {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .flex .texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .b_box {
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  background-color: #000000;
  padding: 0.2em 1em;
  margin-right: 1em;
  display: inline-block;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .orenge {
  color: #EA5404;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .ori005image {
  width: 203px;
  margin-right: 40px;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .ori005button {
  width: 422px;
  margin: auto;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .ori006button {
  width: 556px;
  margin: 40px auto;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .plaza_001_button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .plaza_001_button_list .plaza_button {
  width: 49%;
  margin-bottom: 2%;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .plaza_001_button_list .plaza_button a {
  display: block;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #EA5404;
  background-color: #fff;
  text-decoration: none;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .plaza_001_button_list .plaza_button a .name {
  font-size: 28px;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .plaza_001_button_list .plaza_button a .name img {
  display: inline;
  vertical-align: middle;
  width: 24px;
  margin-right: 0.5em;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .plaza_001_button_list .plaza_button a .date {
  padding-left: 40px;
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block.is-active {
  display: block;
  left: inherit;
  top: inherit;
  position: relative;
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: auto;
  -webkit-animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
          animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .modal_bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cpplus_SpecialInfo_Modal.is-active {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}

.cpplus_Speakers_Modal {
  position: relative;
  opacity: 0;
  pointer-events: none;
  overflow-y: hidden;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cpplus_Speakers_Modal a:hover {
  color: #EA5404;
}
.cpplus_Speakers_Modal img {
  display: block;
  width: 100%;
  height: auto;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list {
  position: relative;
  padding: 120px 0;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block {
  position: relative;
  display: none;
  height: 0;
  width: 900px;
  margin: auto;
  overflow: hidden;
  border-radius: 30px;
  background-color: #313131;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 3;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton .cpplus_togglebutton__icon {
  width: 60px;
  height: 60px;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton .cpplus_togglebutton__icon.open::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x_w.png") !important;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton.black .cpplus_togglebutton__icon.open::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x.png") !important;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline {
  position: absolute;
  z-index: 3;
  color: #fff;
  bottom: 50px;
  left: 50px;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline .title {
  font-size: 18px;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline .name {
  font-size: 45px;
  font-weight: bold;
  line-height: 140%;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline .name_rome {
  font-size: 16px;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline .division {
  margin-top: 1em;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline .division .genre_photo {
  display: inline-block;
  border-radius: 9999px;
  border: 2px solid #07cfff;
  color: #07cfff;
  background-color: rgba(0, 50, 69, 0.6);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 0.4em 1em;
  line-height: 100%;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline .division .genre_movie {
  display: inline-block;
  border-radius: 9999px;
  border: 2px solid #ffd906;
  color: #ffd906;
  background-color: rgba(55, 23, 0, 0.6);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 0.4em 1em;
  line-height: 100%;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  opacity: 0.5;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 58%;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .bg img::after {
  content: "loading";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__archive_seminer a {
  background-color: #7B20C8;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__archive_seminer a .icon {
  width: 38px;
  margin-right: 0.5em;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__archive_seminer a .text {
  font-size: 25px;
  font-weight: 700;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__archive_seminer a .login_icon {
  width: 100px;
  margin-left: 1em;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer {
  padding: 40px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/prism_image.jpg");
  background-size: cover;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer .t {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
  color: #000;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #313131;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 20px;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.2em;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .date .day {
  font-size: 28px;
  font-weight: bold;
  color: #E96800;
  margin-right: 0.5em;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .date .day span {
  margin-left: 0.3em;
  font-weight: bold;
  font-size: 14px;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .date .time {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .state {
  margin-bottom: 0.4em;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .state span {
  font-size: 16px;
  font-weight: normal;
  opacity: 0.5;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .name {
  font-size: 24px;
  font-weight: 700;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .title {
  font-size: 18px;
  color: #BCBCBC;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li.genre-seminar::after {
  content: "SEMINAR";
  position: absolute;
  display: block;
  background-color: #000;
  color: #fff;
  right: 0;
  top: 0;
  z-index: 3;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 0 0 0 30px;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li.genre-workshop::after {
  content: "WORKSHOP";
  position: absolute;
  display: block;
  background-color: #FFF;
  color: #000;
  right: 0;
  top: 0;
  z-index: 3;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 0 0 0 30px;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_equipment {
  padding: 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_equipment .th {
  width: 18%;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_equipment .td {
  width: 78%;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_equipment span {
  font-size: 25px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 1em;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_work {
  background-color: #202020;
  padding: 80px 110px;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_work .desc {
  font-size: 16px;
  margin-top: 0.5em;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_texts {
  padding: 50px;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_texts .t {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1em;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_texts .banner {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 60px;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_texts .banner a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_texts .banner a:hover {
  opacity: 0.7;
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Yusuke_Suzuki .__profile_wrap .__profile_head .bg img {
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}
@keyframes modalmove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block.is-active {
  display: block;
  left: inherit;
  top: inherit;
  position: relative;
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: auto;
  -webkit-animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
          animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Hiroto_Sawano .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Haruyo_Nakano .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Masaki_Ohkita .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-KAGAYA .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Yoshifumi_Yamada .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Daisuke_Yamashita .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Kentaro_Fukuda .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Takahito_Mizutani .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Reiko_Hagihara .__profile_wrap .__profile_head .bg img {
  top: 0;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}
.cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .modal_bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cpplus_Speakers_Modal.is-active {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}

@keyframes modalmove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.cpplus_Jiyuku_Modal {
  position: relative;
  opacity: 0;
  pointer-events: none;
  overflow-y: hidden;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: fixed;
  z-index: 99998;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cpplus_Jiyuku_Modal a:hover {
  color: #EA5404;
}
.cpplus_Jiyuku_Modal img {
  display: block;
  width: 100%;
  height: auto;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list {
  position: relative;
  padding: 120px 0;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block {
  position: relative;
  display: none;
  height: 0;
  width: 900px;
  margin: auto;
  overflow: hidden;
  border-radius: 30px;
  background-color: #313131;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_head {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_head .cpplus_togglebutton {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 3;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_head .cpplus_togglebutton .cpplus_togglebutton__icon {
  width: 60px;
  height: 60px;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_head .cpplus_togglebutton .cpplus_togglebutton__icon.open::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x_w.png") !important;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_head .cpplus_togglebutton.black .cpplus_togglebutton__icon.open::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x.png") !important;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_head .title {
  padding: 120px 20px 20px 20px;
  font-size: 30px;
  font-weight: bold;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str {
  padding: 50px;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str .t {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str .t span {
  font-weight: normal;
  font-size: 60%;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #232323;
  border-radius: 20px;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .photo {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid #FF60B2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .photo.ws {
  border: 5px solid #4E96FF;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .texts {
  font-weight: bold;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .texts .date {
  font-size: 30px;
  color: #fff;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .texts .date span {
  color: #EA5404;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .texts .stage {
  font-size: 22px;
  font-weight: normal;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .texts .stage span {
  font-weight: bold;
  color: #FF60B2;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .texts .stage span.ws {
  color: #4E96FF;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .texts .speaker {
  font-size: 26px;
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block.is-active {
  display: block;
  left: inherit;
  top: inherit;
  position: relative;
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: auto;
  -webkit-animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
          animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .modal_bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cpplus_Jiyuku_Modal.is-active {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}

.cpplus_Cornermap_Modal {
  position: relative;
  opacity: 0;
  pointer-events: none;
  overflow-y: hidden;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cpplus_Cornermap_Modal a {
  text-decoration: underline;
}
.cpplus_Cornermap_Modal a:hover {
  color: #EA5404;
}
.cpplus_Cornermap_Modal img {
  display: block;
  width: 100%;
  height: auto;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list {
  position: relative;
  padding: 120px 0;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block {
  position: relative;
  display: none;
  height: 0;
  width: 900px;
  margin: auto;
  overflow: hidden;
  border-radius: 30px;
  background-color: #313131;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 3;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton .cpplus_togglebutton__icon {
  width: 60px;
  height: 60px;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton .cpplus_togglebutton__icon.open::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x_w.png") !important;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton.black .cpplus_togglebutton__icon.open::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x.png") !important;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline {
  position: absolute;
  z-index: 3;
  color: #fff;
  bottom: 50px;
  left: 50px;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline .title {
  font-size: 18px;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline .name {
  font-size: 45px;
  font-weight: bold;
  line-height: 140%;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline .name_rome {
  font-size: 16px;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline .division {
  margin-top: 1em;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline .division .genre_photo {
  display: inline-block;
  border-radius: 9999px;
  border: 2px solid #07cfff;
  color: #07cfff;
  background-color: rgba(0, 50, 69, 0.6);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 0.4em 1em;
  line-height: 100%;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline .division .genre_movie {
  display: inline-block;
  border-radius: 9999px;
  border: 2px solid #ffd906;
  color: #ffd906;
  background-color: rgba(55, 23, 0, 0.6);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 0.4em 1em;
  line-height: 100%;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  opacity: 0.5;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 58%;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .bg img::after {
  content: "loading";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_equipment {
  padding: 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_equipment .th {
  width: 18%;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_equipment .td {
  width: 78%;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_equipment span {
  font-size: 25px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 1em;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_work {
  background-color: #202020;
  padding: 80px 110px;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_work .desc {
  font-size: 16px;
  margin-top: 0.5em;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_texts {
  padding: 50px;
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_texts .t {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1em;
}
@keyframes modalmove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block.is-active {
  display: block;
  left: inherit;
  top: inherit;
  position: relative;
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: auto;
  -webkit-animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
          animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .modal_bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cpplus_Cornermap_Modal.is-active {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}

@keyframes modalmove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.cpplus_Offtalk_Modal {
  position: relative;
  opacity: 0;
  pointer-events: none;
  overflow-y: hidden;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: fixed;
  z-index: 99998;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cpplus_Offtalk_Modal a {
  text-decoration: underline;
}
.cpplus_Offtalk_Modal a:hover {
  color: #EA5404;
}
.cpplus_Offtalk_Modal img {
  display: block;
  width: 100%;
  height: auto;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list {
  position: relative;
  padding: 120px 0;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block {
  position: relative;
  display: block;
  height: 0;
  width: 900px;
  margin: auto;
  overflow: hidden;
  border-radius: 30px;
  background-color: #313131;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_head {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_head .cpplus_togglebutton {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 3;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_head .cpplus_togglebutton .cpplus_togglebutton__icon {
  width: 60px;
  height: 60px;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_head .cpplus_togglebutton .cpplus_togglebutton__icon.open::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x_w.png") !important;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_head .cpplus_togglebutton.black .cpplus_togglebutton__icon.open::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x.png") !important;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_head .title {
  font-size: 22px;
  font-weight: 700;
  padding: 30px 40px;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_content .offtalk_content__yt {
  background-color: #202020;
  padding: 15px 0;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_content .offtalk_content__yt .offtalk_content__yt__box {
  padding: 15px 30px;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_content .offtalk_content__works {
  background-color: #313131;
  padding: 30px 0;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_content .offtalk_content__works .offtalk_content__works__box {
  padding: 30px 100px;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .u-responsive-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .u-responsive-video video, .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .u-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block.is-active {
  display: block;
  left: inherit;
  top: inherit;
  position: relative;
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: auto;
  -webkit-animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
          animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .modal_bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cpplus_Offtalk_Modal.is-active {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}

#full-screen-image {
  display: none;
  background: RGBA(0, 0, 0, 0.8) no-repeat center;
  background-image: url();
  background-size: contain;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

#full-screen-image.isFullScreen {
  display: block;
}

#alpha-universe {
  position: relative;
}
#alpha-universe .u-responsive-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#alpha-universe .u-responsive-video video, #alpha-universe .u-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#alpha-universe .u-responsive-video_portrait {
  position: relative;
  width: 100%;
  padding-top: 177.777777778%;
}
#alpha-universe .u-responsive-video_portrait video, #alpha-universe .u-responsive-video_portrait iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#alpha-universe .cpplus2023-main {
  position: relative;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/prism_image.jpg");
  background-size: 180vw 100vh;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
  line-height: 160%;
  /**
   * Swiper 7.4.1
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2021 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: December 24, 2021
   */
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* Scrollbar */
  /* Preloader */
  /* a11y */
}
#alpha-universe .cpplus2023-main.lounges-area {
  position: relative;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/lounge/common_bg.png");
  background-size: 100% auto;
  background-position: top center;
  background-color: #171717;
  background-repeat: no-repeat;
}
#alpha-universe .cpplus2023-main.lounges-area .uhead .section__inner .titlebox h1 {
  color: #fff !important;
}
#alpha-universe .cpplus2023-main .questionnaire_button {
  position: fixed;
  right: 90px;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  z-index: 99999;
  width: 65px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#alpha-universe .cpplus2023-main .questionnaire_button a {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#alpha-universe .cpplus2023-main .questionnaire_button a:hover {
  opacity: 0.7;
}
#alpha-universe .cpplus2023-main .questionnaire_button.is-active {
  pointer-events: auto;
  opacity: 1;
}
#alpha-universe .cpplus2023-main a:hover {
  color: #EA5404;
}
#alpha-universe .cpplus2023-main div, #alpha-universe .cpplus2023-main p, #alpha-universe .cpplus2023-main span, #alpha-universe .cpplus2023-main td, #alpha-universe .cpplus2023-main th, #alpha-universe .cpplus2023-main a {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
#alpha-universe .cpplus2023-main img {
  width: 100%;
  max-width: 100%;
}
#alpha-universe .cpplus2023-main .cpplus2023-container {
  position: relative;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#alpha-universe .cpplus2023-main .cpplus2023-container .section__title {
  text-align: center;
  margin-bottom: 80px;
}
#alpha-universe .cpplus2023-main .cpplus2023-container .section__title .t {
  font-size: 50px;
  font-weight: bold;
  line-height: 120%;
}
#alpha-universe .cpplus2023-main .cpplus2023-container .section__title .d {
  font-size: 29px;
  font-weight: bold;
  line-height: 200%;
  color: #959595;
}
#alpha-universe .cpplus2023-main .cpplus2023-container.side {
  margin-right: 90px;
}
#alpha-universe .cpplus2023-main .cpplus2023-container.is-open {
  -webkit-transform: translateX(-910px);
          transform: translateX(-910px);
}
@font-face {
  #alpha-universe .cpplus2023-main {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
  }
}
#alpha-universe .cpplus2023-main :root {
  --swiper-theme-color: #007aff;
}
#alpha-universe .cpplus2023-main .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
#alpha-universe .cpplus2023-main .swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#alpha-universe .cpplus2023-main .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#alpha-universe .cpplus2023-main .swiper-android .swiper-slide,
#alpha-universe .cpplus2023-main .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
#alpha-universe .cpplus2023-main .swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
#alpha-universe .cpplus2023-main .swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
#alpha-universe .cpplus2023-main .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
#alpha-universe .cpplus2023-main .swiper-slide-invisible-blank {
  visibility: hidden;
}
#alpha-universe .cpplus2023-main .swiper-autoheight,
#alpha-universe .cpplus2023-main .swiper-autoheight .swiper-slide {
  height: auto;
}
#alpha-universe .cpplus2023-main .swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
#alpha-universe .cpplus2023-main .swiper-3d,
#alpha-universe .cpplus2023-main .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
#alpha-universe .cpplus2023-main .swiper-3d .swiper-wrapper,
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide,
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow,
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow-left,
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow-right,
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow-top,
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow-bottom,
#alpha-universe .cpplus2023-main .swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow,
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow-left,
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow-right,
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow-top,
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
#alpha-universe .cpplus2023-main .swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
#alpha-universe .cpplus2023-main .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
#alpha-universe .cpplus2023-main .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
#alpha-universe .cpplus2023-main .swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
#alpha-universe .cpplus2023-main .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
#alpha-universe .cpplus2023-main .swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}
#alpha-universe .cpplus2023-main .swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
#alpha-universe .cpplus2023-main .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
#alpha-universe .cpplus2023-main .swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
#alpha-universe .cpplus2023-main .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
#alpha-universe .cpplus2023-main .swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
#alpha-universe .cpplus2023-main .swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
#alpha-universe .cpplus2023-main .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
#alpha-universe .cpplus2023-main .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
#alpha-universe .cpplus2023-main .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
#alpha-universe .cpplus2023-main :root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
#alpha-universe .cpplus2023-main .swiper-button-prev,
#alpha-universe .cpplus2023-main .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
#alpha-universe .cpplus2023-main .swiper-button-prev.swiper-button-disabled,
#alpha-universe .cpplus2023-main .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
#alpha-universe .cpplus2023-main .swiper-button-prev:after,
#alpha-universe .cpplus2023-main .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
#alpha-universe .cpplus2023-main .swiper-button-prev,
#alpha-universe .cpplus2023-main .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
#alpha-universe .cpplus2023-main .swiper-button-prev:after,
#alpha-universe .cpplus2023-main .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
#alpha-universe .cpplus2023-main .swiper-button-next,
#alpha-universe .cpplus2023-main .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
#alpha-universe .cpplus2023-main .swiper-button-next:after,
#alpha-universe .cpplus2023-main .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
#alpha-universe .cpplus2023-main .swiper-button-lock {
  display: none;
}
#alpha-universe .cpplus2023-main :root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
#alpha-universe .cpplus2023-main .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
#alpha-universe .cpplus2023-main .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
#alpha-universe .cpplus2023-main .swiper-pagination-fraction,
#alpha-universe .cpplus2023-main .swiper-pagination-custom,
#alpha-universe .cpplus2023-main .swiper-horizontal > .swiper-pagination-bullets,
#alpha-universe .cpplus2023-main .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
#alpha-universe .cpplus2023-main .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
#alpha-universe .cpplus2023-main .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
#alpha-universe .cpplus2023-main .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#alpha-universe .cpplus2023-main .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#alpha-universe .cpplus2023-main .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
#alpha-universe .cpplus2023-main .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
#alpha-universe .cpplus2023-main .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
#alpha-universe .cpplus2023-main .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
#alpha-universe .cpplus2023-main .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
#alpha-universe .cpplus2023-main button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#alpha-universe .cpplus2023-main .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
#alpha-universe .cpplus2023-main .swiper-pagination-bullet:only-child {
  display: none !important;
}
#alpha-universe .cpplus2023-main .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
#alpha-universe .cpplus2023-main .swiper-vertical > .swiper-pagination-bullets,
#alpha-universe .cpplus2023-main .swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
#alpha-universe .cpplus2023-main .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
#alpha-universe .cpplus2023-main .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
#alpha-universe .cpplus2023-main .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
#alpha-universe .cpplus2023-main .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
#alpha-universe .cpplus2023-main .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
#alpha-universe .cpplus2023-main .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
#alpha-universe .cpplus2023-main .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#alpha-universe .cpplus2023-main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
#alpha-universe .cpplus2023-main .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
#alpha-universe .cpplus2023-main .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
#alpha-universe .cpplus2023-main .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
#alpha-universe .cpplus2023-main .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
#alpha-universe .cpplus2023-main .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
#alpha-universe .cpplus2023-main .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
#alpha-universe .cpplus2023-main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
#alpha-universe .cpplus2023-main .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#alpha-universe .cpplus2023-main .swiper-horizontal > .swiper-pagination-progressbar,
#alpha-universe .cpplus2023-main .swiper-pagination-progressbar.swiper-pagination-horizontal,
#alpha-universe .cpplus2023-main .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
#alpha-universe .cpplus2023-main .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
#alpha-universe .cpplus2023-main .swiper-vertical > .swiper-pagination-progressbar,
#alpha-universe .cpplus2023-main .swiper-pagination-progressbar.swiper-pagination-vertical,
#alpha-universe .cpplus2023-main .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
#alpha-universe .cpplus2023-main .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
#alpha-universe .cpplus2023-main .swiper-pagination-lock {
  display: none;
}
#alpha-universe .cpplus2023-main .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
#alpha-universe .cpplus2023-main .swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
#alpha-universe .cpplus2023-main .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
#alpha-universe .cpplus2023-main .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
#alpha-universe .cpplus2023-main .swiper-scrollbar-cursor-drag {
  cursor: move;
}
#alpha-universe .cpplus2023-main .swiper-scrollbar-lock {
  display: none;
}
#alpha-universe .cpplus2023-main .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#alpha-universe .cpplus2023-main .swiper-zoom-container > img,
#alpha-universe .cpplus2023-main .swiper-zoom-container > svg,
#alpha-universe .cpplus2023-main .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#alpha-universe .cpplus2023-main .swiper-slide-zoomed {
  cursor: move;
}
#alpha-universe .cpplus2023-main :root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
#alpha-universe .cpplus2023-main .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
#alpha-universe .cpplus2023-main .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
#alpha-universe .cpplus2023-main .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#alpha-universe .cpplus2023-main .swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
#alpha-universe .cpplus2023-main .swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
#alpha-universe .cpplus2023-main .swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#alpha-universe .cpplus2023-main .swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#alpha-universe .cpplus2023-main .swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#alpha-universe .cpplus2023-main .swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#alpha-universe .cpplus2023-main .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
#alpha-universe .cpplus2023-main .swiper-fade .swiper-slide-active,
#alpha-universe .cpplus2023-main .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
#alpha-universe .cpplus2023-main .swiper-cube {
  overflow: visible;
}
#alpha-universe .cpplus2023-main .swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
#alpha-universe .cpplus2023-main .swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
#alpha-universe .cpplus2023-main .swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
#alpha-universe .cpplus2023-main .swiper-cube .swiper-slide-active,
#alpha-universe .cpplus2023-main .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
#alpha-universe .cpplus2023-main .swiper-cube .swiper-slide-active,
#alpha-universe .cpplus2023-main .swiper-cube .swiper-slide-next,
#alpha-universe .cpplus2023-main .swiper-cube .swiper-slide-prev,
#alpha-universe .cpplus2023-main .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
#alpha-universe .cpplus2023-main .swiper-cube .swiper-slide-shadow-top,
#alpha-universe .cpplus2023-main .swiper-cube .swiper-slide-shadow-bottom,
#alpha-universe .cpplus2023-main .swiper-cube .swiper-slide-shadow-left,
#alpha-universe .cpplus2023-main .swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#alpha-universe .cpplus2023-main .swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
#alpha-universe .cpplus2023-main .swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
#alpha-universe .cpplus2023-main .swiper-flip {
  overflow: visible;
}
#alpha-universe .cpplus2023-main .swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
#alpha-universe .cpplus2023-main .swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
#alpha-universe .cpplus2023-main .swiper-flip .swiper-slide-active,
#alpha-universe .cpplus2023-main .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
#alpha-universe .cpplus2023-main .swiper-flip .swiper-slide-shadow-top,
#alpha-universe .cpplus2023-main .swiper-flip .swiper-slide-shadow-bottom,
#alpha-universe .cpplus2023-main .swiper-flip .swiper-slide-shadow-left,
#alpha-universe .cpplus2023-main .swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#alpha-universe .cpplus2023-main .swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
#alpha-universe .cpplus2023-main .swiper-cards {
  overflow: visible;
}
#alpha-universe .cpplus2023-main .swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-archive__profile {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  background-color: #262626;
}
#alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0;
}
#alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .__archive_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .__archive_profile .photo {
  width: 225px;
  height: 225px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 2em;
}
#alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .__archive_profile .outline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #CECECE;
}
#alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .__archive_profile .outline .title {
  font-size: 16px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .__archive_profile .outline .name {
  color: #fff;
  font-size: 30px;
  margin-bottom: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .__archive_profile .outline .str {
  font-size: 16px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .backtoSpakers {
  border-top: 1px solid #707070;
  padding-top: 3em;
  text-align: center;
}
#alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .backtoSpakers a {
  color: #F6F6F6;
  font-size: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation_text {
  position: relative;
  z-index: 1;
  border-radius: 30px 30px 0 0;
  background-color: #262626;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation_text .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 100px 0;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation_text .section__inner .text-archive {
  background-color: #fff;
  border-radius: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation_text .section__inner .archive-button {
  border-top: 1px solid #000;
  padding: 60px;
  text-align: center;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation_text .section__inner .archive-button a {
  font-weight: 700;
  font-size: 20px;
  margin-left: -1em;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation_text .section__inner .text-archive-wrapper {
  padding: 60px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video {
  position: relative;
  z-index: 0;
  background-color: #000;
  margin: -50px 0;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .vjs-icon-placeholder {
  font-family: VideoJS !important;
  font-weight: 400;
  font-style: normal;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .video-js .vjs-time-control {
  line-height: 3em;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .vjs-menu-button-popup .vjs-menu {
  margin-bottom: 1.5em;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .video-js .vjs-volume-panel .vjs-volume-control {
  margin-left: -1px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .vjs-menu-button-popup .vjs-menu .vjs-menu-item {
  margin: 0.3em 0;
  padding: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 140px 0;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video {
  background-color: #757575;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 100px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video:last-child {
  margin-bottom: 40px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .video_titles {
  background-color: #4A1278;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .video_titles .batch {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  background-color: #7B20C8;
  padding: 30px;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .video_titles .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  font-size: 20px;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile {
  padding: 40px;
  background-color: #343434;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile .guest_rap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile .photo {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 2em;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile .outline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #CECECE;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile .outline .name {
  color: #fff;
  font-size: 16px;
  margin-bottom: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile .outline .name span:nth-child(2) {
  font-size: 22px;
  margin-left: 0.4em;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile .outline .str {
  font-size: 16px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .video_text_link {
  background-color: #E8E8E8;
  text-align: center;
  padding: 1em;
  font-size: 22px;
  color: #000;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .video_text_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .video_text_link a:hover {
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .video_text_link span {
  margin-right: 0.5em;
  opacity: 1;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .video_text_link span img {
  width: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .backtoSpakers {
  padding-top: 3em;
  text-align: center;
}
#alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .backtoSpakers a {
  color: #F6F6F6;
  font-size: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation {
  position: relative;
  z-index: 2;
  background-color: #414141;
  border-radius: 30px 30px 0 0;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner {
  padding: 120px 0;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .section__title .t {
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider {
  position: relative;
  z-index: 1;
  width: 95%;
  margin-right: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev,
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev::after,
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next::after {
  display: block;
  content: "";
  width: 18px;
  height: 38px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/common_arrow_02.svg");
  background-size: cover;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev:hover, #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev:active,
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next:hover,
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev {
  left: -30px;
  border-radius: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next {
  right: -30px;
  border-radius: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide {
  background-color: #F7F7F7;
  border-radius: 30px;
  overflow: hidden;
  width: 445px;
  height: auto;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link {
  position: absolute;
  left: 0;
  bottom: 0;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link a {
  background-color: #EA5404;
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 15px 40px;
  border-radius: 0 30px 0 0;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link.full {
  width: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link.full a {
  width: 100%;
  border-radius: 0 0 0 0;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail {
  padding: 20px 20px 80px 20px;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .t {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
  word-break: break-all;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s a {
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex .orenge {
  color: #EA5404;
  margin-right: 0.5em;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex .strong {
  font-weight: 700;
  font-size: 120%;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .desc {
  font-size: 14px;
  color: #7A7A7A;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.7em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point span:nth-child(1) {
  margin-right: 0.5em;
  color: #F2708D;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point:first-child span:nth-child(1) {
  margin-right: 0.5em;
  color: #fff;
  font-weight: 700;
  background-color: #F2708D;
  border-radius: 999px;
  padding: 0.1em 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point:first-child span:nth-child(2) {
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail p {
  font-size: 14px;
  color: #7A7A7A;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .archiveBanner {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
}
#alpha-universe .cpplus2023-main .archiveBanner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #7B20C8;
  color: #fff;
  font-weight: 700;
  padding: 1.5em;
}
#alpha-universe .cpplus2023-main .archiveBanner a span.icon img {
  width: 38px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .archiveBanner a .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#alpha-universe .cpplus2023-main .archiveBanner a .txt span {
  color: #fff;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .archiveBanner a .txt span:nth-child(1) {
  font-size: 20px;
}
#alpha-universe .cpplus2023-main .archiveBanner a .txt span:nth-child(2) {
  font-size: 25px;
}
#alpha-universe .cpplus2023-main .bannerArea {
  position: relative;
  z-index: 1;
  margin: -70px 0 0px 0;
  background-color: #202020;
  padding: 130px 0 50px 0;
}
#alpha-universe .cpplus2023-main .bannerArea .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button {
  position: relative;
  width: 49.166666666%;
  margin-bottom: 1.8%;
  overflow: hidden;
  border-radius: 30px;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  border: 1px solid #707070;
}
#alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .bg {
  position: relative;
  z-index: 0;
}
#alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .booth_link {
  z-index: 1;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #000;
  border-radius: 999px;
  width: 50%;
  max-width: 260px;
}
#alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .booth_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-size: clamp(8px, 2vw , 13px);
  font-weight: 700;
  color: #fff;
  padding: 0.2em 1.3em 0.2em 0.2em;
  line-height: 130%;
}
#alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .booth_link a img {
  width: 36px;
  margin-right: 0.7em;
}
#alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .rb_button {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 15px 0 0 0;
  overflow: hidden;
  width: 30%;
  max-width: 200px;
}
#alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .rb_button a {
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 0.6em 0.5em;
  font-weight: 700;
  font-size: 16px;
  font-size: clamp(8px, 2vw , 16px);
}
#alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .rb_button a svg {
  margin-left: 0.3em;
}
#alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button:nth-child(2) .rb_button a {
  background: #6320d8;
  background: linear-gradient(132deg, #6320d8 0%, #2a66fd 100%);
  color: #fff;
}
#alpha-universe .cpplus2023-main .bannerArea .section__inner.is-active {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .bannerlist {
  position: relative;
  z-index: 1;
  margin: -50px 0;
  opacity: 0;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list {
  padding: 100px 0;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li {
  width: 33%;
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li:nth-child(1) {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li:nth-child(2) {
  -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0.5s 0.4s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0.5s 0.4s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0.5s 0.4s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li:nth-child(3) {
  -webkit-transition: opacity 0.5s 0.6s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: opacity 0.5s 0.6s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: opacity 0.5s 0.6s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: opacity 0.5s 0.6s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li:nth-child(4) {
  -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: opacity 0.5s 0.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: opacity 0.5s 0.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li:nth-child(5) {
  -webkit-transition: opacity 0.5s 1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: opacity 0.5s 1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: opacity 0.5s 1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: opacity 0.5s 1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li:nth-child(6) {
  -webkit-transition: opacity 0.5s 1.2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.5s 1.2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.5s 1.2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.5s 1.2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li:nth-child(7) {
  -webkit-transition: opacity 0.5s 1.4s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  transition: opacity 0.5s 1.4s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  transition: opacity 0.5s 1.4s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  transition: opacity 0.5s 1.4s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li:nth-child(8) {
  -webkit-transition: opacity 0.5s 1.6s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
  transition: opacity 0.5s 1.6s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
  transition: opacity 0.5s 1.6s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
  transition: opacity 0.5s 1.6s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li:nth-child(9) {
  -webkit-transition: opacity 0.5s 1.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
  transition: opacity 0.5s 1.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
  transition: opacity 0.5s 1.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
  transition: opacity 0.5s 1.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li:nth-child(10) {
  -webkit-transition: opacity 0.5s 2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: opacity 0.5s 2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: opacity 0.5s 2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: opacity 0.5s 2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li.banner__list_btn a {
  display: block;
  text-align: center;
  padding: 0;
  text-decoration: none;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
#alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li.banner__list_btn a:hover {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
#alpha-universe .cpplus2023-main .bannerlist.is-active {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .bannerlist.is-active .banner__list ul li {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#alpha-universe .cpplus2023-main .bannerlist.index {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
#alpha-universe .cpplus2023-main .bannerlist.index div.banner__list {
  padding: 25px 0;
  margin-right: 0;
}
#alpha-universe .cpplus2023-main .bannerlist.index div.banner__list ul li {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#alpha-universe .cpplus2023-main .bannerlist.index.is-fixed {
  position: fixed;
}
#alpha-universe .cpplus2023-main .bannerlist.index.is-fixed div.banner__list {
  padding: 25px 0;
  margin-right: 90px;
}
#alpha-universe .cpplus2023-main .cpplus-endevent_title {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  margin-bottom: -50px;
}
#alpha-universe .cpplus2023-main .cpplus-endevent_title .section__inner {
  width: 90%;
  max-width: 1200px;
  padding: 1.5em 0 5em 0;
  margin: auto;
  text-align: center;
}
#alpha-universe .cpplus2023-main .cpplus-endevent_title .section__inner .titles {
  text-align: center;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-endevent_title .section__inner .titles .ma {
  font-size: 20px;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-endevent_title .section__inner .titles .su {
  font-size: 16px;
  margin-top: 1em;
}
#alpha-universe .cpplus2023-main .featured_products {
  background-color: black;
}
#alpha-universe .cpplus2023-main .footer {
  padding-top: 30px !important;
}
#alpha-universe .cpplus2023-main .global_hamburger {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 10;
  cursor: pointer;
}
#alpha-universe .cpplus2023-main .global_hamburger .menu_rap {
  position: absolute;
  right: 0;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -webkit-transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .global_hamburger .menu_rap .icon {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
}
#alpha-universe .cpplus2023-main .global_hamburger .menu_rap .icon span {
  display: block;
  vertical-align: middle;
  letter-spacing: 0.2em;
  font-weight: bold;
}
#alpha-universe .cpplus2023-main .global_hamburger .menu_rap .icon span img {
  width: 18px;
  height: auto;
  vertical-align: middle;
}
#alpha-universe .cpplus2023-main .global_hamburger .menu_rap .icon span:nth-child(1) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 45px;
  line-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#alpha-universe .cpplus2023-main .global_hamburger .menu_rap .icon span:nth-child(2) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
#alpha-universe .cpplus2023-main .global_hamburger .menu_rap .global_banner_icons {
  display: none;
}
#alpha-universe .cpplus2023-main .global_hamburger:hover .menu_rap {
  width: 140px;
}
#alpha-universe .cpplus2023-main .global_hamburger:hover .menu_rap .icon span:nth-child(1) {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .globalMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .globalMenu a {
  color: #fff;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: black;
  color: #fff;
  font-weight: bold;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .cpplus_togglebutton {
  position: absolute;
  right: 50px;
  top: 50px;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .cpplus_togglebutton .cpplus_togglebutton__icon {
  width: 60px;
  height: 60px;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .cpplus_togglebutton .cpplus_togglebutton__icon.open::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x_w.png") !important;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__title {
  width: 224px;
  font-size: 50px;
  line-height: 110%;
  text-align: right;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__title .mskimg {
  width: 224px;
  height: 156.45px;
  -webkit-clip-path: url(#globalMenuPath);
  clip-path: url(#globalMenuPath);
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/prism_msk_image.jpg");
  background-position: 0 400px;
  background-size: cover;
  opacity: 0;
  -webkit-transition: background-position 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, opacity 1s linear 0.6s;
  transition: background-position 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, opacity 1s linear 0.6s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__title svg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list {
  width: 450px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0%;
  left: 0;
  top: 0;
  background: #ccc;
  -webkit-transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list::before {
  display: none;
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  top: 0;
  background: #ccc;
  -webkit-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li {
  font-size: 30px;
  line-height: 110%;
  margin-bottom: 1.5em;
  color: #404040;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  font-weight: bold;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li:nth-child(1) {
  -webkit-transition: opacity 0.5s 0.6s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: opacity 0.5s 0.6s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: opacity 0.5s 0.6s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: opacity 0.5s 0.6s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li:nth-child(2) {
  -webkit-transition: opacity 0.5s 0.7s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: opacity 0.5s 0.7s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: opacity 0.5s 0.7s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: opacity 0.5s 0.7s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li:nth-child(3) {
  -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: opacity 0.5s 0.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: opacity 0.5s 0.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li:nth-child(4) {
  -webkit-transition: opacity 0.5s 0.9s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  transition: opacity 0.5s 0.9s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  transition: opacity 0.5s 0.9s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  transition: opacity 0.5s 0.9s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.9s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li:nth-child(5) {
  -webkit-transition: opacity 0.5s 1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: opacity 0.5s 1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: opacity 0.5s 1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: opacity 0.5s 1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li:nth-child(6) {
  -webkit-transition: opacity 0.5s 1.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  transition: opacity 0.5s 1.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  transition: opacity 0.5s 1.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  transition: opacity 0.5s 1.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li:nth-child(7) {
  -webkit-transition: opacity 0.5s 1.2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.5s 1.2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.5s 1.2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.5s 1.2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li:nth-child(8) {
  -webkit-transition: opacity 0.5s 1.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
  transition: opacity 0.5s 1.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
  transition: opacity 0.5s 1.3s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
  transition: opacity 0.5s 1.3s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li:nth-child(9) {
  -webkit-transition: opacity 0.5s 1.4s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  transition: opacity 0.5s 1.4s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  transition: opacity 0.5s 1.4s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  transition: opacity 0.5s 1.4s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li:nth-child(10) {
  -webkit-transition: opacity 0.5s 1.5s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transition: opacity 0.5s 1.5s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transition: opacity 0.5s 1.5s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transition: opacity 0.5s 1.5s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.5s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li span {
  font-size: 20px;
}
#alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li:last-child {
  margin-bottom: 0;
}
#alpha-universe .cpplus2023-main .globalMenu.is-open {
  width: 100%;
  height: 100vh;
  opacity: 1;
  pointer-events: auto;
}
#alpha-universe .cpplus2023-main .globalMenu.is-open .globalMenu_container .globalMenu_box .globalMenu_box__title .mskimg {
  opacity: 1;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  background-position: 0 0;
}
#alpha-universe .cpplus2023-main .globalMenu.is-open .globalMenu_container .globalMenu_box .globalMenu_box__list::after {
  height: 100%;
}
#alpha-universe .cpplus2023-main .globalMenu.is-open .globalMenu_container .globalMenu_box .globalMenu_box__list::before {
  width: 100%;
}
#alpha-universe .cpplus2023-main .globalMenu.is-open .globalMenu_container .globalMenu_box .globalMenu_box__list ul li {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
#alpha-universe .cpplus2023-main .gbtdHeader {
  position: relative;
  z-index: 99;
  display: block;
  width: 375px;
  padding: 0;
  margin: 0 auto;
  font-size: medium;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#alpha-universe .cpplus2023-main .gbtdHeader h1 {
  margin: 0 auto;
}
#alpha-universe .cpplus2023-main .gbtdHeader h1 img {
  width: 100%;
}
#alpha-universe .cpplus2023-main .linkbuttons {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn {
  width: 32.5%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  overflow: hidden;
  margin-right: 1.25%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:last-child {
  margin-right: 0;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn.comingsoon {
  pointer-events: none;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn.comingsoon a {
  opacity: 0.4;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:nth-child(1) {
  -webkit-transition: opacity 0.8s 0.2s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: opacity 0.8s 0.2s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: opacity 0.8s 0.2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, background-color 0.3s;
  transition: opacity 0.8s 0.2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:nth-child(2) {
  -webkit-transition: opacity 0.8s 0.4s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0.8s 0.4s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0.8s 0.4s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, background-color 0.3s;
  transition: opacity 0.8s 0.4s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:nth-child(3) {
  -webkit-transition: opacity 0.8s 0.6s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: opacity 0.8s 0.6s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: opacity 0.8s 0.6s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, background-color 0.3s;
  transition: opacity 0.8s 0.6s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:nth-child(4) {
  -webkit-transition: opacity 0.8s 0.8s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: opacity 0.8s 0.8s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: opacity 0.8s 0.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, background-color 0.3s;
  transition: opacity 0.8s 0.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:nth-child(5) {
  -webkit-transition: opacity 0.8s 1s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: opacity 0.8s 1s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: opacity 0.8s 1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s, background-color 0.3s;
  transition: opacity 0.8s 1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:nth-child(6) {
  -webkit-transition: opacity 0.8s 1.2s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.8s 1.2s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.8s 1.2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s, background-color 0.3s;
  transition: opacity 0.8s 1.2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:nth-child(7) {
  -webkit-transition: opacity 0.8s 1.4s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  transition: opacity 0.8s 1.4s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  transition: opacity 0.8s 1.4s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s, background-color 0.3s;
  transition: opacity 0.8s 1.4s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:nth-child(8) {
  -webkit-transition: opacity 0.8s 1.6s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
  transition: opacity 0.8s 1.6s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
  transition: opacity 0.8s 1.6s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s, background-color 0.3s;
  transition: opacity 0.8s 1.6s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:nth-child(9) {
  -webkit-transition: opacity 0.8s 1.8s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
  transition: opacity 0.8s 1.8s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
  transition: opacity 0.8s 1.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s, background-color 0.3s;
  transition: opacity 0.8s 1.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:nth-child(10) {
  -webkit-transition: opacity 0.8s 2s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: opacity 0.8s 2s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: opacity 0.8s 2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s, background-color 0.3s;
  transition: opacity 0.8s 2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s, background-color 0.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 30px;
  height: 100%;
  color: #000;
  text-decoration: none;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a .icon {
  width: 40%;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a .icon img {
  width: 100%;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a .str {
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a .str span {
  margin-top: 0.5em;
  font-weight: normal;
  font-size: 15px;
  display: block;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a .more {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  font-size: 13px;
  padding: 0.1em 1.5em 0.1em 2em;
  border-radius: 0 10px 0 0;
  color: #000;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a .more.soon {
  color: #848484;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:hover {
  background-color: black;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:hover a .icon {
  -webkit-filter: brightness(1500%);
          filter: brightness(1500%);
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:hover a .str {
  color: #fff;
}
#alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn:hover a .more {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
#alpha-universe .cpplus2023-main .linkbuttons.is-active .section__inner .linkbuttons__list ul li.linkbuttons__list_btn {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#alpha-universe .cpplus2023-main .cpplus-livestreaming {
  background-color: #141414;
  border-radius: 30px 30px 0 0;
}
#alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 120px 0 40px 0;
}
#alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title .title {
  width: 515px;
}
#alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title .title .sub1 {
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  text-align: justify;
  word-wrap: break-word;
  margin-bottom: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title .title .t .mskimg {
  width: 515px;
  height: 70px;
  -webkit-clip-path: url(#streamingPath);
  clip-path: url(#streamingPath);
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/prism_msk_image.jpg");
  background-position: center 580px;
  background-size: 200%;
  opacity: 1;
  -webkit-transition: background-position 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 1s linear 0.2s;
  transition: background-position 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 1s linear 0.2s;
}
#alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title .title .t svg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
#alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title .title .sub2 {
  width: 100%;
  font-size: 21.3px;
  text-align: justify;
  font-weight: bold;
  word-wrap: break-word;
  margin-top: 0.8em;
}
#alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title .description {
  width: 610px;
  text-align: right;
  font-size: 14px;
  color: #969696;
  padding-left: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__box {
  margin-top: 80px;
}
#alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__box .u-responsive-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__box .u-responsive-video video, #alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__box .u-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#alpha-universe .cpplus2023-main .organizer_accordion {
  padding: 10px 0 50px 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 30px;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .title {
  font-size: 35px;
  font-weight: bold;
  position: relative;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .title .cpplus_togglebutton {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .title .cpplus_togglebutton .cpplus_togglebutton__str {
  font-size: 20px;
  font-weight: bold;
  margin-right: 1em;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline {
  display: none;
  padding: 50px;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline.open {
  display: block;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_cppluslogo {
  padding: 30px 0 80px 0;
  border-bottom: 1px solid #999;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_cppluslogo img {
  display: block;
  width: 748px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr th {
  font-size: 20px;
  font-weight: bold;
  padding-right: 1em;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr th span {
  font-weight: bold;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr th::after {
  content: "：";
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr td {
  line-height: 180%;
  font-size: 20px;
  padding: 2em 0;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr td strong {
  font-weight: bold;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr td .desc {
  font-size: 80%;
  line-height: 130%;
  margin-top: 1em;
  color: #717171;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr td a {
  color: #FF8800;
  text-decoration: none;
  font-weight: bold;
  margin-left: 15px;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr td a span {
  font-size: 80%;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr td a img {
  width: 23px;
  vertical-align: middle;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr td a:hover {
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .cpplus23_linkbtn {
  width: 281px;
  margin: 2em auto 0 auto;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .cpplus23_linkbtn a {
  position: relative;
  display: block;
  color: #fff;
  background-color: #000;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0;
}
#alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .cpplus23_linkbtn a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.16px;
  height: 18.31px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/common_button_arrow_03.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#alpha-universe .cpplus2023-main .organizer_accordion.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#alpha-universe .cpplus2023-main .pankuzu__list {
  position: relative;
  z-index: 1;
  background-color: #434343;
}
#alpha-universe .cpplus2023-main .pankuzu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#alpha-universe .cpplus2023-main .pankuzu__list ul li {
  color: #FFFFFF;
  font-size: 13px;
}
#alpha-universe .cpplus2023-main .pankuzu__list ul li.t {
  background-color: #FC5D1A;
  padding: 0.5em 1em;
}
#alpha-universe .cpplus2023-main .pankuzu__list ul li.t a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}
#alpha-universe .cpplus2023-main .pankuzu__list ul li:nth-child(n+2) {
  padding: 0.5em 1em;
}
#alpha-universe .cpplus2023-main .pankuzu__list ul li:nth-child(n+2)::before {
  content: "▶︎";
  font-size: 50%;
  opacity: 0.5;
  margin-right: 0.3em;
}
#alpha-universe .cpplus2023-main .reserve_button {
  position: relative;
  z-index: 1;
  margin: -50px 0;
}
#alpha-universe .cpplus2023-main .reserve_button .section__inner {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#alpha-universe .cpplus2023-main .reserve_button .section__inner .reserve_button_btn {
  width: 585px;
}
#alpha-universe .cpplus2023-main .reserve_button .section__inner .reserve_button_btn a {
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-radius: 999px;
  font-weight: bold;
  padding: 10px;
  font-size: 30px;
}
#alpha-universe .cpplus2023-main .reserve_button .section__inner .reserve_button_btn a img {
  width: 52px;
  vertical-align: middle;
}
#alpha-universe .cpplus2023-main .reserve_button .section__inner .reserve_button_btn a span {
  vertical-align: middle;
  font-size: 70%;
  font-weight: normal;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics {
  position: absolute;
  width: 90px;
  height: 100vh;
  background: #e96800;
  background: -webkit-gradient(linear, left bottom, left top, from(#e96800), to(#e94700));
  background: linear-gradient(0deg, #e96800 0%, #e94700 100%);
  right: 0;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 10px 0 10px -1px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 10px 0 10px -1px rgba(0, 0, 0, 0.2) inset;
  /* (-5px - 3px) 0 3px (-3px) #000000 */
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
  -webkit-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .hitarea {
  position: absolute;
  width: 90px;
  height: 100vh;
  z-index: 4;
  right: 0;
  top: 0;
  pointer-events: auto;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics_sub {
  position: absolute;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.2em;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner {
  position: relative;
  padding: 50px 50px 300px 50px;
  color: #fff;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner .title {
  font-size: 46px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 80px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner .cpplus_togglebutton {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 50px;
  top: 50px;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner .cpplus_togglebutton .cpplus_togglebutton__icon {
  width: 60px;
  height: 60px;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner .cpplus_togglebutton .cpplus_togglebutton__icon.open::before {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x_w.png") !important;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner a {
  color: #fff;
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul {
  width: 700px;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  opacity: 0;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li .thum {
  position: relative;
  width: 212px;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li .thum span {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li .outline {
  width: 460px;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li .outline .data {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li .outline .text {
  font-weight: normal;
  line-height: 160%;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li .outline .more {
  color: #FFCA3A;
  font-size: 90%;
  cursor: pointer;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li .outline .more:hover {
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li .outline .close {
  display: none;
  color: #FFCA3A;
  font-size: 90%;
  cursor: pointer;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li .outline .close:hover {
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li.js-more .outline .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li.js-more.is-open .outline .text {
  overflow: visible;
  display: block;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li.js-more.is-open .more {
  display: none;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li.js-more.is-open .close {
  display: block;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li.new .thum::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/topics/topics_alert_icon.svg");
  background-size: cover;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: 2;
  -webkit-animation-name: bound_scale;
          animation-name: bound_scale;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-iteration-count: 8;
          animation-iteration-count: 8;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li.new .outline .data::after {
  content: "NEW";
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0.7em;
  margin-left: 1em;
  background-color: #E60000;
  border: 1px solid #fff;
  border-radius: 999px;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics.is-scroll {
  position: fixed;
  top: 0;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics.is-open {
  width: 1000px !important;
  overflow-y: scroll;
  cursor: auto;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics.is-open .hitarea {
  pointer-events: none;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics.is-open .title {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics.is-open .sidebar_news_topics__inner ul {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
#alpha-universe .cpplus2023-main .sidebar_news_topics.is-open .sidebar_news_topics_sub {
  opacity: 0;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics.is-open .cpplus_togglebutton {
  opacity: 1;
  pointer-events: auto;
}
#alpha-universe .cpplus2023-main .sidebar_news_topics.nothit .hitarea {
  pointer-events: none !important;
}
#alpha-universe .cpplus2023-main .cpplus-sonybanner {
  background-color: #3B3B3B;
}
#alpha-universe .cpplus2023-main .cpplus-sonybanner .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0 50px 0;
}
#alpha-universe .cpplus2023-main .cpplus-sonybanner .section__inner .banner__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alpha-universe .cpplus2023-main .cpplus-sonybanner .section__inner .banner__list ul li {
  width: 33%;
  overflow: hidden;
  border-radius: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-sonybanner .section__inner .banner__list ul li a {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#alpha-universe .cpplus2023-main .cpplus-sonybanner .section__inner .banner__list ul li a:hover {
  opacity: 0.7;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers {
  position: relative;
  z-index: 4;
  background-color: #262626;
  border-radius: 30px;
  margin-top: -50px;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .section__inner {
  padding: 100px 0 80px 0;
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .section__title {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .section__title .t {
  font-size: 50px;
  font-weight: bold;
  line-height: 120%;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .section__title .d {
  font-size: 29px;
  font-weight: bold;
  line-height: 200%;
  color: #959595;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__manual {
  width: 90%;
  max-width: 1290px;
  border-radius: 20px;
  border: 1px solid #585858;
  color: #fff;
  margin: auto;
  padding: 15px 60px;
  text-align: center;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 45px 0;
  width: 100%;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block {
  margin: 0 22px;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .head {
  margin-bottom: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector.radio input[type=radio] {
  display: none;
  /* ラジオボタンを非表示にする */
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector.radio input[type=radio]:checked + label {
  background: #EA5404;
  /* マウス選択時の背景色を指定する */
  color: #ffffff;
  /* マウス選択時のフォント色を指定する */
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector.radio .roundButton {
  display: block;
  /* ブロックレベル要素化する */
  margin: 0 5px;
  /* ボックス外側の余白を指定する */
  width: 100px;
  /* ボックスの横幅を指定する */
  height: 45px;
  /* ボックスの高さを指定する */
  padding-left: 5px;
  /* ボックス内左側の余白を指定する */
  padding-right: 5px;
  /* ボックス内御右側の余白を指定する */
  color: #fff;
  /* フォントの色を指定 */
  font-weight: bold;
  text-align: center;
  /* テキストのセンタリングを指定する */
  line-height: 45px;
  /* 行の高さを指定する */
  cursor: pointer;
  /* マウスカーソルの形（リンクカーソル）を指定する */
  border-radius: 999px;
  /* 角丸を指定する */
  background-color: #545454;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector.radio .roundButton.cloud {
  width: 170px;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector.select {
  position: relative;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector.select::after {
  content: "";
  display: block;
  width: 11.33px;
  height: 22.66px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/common_arrow_02.svg");
  pointer-events: none;
  background-size: 100% 100%;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector.select #select_model {
  background-color: #414141;
  border: none;
  padding: 10px 20px;
  border-radius: 999px;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector.select #select_model::-ms-expand {
  display: none;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector input[type=radio] {
  display: none;
  /* ラジオボタンを非表示にする */
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector input[type=radio]:checked + label {
  background-position: 0 0;
  color: #ffffff;
  /* マウス選択時のフォント色を指定する */
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector input[type=radio]:checked + label.archive {
  background-color: #7B20C8;
  color: #fff;
  pointer-events: none;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector .change_list_button.teacher, #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector .change_list_button.work {
  display: block;
  /* ブロックレベル要素化する */
  margin: 0 5px;
  /* ボックス外側の余白を指定する */
  width: 65px;
  /* ボックスの横幅を指定する */
  height: 0;
  /* ボックスの高さを指定する */
  padding-top: 50px;
  color: #fff;
  /* フォントの色を指定 */
  font-weight: bold;
  text-align: center;
  /* テキストのセンタリングを指定する */
  cursor: pointer;
  /* マウスカーソルの形（リンクカーソル）を指定する */
  overflow: hidden;
  background-size: 65px 100px;
  background-position: 0 50px;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector .change_list_button.teacher {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2023/speaker/seminar_icon_select_01.svg);
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector .change_list_button.work {
  background-image: url(/ichigan/a-universe/assets/img/specialevent/cpplus2023/speaker/seminar_icon_select_02.svg);
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector .change_list_button.archive {
  display: block;
  /* ブロックレベル要素化する */
  margin: 0 5px;
  /* ボックス外側の余白を指定する */
  width: 192px;
  /* ボックスの横幅を指定する */
  height: 50px;
  /* ボックスの高さを指定する */
  padding-left: 5px;
  /* ボックス内左側の余白を指定する */
  padding-right: 5px;
  /* ボックス内御右側の余白を指定する */
  color: #fff;
  /* フォントの色を指定 */
  font-weight: bold;
  text-align: center;
  /* テキストのセンタリングを指定する */
  line-height: 50px;
  /* 行の高さを指定する */
  cursor: pointer;
  /* マウスカーソルの形（リンクカーソル）を指定する */
  border-radius: 5px;
  /* 角丸を指定する */
  background-color: #545454;
  pointer-events: none;
  opacity: 0.4;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__descriotion {
  color: #959595;
  font-size: 14px;
  margin-bottom: 0.8em;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li {
  width: 24%;
  height: auto;
  margin: 0.5%;
  background-color: #414141;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .photo {
  position: relative;
  width: 100%;
  padding-top: 74.626865671%;
  height: 0;
  overflow: hidden;
  background-color: #000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .photo::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 50px;
  height: 50px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/cpplus_loading.png");
  background-size: cover;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .photo .login {
  position: absolute;
  z-index: 5;
  right: 10px;
  bottom: 10px;
  width: 100px;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .photo > img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .photo > img.teacher {
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .photo > img.teacher.lazyload {
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .photo > img.teacher.lazyloaded {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .photo > img.work {
  z-index: 1;
  width: 120%;
  max-width: 150%;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .photo.mode-work > img.teacher {
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .photo.mode-work > img.work {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .outline {
  padding: 20px 20px 40px 20px;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .outline .title {
  color: #BCBCBC;
  font-size: 20px;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .outline .name {
  font-size: 35px;
  margin: 0.5em 0;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .outline .name_rome {
  font-size: 16px;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a:hover .photo > img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li.is-hide {
  display: none;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li.is-model-hide {
  display: none;
}
#alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li.is-archive-hide {
  display: none;
}
#alpha-universe .cpplus2023-main .cpplus-tocpplus {
  background-color: #272727;
}
#alpha-universe .cpplus2023-main .cpplus-tocpplus .section__inner {
  padding: 80px 0;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-tocpplus .section__inner .tocpplus_bnr {
  border-radius: 20px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-tocpplus .section__inner .tocpplus_bnr a {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#alpha-universe .cpplus2023-main .cpplus-tocpplus .section__inner .tocpplus_bnr a:hover {
  opacity: 0.7;
}
#alpha-universe .cpplus2023-main .uhead {
  text-align: center;
}
#alpha-universe .cpplus2023-main .uhead .section__inner {
  position: relative;
  padding: 55px 0;
}
#alpha-universe .cpplus2023-main .uhead .section__inner .logo {
  position: absolute;
  width: 110px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
}
#alpha-universe .cpplus2023-main .uhead .section__inner .titlebox h1 {
  font-size: 55px;
  font-weight: bolder;
  line-height: 140%;
}
#alpha-universe .cpplus2023-main .uhead .section__inner .titlebox p {
  font-size: 20px;
  font-weight: bolder;
}
#alpha-universe .cpplus2023-main .cpplus-faq {
  background-color: #F1F1F1;
  border-radius: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-faq a {
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner {
  padding: 90px 0 120px 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .section__title .t {
  font-size: 40px;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_index .anchor {
  border-top: 1px solid #B2B2B2;
  padding: 0.8em;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_index .anchor:last-child {
  border-bottom: 1px solid #B2B2B2;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_index .anchor a {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_index .anchor a img {
  width: 41px;
  vertical-align: middle;
  margin-right: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .list_title {
  background-color: #D6D6D6;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 700;
  padding: 0.7em 1em;
  margin-top: 80px;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #B2B2B2;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda:last-child {
  border-bottom: none;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em 0;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .q .icon {
  width: 60px;
  height: 60px;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .q .icon svg {
  width: 100%;
  height: auto;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .q .str {
  margin-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8em 0;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .a .icon {
  width: 60px;
  height: 60px;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .a .icon svg {
  width: 100%;
  height: auto;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .a .str {
  margin-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  line-height: 170%;
}
#alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .a .str .map_faq {
  background-color: #313131;
  padding: 60px;
  margin-top: 2em;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0;
  text-align: center;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui {
  background-color: #242425;
  border-radius: 30px 30px 0 0;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0.4em;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner p {
  color: #C8C8C8;
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 3em;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui {
  margin-bottom: 0.5%;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui a {
  position: relative;
  display: block;
  background-color: #3E3E3E;
  border-radius: 10px;
  text-align: left;
  padding: 20px 20px 20px 60px;
  color: #fff;
  text-decoration: none;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui a::after {
  content: "";
  width: 10px;
  height: 80%;
  position: absolute;
  left: 10px;
  top: 50%;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #8B8B8B;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui a .title {
  color: #8B8B8B;
  font-size: 20px;
  margin-bottom: 0.3em;
  line-height: 120%;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui a .department {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui a .department span {
  font-size: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.row3 {
  width: 33%;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.row2 {
  width: 49.7%;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.campione a::after {
  background-color: #FF7A00;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.campione a .title {
  color: #FF7A00;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.newcomer a::after {
  background-color: #00AAFF;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.newcomer a .title {
  color: #00AAFF;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.movie a::after {
  background-color: #07D486;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.movie a .title {
  color: #07D486;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.xperia a::after {
  background-color: #BA5DD5;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.xperia a .title {
  color: #BA5DD5;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui:hover a {
  background-color: #1D1D1D;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.is-active a {
  background-color: #000;
  pointer-events: none;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments {
  background-color: #000000;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper {
  width: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box {
  width: 100%;
  border-top: 10px solid #8B8B8B;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner {
  max-width: 980px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_titles {
  margin-bottom: 100px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_titles .department {
  font-size: 30px;
  font-weight: 700;
  color: #8B8B8B;
  margin-bottom: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_titles .title {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 120%;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award {
  margin-bottom: 100px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award.portrait {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 1em;
  text-align: left;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .title .batch {
  padding: 0.5em 0.7em;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  background-color: #8B8B8B;
  border-radius: 999px;
  line-height: 100%;
  margin-right: 0.6em;
  color: #000;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .title .outline .name {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0.4em;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .title .outline .author {
  font-size: 24px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .work {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .work .work_rap {
  border-radius: 5px;
  overflow: hidden;
  background-color: #242425;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .work .work_rap img {
  width: 100%;
  height: auto;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .work .work_rap img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award p.description {
  text-align: left;
  color: #fff;
  font-size: 18px;
  margin-top: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award.gold .title .batch {
  background: #fbed93;
  background: linear-gradient(130deg, #fbed93 0%, #e8d16b 50%, #ad8c2d 100%);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award.gold .work {
  background: #fbed93;
  background: linear-gradient(130deg, #fbed93 0%, #e8d16b 50%, #ad8c2d 100%);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award.silver .title .batch {
  background: #fbfbfb;
  background: linear-gradient(130deg, #fbfbfb 0%, #e5e5e5 50%, #a4a4a4 100%);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award.silver .work {
  background: #fbfbfb;
  background: linear-gradient(130deg, #fbfbfb 0%, #e5e5e5 50%, #a4a4a4 100%);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award.bronze .title .batch {
  background: #f5d5ab;
  background: linear-gradient(130deg, #f5d5ab 0%, #e6be90 50%, #b38c59 100%);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award.bronze .work {
  background: #f5d5ab;
  background: linear-gradient(130deg, #f5d5ab 0%, #e6be90 50%, #b38c59 100%);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box.campione {
  border-color: #FF7A00;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box.campione .department_box_titles .department {
  color: #FF7A00;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box.newcomer {
  border-color: #00AAFF;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box.newcomer .department_box_titles .department {
  color: #00AAFF;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box.movie {
  border-color: #07D486;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box.movie .department_box_titles .department {
  color: #07D486;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box.xperia {
  border-color: #BA5DD5;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box.xperia .department_box_titles .department {
  color: #BA5DD5;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons {
  width: 90%;
  max-width: 980px;
  padding: 0 0 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #242424;
  border: 2px solid #4E4E4E;
  border-radius: 10px;
  padding: 15px 30px 15px 15px;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn a:hover {
  text-decoration: none;
  background-color: #000;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn a img {
  display: block;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn a img.premium_logo {
  width: 212px;
  height: auto;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn a img.arrow {
  width: 12px;
  height: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn.togallery {
  margin-right: 2em;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn.to_ui {
  margin-left: auto;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn.to_ui a {
  padding: 10px 15px 10px 15px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn.to_ui a img.arrow {
  width: 12px;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 0;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest {
  background-color: #000;
  border-radius: 30px;
  margin-top: -50px;
  z-index: 0;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest .section__inner {
  padding: 100px 0 50px 0;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest .section__inner .contest_banner {
  width: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest .section__inner .contest_banner a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest .section__inner .contest_banner a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest .section__inner .contest_banner .photo {
  width: 500px;
  margin-right: 3em;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__contest .section__inner .contest_banner .outline {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list {
  position: relative;
  background-color: #242425;
  border-radius: 30px;
  z-index: 1;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0 120px 0;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list__title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 60px;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 2%;
  background-color: #191919;
  border-radius: 20px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .work {
  position: relative;
  width: 240px;
  height: 180px;
  overflow: hidden;
  background-color: #000;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .work a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .work a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.25);
          transform: translate(-50%, -50%) scale(1.25);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .work::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 50px;
  height: 50px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/cpplus_loading.png");
  background-size: cover;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .profile {
  padding: 20px 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .profile .title {
  color: #BCBCBC;
  margin-bottom: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .profile .outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .profile .outline .photo {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 1em;
  background-color: #000;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .profile .outline .name {
  color: #fff;
  font-size: 26px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher {
  background-color: #000;
  border-radius: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 120px 0;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .u-responsive-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .u-responsive-video video, #alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .u-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__title {
  width: 1000px;
  margin: auto;
  margin-bottom: 120px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__profile {
  text-align: center;
  margin-bottom: 120px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__profile .photo {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 100%;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__profile .title {
  color: #BCBCBC;
  font-size: 18px;
  margin-top: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__profile .name {
  color: #fff;
  font-size: 30px;
  margin-top: 0.3em;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__works .cpplus-gallery__teacher__works__box {
  margin-bottom: 80px;
  position: relative;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__works .cpplus-gallery__teacher__works__box.mode-photo {
  overflow: hidden;
  height: 800px;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__works .cpplus-gallery__teacher__works__box.mode-photo img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: block;
  height: 100%;
  width: auto;
  max-height: 800px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__works .cpplus-gallery__teacher__works__box.mode-photo img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__works .cpplus-gallery__teacher__works__box.mode-photo::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 50px;
  height: 50px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/cpplus_loading.png");
  background-size: cover;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#alpha-universe .cpplus2023-main .cpplus-gallery__title {
  padding: 80px 0;
}
#alpha-universe .cpplus2023-main .cpplus-gallery__title .section__inner {
  width: 1000px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar {
  background-color: #242425;
  border-radius: 0 0 30px 30px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner {
  padding: 120px 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-title {
  font-size: 45px;
  line-height: 120%;
  font-weight: 700;
  color: #EE5300;
  margin-bottom: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-outline {
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 60px;
  color: #C8C8C8;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-content-title {
  font-size: 35px;
  line-height: 120%;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0.5em;
  margin-bottom: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-content-sub {
  font-size: 35px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 10px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-content-text {
  font-size: 20px;
  line-height: 160%;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box {
  width: 47%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #171717;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .downloadlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  background-color: #171717;
  border: 3px solid #EE5300;
  border-radius: 999px;
  text-decoration: none;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .downloadlink a span {
  font-size: 21px;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .downloadlink a span:nth-child(1) {
  width: 23px;
  margin-right: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .downloadlink a span:nth-child(3) {
  font-size: 14px;
  font-weight: normal;
  color: #B2B2B2;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .downloadlink a:hover {
  color: #fff;
  background-color: #EE5300;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .top_block {
  background-color: #3A3A3A;
  padding: 30px 60px 30px 60px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .top_block .title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0.8em;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .top_block .image {
  width: 80%;
  margin: 0 auto 30px auto;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .bottom_block {
  padding: 30px 60px 30px 60px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .bottom_block .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0.8em;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .bottom_block .title span {
  font-size: 14px;
  font-weight: normal;
  color: #B2B2B2;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .bottom_block .month_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .bottom_block .month_list .downloadlink {
  width: 22%;
  margin-bottom: 5%;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .bottom_block .month_list .downloadlink a {
  font-size: 21px;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-gallerylink {
  background-color: rgba(38, 38, 38, 0.9);
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding: 40px 0 20px 0;
  width: 894px;
  margin: auto;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
#alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__comingsoon {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.9);
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__comingsoon .comingsoon_block {
  background-color: #000;
  width: 85%;
}
#alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__description {
  font-size: 20px;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__linkbutton {
  font-size: 30px;
  margin: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__linkbutton a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__linkbutton a .logo {
  width: 444px;
  margin-right: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__linkbutton a .arrow {
  width: 51px;
}
#alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__linkbutton a:hover {
  opacity: 0.5;
}
#alpha-universe .cpplus2023-main .comingsoon_block {
  width: 458px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  padding: 20px 35px;
  margin: 0 auto;
}
#alpha-universe .cpplus2023-main .comingsoon_block .icon {
  width: 25px;
  margin-right: 0.9em;
}
#alpha-universe .cpplus2023-main .comingsoon_block .label {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk {
  position: relative;
  background-color: #242425;
  border-radius: 30px 30px 0 0;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner {
  padding: 100px 0;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-title {
  text-align: center;
  margin-bottom: 40px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-title .sub {
  font-size: 35px;
  line-height: 140%;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-title .title {
  font-size: 45px;
  line-height: 120%;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-outline {
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 64px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper::before {
  content: "";
  display: block;
  width: 24.5%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper::after {
  content: "";
  display: block;
  width: 24.5%;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item {
  width: 24.5%;
  margin: 0 0 0.5% 0;
  background-color: #414141;
  border-radius: 20px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item .photo {
  position: relative;
  background-color: #3B3B3B;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item .photo a {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item .outline {
  padding: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item .outline .title {
  font-size: 20px;
  color: #C1C1C1;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item .outline .name {
  font-size: 20px;
  line-height: 120%;
  word-break: keep-all;
  word-wrap: break-word;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item .outline .text {
  font-size: 18px;
  margin-top: 0.8em;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item.comingsoon .photo {
  position: relative;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item.comingsoon .photo img {
  width: 29px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item.comingsoon .outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
  color: #505050;
  font-size: 25px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner {
  color: #fff;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 110px 0;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-title {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-title .t {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-title .t span {
  font-size: 60%;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-outline {
  font-size: 20px;
  line-height: 160%;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve {
  margin: 60px 0;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve .reserve__button {
  max-width: 617px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve .reserve__button a {
  border: 2px solid #fff;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve .reserve__button a .label {
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve .reserve__button a:hover {
  background-color: #fff;
  border: 2px solid #fff;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve .reserve__button a:hover .label {
  color: #000;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve .tofaq {
  text-align: center;
  margin: 1.5em 0;
  font-size: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve .tofaq img {
  width: 28px;
  vertical-align: middle;
  margin-right: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-description {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 16px;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor {
  position: relative;
  background-color: #D1C5A5;
  border-radius: 30px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner {
  color: #000000;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 110px 0 160px 0;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-title .limited_icon {
  width: 260px;
  margin-right: 40px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-title .t {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  color: #000000;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-title .t span {
  font-size: 60%;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-outline {
  font-size: 20px;
  line-height: 160%;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-reserve {
  margin: 60px 0;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-reserve .tofaq {
  text-align: center;
  margin: 1.5em 0;
  font-size: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-reserve .tofaq img {
  width: 28px;
  vertical-align: middle;
  margin-right: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-description {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 16px;
  color: #fff;
  line-height: 160%;
}
#alpha-universe .cpplus2023-main .reserve__button {
  width: 100%;
  max-width: 774px;
  margin: 0 auto;
}
#alpha-universe .cpplus2023-main .reserve__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
  border-radius: 999px;
  background-color: #000;
  border: 2px solid #D9C383;
  text-decoration: none;
}
#alpha-universe .cpplus2023-main .reserve__button a .label {
  font-size: 26px;
  font-weight: 700;
  color: #D9C383;
  padding-left: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#alpha-universe .cpplus2023-main .reserve__button a .arrow {
  width: 64px;
  margin-left: auto;
}
#alpha-universe .cpplus2023-main .reserve__button a:hover {
  background-color: #D9C383;
  border: 2px solid #000;
}
#alpha-universe .cpplus2023-main .reserve__button a:hover .label {
  color: #000;
}
#alpha-universe .cpplus2023-main .reserve__button.notbtn {
  pointer-events: none;
  opacity: 0.3;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry {
  position: relative;
  background-color: #242425;
  border-radius: 30px;
  margin-bottom: -50px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner {
  color: #fff;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 110px 0 160px 0;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-title .limited_icon {
  width: 260px;
  margin-right: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-title .t {
  font-size: 39px;
  font-weight: 700;
  line-height: 120%;
  color: #D9C383;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-title .t span {
  font-size: 60%;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-outline {
  font-size: 20px;
  line-height: 160%;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-reserve {
  margin: 60px 0;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-reserve .tofaq {
  text-align: center;
  margin: 1.5em 0;
  font-size: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-reserve .tofaq img {
  width: 28px;
  vertical-align: middle;
  margin-right: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-description {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 16px;
  color: #fff;
  line-height: 160%;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__statement {
  position: relative;
  background-color: black;
  border-radius: 30px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__statement .section__inner {
  padding: 120px 0;
  width: 900px;
  margin: auto;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__statement .section__inner .title {
  margin-bottom: 40px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__statement .section__inner .text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 60px;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__statement.owners {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/lounge/owners_common_bg.jpg");
  background-position: center center;
  background-size: cover;
}
#alpha-universe .cpplus2023-main .cpplus-lounge__statement.premium {
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/lounge/premium_common_bg.jpg");
  background-position: center center;
  background-size: cover;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule {
  position: relative;
  padding: 120px 0;
  border-radius: 30px 30px 0 0;
  background-color: #141414;
  margin-top: -50px;
  z-index: 5;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner {
  width: 90%;
  margin: auto;
  max-width: 1300px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .section__title {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .section__title .t {
  font-size: 50px;
  font-weight: bold;
  line-height: 120%;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .section__title .d {
  font-size: 29px;
  font-weight: bold;
  line-height: 200%;
  color: #959595;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui {
  color: #ddd;
  margin-bottom: 70px;
  width: 846px;
  margin-left: auto;
  margin-right: auto;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui .cpplus-seminar__schedule_ui__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui .cpplus-seminar__schedule_ui__date .cpplus-seminar__schedule_ui__date_block {
  cursor: pointer;
  width: 25%;
  text-align: center;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui .cpplus-seminar__schedule_ui__date .cpplus-seminar__schedule_ui__date_block .day {
  font-size: 70px;
  font-weight: bold;
  line-height: 120%;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui .cpplus-seminar__schedule_ui__date .cpplus-seminar__schedule_ui__date_block .dayofweek {
  font-size: 25px;
  font-weight: bold;
  line-height: 120%;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui .cpplus-seminar__schedule_ui__date .cpplus-seminar__schedule_ui__date_block.current {
  color: #EA5404;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui .cpplus-seminar__schedule_ui__bar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #202020;
  border-radius: 9999px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui .cpplus-seminar__schedule_ui__bar .position_bar {
  content: "";
  display: block;
  width: 25%;
  height: 10px;
  background-color: #EA5404;
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 9999px;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider {
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box {
  border-radius: 20px;
  margin-bottom: 17px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box:nth-child(odd) {
  background-color: #313131;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box:nth-child(even) {
  background-color: #444444;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__time {
  width: 210px;
  font-size: 30px;
  font-weight: bold;
  margin-right: 30px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__time::after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 15%;
  width: 5px;
  height: 70%;
  background: #ff5b4f;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff5b4f), to(#ff9015));
  background: linear-gradient(0deg, #ff5b4f 0%, #ff9015 100%);
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__time .time_batch {
  margin-top: 0.3em;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__time .time_batch div:nth-child(1) {
  color: #fff;
  background-color: #EA5404;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__time .time_batch div:nth-child(2) {
  color: #EA5404;
  font-size: 18px;
  color: #EA5404;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__photo .photo {
  width: 100px;
  margin-right: 10px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__photo .photo a {
  display: block;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__photo .photo a:hover {
  opacity: 0.5;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 140%;
  margin-right: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .batch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: auto;
  margin-bottom: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .batch .archive {
  width: 57px;
  margin-right: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .batch .premium {
  width: 68px;
  margin-right: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .name {
  font-size: 28px;
  font-weight: bold;
  line-height: 120%;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .title {
  margin-top: 0.4em;
  color: #BCBCBC;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .guest {
  margin-top: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .guest a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .guest a .guest_photo {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .guest a .guest_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .guest a .guest_name .g_name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .guest a .guest_name .g_name span {
  font-size: 80%;
  opacity: 0.5;
  line-height: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .guest a .guest_name .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #FF7200;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 0.4em;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .guest a .guest_name .arrow img {
  width: 8px;
  height: 12px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__jiyuku {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-top: 0;
  width: auto;
  margin-left: auto;
  border-radius: 10px;
  padding: 0.8em 1em;
  background: #c769aa;
  background: linear-gradient(132deg, #c769aa 0%, #6070b5 100%);
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__jiyuku a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__jiyuku a:hover {
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__jiyuku .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #141414;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 2em;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__jiyuku .arrow img {
  width: 10px;
  height: 15px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__jiyuku .str {
  font-weight: bold;
  font-size: 22px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box#schedule-anchor_DAY3_9 .schedule_box_href .schedule_box__cont .schedule_box__jiyuku {
  -webkit-transform: translateY(37%);
          transform: translateY(37%);
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box#schedule-anchor_DAY4_7 .schedule_box_href .schedule_box__cont .schedule_box__jiyuku {
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots {
  position: relative;
  width: 680px;
  margin: 50px auto 0 auto;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_dots .dot {
  margin: 5px;
  width: 20px;
  height: 20px;
  background-color: #474747;
  border-radius: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_dots .dot.current {
  background-color: #EA5404;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_next {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
  text-align: right;
  font-size: 25px;
  font-weight: bold;
  padding-right: 40px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_next svg {
  position: absolute;
  right: 0;
  width: 25px;
  height: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_next svg g path {
  fill: none;
  stroke: #dd4d14;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_next.invalid {
  cursor: default;
  pointer-events: none;
  color: #3E3E3E;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_next.invalid svg g path {
  stroke: #3E3E3E;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  padding-left: 40px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_prev svg {
  position: absolute;
  left: 0;
  width: 25px;
  height: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_prev svg g path {
  fill: none;
  stroke: #dd4d14;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5px;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_prev.invalid {
  cursor: default;
  pointer-events: none;
  color: #3E3E3E;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_prev.invalid svg g path {
  stroke: #3E3E3E;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__statement {
  background-color: black;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  color: #fff;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding: 62px 0 80px 0;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__statement .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__statement .section__inner .cpplus-seminar__statement_outline {
  font-size: 20px;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__statement .section__inner .cpplus-seminar__statement_outline p {
  margin-bottom: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-seminar__statement .section__inner .cpplus-seminar__statement_outline .desc {
  font-size: 16px;
  color: #919191;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 {
  background-color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head {
  background-color: #D5C9BF;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/shootingtips/01/mainvisual_bg_pc.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .section__inner {
  padding: 80px 0 120px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__mainvisual {
  margin-bottom: 30px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 30px auto;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__title {
  text-align: center;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__title p {
  font-size: 43px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__title h1 {
  font-weight: 700;
  font-size: 92px;
  line-height: 100%;
  padding: 20px 0 30px 0;
  color: #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__detail {
  text-align: center;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__detail h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  margin: 1em 0 0.5em 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__detail p {
  font-size: 26px;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__banner {
  text-align: center;
  width: 100%;
  max-width: 850px;
  margin: 60px auto 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__banner a {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__banner a:hover {
  opacity: 0.7;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile {
  position: relative;
  background-color: #DCD8D5;
  z-index: 3;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .section__inner {
  padding: 80px 0 100px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #707070;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box {
  width: 45%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box .profile .photo {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box .profile .outline {
  margin-left: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box .profile .outline .title {
  font-size: 20px;
  list-style: 100%;
  margin-bottom: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box .profile .outline .name {
  font-size: 60px;
  font-weight: 700;
  list-style: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box .detail {
  font-size: 18px;
  line-height: 180%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__link {
  width: 900px;
  margin: auto;
  background-color: #fff;
  border: 5px solid #000;
  padding: 1em 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  color: #000;
  text-decoration: none;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .section__inner {
  padding: 120px 0 150px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_title {
  text-align: center;
  margin: 0 0 100px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_title .number {
  position: relative;
  display: inline-block;
  font-size: 61px;
  font-weight: 700;
  line-height: 160%;
  color: #000000;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_title .number::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #000;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_title h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 150%;
  color: #000000;
  margin-top: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box {
  width: 45%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box .object {
  width: 90%;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box .profile .photo {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box .profile .outline {
  margin-left: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box .profile .outline .name {
  font-size: 35px;
  font-weight: 700;
  list-style: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article.article-01 {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 4;
  margin: -30px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article.article-01 .article_list::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  width: 1px;
  height: 126%;
  background-color: #707070;
  z-index: 99;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article.article-02 {
  background-color: #DCD8D5;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article.article-02 .article_list::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  width: 1px;
  height: 126%;
  background-color: #707070;
  z-index: 99;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article.article-03 {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 4;
  margin: -30px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article.article-03 .article_list::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  width: 1px;
  height: 110%;
  background-color: #707070;
  z-index: 99;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 {
  background-color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head {
  background-color: #D5C9BF;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/shootingtips/02/mainvisual_bg_pc.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .section__inner {
  padding: 60px 0 120px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__mainvisual {
  margin-bottom: 30px;
  width: 90%;
  max-width: 960px;
  margin: 0 auto 50px auto;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__title {
  text-align: center;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__title p {
  font-size: 38px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__title h1 {
  font-weight: 700;
  font-size: 69px;
  line-height: 100%;
  padding: 20px 0 30px 0;
  color: #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__detail {
  text-align: center;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__detail h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  margin: 1em 0 0.5em 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__detail p {
  font-size: 26px;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__banner {
  text-align: center;
  width: 100%;
  max-width: 850px;
  margin: 60px auto 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-color: #2D2D2D;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__banner a {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__banner a:hover {
  opacity: 0.7;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile {
  position: relative;
  background-color: #2D2D2D;
  z-index: 3;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .section__inner {
  padding: 80px 0 100px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box {
  width: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box .profile .photo {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box .profile .outline {
  margin-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box .profile .outline .title {
  font-size: 20px;
  list-style: 100%;
  margin-bottom: 1em;
  color: #BA5DD5;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box .profile .outline .name {
  font-size: 60px;
  font-weight: 700;
  list-style: 150%;
  margin-bottom: 0.4em;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box .profile .outline .detail {
  font-size: 18px;
  line-height: 180%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__link {
  width: 900px;
  margin: auto;
  background-color: #fff;
  border: 5px solid #000;
  padding: 1em 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  color: #000;
  text-decoration: none;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .section__inner {
  padding: 120px 0 150px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_title {
  text-align: center;
  margin: 0 0 100px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_title .number {
  position: relative;
  display: inline-block;
  font-size: 61px;
  font-weight: 700;
  line-height: 160%;
  color: #BA5DD5;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_title .number::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #BA5DD5;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_title h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  margin-top: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box {
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 160%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box .flex_box > div {
  width: 50%;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box .flex_box .text {
  padding-left: 2em;
  color: #AEAEAE;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box .image_box span, #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box .photo span {
  display: block;
  text-align: center;
  margin-top: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box p {
  margin: 2em 0;
  color: #AEAEAE;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article.article-01 {
  background-color: #171717;
  border-radius: 30px;
  position: relative;
  z-index: 4;
  margin: -30px 0;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article.article-02 {
  background-color: #434343;
}
#alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article.article-03 {
  background-color: #171717;
  border-radius: 30px;
  position: relative;
  z-index: 4;
  margin: -30px 0;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual {
  height: 100vh;
  min-height: 758px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  background-color: #000;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  position: relative;
  z-index: 2;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 999;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .logo {
  position: absolute;
  width: 242px;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content {
  width: 1234px;
  background-color: #000;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .title {
  position: absolute;
  width: 454px;
  top: -157px;
  left: 133px;
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products {
  position: absolute;
  width: 724px;
  top: -4px;
  left: 2px;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pro_bg {
  position: absolute;
  width: 100%;
  height: 47px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/kv_product_shadow_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  top: 80px;
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .pro .img {
  opacity: 0;
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .pro .lg {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p1 {
  width: 146px;
  margin-right: 22px;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p1 .lg {
  width: 92px;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p2 {
  width: 128px;
  margin-right: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p2 .lg {
  width: 124px;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p3 {
  width: 205px;
  margin-right: 25px;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p3 .lg {
  width: 109px;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p4 {
  width: 123px;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p4 .lg {
  width: 114px;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .event {
  position: absolute;
  width: 758px;
  top: 207px;
  left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .event .p1 {
  width: 493px;
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .event .p2 {
  width: 241px;
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .main_products {
  position: absolute;
  width: 478px;
  left: 749px;
  top: -256px;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .main_products .p1 {
  position: absolute;
  width: 427px;
  left: 60px;
  top: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translate(45px, -15px);
          transform: translate(45px, -15px);
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .main_products .p2 {
  position: absolute;
  width: 153px;
  left: 0;
  top: 102px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(45px, -15px);
          transform: translate(45px, -15px);
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .main_products .p3 {
  position: absolute;
  width: 151px;
  left: 123px;
  top: 45px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(45px, -15px);
          transform: translate(45px, -15px);
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .scroll_attensition {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .scroll_attensition .bar {
  position: relative;
  width: 1.5px;
  height: 170px;
  background-color: rgba(0, 0, 0, 0.2);
  left: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .scroll_attensition .bar::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-animation: bar_move 2s infinite;
          animation: bar_move 2s infinite;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .scroll_attensition .str {
  position: relative;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  font-weight: bolder;
  font-size: 15px;
  margin-bottom: 10px;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .scroll_attensition .arrow {
  -webkit-animation: attensition_updown 2s infinite;
          animation: attensition_updown 2s infinite;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .end_attensition {
  position: absolute;
  bottom: 50px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  text-align: center;
  border-radius: 20px;
  padding: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_bg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_bg .keybisual_bg_up {
  position: absolute;
  left: -295px;
  top: -472px;
  width: 1726px;
  height: 919px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/kv_bg_up_prism.png");
  background-size: cover;
  -webkit-transform: scale(2.8);
          transform: scale(2.8);
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_bg .keybisual_bg_up.sec1 {
  mix-blend-mode: multiply;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_bg .keybisual_bg_down {
  position: absolute;
  right: -234px;
  bottom: -508px;
  width: 1625px;
  height: 961px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/kv_bg_down_prism.png");
  background-size: cover;
  -webkit-transform: scale(2.8);
          transform: scale(2.8);
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_bg .keybisual_bg_down.sec1 {
  mix-blend-mode: multiply;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_motion {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual.play {
  background-color: #E9E2DD;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual.play .logo {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual.play .loading {
  display: none;
}
#alpha-universe .cpplus2023-main .cpplus-Keyvisual.play .keyvisual_motion {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge.section_box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 80px auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .title {
  margin-bottom: 40px;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .title div {
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .title div:nth-child(1) {
  font-size: 30px;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .title div:nth-child(2) {
  font-size: 22px;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge {
  width: 576px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap {
  padding: 53px 33px 33px 33px;
  background-color: #000;
  border-radius: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_title {
  margin-bottom: 33px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_title img {
  width: 100%;
  height: auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_sub {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-style: solid;
  padding: 0.4em 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  border-color: #9a9b9c;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_text {
  margin-bottom: 25px;
  font-size: 15px;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_lineup {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  min-height: 228px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 5px;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_lineup.aowner {
  height: auto;
  min-height: auto;
  position: relative;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_lineup.aowner.ba {
  padding-top: 30px;
  color: #FFF3CB;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_lineup.aowner.ba .batch {
  position: absolute;
  width: 220px;
  left: 15px;
  top: -16px;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_login {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_login a {
  width: 100%;
  display: block;
  border-radius: 9999px;
  background-color: #F7F7F7;
  color: #000;
  padding: 1em;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #fff;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_register {
  margin-bottom: 33px;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_register a {
  font-weight: 700;
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_description {
  text-align: left;
  font-size: 13px;
  line-height: 140%;
  color: #000;
  margin-top: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.premium_lounge .lounge_rap {
  border: 2px solid #E6E6E6;
  background-color: #353738;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/lounge/premium_common_bg.jpg");
  background-position: center center;
  background-size: auto 115%;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.premium_lounge .lounge_rap .lounge_lineup {
  border: 1px solid #909090;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.premium_lounge .lounge_rap .lounge_login a {
  background: #b6b6b6;
  background: linear-gradient(132deg, #b6b6b6 10%, #efefef 51%, #b6b6b6 90%);
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.owners_lounge .lounge_rap {
  border: 2px solid #F3E7CB;
  background-color: #000;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/lounge/owners_common_bg.jpg");
  background-position: center center;
  background-size: auto 115%;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.owners_lounge .lounge_rap .lounge_sub {
  color: #fff;
  border-color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.owners_lounge .lounge_rap .lounge_lineup {
  border: 1px solid #BFA974;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.owners_lounge .lounge_rap .lounge_login a {
  border: 1px solid #ecd691;
  background: #dabc6f;
  background: linear-gradient(132deg, #dabc6f 10%, #f3e09d 51%, #dabc6f 90%);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule {
  position: relative;
  padding: 50px 0 50px 0;
  border-radius: 0px 0px 30px 30px;
  background-color: #141414;
  margin-top: 0;
  z-index: 5;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner {
  width: 100%;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 90%;
  margin: 0 auto 20px auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .title {
  color: #fff;
  margin-right: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .title .main {
  font-size: 62px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 15px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .title .sub {
  font-size: 21px;
  font-weight: bold;
  line-height: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .btn {
  display: inline-block;
  margin-top: 0.5em;
  width: auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .btn a {
  border: 1px solid #484848;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-radius: 999px;
  font-weight: bold;
  padding: 8px 30px 8px 8px;
  font-size: 17px;
  line-height: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .btn a img {
  width: 35px;
  vertical-align: middle;
  margin-right: 0.2em;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .btn a span {
  font-size: 75%;
  font-weight: normal;
  color: #7B7B7B;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .btn a:hover {
  opacity: 0.6;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_description {
  width: 90%;
  margin: 0 auto 40px auto;
  color: #DEDEDE;
  font-size: 18px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui {
  color: #ddd;
  width: 90%;
  margin: 0 auto 70px auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date .cpplus-top__schedule_ui__date_block {
  cursor: pointer;
  width: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date .cpplus-top__schedule_ui__date_block:first-child {
  margin-left: 0;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date .cpplus-top__schedule_ui__date_block::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #323232;
  position: absolute;
  top: 0;
  right: -30px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date .cpplus-top__schedule_ui__date_block .day {
  font-size: 48.77px;
  font-weight: bold;
  line-height: 120%;
  margin-right: 10px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date .cpplus-top__schedule_ui__date_block .dayofweek {
  font-size: 16.25px;
  font-weight: bold;
  line-height: 120%;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date .cpplus-top__schedule_ui__date_block.current {
  color: #EA5404;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date .cpplus-top__schedule_ui__date_block.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #EA5404;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 999px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .jiyuku-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0 auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_jiyuku {
  width: 40%;
  margin: 0 0 0 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_jiyuku a {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
  border-radius: 15px;
  background: #c769aa;
  background: -webkit-gradient(linear, left top, left bottom, from(#c769aa), to(#6070b5));
  background: linear-gradient(180deg, #c769aa 0%, #6070b5 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_jiyuku a:hover {
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_jiyuku .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #141414;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_jiyuku .arrow img {
  width: 10px;
  height: 15px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_jiyuku .str {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  margin: 0 0 0 0;
  color: #7B7B7B;
  font-size: 13px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .vertical-slider {
  width: 90%;
  height: 650px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .overflow {
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .vertical-slider__wrapper {
  height: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .horizontal-slider {
  position: relative;
  height: 590px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .horizontal-slider__wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-prev,
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-prev::after,
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-next::after {
  display: block;
  content: "";
  width: 18px;
  height: 38px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/common_arrow_02.svg");
  background-size: cover;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-prev:hover, #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-prev:active,
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-next:hover,
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-next:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-prev {
  left: -30px;
  border-radius: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-next {
  right: -30px;
  border-radius: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-pagination {
  position: absolute;
  z-index: 9;
  top: auto;
  bottom: -40px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-pagination.swiper-pagination-progressbar {
  background-color: #303030;
  border-radius: 999px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #EA5404;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .DayCard {
  position: relative;
  width: 305px;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .DayCard::after {
  z-index: 0;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 666px;
  height: 666px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/prism_daycard_image.jpg");
  background-size: cover;
  background-position: center center;
  -webkit-animation: daycard_rotate 20s linear infinite;
          animation: daycard_rotate 20s linear infinite;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .DayCard .center {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
  font-weight: bold;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .DayCard .center .day {
  font-size: 43px;
  font-weight: bold;
  line-height: 100%;
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .DayCard .center .date {
  font-size: 90px;
  font-weight: bold;
  line-height: 100%;
  margin: 0.5em 0 0.2em 0;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .DayCard .center .dayofweek {
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box {
  width: 305px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #313131;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__time {
  position: absolute;
  left: 0;
  top: -50px;
  color: white;
  font-size: 32px;
  font-weight: bold;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo {
  position: relative;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo a {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo img {
  width: 100%;
  height: auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo .ws_state {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  z-index: 1;
  font-weight: 700;
  padding: 0.5em 1em;
  font-size: 16px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo .ws_state.not_stream {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.4);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo .ws_state.only_stream {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.4);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo .photo {
  position: relative;
  background-color: #000;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo .photo .swiper-lazy {
  position: relative;
  z-index: 1;
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo .photo .swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo .photo .swiper-lazy-preloader {
  z-index: 2;
  -webkit-animation: none;
          animation: none;
  position: absolute;
  left: 50%;
  top: 50%;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo.row-2 .photo {
  height: 152.5px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo.row-2 .photo .swiper-lazy {
  position: relative;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline {
  padding: 20px 20px 20px 20px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .batch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: auto;
  margin-bottom: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .batch .archive {
  width: 57px;
  margin-right: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .batch .premium {
  width: 68px;
  margin-right: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .name {
  font-size: 22px;
  font-weight: bold;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .guest {
  font-size: 19px;
  font-weight: bold;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .guest span {
  font-size: 19px;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .guest a {
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .guest a:hover {
  text-decoration: none;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .title {
  font-size: 16px;
  color: #BCBCBC;
  margin-top: 0.5em;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box.genre-seminar .schedule_box_rap .schedule_box__photo::after {
  content: "SEMINAR";
  position: absolute;
  display: block;
  background-color: #000;
  color: #fff;
  left: 0;
  top: 0;
  z-index: 3;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 30px 0 15px 0;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box.genre-workshop .schedule_box_rap {
  background-color: #435970;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box.genre-workshop .schedule_box_rap .schedule_box__photo::after {
  content: "WORKSHOP";
  position: absolute;
  display: block;
  background-color: #FFF;
  color: #000;
  left: 0;
  top: 0;
  z-index: 3;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 30px 0 15px 0;
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box.box_2_3 .schedule_box_rap .schedule_box__photo .photo:nth-child(1) img {
  -webkit-transform: translateY(-14%);
          transform: translateY(-14%);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box.box_2_3 .schedule_box_rap .schedule_box__photo .photo:nth-child(2) img {
  -webkit-transform: translateY(-3%);
          transform: translateY(-3%);
}
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box.box_1_13 .schedule_box_rap .schedule_box__photo .photo:nth-child(1) img, #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box.box_2_5 .schedule_box_rap .schedule_box__photo .photo:nth-child(1) img, #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box.box_3_5 .schedule_box_rap .schedule_box__photo .photo:nth-child(1) img {
  -webkit-transform: translateY(-18%);
          transform: translateY(-18%);
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner {
  padding: 140px 0 40px 0;
  margin: auto;
  position: relative;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .section__title .t {
  color: #000;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .section__title .d {
  color: #000;
  font-size: 16.45px;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info {
  width: 100%;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info.section_box {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow {
  overflow: hidden;
  position: relative;
  width: 95%;
  left: 5%;
  padding: 40px 0 40px 40px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 30px 0 0 30px;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .aplaza-outline {
  font-size: 20px;
  width: 95%;
  margin-bottom: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .aplaza-outline a {
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .aplaza-description {
  font-size: 16px;
  width: 95%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  color: #fff;
  padding: 1em;
  max-width: 1200px;
  margin-bottom: 40px;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider {
  position: relative;
  z-index: 1;
  width: 95%;
  margin-right: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-prev,
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-prev::after,
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-next::after {
  display: block;
  content: "";
  width: 18px;
  height: 38px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/common_arrow_02.svg");
  background-size: cover;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-prev:hover, #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-prev:active,
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-next:hover,
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-next:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-prev {
  left: -30px;
  border-radius: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-next {
  right: -30px;
  border-radius: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide {
  background-color: #F7F7F7;
  border-radius: 30px;
  overflow: hidden;
  width: 445px;
  height: auto;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link {
  position: absolute;
  left: 0;
  bottom: 0;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link a {
  background-color: #EA5404;
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 15px 40px;
  border-radius: 0 30px 0 0;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link.full {
  width: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link.full a {
  width: 100%;
  border-radius: 0 0 0 0;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail {
  padding: 20px 20px 80px 20px;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .t {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
  word-break: break-all;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s a {
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex .orenge {
  color: #EA5404;
  margin-right: 0.5em;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex .strong {
  font-weight: 700;
  font-size: 120%;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .desc {
  font-size: 14px;
  color: #7A7A7A;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.7em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point span:nth-child(1) {
  margin-right: 0.5em;
  color: #F2708D;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point:first-child span:nth-child(1) {
  margin-right: 0.5em;
  color: #fff;
  font-weight: 700;
  background-color: #F2708D;
  border-radius: 999px;
  padding: 0.1em 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point:first-child span:nth-child(2) {
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail p {
  font-size: 14px;
  color: #7A7A7A;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome {
  background: radial-gradient(at 80% 10px, #394147 0%, black 100%);
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner {
  color: #fff;
  padding: 140px 0;
  width: 90%;
  max-width: 1224px;
  margin: auto;
  position: relative;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 140px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section:last-child {
  margin-bottom: 0;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline {
  width: 45%;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .title {
  color: #E96800;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 0.4em;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .sub {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0.4em;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .btn {
  margin-top: 1em;
  width: 370px;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .btn a {
  border: 1px solid #484848;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-radius: 999px;
  font-weight: bold;
  padding: 8px;
  font-size: 17px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .btn a img {
  width: 35px;
  vertical-align: middle;
  margin-right: 0.2em;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .btn a span {
  font-size: 75%;
  font-weight: normal;
  color: #7B7B7B;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .btn a:hover {
  opacity: 0.6;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline p {
  font-size: 20px;
  line-height: 200%;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline.endevent .title {
  font-size: 28px;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline.endevent p {
  font-size: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline.endevent .description {
  border-top: 1px solid #7B7B7B;
  margin-top: 2em;
  padding-top: 2em;
  color: #C9C9C9;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline.endevent .description ul {
  list-style: none;
  padding-left: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline.endevent .description ul li {
  text-indent: -1em;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_buttons {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_buttons .button_corner {
  position: relative;
  width: 32.5%;
  background-color: #444444;
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px 5px 20px 5px;
  border: 2px solid #fff;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_buttons .button_corner .batch {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  padding: 0.5em 2em;
  border-radius: 0 0 30px 0;
  font-size: 13px;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_buttons .button_corner .title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
  color: #fff !important;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_buttons .button_corner .btn {
  margin-top: 1.5em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_buttons .button_corner .btn a {
  text-align: center;
  display: block;
  padding: 5px 5px;
  font-size: 15px;
  background-color: #E96800;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_description {
  font-size: 11px;
  line-height: 140%;
  opacity: 0.5;
  margin-top: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_image {
  width: 45%;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec01 .title {
  font-size: 54px;
  line-height: 130%;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec01 p {
  font-size: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec01 .cpplus-Welcome__section_outline {
  width: 50.980392156%;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec01 .cpplus-Welcome__section_image {
  border-radius: 9999px;
  overflow: hidden;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/prism_msk_image.jpg");
  background-attachment: fixed;
  background-size: cover;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec01 .cpplus-Welcome__section_image.is-active {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec02 .cpplus-Welcome__section_outline {
  width: 58.578431372%;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec02 .cpplus-Welcome__section_image {
  width: 36.764705882%;
  border-radius: 20px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec03 .cpplus-Welcome__section_outline {
  width: 58.578431372%;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec03 .cpplus-Welcome__section_image {
  width: 36.764705882%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.is-active {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap {
  background-color: #D6D6D6;
  border-radius: 0 0 30px 30px;
  margin-top: -50px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .section__inner {
  padding: 180px 0 60px 0;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map {
  position: relative;
  width: 95%;
  max-width: 1400px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap {
  position: relative;
  width: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin {
  position: absolute;
  width: 2.939015429%;
  text-align: center;
  z-index: 0;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin a {
  position: relative;
  display: block;
  font-weight: bold;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin a .pin_img {
  position: relative;
  z-index: 1;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin a .detail {
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #fff;
  z-index: 0;
  white-space: nowrap;
  padding: 0.1em 0 0.1em 0;
  text-align: left;
  border-radius: 0 999px 999px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: padding 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: padding 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin a .detail .str .t {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin a .detail .str .s {
  font-size: 12px;
  color: #7E7E7E;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin:hover, #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.is-active {
  z-index: 1;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin:hover a .detail, #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.is-active a .detail {
  width: auto;
  padding: 0.1em 100% 0.1em 80%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin1 {
  left: 18.8831741367%;
  top: 19.4933920705%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin2 {
  left: 10.9478324761%;
  top: 20.4845814978%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin3 {
  left: 26.304188097%;
  top: 34.9008810573%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin3 a .detail {
  left: inherit;
  right: 50%;
  border-radius: 999px 0 0 999px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin4 {
  left: 41.9544452608%;
  top: 49.2731277533%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin4 a .detail {
  left: inherit;
  right: 50%;
  border-radius: 999px 0 0 999px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin5 {
  left: 52.020573108%;
  top: 49.2731277533%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin6 {
  left: 50.0367376929%;
  top: 38.2929515419%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin6 a .detail {
  left: inherit;
  right: 50%;
  border-radius: 999px 0 0 999px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin7 {
  left: 68.772961058%;
  top: 53.6784140969%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin8 {
  left: 67.3034533431%;
  top: 62.4889867841%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin9 {
  left: 41.5135929464%;
  top: 16.1013215859%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin10 {
  left: 69.5077149155%;
  top: 42.7863436123%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin11 {
  left: 51.5062454078%;
  top: 31.6850220264%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin12 {
  left: 65.4665686995%;
  top: 43.7995594714%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin12 a .detail {
  left: inherit;
  right: 50%;
  border-radius: 999px 0 0 999px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin12_2 {
  left: 54.9595885378%;
  top: 60.2863436123%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin12_2 a .detail {
  left: inherit;
  right: 50%;
  border-radius: 999px 0 0 999px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin13 {
  left: 75.7531227039%;
  top: 64.9118942731%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin13 a .detail {
  left: inherit;
  right: 50%;
  border-radius: 999px 0 0 999px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin14 {
  left: 71.1241734019%;
  top: 74.0528634361%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin15 {
  left: 85.2314474651%;
  top: 58.127753304%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin15 a .detail {
  left: inherit;
  right: 50%;
  border-radius: 999px 0 0 999px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin16 {
  left: 90.9625275533%;
  top: 61.9823788546%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin16 a .detail {
  left: inherit;
  right: 50%;
  border-radius: 999px 0 0 999px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin17 {
  left: 80.7494489346%;
  top: 0%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin17 a .detail {
  left: inherit;
  right: 50%;
  border-radius: 999px 0 0 999px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .sonybooth {
  position: relative;
  width: 100%;
  z-index: 1;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .dm1 {
  position: absolute;
  width: 31.0066127847%;
  top: 1.6164584864%;
  left: 66.2013225569%;
  z-index: 2;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui {
  position: relative;
  width: 95%;
  max-width: 1300px;
  margin: 40px auto 0 auto;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li {
  margin: 0 25px 45px 25px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li a .icon {
  width: 44px;
  margin-right: 12px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li a .str .t {
  font-size: 20px;
  font-weight: bold;
  color: #444444;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li a .str .s {
  font-size: 14px;
  color: #7E7E7E;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li a:hover .str .t {
  color: #FC5D1A;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li a:hover .str .s {
  color: #FC5D1A;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner {
  position: relative;
  width: 32%;
  background-color: #444444;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 60px 20px 40px 20px;
  border: 4px solid #fff;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner .batch {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  padding: 0.5em 2em;
  border-radius: 0 0 30px 0;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner .title {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 140%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner .btn {
  margin-top: 1.5em;
  width: 278px;
  margin-left: auto;
  margin-right: auto;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner .btn a {
  text-align: center;
  display: block;
  padding: 15px 15px;
  font-size: 22px;
  background-color: #E96800;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner .btn.notbtn {
  pointer-events: none;
  opacity: 0.3;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_description {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 40px auto 0 auto;
  font-size: 18px;
  line-height: 140%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap {
  background-color: #000;
  color: #fff;
  border-radius: 0 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -50px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 140px 0 80px 0;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .title {
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
  margin-bottom: 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map {
  opacity: 0;
  -webkit-transition: opacity 0.8s linear 0.5s;
  transition: opacity 0.8s linear 0.5s;
  position: relative;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .map {
  position: relative;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .map .sonybooth {
  position: absolute;
  width: 20.5833333333%;
  height: 16.5594855305%;
  left: 18.3333333333%;
  top: 4.6623794212%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .map .sonybooth a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .map .sonybooth a:hover {
  opacity: 0.1;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .map .jiyuku {
  position: absolute;
  width: 24.916666666%;
  height: 13.987138263%;
  left: 65.25%;
  top: 29.26045016%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .map .jiyuku a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  opacity: 0;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .map .jiyuku a:hover {
  opacity: 0.1;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .attensition_hand {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .attensition_hand img {
  -webkit-animation: 3s attensition_hand infinite;
          animation: 3s attensition_hand infinite;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .attensition_hand.hide {
  opacity: 0 !important;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap.is-active .section__inner .title {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap.is-active .section__inner .cpplus-venueevents__eventmap_map {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation {
  background-color: #414141;
  border-radius: 30px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner {
  padding: 120px 0;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .section__title .t {
  color: #fff;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider {
  position: relative;
  z-index: 1;
  width: 95%;
  margin-right: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev,
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev::after,
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next::after {
  display: block;
  content: "";
  width: 18px;
  height: 38px;
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/common_arrow_02.svg");
  background-size: cover;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev:hover, #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev:active,
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next:hover,
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev {
  left: -30px;
  border-radius: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next {
  right: -30px;
  border-radius: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide {
  background-color: #F7F7F7;
  border-radius: 30px;
  overflow: hidden;
  width: 445px;
  height: auto;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link {
  position: absolute;
  left: 0;
  bottom: 0;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link a {
  background-color: #EA5404;
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 15px 40px;
  border-radius: 0 30px 0 0;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link.full {
  width: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link.full a {
  width: 100%;
  border-radius: 0 0 0 0;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail {
  padding: 20px 20px 80px 20px;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .t {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
  word-break: break-all;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s a {
  text-decoration: underline;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex .orenge {
  color: #EA5404;
  margin-right: 0.5em;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex .strong {
  font-weight: 700;
  font-size: 120%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .desc {
  font-size: 14px;
  color: #7A7A7A;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.7em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point span:nth-child(1) {
  margin-right: 0.5em;
  color: #F2708D;
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point:first-child span:nth-child(1) {
  margin-right: 0.5em;
  color: #fff;
  font-weight: 700;
  background-color: #F2708D;
  border-radius: 999px;
  padding: 0.1em 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s.point:first-child span:nth-child(2) {
  font-weight: 700;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail p {
  font-size: 14px;
  color: #7A7A7A;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 150%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .vbook_banner {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .vbook_banner a {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .vbook_banner a:hover {
  opacity: 0.7;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement {
  background-color: #000;
  color: #fff;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 120px 0 120px 0;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_title {
  width: 50%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_title .mskimg {
  width: 400px;
  height: 280px;
  -webkit-clip-path: url(#titlePath);
  clip-path: url(#titlePath);
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/prism_msk_image.jpg");
  background-position: 0 580px;
  background-size: cover;
  opacity: 0;
  -webkit-transition: background-position 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 1s linear 0.2s;
  transition: background-position 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 1s linear 0.2s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_title svg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_texts {
  width: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.8s linear 0.7s;
  transition: opacity 0.8s linear 0.7s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_texts h2 {
  color: #E96800;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_texts p {
  font-size: 18px;
  line-height: 200%;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .reserve_button_btn {
  width: 536px;
  margin: 20px 0 0 0;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .reserve_button_btn a {
  display: block;
  border: 1px solid #484848;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-radius: 999px;
  font-weight: bold;
  padding: 10px;
  font-size: 26px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .reserve_button_btn a img {
  width: 52px;
  vertical-align: middle;
  margin-right: 0.4em;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .reserve_button_btn a span {
  vertical-align: middle;
  font-size: 70%;
  font-weight: normal;
  color: #7B7B7B;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .reserve_button_btn a:hover {
  opacity: 0.6;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image:nth-child(1) {
  -webkit-transition: opacity 0.5s 1.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  transition: opacity 0.5s 1.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  transition: opacity 0.5s 1.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  transition: opacity 0.5s 1.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image:nth-child(2) {
  -webkit-transition: opacity 0.5s 1.2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.5s 1.2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.5s 1.2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: opacity 0.5s 1.2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image:nth-child(3) {
  -webkit-transition: opacity 0.5s 1.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
  transition: opacity 0.5s 1.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
  transition: opacity 0.5s 1.3s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
  transition: opacity 0.5s 1.3s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.3s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image:nth-child(4) {
  -webkit-transition: opacity 0.5s 1.4s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  transition: opacity 0.5s 1.4s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  transition: opacity 0.5s 1.4s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  transition: opacity 0.5s 1.4s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image:nth-child(5) {
  -webkit-transition: opacity 0.5s 1.5s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transition: opacity 0.5s 1.5s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transition: opacity 0.5s 1.5s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transition: opacity 0.5s 1.5s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.5s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image:nth-child(6) {
  -webkit-transition: opacity 0.5s 1.6s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
  transition: opacity 0.5s 1.6s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
  transition: opacity 0.5s 1.6s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
  transition: opacity 0.5s 1.6s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image:nth-child(7) {
  -webkit-transition: opacity 0.5s 1.7s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.7s;
  transition: opacity 0.5s 1.7s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.7s;
  transition: opacity 0.5s 1.7s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.7s;
  transition: opacity 0.5s 1.7s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.7s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.7s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image:nth-child(8) {
  -webkit-transition: opacity 0.5s 1.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
  transition: opacity 0.5s 1.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
  transition: opacity 0.5s 1.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
  transition: opacity 0.5s 1.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image:nth-child(9) {
  -webkit-transition: opacity 0.5s 1.9s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.9s;
  transition: opacity 0.5s 1.9s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.9s;
  transition: opacity 0.5s 1.9s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.9s;
  transition: opacity 0.5s 1.9s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.9s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.9s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image:nth-child(10) {
  -webkit-transition: opacity 0.5s 2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: opacity 0.5s 2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: opacity 0.5s 2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: opacity 0.5s 2s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 2s;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement.is-active .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_title .mskimg {
  opacity: 1;
  background-position: 0 0;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement.is-active .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_texts {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .cpplus-venueevents__statement.is-active .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box {
  width: 48%;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_statement {
  text-align: center;
  padding: 50px 20px 0 20px;
  background-color: #1A1A1A;
  border-radius: 20px;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_statement .title {
  position: relative;
  font-size: 120px;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 60px;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_statement .title .mskimg {
  width: 453px;
  height: 273px;
  -webkit-clip-path: url(#workshop_titlePath);
  clip-path: url(#workshop_titlePath);
  background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/prism_msk_image.jpg");
  background-position: 0 780px;
  background-size: cover;
  opacity: 0;
  margin: auto;
  -webkit-transition: background-position 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 1s linear 0.2s;
  transition: background-position 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 1s linear 0.2s;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_statement .title svg {
  position: absolute;
  width: 453px;
  height: 273px;
  left: 0;
  top: 0;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_statement .sub {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_statement .text {
  font-size: 26px;
  line-height: 180%;
  margin-bottom: 60px;
  font-weight: bold;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule {
  background-color: #414141;
  border-radius: 30px;
  overflow: hidden;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .photo a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 51.724137931%;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .photo a img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .photo a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .photo.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .photo.two a {
  padding-top: 51.724137931%;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .photo.two a img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .photo.two a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box {
  padding: 35px 25px;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .name {
  font-size: 40px;
  border-bottom: 1px solid #949494;
  font-weight: bold;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .name .icon {
  position: absolute;
  width: 90px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .title {
  font-size: 18px;
  color: #D5D5D5;
  margin-bottom: 0.6em;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .guest {
  margin-bottom: 1.2em;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .guest a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .guest a .guest_photo {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .guest a .guest_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .guest a .guest_name .g_t {
  width: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .guest a .guest_name .g_t span {
  font-size: 80%;
  opacity: 0.5;
  line-height: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .guest a .guest_name .g_name span {
  font-size: 80%;
  opacity: 0.5;
  line-height: 100%;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .guest a .guest_name .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #FF7200;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 0.4em;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .guest a .guest_name .arrow img {
  width: 8px;
  height: 12px;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li {
  margin-bottom: 1em;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li:last-child {
  margin-bottom: 0;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4em;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date .day {
  font-size: 26px;
  font-weight: bold;
  color: #E96800;
  margin-right: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date .day span {
  font-weight: normal;
  color: #616161;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date .time {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-right: 0.5em;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date .stream {
  font-size: 14px;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date .stream.not {
  color: #B5B5B5;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date .stream.only {
  color: #B5B5B5;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule:nth-child(4) .photo a img {
  -webkit-transform: translate(-50%, -38%) scale(1);
          transform: translate(-50%, -38%) scale(1);
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule:nth-child(4) .photo a:hover img {
  -webkit-transform: translate(-50%, -38%) scale(1.1);
          transform: translate(-50%, -38%) scale(1.1);
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.is-active {
  opacity: 1;
}
#alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.is-active.cpplus-workshop__list_statement .title .mskimg {
  opacity: 1;
  background-position: 0 0;
}
#alpha-universe .cpplus2023-main .cpplus-workshop {
  background-color: #262626;
  color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
#alpha-universe .cpplus2023-main .cpplus-workshop .section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 100px 0;
}
#alpha-universe .cpplus2023-main .br--xl {
  display: none;
}
#alpha-universe .cpplus2023-main .br--l {
  display: none;
}
#alpha-universe .cpplus2023-main .br--m {
  display: none;
}
#alpha-universe .cpplus2023-main .br--s {
  display: none;
}
#alpha-universe .cpplus2023-main .br--pc {
  display: none;
}
#alpha-universe .cpplus2023-main .br--sp {
  display: none;
}
#alpha-universe .navigation {
  background-color: black;
  position: relative;
  z-index: 90;
}
#alpha-universe .footer {
  padding-top: 60px;
  background-color: black;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .cpplus_SpecialInfo_Modal {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cpplus_SpecialInfo_Modal img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list {
    padding: 5.3333333333vw 0;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block {
    width: 90.6666666667vw;
    border-radius: 4vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .online_lounge_buttons {
    display: block;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .lounge_login {
    width: 100%;
    margin-bottom: 2vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .lounge_login a {
    font-size: 3.4666666667vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_head {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_head .cpplus_togglebutton {
    position: absolute;
    right: 3.3333333333vw;
    top: 3.3333333333vw;
    z-index: 3;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_head .cpplus_togglebutton .cpplus_togglebutton__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_head .cpplus_togglebutton .cpplus_togglebutton__icon::before {
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x_w.png") !important;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_head .title {
    font-size: 4.8vw;
    font-weight: 700;
    padding: 6vw 5.3333333333vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont {
    padding: 4vw 6.6666666667vw 8vw 6.6666666667vw;
    color: #000000;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .headline {
    font-size: 4.6666666667vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .f18 {
    font-size: 2.6666666667vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .f20 {
    font-size: 3.4666666667vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .f22 {
    font-size: 3.8666666667vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .f24 {
    font-size: 4.2666666667vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .f28 {
    font-size: 4.8vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont strong {
    font-weight: 700;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .b_box {
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    background-color: #000000;
    padding: 0.2em 1em;
    margin-right: 1em;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .orenge {
    color: #EA5404;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .btn_box {
    width: 90% !important;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .ori005image {
    width: 40.4vw;
    margin-right: 5.3333333333vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .ori005button {
    width: 56.2666666667vw;
    margin: auto;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .ori006button {
    width: 74.1333333333vw;
    margin: 5.3333333333vw auto;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .plaza_001_button_list {
    display: block;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .plaza_001_button_list .plaza_button {
    width: 100%;
    margin-bottom: 2%;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .plaza_001_button_list .plaza_button a {
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .plaza_001_button_list .plaza_button a .name {
    font-size: 5.7333333333vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .plaza_001_button_list .plaza_button a .name img {
    width: 5.0666666667vw;
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block .__info_wrap .__info_cont .cont .plaza_001_button_list .plaza_button a .date {
    font-size: 3.2vw;
    padding-left: 8.6666666667vw;
  }
  @-webkit-keyframes modalmove {
    0% {
      opacity: 0;
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes modalmove {
    0% {
      opacity: 0;
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block.is-active {
    display: block;
    left: inherit;
    top: inherit;
    position: relative;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: auto;
    -webkit-animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block#modal-Hiroto_Sawano .__info_wrap .__info_head .bg img, .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block#modal-Haruyo_Nakano .__info_wrap .__info_head .bg img, .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block#modal-Masaki_Ohkita .__info_wrap .__info_head .bg img, .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block#modal-KAGAYA .__info_wrap .__info_head .bg img, .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block#modal-Yoshifumi_Yamada .__info_wrap .__info_head .bg img, .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block#modal-Daisuke_Yamashita .__info_wrap .__info_head .bg img, .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block#modal-Kentaro_Fukuda .__info_wrap .__info_head .bg img, .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block#modal-Takahito_Mizutani .__info_wrap .__info_head .bg img, .cpplus_SpecialInfo_Modal .cpplus_SpecialInfo_Modal__list .cpplus_SpecialInfo_Modal__block#modal-Reiko_Hagihara .__info_wrap .__info_head .bg img {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cpplus_SpecialInfo_Modal.is-active {
    opacity: 1;
    pointer-events: auto;
    overflow-y: scroll;
  }
  .cpplus_Speakers_Modal {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cpplus_Speakers_Modal img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list {
    padding: 5.3333333333vw 0;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block {
    width: 90.6666666667vw;
    border-radius: 30px;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__archive_seminer a {
    padding: 2.6666666667vw 0;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__archive_seminer a .icon {
    width: 5.0666666667vw;
    margin-right: 0.5em;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__archive_seminer a .text {
    font-size: 4vw;
    font-weight: 700;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__archive_seminer a .login_icon {
    width: 13.3333333333vw;
    margin-left: 1em;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton {
    position: absolute;
    right: 3.3333333333vw;
    top: 3.3333333333vw;
    z-index: 3;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton .cpplus_togglebutton__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton .cpplus_togglebutton__icon::before {
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x_w.png") !important;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline {
    bottom: 6.6666666667vw;
    left: 6.6666666667vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline .title {
    font-size: 3.6vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline .name {
    font-size: 8vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline .name_rome {
    font-size: 3.0666666667vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline .division .genre_photo {
    font-size: 2.6666666667vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .outline .division .genre_movie {
    font-size: 2.6666666667vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 115.0666666667vw;
    padding-top: 0;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_head .bg img {
    width: 100%;
    height: 115.0666666667vw;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    display: block;
    max-width: 500%;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer {
    padding: 4vw;
    background-position: top center;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer .t {
    font-size: 6vw;
    margin: 0 0 4vw 0;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li {
    border-radius: 4vw;
    margin-bottom: 2vw;
    padding: 4vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .date .day {
    font-size: 4.5333333333vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .date .day span {
    font-size: 3.2vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .date .time {
    font-size: 4.5333333333vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .state span {
    font-size: 2.6666666667vw;
    display: block;
    margin-left: 0;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .name {
    font-size: 4vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li .title {
    font-size: 3.2vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li.genre-seminar::after {
    font-size: 3.0666666667vw;
    padding: 0.6666666667vw 2.6666666667vw;
    border-radius: 0 0 0 4vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_seminer ul li.genre-workshop::after {
    font-size: 3.0666666667vw;
    padding: 0.6666666667vw 2.6666666667vw;
    border-radius: 0 0 0 4vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_equipment {
    padding: 6.6666666667vw;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_equipment .th {
    width: 100%;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_equipment .td {
    width: 100%;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_equipment span {
    font-size: 4.8vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_work {
    padding: 4.6666666667vw 3.3333333333vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_work .desc {
    font-size: 2.6666666667vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_texts {
    padding: 4.6666666667vw 3.3333333333vw 11.3333333333vw 3.3333333333vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_texts a {
    word-wrap: break-word;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_texts .t {
    font-size: 4.6666666667vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block .__profile_wrap .__profile_texts .banner {
    border-radius: 2.6666666667vw;
    margin-top: 8vw;
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Yusuke_Suzuki .__profile_wrap .__profile_head .bg img {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  @keyframes modalmove {
    0% {
      opacity: 0;
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block.is-active {
    display: block;
    left: inherit;
    top: inherit;
    position: relative;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: auto;
    -webkit-animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Hiroto_Sawano .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Haruyo_Nakano .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Masaki_Ohkita .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-KAGAYA .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Yoshifumi_Yamada .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Daisuke_Yamashita .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Kentaro_Fukuda .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Takahito_Mizutani .__profile_wrap .__profile_head .bg img, .cpplus_Speakers_Modal .cpplus_Speakers_Modal__list .cpplus_Speakers_Modal__block#modal-Reiko_Hagihara .__profile_wrap .__profile_head .bg img {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cpplus_Speakers_Modal.is-active {
    opacity: 1;
    pointer-events: auto;
    overflow-y: scroll;
  }
  .cpplus_Jiyuku_Modal {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cpplus_Jiyuku_Modal img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list {
    padding: 5.3333333333vw 0;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block {
    width: 90.6666666667vw;
    border-radius: 30px;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_head {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_head .cpplus_togglebutton {
    position: absolute;
    right: 3.3333333333vw;
    top: 3.3333333333vw;
    z-index: 3;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_head .cpplus_togglebutton .cpplus_togglebutton__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_head .cpplus_togglebutton .cpplus_togglebutton__icon::before {
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x_w.png") !important;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_head .title {
    padding: 9.3333333333vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
    font-size: 5.3333333333vw;
    font-weight: bold;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str {
    padding: 6vw 3.3333333333vw 3.3333333333vw 3.3333333333vw;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str .t {
    font-size: 4.1333333333vw;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li {
    border-radius: 2.6666666667vw;
    padding: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .photo {
    width: 16vw;
    height: 16vw;
    margin-right: 4vw;
    border-width: 2px;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .photo.ws {
    border-width: 2px;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: bold;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .texts .date {
    font-size: 4vw;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .texts .stage {
    font-size: 3.4666666667vw;
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block .__cont_wrap .__cont_str ul li .texts .speaker {
    font-size: 3.4666666667vw;
  }
  @keyframes modalmove {
    0% {
      opacity: 0;
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  .cpplus_Jiyuku_Modal .cpplus_Jiyuku_Modal__list .cpplus_Jiyuku_Modal__block.is-active {
    display: block;
    left: inherit;
    top: inherit;
    position: relative;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: auto;
    -webkit-animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .cpplus_Jiyuku_Modal.is-active {
    opacity: 1;
    pointer-events: auto;
    overflow-y: scroll;
  }
  .cpplus_Cornermap_Modal {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cpplus_Cornermap_Modal img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list {
    padding: 5.3333333333vw 0;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block {
    width: 90.6666666667vw;
    border-radius: 30px;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton {
    position: absolute;
    right: 3.3333333333vw;
    top: 3.3333333333vw;
    z-index: 3;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton .cpplus_togglebutton__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .cpplus_togglebutton .cpplus_togglebutton__icon::before {
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x_w.png") !important;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline {
    bottom: 6.6666666667vw;
    left: 6.6666666667vw;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline .title {
    font-size: 3.6vw;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline .name {
    font-size: 8vw;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline .name_rome {
    font-size: 3.0666666667vw;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline .division .genre_photo {
    font-size: 2.6666666667vw;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .outline .division .genre_movie {
    font-size: 2.6666666667vw;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 115.0666666667vw;
    padding-top: 0;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_head .bg img {
    width: 100%;
    height: 115.0666666667vw;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    display: block;
    max-width: 500%;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_equipment {
    padding: 6.6666666667vw;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_equipment .th {
    width: 100%;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_equipment .td {
    width: 100%;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_equipment span {
    font-size: 4.8vw;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_work {
    padding: 4.6666666667vw 3.3333333333vw;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_work .desc {
    font-size: 2.6666666667vw;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_texts {
    padding: 4.6666666667vw 3.3333333333vw 11.3333333333vw 3.3333333333vw;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_texts a {
    word-wrap: break-word;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .__profile_wrap .__profile_texts .t {
    font-size: 4.6666666667vw;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .sensor_map {
    overflow-x: scroll;
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block .sensor_map img {
    width: 133.3333333333vw;
    height: auto;
  }
  @keyframes modalmove {
    0% {
      opacity: 0;
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  .cpplus_Cornermap_Modal .cpplus_Cornermap_Modal__list .cpplus_Cornermap_Modal__block.is-active {
    display: block;
    left: inherit;
    top: inherit;
    position: relative;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: auto;
    -webkit-animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .cpplus_Cornermap_Modal.is-active {
    opacity: 1;
    pointer-events: auto;
    overflow-y: scroll;
  }
  .cpplus_Offtalk_Modal {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cpplus_Offtalk_Modal img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list {
    padding: 5.3333333333vw 0;
  }
  .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block {
    width: 90.6666666667vw;
    border-radius: 4vw;
  }
  .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_head {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_head .cpplus_togglebutton {
    position: absolute;
    right: 3.3333333333vw;
    top: 3.3333333333vw;
    z-index: 3;
  }
  .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_head .cpplus_togglebutton .cpplus_togglebutton__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_head .cpplus_togglebutton .cpplus_togglebutton__icon::before {
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/icon_x_w.png") !important;
  }
  .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_head .title {
    font-size: 3.2vw;
    font-weight: 700;
    padding: 6vw 13.3333333333vw 6vw 5.3333333333vw;
  }
  .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_content .offtalk_content__yt {
    padding: 2vw 0;
  }
  .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_content .offtalk_content__yt .offtalk_content__yt__box {
    padding: 2vw 4vw;
  }
  .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_content .offtalk_content__works {
    padding: 4vw 0;
  }
  .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block .__offtalk_wrap .__offtalk_content .offtalk_content__works .offtalk_content__works__box {
    padding: 4vw 8vw;
  }
  .cpplus_Offtalk_Modal .cpplus_Offtalk_Modal__list .cpplus_Offtalk_Modal__block.is-active {
    display: block;
    left: inherit;
    top: inherit;
    position: relative;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: auto;
    -webkit-animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            animation: modalmove 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .cpplus_Offtalk_Modal.is-active {
    opacity: 1;
    pointer-events: auto;
    overflow-y: scroll;
  }
  #alpha-universe .cpplus2023-main {
    background-image: none;
    background-size: 180vw 100vh;
    background-position: center center;
    background-attachment: inherit;
  }
  #alpha-universe .cpplus2023-main::after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/prism_image.jpg");
    background-size: 180vw 100vh;
    background-position: center center;
  }
  #alpha-universe .cpplus2023-main.lounges-area {
    background-image: none;
    background-size: 100% auto;
    background-position: center center;
    background-attachment: inherit;
    background-color: transparent;
  }
  #alpha-universe .cpplus2023-main.lounges-area::after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/lounge/common_bg.png");
    background-size: 150% auto;
    background-position: top center;
    background-color: #171717;
    background-repeat: no-repeat;
  }
  #alpha-universe .cpplus2023-main .questionnaire_button {
    position: fixed;
    right: inherit;
    left: 0;
    top: inherit;
    bottom: 71.25px;
    -webkit-transform: none;
            transform: none;
    width: 90vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #alpha-universe .cpplus2023-main .cpplus2023-container .section__title {
    margin-bottom: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus2023-container .section__title .t {
    font-size: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus2023-container .section__title .d {
    font-size: 3.8666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus2023-container.side {
    margin-right: 10vw;
  }
  #alpha-universe .cpplus2023-main .cpplus2023-container.is-open {
    -webkit-transform: translateX(-84.6666666667vw);
            transform: translateX(-84.6666666667vw);
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__profile {
    border-radius: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner {
    padding: 10.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .__archive_profile {
    position: relative;
    margin-bottom: 9.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .__archive_profile .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 30vw;
    height: 30vw;
    margin-right: 2em;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .__archive_profile .outline {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #CECECE;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .__archive_profile .outline .title {
    font-size: 2.6666666667vw;
    padding-top: 6.6666666667vw;
    padding-left: 34vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .__archive_profile .outline .name {
    color: #fff;
    font-size: 5.3333333333vw;
    margin-bottom: 1em;
    padding-left: 34vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .__archive_profile .outline .str {
    font-size: 2.9333333333vw;
    padding-top: 8.6666666667vw;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .backtoSpakers {
    border-top: 1px solid #707070;
    padding-top: 1.5em;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__profile .section__inner .backtoSpakers a {
    color: #F6F6F6;
    font-size: 3.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation_text {
    border-radius: 4vw 4vw 0 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation_text .section__inner {
    padding: 13.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation_text .section__inner .text-archive {
    border-radius: 4vw;
    font-size: 3.2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation_text .section__inner .archive-button {
    padding: 6.6666666667vw;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation_text .section__inner .archive-button a {
    font-weight: 700;
    font-size: 3.4666666667vw;
    margin-left: -1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation_text .section__inner .text-archive-wrapper {
    padding: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video {
    margin: -6.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner {
    width: 95%;
    padding: 16vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video {
    border-radius: 2.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video:last-child {
    margin-bottom: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .video_titles .batch {
    font-size: 3.3333333333vw;
    padding: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .video_titles .title {
    font-size: 3.4666666667vw;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile {
    padding: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile .guest_rap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile .photo {
    width: 20vw;
    height: 20vw;
    position: absolute;
    left: 0;
    top: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile .outline {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #CECECE;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile .outline .name {
    padding-left: 24vw;
    color: #fff;
    font-size: 2.9333333333vw;
    margin-bottom: 1em;
    padding-top: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile .outline .name span:nth-child(2) {
    font-size: 3.2vw;
    margin-left: 0.4em;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .__archive_video .guest_profile .outline .str {
    font-size: 2.6666666667vw;
    line-height: 150%;
    padding-top: 10.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .video_text_link {
    background-color: #E8E8E8;
    text-align: center;
    padding: 1em;
    font-size: 4.1333333333vw;
    color: #000;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .video_text_link span {
    margin-right: 0.5em;
    opacity: 1;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .video_text_link span img {
    width: 4.5333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .backtoSpakers {
    padding-top: 1.5em;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__video .section__inner .backtoSpakers a {
    color: #F6F6F6;
    font-size: 3.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation {
    border-radius: 4vw 4vw 0 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner {
    padding: 16vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider {
    position: relative;
    z-index: 1;
    width: 95%;
    margin-right: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev,
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev::after,
#alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next::after {
    display: block;
    content: "";
    width: 2.4vw;
    height: 5.0666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev {
    left: -2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next {
    right: -2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide {
    border-radius: 4vw;
    overflow: hidden;
    width: 65.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link a {
    font-size: 3.3333333333vw;
    padding: 2vw 5.3333333333vw;
    border-radius: 0 4vw 0 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail {
    padding: 2.6666666667vw 2.6666666667vw 13.3333333333vw 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .t {
    font-size: 3.4666666667vw;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s {
    font-size: 3.0666666667vw;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex .orenge {
    color: #EA5404;
    margin-right: 0.5em;
    font-weight: 700;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex .strong {
    font-weight: 700;
    font-size: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .desc {
    font-size: 2.6666666667vw;
    color: #7A7A7A;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-archive__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail p {
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .archiveBanner a {
    width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1em;
  }
  #alpha-universe .cpplus2023-main .archiveBanner a span.icon {
    margin-right: 0.7em;
  }
  #alpha-universe .cpplus2023-main .archiveBanner a span.icon img {
    width: 8vw;
  }
  #alpha-universe .cpplus2023-main .archiveBanner a .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #alpha-universe .cpplus2023-main .archiveBanner a .txt span:nth-child(1) {
    font-size: 3.0666666667vw;
    line-height: 100%;
    margin-bottom: 0.5em;
  }
  #alpha-universe .cpplus2023-main .archiveBanner a .txt span:nth-child(2) {
    font-size: 5.3333333333vw;
    line-height: 110%;
  }
  #alpha-universe .cpplus2023-main .cpplus2023-container.side .archiveBanner a {
    width: 90vw;
  }
  #alpha-universe .cpplus2023-main .bannerArea {
    margin: -13.3333333333vw 0 0 0;
    padding: 21.3333333333vw 0 8vw 0;
  }
  #alpha-universe .cpplus2023-main .bannerArea .section__inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button {
    position: relative;
    width: 100%;
    margin-bottom: 4%;
    border-radius: 4vw;
  }
  #alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .booth_link {
    z-index: 1;
    position: absolute;
    left: 1.3333333333vw;
    bottom: 1.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .booth_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2666666667vw;
    font-weight: 700;
    color: #fff;
    padding: 0.2em 1.3em 0.2em 0.2em;
    line-height: 130%;
  }
  #alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .booth_link a img {
    width: 6vw;
    margin-right: 0.7em;
  }
  #alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .rb_button {
    border-radius: 2vw 0 0 0;
    width: 40%;
  }
  #alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .rb_button a {
    font-size: 2.9333333333vw;
  }
  #alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button .rb_button a svg {
    width: 1.6vw;
  }
  #alpha-universe .cpplus2023-main .bannerArea .section__inner .bannerArea__list ul .bannerArea__list_button:nth-child(2) .rb_button a {
    background: #6320d8;
    background: linear-gradient(132deg, #6320d8 0%, #2a66fd 100%);
    color: #fff;
  }
  #alpha-universe .cpplus2023-main .bannerlist {
    opacity: 1;
    margin: -6.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .bannerlist div.banner__list {
    padding: 13.3333333333vw 0;
    opacity: 1;
  }
  #alpha-universe .cpplus2023-main .bannerlist div.banner__list ul {
    display: block;
    width: 82.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li {
    width: 100%;
    margin-bottom: 2.4vw;
    margin-left: auto;
    margin-right: auto;
  }
  #alpha-universe .cpplus2023-main .bannerlist div.banner__list ul li:last-child {
    margin-bottom: 0;
  }
  #alpha-universe .cpplus2023-main .bannerlist.index {
    position: absolute;
    top: 0;
    bottom: inherit;
    z-index: 3;
    width: 100%;
    margin: 0;
    -webkit-transform: translateY(128vw);
            transform: translateY(128vw);
    background-color: rgba(0, 0, 0, 0) !important;
    opacity: 0;
  }
  #alpha-universe .cpplus2023-main .bannerlist.index div.banner__list {
    padding: 0 0;
    margin-right: 0;
  }
  #alpha-universe .cpplus2023-main .bannerlist.index div.banner__list ul li {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  #alpha-universe .cpplus2023-main .bannerlist.index.is-fixed {
    position: absolute;
  }
  #alpha-universe .cpplus2023-main .bannerlist.index.is-fixed div.banner__list {
    padding: 0 0;
    margin-right: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-endevent_title {
    margin-bottom: -6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-endevent_title .section__inner {
    text-align: center;
    width: 90%;
    max-width: 1200px;
    padding: 1.5em 0 3.5em 0;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-endevent_title .section__inner .titles {
    text-align: center;
    color: #fff;
  }
  #alpha-universe .cpplus2023-main .cpplus-endevent_title .section__inner .titles .ma {
    font-size: 4vw;
    font-weight: 700;
  }
  #alpha-universe .cpplus2023-main .cpplus-endevent_title .section__inner .titles .su {
    font-size: 3.2vw;
    margin-top: 1em;
  }
  #alpha-universe .cpplus2023-main .featured_products {
    padding: 13.3333333333vw 0 13.3333333333vw 0;
    border-radius: 6.6666666667vw 6.6666666667vw 0 0;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    color: #fff;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .title {
    text-align: center;
    margin-bottom: 2em;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .title h2 {
    font-size: 10vw;
    margin-bottom: 0.2em;
    line-height: 110%;
    font-weight: bold;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .title p {
    font-size: 4.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper {
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item {
    width: 70vw;
    height: 73.3333333333vw;
    border-radius: 4.6666666667vw;
    margin-bottom: 0;
    overflow: hidden;
    background-color: #303030;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item .link {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item .link a {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item .link a:hover {
    opacity: 0.7;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item .link.textlink {
    background-color: #DFDFDF;
    color: #202020;
    border-radius: 999px;
    text-align: center;
    line-height: 100%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item .link.textlink a {
    display: block;
    font-weight: 700;
    font-size: 2.6666666667vw;
    line-height: 100%;
    padding: 0.5em 2em;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item .link.textlink a img {
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5%;
    height: auto;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item > a {
    background-color: #303030;
    position: relative;
    display: block;
    padding: 10.6666666667vw 0;
    height: 100%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item > a .product_names {
    position: absolute;
    left: 5.3333333333vw;
    top: 5.3333333333vw;
    color: #fff;
    width: 53.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.two {
    width: 85%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.a1 {
    position: relative;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.a1 .batch01 {
    position: absolute;
    right: 4.773584905%;
    top: 4.7%;
    width: 16.846153846%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.emountlens {
    position: relative;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.emountlens .product_img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.emountlens .product_img img {
    position: relative;
    width: 130%;
    max-width: 150%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -31%);
            transform: translate(-50%, -31%);
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.emountlens .batch01 {
    position: absolute;
    left: 8vw;
    top: 61.7333333333vw;
    width: 56.1333333333vw;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.emountlens .batch02 {
    position: absolute;
    right: 4vw;
    top: 17.3333333333vw;
    width: 10.9333333333vw;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .swiper-button-prev,
#alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .swiper-button-next {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .swiper-button-prev::after,
#alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .swiper-button-next::after {
    display: block;
    content: "";
    width: 2.4vw;
    height: 5.0666666667vw;
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/common_arrow_02.svg");
    background-size: cover;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .swiper-button-prev {
    left: 2.4vw;
    border-radius: 100%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .swiper-button-prev::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .swiper-button-next {
    right: 2.4vw;
    border-radius: 100%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .camera_gp_banner {
    width: 80vw;
    margin: 10vw auto 0 auto;
    overflow: hidden;
    border-radius: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .camera_gp_banner a {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .camera_gp_banner a:hover {
    opacity: 0.6;
  }
  #alpha-universe .cpplus2023-main .global_hamburger {
    width: 100%;
    left: 0;
    top: 20px;
    right: inherit;
  }
  #alpha-universe .cpplus2023-main .global_hamburger .menu_rap {
    position: absolute;
    right: 4vw;
    background-color: rgba(255, 255, 255, 0.9);
    width: 12vw;
    height: 12vw;
    border-radius: 3.3333333333vw;
    -webkit-transition: inherit;
    transition: inherit;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
  }
  #alpha-universe .cpplus2023-main .global_hamburger .menu_rap.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  #alpha-universe .cpplus2023-main .global_hamburger .menu_rap .global_banner_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  #alpha-universe .cpplus2023-main .global_hamburger .menu_rap .global_banner_icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #alpha-universe .cpplus2023-main .global_hamburger .menu_rap .global_banner_icons ul li {
    width: 10.5333333333vw;
    overflow: hidden;
    border-radius: 2vw;
    margin-left: 2vw;
  }
  #alpha-universe .cpplus2023-main .global_hamburger .menu_rap .global_banner_icons ul li:last-child {
    width: 29.3333333333vw;
    font-size: 2vw;
    line-height: 110%;
    margin-left: 4vw;
    border-radius: 0;
  }
  #alpha-universe .cpplus2023-main .global_hamburger .menu_rap .icon {
    background-color: white;
  }
  #alpha-universe .cpplus2023-main .global_hamburger .menu_rap .icon span img {
    width: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .global_hamburger .menu_rap .icon span:nth-child(1) {
    right: 10.6666666667vw;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #alpha-universe .cpplus2023-main .global_hamburger .menu_rap .icon span:nth-child(2) {
    right: 3.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .global_hamburger:hover .menu_rap {
    width: 12vw;
  }
  #alpha-universe .cpplus2023-main .global_hamburger:hover .menu_rap .icon span:nth-child(1) {
    opacity: 0;
  }
  #alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .cpplus_togglebutton {
    position: absolute;
    right: 5.3333333333vw;
    top: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .cpplus_togglebutton .cpplus_togglebutton__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box {
    width: 69.0666666667vw;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__title {
    width: 100%;
    margin: 0 auto 10.6666666667vw auto;
  }
  #alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__title .mskimg {
    width: 53.3333333333vw;
    height: 37.3333333333vw;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list {
    width: 100%;
    padding-left: 0;
    border-left: none;
    padding-top: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list::after {
    display: none;
  }
  #alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list::before {
    display: block;
  }
  #alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li {
    font-size: 5.0666666667vw;
    margin-bottom: 1em;
  }
  #alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li a {
    color: #fff;
    text-decoration: none;
  }
  #alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li span {
    font-size: 3.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .globalMenu .globalMenu_container .globalMenu_box .globalMenu_box__list ul li:last-child {
    margin-bottom: 0;
  }
  #alpha-universe .cpplus2023-main .gbtdHeader h1 {
    width: 180px;
    margin-bottom: 10px;
  }
  #alpha-universe .cpplus2023-main .linkbuttons {
    padding: 4vw 0;
  }
  #alpha-universe .cpplus2023-main .linkbuttons .section__inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn {
    width: 32.5%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2.6666666667vw;
    overflow: hidden;
  }
  #alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a {
    display: block;
    padding: 4vw 2vw;
  }
  #alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a .icon {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a .icon img {
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a .str {
    width: 100%;
    font-size: 3.3333333333vw;
    font-weight: bold;
    text-align: center;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a .str span {
    margin-top: 0.5em;
    font-weight: normal;
    font-size: 1.6vw;
    display: block;
  }
  #alpha-universe .cpplus2023-main .linkbuttons .section__inner .linkbuttons__list ul li.linkbuttons__list_btn a .more {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-livestreaming {
    border-radius: 4vw 4vw 0 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner {
    width: 90%;
    padding: 16vw 0 5.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title .title {
    width: 79.8666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title .title .sub1 {
    font-size: 2.6666666667vw;
    margin-bottom: 0.8em;
  }
  #alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title .title .t .mskimg {
    width: 79.8666666667vw;
    height: 10.6666666667vw;
    background-position: center 77.3333333333vw;
    background-size: 200%;
  }
  #alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title .title .sub2 {
    width: 100%;
    font-size: 2.6666666667vw;
    margin-top: 0.2em;
  }
  #alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__title .description {
    width: 100%;
    text-align: left;
    font-size: 2.4vw;
    padding-left: 0;
    line-height: 140%;
    margin-top: 2em;
  }
  #alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__box {
    margin-top: 2.4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__box .u-responsive-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
  #alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__box .u-responsive-video video, #alpha-universe .cpplus2023-main .cpplus-livestreaming .section__inner .cpplus-livestreming__box .u-responsive-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion {
    padding: 1.3333333333vw 0 6.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box {
    border-radius: 4vw;
    padding: 6.6666666667vw 4vw;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .title {
    font-size: 4.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .title .cpplus_togglebutton .cpplus_togglebutton__str {
    font-size: 3.2vw;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .title .cpplus_togglebutton .cpplus_togglebutton__icon {
    width: 12vw;
    height: 12vw;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline {
    padding: 12vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_cppluslogo {
    width: 31.8666666667vw;
    padding: 0;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    border-bottom: none;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_cppluslogo img {
    display: block;
    width: 100%;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table {
    display: block;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr {
    display: block;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr th {
    display: block;
    position: relative;
    font-size: 4.6666666667vw;
    padding-right: 0;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr th span {
    background-color: #fff;
    padding: 0 1em;
    position: relative;
    z-index: 1;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr th::after {
    content: "";
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr th::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr td {
    display: block;
    font-size: 3.7333333333vw;
    padding: 1em 0;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr td a {
    display: block;
    margin-left: 0;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr td a span {
    display: none;
    font-size: 80%;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr td a img {
    width: 5.3333333333vw;
    vertical-align: middle;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .organizer_accordion__outline_table table tr td a:hover {
    text-decoration: underline;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .cpplus23_linkbtn {
    width: 51.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .cpplus23_linkbtn a {
    font-size: 3.6vw;
    padding: 2.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .organizer_accordion .section__inner .organizer_accordion__box .organizer_accordion__outline .cpplus23_linkbtn a::after {
    content: "";
    position: absolute;
    right: 4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.16px;
    height: 18.31px;
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/common_button_arrow_03.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #alpha-universe .cpplus2023-main .reserve_button {
    margin: -6.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .reserve_button .section__inner {
    padding: 17.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .reserve_button .section__inner .reserve_button_btn {
    width: 90%;
  }
  #alpha-universe .cpplus2023-main .reserve_button .section__inner .reserve_button_btn a {
    display: block;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border-radius: 999px;
    font-weight: bold;
    padding: 2vw;
    font-size: 4.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .reserve_button .section__inner .reserve_button_btn a img {
    width: 7.7333333333vw;
    vertical-align: middle;
  }
  #alpha-universe .cpplus2023-main .reserve_button .section__inner .reserve_button_btn a span {
    vertical-align: middle;
    font-size: 60%;
    font-weight: normal;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics {
    width: 10vw;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics .hitarea {
    width: 10vw;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics_sub {
    font-size: 2.6666666667vw;
    top: 6.6666666667vw;
    font-weight: bold;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner {
    padding: 6.6666666667vw 6.6666666667vw 40vw 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner .title {
    font-size: 6.1333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner .cpplus_togglebutton {
    right: 6.6666666667vw;
    top: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner .cpplus_togglebutton .cpplus_togglebutton__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul {
    width: 85.3333333333vw;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li {
    margin-bottom: 4vw;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li .thum {
    width: 33.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li .outline {
    width: 46.6666666667vw;
    font-size: 3.2vw;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li.new .thum::after {
    width: 4vw;
    height: 4vw;
    left: -2vw;
    top: -2vw;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics .sidebar_news_topics__inner ul li.new .outline .data::after {
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .sidebar_news_topics.is-open {
    width: 94.6666666667vw !important;
  }
  #alpha-universe .cpplus2023-main .cpplus-sonybanner .section__inner {
    width: 85%;
    max-width: 100%;
    padding: 16vw 0 6.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-sonybanner .section__inner .banner__list ul {
    display: block;
  }
  #alpha-universe .cpplus2023-main .cpplus-sonybanner .section__inner .banner__list ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 2.6666666667vw;
    margin-bottom: 2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-sonybanner .section__inner .banner__list ul li a {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #alpha-universe .cpplus2023-main .cpplus-sonybanner .section__inner .banner__list ul li a:active {
    opacity: 0.7;
  }
  #alpha-universe .cpplus2023-main .cpplus-sonybanner .section__inner .banner__list ul li:last-child {
    margin-bottom: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers {
    border-radius: 4vw;
    margin-top: -6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .section__inner {
    padding: 13.3333333333vw 0 10.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .section__title {
    margin-bottom: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .section__title .t {
    font-size: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .section__title .d {
    font-size: 3.8666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__manual {
    border-radius: 4vw;
    padding: 3.3333333333vw 2vw;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    padding: 6.6666666667vw 0;
    width: 90%;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block {
    margin: 0 0 4vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .head {
    margin-bottom: 0;
    font-size: 3.0666666667vw;
    width: 28.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 3.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector.radio .roundButton {
    margin: 1.3333333333vw 0.6666666667vw;
    /* ボックス外側の余白を指定する */
    width: 20vw;
    /* ボックスの横幅を指定する */
    height: 7.3333333333vw;
    /* ボックスの高さを指定する */
    padding-left: 0.6666666667vw;
    /* ボックス内左側の余白を指定する */
    padding-right: 0.6666666667vw;
    /* ボックス内御右側の余白を指定する */
    line-height: 7.3333333333vw;
    /* 行の高さを指定する */
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector.radio .roundButton.cloud {
    width: 33.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block .selector #select_model {
    font-size: 3.3333333333vw;
    width: 61.7333333333vw;
    padding: 2vw 2.6666666667vw;
    height: 7.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector .change_list_button.teacher, #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector .change_list_button.work {
    display: block;
    /* ブロックレベル要素化する */
    margin: 0 1.3333333333vw;
    /* ボックス外側の余白を指定する */
    width: 10.4vw;
    /* ボックスの横幅を指定する */
    padding-top: 8vw;
    background-size: 10.4vw 16vw;
    background-position: 0 8vw;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__sort_controller .control_block.change_list_block .selector .change_list_button.archive {
    display: block;
    /* ブロックレベル要素化する */
    font-size: 3.3333333333vw;
    margin: 0 1.3333333333vw;
    /* ボックス外側の余白を指定する */
    width: 30.6666666667vw;
    /* ボックスの横幅を指定する */
    height: 8vw;
    /* ボックスの高さを指定する */
    padding-left: 1.3333333333vw;
    /* ボックス内左側の余白を指定する */
    padding-right: 1.3333333333vw;
    /* ボックス内御右側の余白を指定する */
    line-height: 8vw;
    /* 行の高さを指定する */
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__descriotion {
    width: 98%;
    margin: auto;
    font-size: 2.6666666667vw;
    margin-bottom: 0.6em;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list {
    width: 98%;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li {
    width: 48%;
    height: auto;
    margin: 1%;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .photo .login {
    position: absolute;
    z-index: 5;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    width: 18.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .outline {
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw 2.6666666667vw;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .outline .title {
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .outline .name {
    font-size: 4.6666666667vw;
    margin: 0.2em 0;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li a .outline .name_rome {
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li.is-hide {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li.is-model-hide {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus_Speakers .cpplus_Speakers_wrapper .cpplus_Speakers__list li.is-archive-hide {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-tocpplus .section__inner {
    padding: 0 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-tocpplus .section__inner .tocpplus_bnr {
    border-radius: 0;
    overflow: hidden;
  }
  #alpha-universe .cpplus2023-main .cpplus-tocpplus .section__inner .tocpplus_bnr a {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #alpha-universe .cpplus2023-main .cpplus-tocpplus .section__inner .tocpplus_bnr a:active {
    opacity: 0.7;
  }
  #alpha-universe .cpplus2023-main .uhead .section__inner {
    position: relative;
    padding: 7.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .uhead .section__inner .logo {
    display: none;
  }
  #alpha-universe .cpplus2023-main .uhead .section__inner .titlebox h1 {
    font-size: 8vw;
    font-weight: bolder;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .uhead .section__inner .titlebox p {
    font-size: 3.3333333333vw;
    font-weight: bolder;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq {
    border-radius: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner {
    padding: 12vw 0 10.6666666667vw 0;
    width: 90%;
    max-width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .section__title .t {
    font-size: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_index .anchor {
    border-top: 1px solid #B2B2B2;
    padding: 0.8em;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_index .anchor:last-child {
    border-bottom: 1px solid #B2B2B2;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_index .anchor a {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_index .anchor a img {
    width: 5.3333333333vw;
    vertical-align: middle;
    margin-right: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .list_title {
    background-color: #D6D6D6;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 700;
    padding: 0.7em 1em;
    margin-top: 80px;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda {
    margin-top: 4vw;
    padding-bottom: 4vw;
    border-bottom: 1px solid #B2B2B2;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda:last-child {
    border-bottom: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0.8em 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .q .icon {
    width: 8vw;
    height: 8vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .q .str {
    margin-left: 4vw;
    font-size: 3.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.8em 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .a .icon {
    width: 8vw;
    height: 8vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .a .str {
    margin-left: 4vw;
    font-size: 3.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-faq .section__inner .faq_list .list_rap .qanda .a .str .map_faq {
    background-color: #313131;
    padding: 2.6666666667vw;
    margin-top: 2em;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_inner {
    width: 90%;
    padding: 10.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui {
    border-radius: 4vw 4vw 0 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner h1 {
    font-size: 6vw;
    line-height: 140%;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui {
    margin-bottom: 1%;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui a {
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui a::after {
    width: 1.3333333333vw;
    left: 1.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui a .title {
    font-size: 2.9333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui a .department {
    font-size: 2.9333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui a .department span {
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.row3 {
    width: 49.7%;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.row2 {
    width: 49.7%;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.xperia {
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui:hover a {
    background-color: #1D1D1D;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__ui .contest_inner .contest_ui_lists .list_ui.is-active a {
    background-color: #000;
    pointer-events: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box {
    border-top: 1.3333333333vw solid #8B8B8B;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner {
    max-width: 100%;
    padding: 10.6666666667vw 0 0 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_titles {
    margin-bottom: 13.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_titles .department {
    font-size: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_titles .title {
    font-size: 6vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award {
    margin-bottom: 13.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award.portrait {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .title .batch {
    font-size: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .title .outline .name {
    font-size: 3.4666666667vw;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .title .outline .author {
    font-size: 3.2vw;
    line-height: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .work {
    padding: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award .work .work_rap {
    border-radius: 0.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .contest_page__departments__slider .swiper-wrapper .department_box .contest_inner .department_box_awards .award p.description {
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons {
    width: 80%;
    max-width: 100%;
    padding: 0 0 16vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn {
    width: 100%;
    margin-bottom: 5%;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn a {
    border: 0.2666666667vw solid #4E4E4E;
    border-radius: 1.3333333333vw;
    padding: 3.3333333333vw 4vw 3.3333333333vw 3.3333333333vw;
    font-size: 3.6vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn a img.premium_logo {
    width: 46.5333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn a img.arrow {
    width: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn.togallery {
    margin-right: 2em;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest_page .section__inner .contest_page__departments .pageback_buttons .btn.to_ui {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest {
    background-color: #000;
    border-radius: 4vw;
    margin-top: -6.6666666667vw;
    z-index: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest .section__inner {
    padding: 16vw 0 9.3333333333vw 0;
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest .section__inner .contest_banner {
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest .section__inner .contest_banner a {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest .section__inner .contest_banner .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-right: 0;
    margin-top: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__contest .section__inner .contest_banner .outline {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 4vw;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__list {
    border-radius: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner {
    padding: 10.6666666667vw 0 10.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list__title {
    font-size: 4vw;
    margin-bottom: 8vw;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box {
    width: 100%;
    border-radius: 2.6666666667vw;
    overflow: hidden;
    margin-bottom: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .work {
    width: 40vw;
    height: 29.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .work::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .profile {
    padding: 4vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .profile .title {
    font-size: 2.9333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .profile .outline .photo {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 1em;
    background-color: #000;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__list .section__inner .cpplus-gallery__list_wrapper .cpplus-gallery__list__box .profile .outline .name {
    color: #fff;
    font-size: 3.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__teacher {
    border-radius: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner {
    padding: 16vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__title {
    width: 90%;
    margin: auto;
    margin-bottom: 10.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__profile {
    margin-bottom: 10.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__profile .photo {
    width: 32vw;
    height: 32vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__profile .title {
    font-size: 2.9333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__profile .name {
    font-size: 4.8vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__works .cpplus-gallery__teacher__works__box {
    margin-bottom: 10.6666666667vw;
    position: relative;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__works .cpplus-gallery__teacher__works__box.mode-photo {
    height: 66.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__teacher .section__inner .cpplus-gallery__teacher_wrapper .cpplus-gallery__teacher__works .cpplus-gallery__teacher__works__box.mode-photo::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/cpplus_loading.png");
    background-size: cover;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__title {
    padding: 10.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallery__title .section__inner {
    width: 90%;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar {
    border-radius: 0 0 4vw 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner {
    padding: 16vw 0 8vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-title {
    font-size: 6vw;
    text-align: left;
    margin-bottom: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-outline {
    font-size: 3.4666666667vw;
    margin-bottom: 8vw;
    text-align: left;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-outline br {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-content-title {
    font-size: 4.6666666667vw;
    border-radius: 0.6666666667vw;
    margin-bottom: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-content-sub {
    font-size: 4.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-content-text {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box {
    width: 100%;
    border-radius: 2.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .downloadlink a {
    padding: 2.6666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .downloadlink a span {
    font-size: 3.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .downloadlink a span:nth-child(1) {
    width: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .downloadlink a span:nth-child(3) {
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .top_block {
    background-color: #3A3A3A;
    padding: 8vw 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .top_block .title {
    font-size: 5.8666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .top_block .image {
    width: 90%;
    margin: 0 auto 4vw auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .bottom_block {
    padding: 8vw 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .bottom_block .title {
    font-size: 3.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .bottom_block .title span {
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .bottom_block .month_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .bottom_block .month_list .downloadlink {
    width: 22%;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__calendar .section__inner .calendar-wrapper .calendar-list .calendar-list__box .bottom_block .month_list .downloadlink a {
    font-size: 3.4666666667vw;
    padding: 1.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallerylink {
    border-radius: 2vw;
    padding: 5.3333333333vw 5.3333333333vw 2.6666666667vw 5.3333333333vw;
    width: 90%;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__description {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__description br {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__linkbutton {
    font-size: 4vw;
    margin: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__linkbutton a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__linkbutton a .logo {
    width: 65.7333333333vw;
    margin-right: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__linkbutton a .arrow {
    width: 7.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-gallerylink .cpplus-gallerylink__linkbutton a:hover {
    opacity: 0.5;
  }
  #alpha-universe .cpplus2023-main .comingsoon_block {
    width: 66.6666666667vw;
    padding: 4vw;
  }
  #alpha-universe .cpplus2023-main .comingsoon_block .icon {
    width: 4vw;
  }
  #alpha-universe .cpplus2023-main .comingsoon_block .label {
    font-size: 4.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk {
    border-radius: 4vw 4vw 0 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner {
    padding: 13.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-title {
    margin-bottom: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-title .sub {
    font-size: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-title .title {
    font-size: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-outline {
    font-size: 3.4666666667vw;
    line-height: 160%;
    margin-bottom: 8.5333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper {
    margin-top: 9.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper::before {
    width: 48%;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper::after {
    width: 48%;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item {
    width: 48%;
    margin: 0 0 4% 0;
    border-radius: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item .outline {
    padding: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item .outline .title {
    font-size: 2.6666666667vw;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item .outline .name {
    font-size: 4.6666666667vw;
    margin-top: 0.5em;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item .outline .text {
    font-size: 2.6666666667vw;
    line-height: 160%;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item.comingsoon .photo {
    position: relative;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item.comingsoon .photo img {
    width: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__offtalk .section__inner .offtalk-list .offtalk-list__wrapper .offtalk-list__item.comingsoon .outline {
    min-height: 10.6666666667vw;
    font-size: 2.9333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner {
    padding: 16vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-title {
    margin-bottom: 4.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-title .t {
    font-size: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-outline {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve {
    margin: 8vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve .reserve__button {
    max-width: 617px;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve .reserve__button a .label {
    text-align: center;
    font-size: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve .tofaq {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-reserve .tofaq img {
    width: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_seminar .section__inner .seminar-description {
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 160%;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor {
    border-radius: 4vw;
    margin-bottom: -6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner {
    padding: 14.6666666667vw 0 21.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-title .limited_icon {
    width: 75.6vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-title .t {
    font-size: 5.3333333333vw;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-outline {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-reserve {
    margin: 8vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-reserve .tofaq {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-reserve .tofaq img {
    width: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_sensor .section__inner .sensor-description {
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .reserve__button a {
    padding: 1.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .reserve__button a .label {
    font-size: 4vw;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .reserve__button a .arrow {
    width: 13.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry {
    border-radius: 4vw;
    margin-bottom: -6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner {
    padding: 14.6666666667vw 0 21.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-title .limited_icon {
    width: 75.6vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-title .t {
    font-size: 5.3333333333vw;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-outline {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-reserve {
    margin: 8vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-reserve .tofaq {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-reserve .tofaq img {
    width: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__reserve_touchtry .section__inner .touchtry-description {
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__statement {
    border-radius: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__statement .section__inner {
    padding: 16vw 0;
    width: 90%;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__statement .section__inner .title {
    margin-bottom: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-lounge__statement .section__inner .text {
    font-size: 3.4666666667vw;
    margin-bottom: 8vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule {
    padding: 16vw 0;
    border-radius: 4vw 4vw 0 0;
    margin-top: -6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .section__title {
    margin-bottom: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .section__title .t {
    font-size: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .section__title .d {
    font-size: 3.8666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui {
    margin-bottom: 9.3333333333vw;
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui .cpplus-seminar__schedule_ui__date {
    margin-bottom: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui .cpplus-seminar__schedule_ui__date .cpplus-seminar__schedule_ui__date_block .day {
    font-size: 9.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui .cpplus-seminar__schedule_ui__date .cpplus-seminar__schedule_ui__date_block .dayofweek {
    font-size: 3.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui .cpplus-seminar__schedule_ui__bar {
    height: 1.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_ui .cpplus-seminar__schedule_ui__bar .position_bar {
    height: 1.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box {
    border-radius: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4.6666666667vw 2.6666666667vw;
    color: #fff;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__time {
    width: 100%;
    font-size: 6.6666666667vw;
    margin-right: 0;
    padding-left: 3.3333333333vw;
    position: relative;
    margin-bottom: 0.6em;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__time::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0%;
    width: 5px;
    height: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__time .time_batch {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0em;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__time .time_batch div:nth-child(1) {
    font-size: 3.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__time .time_batch div:nth-child(2) {
    font-size: 3.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__photo {
    display: block;
    margin-right: 3.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__photo .photo {
    width: 17.3333333333vw;
    margin-right: 0;
    margin-bottom: 0.4em;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__photo .photo a {
    display: block;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 140%;
    margin-right: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .batch .archive {
    width: 12.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .batch .premium {
    width: 14.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .name {
    font-size: 4.5333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .title {
    font-size: 3.7333333333vw;
    margin-top: 0.4em;
    color: #BCBCBC;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .guest {
    font-size: 3.0666666667vw;
    margin-top: 0.4em;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .guest a .guest_photo {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__outline .guest a .guest_name {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__jiyuku {
    margin-top: 4vw;
    width: 100%;
    margin-left: auto;
    border-radius: 2.6666666667vw;
    padding: 0.8em 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__jiyuku .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 4vw;
    height: 4vw;
    background-color: #141414;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__jiyuku .arrow img {
    width: 1.3333333333vw;
    height: 2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__jiyuku .str {
    font-weight: bold;
    font-size: 3.7333333333vw;
    line-height: 130%;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box .schedule_box_href .schedule_box__cont .schedule_box__jiyuku .str br {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box#schedule-anchor_DAY3_9 .schedule_box_href .schedule_box__cont .schedule_box__jiyuku {
    -webkit-transform: none;
            transform: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_slider .cpplus-seminar__schedule_slide .schedule_box#schedule-anchor_DAY4_7 .schedule_box_href .schedule_box__cont .schedule_box__jiyuku {
    -webkit-transform: none;
            transform: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots {
    width: 100%;
    margin: 6.6666666667vw auto 0 auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_dots .dot {
    margin: 1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_next {
    font-size: 3.3333333333vw;
    padding-right: 6.6666666667vw;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_next svg {
    width: 3.3333333333vw;
    height: 10vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_prev {
    font-size: 3.3333333333vw;
    padding-left: 6.6666666667vw;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__schedule .section__inner .cpplus-seminar__schedule_arrow_dots .cpplus-seminar__schedule_arrow_prev svg {
    width: 3.3333333333vw;
    height: 10vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__statement {
    border-radius: 4vw 4vw 0 0;
    padding: 8vw 0 20vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__statement .section__inner {
    width: 90%;
    max-width: 100%;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__statement .section__inner .cpplus-seminar__statement_outline {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-seminar__statement .section__inner .cpplus-seminar__statement_outline .desc {
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .section__inner {
    width: 87%;
    max-width: 100%;
    margin: auto;
    padding: 10.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head {
    position: relative;
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/shootingtips/01/mainvisual_bg_sp.png");
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .section__inner {
    padding: 6.6666666667vw 0 16vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__mainvisual {
    width: 133%;
    max-width: 160%;
    margin: 0 auto 13.3333333333vw auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__title p {
    font-size: 7.0666666667vw;
    margin-bottom: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__title h1 {
    font-size: 10.6666666667vw;
    padding: 2.6666666667vw 0 4vw 0;
    border-top: 1.0666666667vw solid #fff;
    border-bottom: 1.0666666667vw solid #fff;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__detail h2 {
    font-size: 4.4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__detail p {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-head .cpplus-shootingtips-01-head__banner {
    max-width: 100%;
    margin: 8vw auto 0 auto;
    border-radius: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile {
    border-radius: 4vw 4vw 0 0;
    margin-top: -4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .section__inner {
    padding: 6.6666666667vw 0 21.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists {
    display: block;
    margin-bottom: 0vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists::after {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box {
    display: block;
    width: 100%;
    padding: 8vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box:nth-child(1) {
    border-bottom: 1px solid #707070;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box .profile .photo {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box .profile .outline {
    margin-left: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box .profile .outline .title {
    font-size: 3.0666666667vw;
    margin-bottom: 0.5em;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box .profile .outline .name {
    font-size: 8vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__lists .cpplus-shootingtips-01-profile__box .detail {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-profile .cpplus-shootingtips-01-profile__link {
    width: 100%;
    border: 0.6666666667vw solid #000;
    padding: 1em 0.1em;
    font-size: 4vw;
    border-radius: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .section__inner {
    padding: 16vw 0 20vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_title {
    margin: 0 0 13.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_title .number {
    font-size: 8.1333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_title .number::after {
    height: 0.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_title h1 {
    font-size: 6.6666666667vw;
    line-height: 130%;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list {
    position: relative;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: 13.3333333333vw;
    border-bottom: 1px solid #707070;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box:last-child {
    padding-top: 13.3333333333vw;
    padding-bottom: 0;
    border-bottom: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box .object {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    border-radius: 2.6666666667vw;
    margin-bottom: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box .profile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4vw;
    margin-top: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box .profile .photo {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box .profile .outline {
    margin-left: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box .profile .outline .name {
    font-size: 6vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article .article_list .article_list__box .comment {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article.article-01 {
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 4;
    margin: -30px 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article.article-01 .article_list::after {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article.article-02 {
    background-color: #DCD8D5;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article.article-02 .article_list::after {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article.article-03 {
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 4;
    margin: -30px 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-01 .cpplus-shootingtips-01-article.article-03 .article_list::after {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .section__inner {
    width: 90%;
    max-width: 100%;
    margin: auto;
    padding: 10.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head {
    position: relative;
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/shootingtips/02/mainvisual_bg_sp.jpg");
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .section__inner {
    padding: 0 0 16vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__mainvisual {
    width: 115%;
    max-width: 160%;
    margin: 0 auto 13.3333333333vw auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__title p {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
    line-height: 140%;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__title h1 {
    font-size: 8.6666666667vw;
    padding: 2.6666666667vw 0 4vw 0;
    border-top: 1.0666666667vw solid #fff;
    border-bottom: 1.0666666667vw solid #fff;
    line-height: 140%;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__detail h2 {
    font-size: 4.4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__detail p {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-head .cpplus-shootingtips-02-head__banner {
    max-width: 100%;
    margin: 8vw auto 0 auto;
    border-radius: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile {
    border-radius: 4vw 4vw 0 0;
    margin-top: -4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .section__inner {
    padding: 6.6666666667vw 0 21.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists {
    display: block;
    margin-bottom: 0vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists::after {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box {
    display: block;
    width: 100%;
    padding: 8vw 0 46.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4vw;
    position: relative;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box .profile .photo {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box .profile .outline {
    margin-left: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box .profile .outline .title {
    font-size: 3.0666666667vw;
    margin-bottom: 0.5em;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box .profile .outline .name {
    font-size: 8vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__lists .cpplus-shootingtips-02-profile__box .profile .outline .detail {
    position: absolute;
    left: 0;
    top: 30.6666666667vw;
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-profile .cpplus-shootingtips-02-profile__link {
    width: 100%;
    padding: 0.5em 0.5em;
    font-size: 4vw;
    border-radius: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .section__inner {
    padding: 16vw 0 20vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_title {
    margin: 0 0 13.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_title .number {
    font-size: 8.1333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_title .number::after {
    height: 0.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_title h1 {
    font-size: 6.6666666667vw;
    line-height: 130%;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box {
    position: relative;
    color: #fff;
    font-size: 3.4666666667vw;
    line-height: 160%;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box .flex_box > div {
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box .flex_box .text {
    padding-left: 0em;
    padding-top: 1em;
    color: #AEAEAE;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box .image_box span, #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box .photo span {
    display: block;
    text-align: center;
    margin-top: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article .article_box p {
    margin: 2em 0;
    color: #AEAEAE;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article.article-01 {
    border-radius: 4vw;
    position: relative;
    z-index: 4;
    margin: -6.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article.article-01 .article_list::after {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article.article-02 .article_list::after {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article.article-03 {
    border-radius: 4vw;
    position: relative;
    z-index: 4;
    margin: -6.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-shootingtips-02 .cpplus-shootingtips-02-article.article-03 .article_list::after {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual {
    height: 171.0666666667vw !important;
    min-height: inherit;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .loading {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .logo {
    width: 40vw;
    left: -5.3333333333vw;
    top: -5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content {
    width: 80vw;
    top: 38%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .title {
    width: 53.3333333333vw;
    top: -54.9333333333vw;
    left: initial;
    right: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products {
    width: 80vw;
    top: 20.9333333333vw;
    left: 0vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pro_bg {
    position: absolute;
    width: 100%;
    height: 47px;
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/kv_product_shadow_pc.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    top: 80px;
    opacity: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .pro .lg {
    margin-top: 2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p1 {
    width: 17.3333333333vw;
    margin-right: 2.4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p1 .lg {
    width: 11.2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p2 {
    width: 15.2vw;
    margin-right: 3.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p2 .lg {
    width: 14.9333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p3 {
    width: 24.2666666667vw;
    margin-right: 3.2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p3 .lg {
    width: 13.2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p4 {
    width: 14.5333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .products .pros .p4 .lg {
    width: 14.4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .event {
    position: absolute;
    width: 80vw;
    top: 45.2vw;
    left: 0vw;
    display: block;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .event .p1 {
    display: block;
    width: 100%;
    margin: 0 auto 2.6666666667vw auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .event .p2 {
    display: block;
    width: 52.1333333333vw;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .main_products {
    width: 70.4vw;
    top: -37.7333333333vw;
    left: 8.1333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .main_products .p1 {
    width: 45.8666666667vw;
    left: 24.5333333333vw;
    top: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .main_products .p2 {
    width: 19.2vw;
    left: 0;
    top: 18.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_content .main_products .p3 {
    width: 18.9333333333vw;
    left: 14.1333333333vw;
    top: 12.1333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .end_attensition {
    position: absolute;
    bottom: 5.3333333333vw;
    font-size: 3.2vw;
    width: 90%;
    border-radius: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_bg .keybisual_bg_up {
    position: absolute;
    left: -39.3333333333vw;
    top: -62.9333333333vw;
    width: 230.1333333333vw;
    height: 122.5333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .keyvisual_bg .keybisual_bg_down {
    position: absolute;
    right: -31.2vw;
    bottom: -83.7333333333vw;
    width: 216.6666666667vw;
    height: 128.1333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .scroll_attensition {
    position: absolute;
    left: 2.6666666667vw;
    top: 50%;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    z-index: 2;
    opacity: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .scroll_attensition .bar {
    width: 1px;
    height: 22.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .scroll_attensition .str {
    position: relative;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
    font-weight: bolder;
    font-size: 2.6666666667vw;
    margin-bottom: 0vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .scroll_attensition .arrow {
    width: 4vw;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-Keyvisual .anim_bg {
    position: absolute;
    width: 100%;
    height: 200%;
    z-index: 0;
    left: 0;
    top: 0;
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/prism_image.jpg");
    background-position: center center;
    background-size: 200% 200%;
    opacity: 1;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge.section_box {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 10.6666666667vw auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .title {
    margin-bottom: 8vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .title div:nth-child(1) {
    font-size: 5.3333333333vw;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .title div:nth-child(2) {
    font-size: 4.1333333333vw;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges {
    display: block;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge {
    width: 100%;
    margin-bottom: 9.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap {
    padding: 7.0666666667vw 4.4vw 4.4vw 4.4vw;
    border-radius: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_title {
    margin-bottom: 4.4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_sub {
    margin-bottom: 2vw;
    font-weight: 700;
    font-size: 3.7333333333vw;
    border-color: #9a9b9c;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_text {
    margin-bottom: 4.4vw;
    font-size: 2.9333333333vw;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_text br {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_lineup {
    border-radius: 2vw;
    min-height: 21.2vw;
    font-size: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_lineup.aowner {
    height: auto;
    min-height: auto;
    position: relative;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_lineup.aowner.ba {
    padding-top: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_lineup.aowner.ba .batch {
    width: 40vw;
    left: 2vw;
    top: -2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_login {
    margin-bottom: 4vw;
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_login a {
    font-size: 4.2666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_rap .lounge_register {
    font-size: 3.6vw;
    margin-bottom: 4.4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge .lounge_description {
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.premium_lounge .lounge_rap {
    border: 2px solid #E6E6E6;
    background-color: #353738;
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/lounge/premium_common_bg.jpg");
    background-position: center center;
    background-size: auto 115%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.premium_lounge .lounge_rap .lounge_lineup {
    border: 1px solid #909090;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.premium_lounge .lounge_rap .lounge_login a {
    background: #b6b6b6;
    background: linear-gradient(132deg, #b6b6b6 10%, #efefef 51%, #b6b6b6 90%);
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.owners_lounge .lounge_rap {
    border: 2px solid #F3E7CB;
    background-color: #000;
    background-image: url("/ichigan/a-universe/assets/img/specialevent/cpplus2023/lounge/owners_common_bg.jpg");
    background-position: center center;
    background-size: auto 115%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.owners_lounge .lounge_rap .lounge_sub {
    color: #fff;
    border-color: #fff;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.owners_lounge .lounge_rap .lounge_lineup {
    border: 1px solid #BFA974;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation__onlinelounge .lounges .lounge.owners_lounge .lounge_rap .lounge_login a {
    border: 1px solid #ecd691;
    background: #dabc6f;
    background: linear-gradient(132deg, #dabc6f 10%, #f3e09d 51%, #dabc6f 90%);
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule {
    padding: 8vw 0 26.6666666667vw 0;
    border-radius: 0vw 0vw 4vw 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 90%;
    margin: 0 auto 5.3333333333vw auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .title {
    margin-right: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .title .main {
    font-size: 10.6666666667vw;
    margin-bottom: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .title .sub {
    font-size: 3.2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .btn {
    position: absolute;
    bottom: 10.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    margin-top: 0.5em;
    width: 66.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .btn a {
    padding: 2vw;
    font-size: 3.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .btn a img {
    width: 6.6666666667vw;
    vertical-align: middle;
    margin-right: 0.2em;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_title .btn a:active {
    opacity: 0.6;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_description {
    width: 90%;
    margin: 0 auto 5.3333333333vw auto;
    color: #DEDEDE;
    font-size: 2.9333333333vw;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui {
    width: 90%;
    margin: 0 auto 9.3333333333vw auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date {
    margin-bottom: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date .cpplus-top__schedule_ui__date_block {
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date .cpplus-top__schedule_ui__date_block::before {
    right: -2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date .cpplus-top__schedule_ui__date_block .day {
    font-size: 5.0666666667vw;
    margin-right: 0.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date .cpplus-top__schedule_ui__date_block .dayofweek {
    font-size: 2.1333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_ui .cpplus-top__schedule_ui__date .cpplus-top__schedule_ui__date_block.current::after {
    height: 0.6666666667vw;
    bottom: -2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .jiyuku-desc {
    display: block;
    width: 90%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2.6666666667vw auto 0 auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_jiyuku {
    width: 100%;
    margin: 4vw auto 2.6666666667vw auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_jiyuku a {
    width: 100%;
    border-radius: 2vw;
    padding: 1.3333333333vw 3.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_jiyuku a:active {
    text-decoration: underline;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_jiyuku .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_jiyuku .arrow img {
    width: 1.3333333333vw;
    height: 2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .cpplus-top__schedule_jiyuku .str {
    font-size: 3.7333333333vw;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .description {
    width: 100%;
    margin: 5.3333333333vw auto 20vw auto;
    color: #7B7B7B;
    font-size: 2.9333333333vw;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .description br {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .vertical-slider {
    width: 90%;
    height: 104.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .horizontal-slider {
    position: relative;
    height: 95.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .horizontal-slider__wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-prev,
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-prev::after,
#alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-next::after {
    display: block;
    content: "";
    width: 2.4vw;
    height: 5.0666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-prev {
    left: -2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-button-next {
    right: -2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .swiper-pagination {
    bottom: -5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .DayCard {
    width: 49.3333333333vw;
    border-radius: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .DayCard::after {
    width: 133.3333333333vw;
    height: 133.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .DayCard .center .day {
    font-size: 7.0666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .DayCard .center .date {
    font-size: 14.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .DayCard .center .dayofweek {
    font-size: 5.8666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box {
    width: 49.3333333333vw;
    padding-top: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap {
    border-radius: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__time {
    top: -8vw;
    font-size: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo {
    border-radius: 4vw 4vw 0 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo .ws_state {
    font-size: 2.9333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo.row-2 .photo {
    height: 24vw;
    overflow: hidden;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__photo.row-2 .photo .swiper-lazy {
    position: relative;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline {
    padding: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .batch .archive {
    width: 12.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .batch .premium {
    width: 14.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .name {
    font-size: 3.7333333333vw;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .guest {
    font-size: 3.2vw;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .guest span {
    font-size: 3.2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box .schedule_box_rap .schedule_box__outline .title {
    font-size: 2.9333333333vw;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box.genre-seminar .schedule_box_rap .schedule_box__photo::after {
    font-size: 3.0666666667vw;
    padding: 0.6666666667vw 5.3333333333vw;
    border-radius: 4vw 0 4vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__schedule .section__inner .schedule_box.genre-workshop .schedule_box_rap .schedule_box__photo::after {
    font-size: 3.0666666667vw;
    padding: 0.6666666667vw 5.3333333333vw;
    border-radius: 4vw 0 4vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner {
    padding: 13.3333333333vw 0 5.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .section__title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #000;
    padding-bottom: 8vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .section__title .t {
    font-size: 10.6666666667vw;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .section__title .d {
    color: #000;
    font-size: 3.2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow {
    padding: 5.3333333333vw 0 5.3333333333vw 5.3333333333vw;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4vw 0 0 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .title {
    font-size: 4.2666666667vw;
    font-weight: 700;
    margin-bottom: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .aplaza-outline {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
    line-height: 140%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .aplaza-outline br {
    display: none;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .aplaza-description {
    font-size: 2.4vw;
    border-radius: 2vw;
    margin-bottom: 5.3333333333vw;
    line-height: 140%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider {
    position: relative;
    z-index: 1;
    width: 95%;
    margin-right: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-prev,
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-prev::after,
#alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-next::after {
    display: block;
    content: "";
    width: 2.4vw;
    height: 5.0666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-prev {
    left: -2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .swiper-button-next {
    right: -2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide {
    border-radius: 4vw;
    overflow: hidden;
    width: 65.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link a {
    font-size: 3.3333333333vw;
    padding: 2vw 5.3333333333vw;
    border-radius: 0 4vw 0 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail {
    padding: 2.6666666667vw 2.6666666667vw 13.3333333333vw 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .t {
    font-size: 3.4666666667vw;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s {
    font-size: 3.0666666667vw;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex .orenge {
    color: #EA5404;
    margin-right: 0.5em;
    font-weight: 700;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex .strong {
    font-weight: 700;
    font-size: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .desc {
    font-size: 2.6666666667vw;
    color: #7A7A7A;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-top__specialinformation .section__inner .cpplus-top__specialinformation__info .overflow .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail p {
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner {
    padding: 12vw 0;
    width: 90%;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section {
    display: block;
    width: 100%;
    margin-bottom: 3em;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section:last-child {
    margin-bottom: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline {
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .title {
    font-size: 5.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .sub {
    font-size: 6.2666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .btn {
    margin-top: 1em;
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .btn a {
    display: block;
    padding: 6px;
    font-size: 3.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .btn a img {
    width: 6.9333333333vw;
    vertical-align: middle;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .btn a span {
    font-size: 80%;
    font-weight: normal;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_buttons {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 9.3333333333vw auto 0 auto;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_buttons .button_corner {
    width: 100%;
    border-radius: 4vw;
    overflow: hidden;
    padding: 4vw 2.6666666667vw 4vw 2.6666666667vw;
    border: 1px solid #fff;
    margin-bottom: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_buttons .button_corner .batch {
    position: absolute;
    left: inherit;
    right: 0;
    top: 0;
    background-color: #000;
    height: 100%;
    padding: 0.2em 0.2em;
    border-radius: 0 0 0 0;
    text-align: center;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-text-orientation: sideways;
            text-orientation: sideways;
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_buttons .button_corner .title {
    position: relative;
    text-align: left;
    font-size: 4.5333333333vw;
    font-weight: bold;
    line-height: 140%;
    padding-left: 0;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_buttons .button_corner .btn {
    margin-top: 1em;
    width: 46.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_buttons .button_corner .btn a {
    text-align: center;
    display: block;
    padding: 1.3333333333vw;
    font-size: 3.2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline .cpplus-venueevents__cornermap_description {
    font-size: 1.8666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline p {
    line-height: 200%;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline.endevent .title {
    font-size: 4.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline.endevent p {
    font-size: 3.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline.endevent .description {
    border-top: 1px solid #7B7B7B;
    margin-top: 2em;
    padding-top: 2em;
    color: #C9C9C9;
    font-size: 2.6666666667vw;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline.endevent .description ul {
    list-style: none;
    padding-left: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_outline.endevent .description ul li {
    text-indent: -1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section .cpplus-Welcome__section_image {
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec01 .title {
    font-size: 10.1333333333vw;
    line-height: 130%;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec01 .cpplus-Welcome__section_outline {
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec01 .cpplus-Welcome__section_image {
    margin-top: 2em;
    background-attachment: scroll;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec01 p {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec02 {
    position: relative;
    padding-top: 3em;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec02 .title {
    position: absolute;
    left: 0;
    top: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec02 .cpplus-Welcome__section_outline {
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec02 .cpplus-Welcome__section_image {
    width: 100%;
    margin-bottom: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec02 p {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec03 {
    position: relative;
    padding-top: 3em;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec03 .title {
    position: absolute;
    left: 0;
    top: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec03 .cpplus-Welcome__section_outline {
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec03 .cpplus-Welcome__section_image {
    width: 100%;
    margin-bottom: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-Welcome .section__inner .cpplus-Welcome__section.sec03 p {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap {
    border-radius: 0 0 4vw 4vw;
    margin-top: -6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .section__inner {
    padding: 24vw 0 8vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: -26.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap {
    position: relative;
    width: 300%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin {
    position: absolute;
    width: 2.939015429%;
    text-align: center;
    z-index: 0;
    -webkit-transform: translateY(37vw);
            transform: translateY(37vw);
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin a {
    position: relative;
    display: block;
    font-weight: bold;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin a .pin_img {
    position: relative;
    z-index: 1;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin a .detail {
    position: absolute;
    display: block;
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #fff;
    z-index: 0;
    white-space: nowrap;
    padding: 0.1em 0 0.1em 0;
    text-align: left;
    border-radius: 0 999px 999px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: padding 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: padding 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin a .detail .str .t {
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: #444444;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin a .detail .str .s {
    font-size: 2.4vw;
    color: #7E7E7E;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin:hover, #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.is-active {
    z-index: 1;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin:hover a .detail, #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.is-active a .detail {
    width: auto;
    padding: 0.1em 100% 0.1em 80%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin1 {
    left: 18.8831741367%;
    top: 19.4933920705%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin2 {
    left: 10.9478324761%;
    top: 20.4845814978%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin3 {
    left: 26.304188097%;
    top: 34.9008810573%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin3 a .detail {
    left: inherit;
    right: 50%;
    border-radius: 999px 0 0 999px;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin4 {
    left: 41.9544452608%;
    top: 49.2731277533%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin4 a .detail {
    left: inherit;
    right: 50%;
    border-radius: 999px 0 0 999px;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin5 {
    left: 52.020573108%;
    top: 49.2731277533%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin6 {
    left: 50.0367376929%;
    top: 38.2929515419%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin6 a .detail {
    left: inherit;
    right: 50%;
    border-radius: 999px 0 0 999px;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin7 {
    left: 68.772961058%;
    top: 53.6784140969%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin8 {
    left: 67.3034533431%;
    top: 62.4889867841%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin9 {
    left: 41.5135929464%;
    top: 16.1013215859%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin10 {
    left: 69.5077149155%;
    top: 42.7863436123%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin11 {
    left: 51.5062454078%;
    top: 31.6850220264%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin12 {
    left: 65.4665686995%;
    top: 43.7995594714%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin12 a .detail {
    left: inherit;
    right: 50%;
    border-radius: 999px 0 0 999px;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin12_2 {
    left: 54.9595885378%;
    top: 60.2863436123%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin12_2 a .detail {
    left: inherit;
    right: 50%;
    border-radius: 999px 0 0 999px;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin13 {
    left: 75.7531227039%;
    top: 64.9118942731%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin13 a .detail {
    left: inherit;
    right: 50%;
    border-radius: 999px 0 0 999px;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin14 {
    left: 71.1241734019%;
    top: 74.0528634361%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin15 {
    left: 85.2314474651%;
    top: 58.127753304%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin15 a .detail {
    left: inherit;
    right: 50%;
    border-radius: 999px 0 0 999px;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin16 {
    left: 90.9625275533%;
    top: 61.9823788546%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin16 a .detail {
    left: inherit;
    right: 50%;
    border-radius: 999px 0 0 999px;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin17 {
    left: 71.9324026451%;
    top: 15.4185022026%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .pins .pin.pin17 a .detail {
    left: inherit;
    right: 50%;
    border-radius: 999px 0 0 999px;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .sonybooth {
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(37vw);
            transform: translateY(37vw);
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_map .cornermap .dm1 {
    position: absolute;
    width: 16.3115356356%;
    top: 16.3115356356%;
    left: 66.2013225569%;
    z-index: 2;
    -webkit-transform: translateY(37vw);
            transform: translateY(37vw);
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui {
    position: relative;
    width: 90%;
    max-width: 100%;
    margin: 5.3333333333vw auto 0 auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul {
    display: block;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 6vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li a .icon {
    width: 9.7333333333vw;
    margin-right: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li a .str .t {
    font-size: 4.4vw;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li a .str .s {
    font-size: 2.9333333333vw;
    line-height: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li a:active .str .t {
    color: #FC5D1A;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_ui ul li a:active .str .s {
    color: #FC5D1A;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons {
    position: relative;
    width: 90%;
    max-width: 100%;
    margin: 9.3333333333vw auto 0 auto;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner {
    width: 100%;
    border-radius: 4vw;
    overflow: hidden;
    padding: 4vw 2.6666666667vw 4vw 2.6666666667vw;
    border: 2px solid #fff;
    margin-bottom: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner .batch {
    position: absolute;
    left: inherit;
    right: 0;
    top: 0;
    background-color: #000;
    height: 100%;
    padding: 0.2em 0.2em;
    border-radius: 0 0 0 0;
    text-align: center;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-text-orientation: sideways;
            text-orientation: sideways;
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner .icon {
    position: absolute;
    right: inherit;
    left: 4vw;
    top: 4vw;
    width: 8.4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner .title {
    text-align: center;
    font-size: 4.5333333333vw;
    font-weight: bold;
    line-height: 140%;
    padding-left: 0vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner .btn {
    margin-top: 1em;
    width: 46.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner .btn a {
    text-align: center;
    display: block;
    padding: 1.3333333333vw;
    font-size: 3.2vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_buttons .button_corner .btn.notbtn {
    pointer-events: none;
    opacity: 0.3;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__cornermap .cpplus-venueevents__cornermap_description {
    position: relative;
    width: 90%;
    max-width: 100%;
    margin: 8vw auto 0 auto;
    font-size: 3.2vw;
    line-height: 140%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap {
    border-radius: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 18.6666666667vw 0 10.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .title {
    font-size: 6vw;
    line-height: 200%;
    margin-bottom: 2.5em;
    text-align: center;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map {
    width: 100%;
    padding: 0 10.6666666667vw 10.6666666667vw 10.6666666667vw;
    overflow-x: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .attensition_hand {
    display: block;
    position: absolute;
    z-index: 3;
    width: 36.9333333333vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    padding: 5.3333333333vw 0;
    opacity: 1;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .attensition_hand img {
    display: block;
    width: 10.1333333333vw;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__eventmap .section__inner .cpplus-venueevents__eventmap_map .map {
    width: 160vw;
    max-width: inherit;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation {
    border-radius: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner {
    padding: 16vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider {
    position: relative;
    z-index: 1;
    width: 95%;
    margin-right: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev,
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev::after,
#alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next::after {
    display: block;
    content: "";
    width: 2.4vw;
    height: 5.0666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-prev {
    left: -2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .swiper-button-next {
    right: -2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide {
    border-radius: 4vw;
    overflow: hidden;
    width: 65.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .link a {
    font-size: 3.3333333333vw;
    padding: 2vw 5.3333333333vw;
    border-radius: 0 4vw 0 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail {
    padding: 2.6666666667vw 2.6666666667vw 13.3333333333vw 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .t {
    font-size: 3.4666666667vw;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s {
    font-size: 3.0666666667vw;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex .orenge {
    color: #EA5404;
    margin-right: 0.5em;
    font-weight: 700;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .flex .strong {
    font-weight: 700;
    font-size: 120%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail .s .desc {
    font-size: 2.6666666667vw;
    color: #7A7A7A;
    line-height: 150%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .cpplus-top__specialinformation__info_slider .cpplus-top__specialinformation__info_slider_wrpper .swiper-slide .slide-rap .detail p {
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__infomation .section__inner .vbook_banner {
    margin-top: 8vw;
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement {
    border-radius: 6.6666666667vw 6.6666666667vw 0 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16vw 0 8vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_title {
    width: 100%;
    margin-bottom: 3em;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_title .mskimg {
    width: 76.9333333333vw;
    height: 53.7333333333vw;
    margin: auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_title svg {
    position: absolute;
    left: 0;
    top: 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_texts {
    width: 100%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_texts h2 {
    color: #E96800;
    font-size: 6vw;
    font-weight: bold;
    margin-bottom: 0.6em;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_outline .cpplus-venueevents__statement_outline_texts p {
    font-size: 3.4666666667vw;
    line-height: 200%;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement .reserve_button_btn {
    width: 88vw;
    margin: 8vw auto 8vw auto;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement .reserve_button_btn a {
    padding: 2vw;
    font-size: 4.1333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement .reserve_button_btn a img {
    width: 8.2666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images {
    display: block;
  }
  #alpha-universe .cpplus2023-main .cpplus-venueevents__statement .cpplus-venueevents__statement_images .cpplus-venueevents__statement_image {
    border-radius: 0;
    overflow: hidden;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list {
    display: block;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_statement {
    text-align: center;
    padding: 6.6666666667vw 0;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_statement .title {
    margin-bottom: 10.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_statement .title .mskimg {
    width: 73.3333333333vw;
    height: 44.2666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_statement .title svg {
    width: 73.3333333333vw;
    height: 44.2666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_statement .sub {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_statement .text {
    font-size: 3.4666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule {
    border-radius: 30px;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .photo a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 51.724137931%;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .photo a img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .photo.two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .photo.two a {
    padding-top: 51.724137931%;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .photo.two a img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box {
    padding: 4.6666666667vw 3.3333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .name {
    font-size: 6.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .title {
    font-size: 4vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li:last-child {
    margin-bottom: 1em;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date .day {
    font-size: 5.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date .day span {
    font-size: 5.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date .time {
    font-size: 5.7333333333vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date .stream {
    width: 100%;
    font-size: 2.6666666667vw;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date .stream.not {
    color: #B5B5B5;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop__list .cpplus-workshop__list_box.cpplus-workshop__list_schedule .schedule_box .schedule .workshops li .date .stream.only {
    color: #B5B5B5;
  }
  #alpha-universe .cpplus2023-main .cpplus-workshop .section__inner {
    width: 90%;
    max-width: 100%;
    margin: auto;
    padding: 13.3333333333vw 0;
  }
  #alpha-universe .cpplus2023-main .br--sp {
    display: block;
  }
  #alpha-universe .cpplus2023-main .displayNone--sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #alpha-universe .cpplus2023-main .featured_products {
    padding: 100px 0 150px 0;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 1;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    color: #fff;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .title {
    text-align: center;
    margin-bottom: 4em;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .title h2, #alpha-universe .cpplus2023-main .featured_products .section__inner .title p {
    text-align: center;
    line-height: 120%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .title h2 {
    font-size: 65px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .title p {
    font-size: 23px;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item {
    width: 32.2%;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 1.5%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item .link {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    z-index: 3;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item .link a {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item .link a:hover {
    opacity: 0.7;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item .link.textlink {
    background-color: #DFDFDF;
    color: #202020;
    border-radius: 999px;
    text-align: center;
    line-height: 100%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item .link.textlink a {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 12px;
    padding: 0.5em 2em;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item .link.textlink a img {
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5%;
    height: auto;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item > a {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #303030;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    padding: 25px 0;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item > a .product_names {
    position: absolute;
    left: 1.5em;
    top: 1.5em;
    color: #fff;
    width: 200px;
    z-index: 2;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item > a .product_img {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item > a:hover {
    background-color: #202020;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item > a:hover .product_img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.two {
    width: 66%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.a1 {
    position: relative;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.a1 .batch01 {
    position: absolute;
    right: 3.773584905%;
    top: 7.7%;
    width: 13.846153846%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.fx3 a .product_img img {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.emountlens {
    position: relative;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.emountlens .batch01 {
    position: absolute;
    left: 3.773584905%;
    top: 32.5%;
    width: 16.477987421%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .featured_products__list_wrapper .featured_products__list_item.emountlens .batch02 {
    position: absolute;
    right: 3.773584905%;
    top: 11.7%;
    width: 8.301886792%;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .swiper-button-prev,
#alpha-universe .cpplus2023-main .featured_products .section__inner .featured_products__list .swiper-button-next {
    display: none;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .camera_gp_banner {
    width: 90%;
    max-width: 980px;
    margin: 60px auto;
    overflow: hidden;
    border-radius: 20px;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .camera_gp_banner a {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #alpha-universe .cpplus2023-main .featured_products .section__inner .camera_gp_banner a:hover {
    opacity: 0.6;
  }
  #alpha-universe .cpplus2023-main .gbtdHeader h1 {
    width: 220px;
    height: 175px;
    padding-top: 15px;
  }
  #alpha-universe .cpplus2023-main .br--pc {
    display: block;
  }
  #alpha-universe .cpplus2023-main .displayNone--pc {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #alpha-universe .cpplus2023-main .br--xl {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  #alpha-universe .cpplus2023-main .br--l {
    display: block;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #alpha-universe .cpplus2023-main .br--m {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #alpha-universe .cpplus2023-main .br--s {
    display: block;
  }
}