@charset "UTF-8";
/******************************* Preface ***************************************/
a:hover {
  color: #EB0268;
}

/********************************* body ***************************************/
body {
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
}
body header.header .inner {
  flex-wrap: nowrap;
  padding: 1.5rem 0.5rem;
  min-width: 100%;
}
body header.header .inner .logo {
  margin: 0;
  margin-right: auto;
  width: 33%;
}
body header.header .inner .logo a {
  display: block;
}
body header.header .inner .logo a img {
  height: auto;
  object-fit: cover;
  position: absolute;
  width: 33%;
  top: 5%;
}
body header.header .inner .sub-menu {
  display: flex;
  align-items: center;
  margin-left: 1em;
  padding-right: 1rem;
  width: 67%;
}
body header.header .inner .sub-menu .search-form {
  margin-right: 0.5rem;
}
body header.header .inner .sub-menu .search-form input {
  border-radius: 100rem;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  background-color: white;
}
body header.header .inner .sub-menu .search-form input:focus {
  border-color: rgba(235, 2, 104, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(75, 140, 157, 0.25);
}
body header.header .inner .sub-menu .search-form button[type=submit] {
  display: block;
  padding: 0.5rem;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
body header.header .inner .sub-menu .search-form button[type=submit]:after {
  content: "\f52a";
  font-family: "bootstrap-icons";
  font-weight: bold;
  font-size: 1.1rem;
}
body header.header .inner .sub-menu .badge-btn {
  margin-right: 0;
}
body header.header .inner .sub-menu .badge-btn button {
  display: block;
  width: 47px;
  height: 47px;
  border-radius: 100rem;
  background-color: rgba(255, 255, 255, 0.4);
}
body header.header .inner .sub-menu .badge-btn button:after {
  content: "\f189";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "bootstrap-icons";
  font-weight: bold;
  font-size: 1.3rem;
  color: white;
}
body header.header .inner .sub-menu .login-btn a {
  display: flex;
  align-items: center;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 100rem;
}
body header.header .inner .sub-menu .login-btn a .bi-person-fill {
  display: inline-block;
  color: black;
  background: white;
  border-radius: 100rem;
}
body header.header .inner .sub-menu .login-btn a .bi-person-fill::before {
  font-size: 2rem;
  padding: 5px;
}
body header.header .inner .sub-menu .login-btn a span {
  display: block;
  padding: 0 1em;
  font-weight: bold;
}
body header.header .inner .menu-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(132, 1, 58, 0.8);
  width: 100%;
  padding: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 999;
}
body header.header .inner .menu-wrapper nav.gnav {
  flex: none;
  position: relative;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container {
  padding: 0 1rem;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item {
  position: relative;
  width: 20%;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a {
  display: block;
  font-size: 8px;
  font-weight: bold;
  padding: 1rem;
  line-height: 1;
  color: white;
  text-align: center;
  transition: all 0.3s;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item::after {
  display: none;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.nav-sp-icon a::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 8px;
  height: 20px;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.icon-01 a::before {
  background-image: url(../img/nav_icon_home.svg);
  width: 30px;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.icon-02 a::before {
  background-image: url(../img/nav_icon_performer.svg);
  width: 43px;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.icon-03 a::before {
  background-image: url(../img/nav_icon_video.svg);
  width: 25px;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.icon-04 a::before {
  background-image: url(../img/nav_icon_favorite.svg);
  width: 30px;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.icon-05 a::before {
  background-image: url(../img/nav_icon_mypage.svg);
  width: 30px;
}
body header.header .inner .menu-wrapper.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
body main .mainvi-wrap .wrapper {
  padding-top: 4rem;
  position: relative;
  background-image: linear-gradient(to bottom, #EB0268, #150718);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  min-height: 80vh;
  transform-style: preserve-3d;
  overflow-x: hidden;
}
body main .mainvi-wrap .wrapper .box {
  position: relative;
  display: block;
  perspective: none;
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 450px;
}
body main .mainvi-wrap .wrapper .box .item {
  position: absolute;
  top: calc(50% - 300px);
  left: calc(50% - 150px);
  width: 80%;
  aspect-ratio: 380/550;
  height: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  transform-style: preserve-3d;
  transform-origin: bottom;
  user-select: none;
  -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.1333333333));
  transition: all 0.8s ease, opacity 0s;
}
body main .mainvi-wrap .wrapper .box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 380/550;
  border-radius: 20px;
}
body main .mainvi-wrap .wrapper .box .btn-wrap {
  position: absolute;
  bottom: 2em;
  left: 1em;
  display: flex;
}
body main .mainvi-wrap .wrapper .box .btn-wrap button {
  width: 100%;
  min-width: 65%;
  padding: 0.3rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
body main .mainvi-wrap .wrapper .box .btn-wrap button::before {
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
}
body main .mainvi-wrap .wrapper .buttons {
  position: relative;
  display: flex;
  gap: 20px;
  z-index: 1;
}
body main .mainvi-wrap .wrapper .buttons span {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
body main .mainvi-wrap .wrapper .buttons span:hover {
  opacity: 1;
}
body main .mainvi-wrap .wrapper .buttons span::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  rotate: -45deg;
}
body main .mainvi-wrap .wrapper .buttons span:last-child:before {
  content: "";
  position: absolute;
  left: initial;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  rotate: 135deg;
}
body main section header h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
body main section header .sub {
  font-size: 1.5rem;
  font-weight: 500;
}
body main section header .icon::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 1em;
}
body main section header .icon.icon-crown::after {
  background-image: url(../img/icon_crown.svg);
  width: 30px;
  height: 30px;
}
body main section header .icon.icon-arrow::after {
  background-image: url(../img/arrow_white.svg);
  width: 36px;
  height: 36px;
}
body main section header .icon.icon-pickup::after {
  background-image: url(../img/icon_pickup.svg);
  width: 36px;
  height: 24px;
}
body main section header.header-ui {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
body main #top_matter_ranking .slider {
  overflow-x: scroll;
  padding: 1rem 3rem 1rem 1rem;
}
body main #top_matter_ranking .slider .list-item {
  margin-right: 1.5rem;
  margin-left: 0;
  width: 100%;
  min-width: 100px;
}
body main #top_matter_ranking .slider .list-item:last-child {
  margin-right: 0;
}
body main #top_matter_ranking .slider .list-item > .thumb::before {
  font-family: "Montserrat", sans-serif;
  display: block;
  content: counter(ranking_num) " ";
  position: absolute;
  top: 25%;
  left: 0;
  color: white;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}
body main .matter-list-thumb-wrap {
  display: flex;
}
body main .matter-list-thumb-wrap .list-item {
  overflow: hidden;
  position: relative;
}
body main .matter-list-thumb-wrap .list-item .thumb {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  padding-left: 2rem;
}
body main .matter-list-thumb-wrap .list-item .thumb a {
  display: block;
  margin-left: auto;
}
body main .matter-list-thumb-wrap .list-item .thumb img {
  aspect-ratio: 23/32;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
body main .matter-list-thumb-wrap .list-item .title {
  color: white;
  text-align: center;
  padding: 0.5rem 0;
}
body main .matter-list-thumb-wrap.category-list-thumb-wrap .list-item {
  overflow: hidden;
  position: relative;
}
body main .matter-list-thumb-wrap.category-list-thumb-wrap .list-item .thumb {
  display: block;
  padding-left: 0;
}
body main .matter-list-thumb-wrap.category-list-thumb-wrap .list-item .thumb a {
  display: block;
  margin-left: 0;
}
body main .matter-list-thumb-wrap.category-list-thumb-wrap .list-item .thumb a .rectangle {
  aspect-ratio: 360/220;
}
body main .matter-list-thumb-wrap.category-list-thumb-wrap .list-item .title {
  text-align: left;
}
body main #top_matter_category .slider {
  overflow-x: scroll;
  padding: 2rem 0;
  cursor: grab;
}
body main #top_matter_category .slider .list-item {
  overflow: hidden;
  margin-right: 1.5rem;
  margin-left: 0;
  width: 200px;
  min-width: 100px;
}
body main #top_matter_category .slider .list-item:last-child {
  margin-right: 0;
}
body main .video-content-header h3 {
  font-size: 1.2rem;
  font-weight: 500;
}
body main .performer-info-wrap .performer-card {
  margin-right: 0;
  margin-bottom: 3em;
}
body main .performer-info-wrap .performer-card .d-flex .thumb {
  width: 40%;
  margin-bottom: 0.5rem;
}
body main .performer-info-wrap .performer-card .d-flex .thumb img {
  display: block;
  object-fit: cover;
  width: 120px;
  height: 120px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 100rem;
}
body main .performer-info-wrap .performer-card .d-flex .text {
  width: 70%;
  padding-left: 1em;
  color: white;
}
body main .performer-info-wrap .performer-card .d-flex .text .name {
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
}
body main .performer-info-wrap .performer-card .d-flex .text p {
  font-size: 0.9rem;
}
body main .nav-tabs {
  border: none;
}
body main .nav-tabs.no-line {
  border-bottom: 2px solid transparent;
}
body main .nav-tabs .nav-item .nav-link {
  border-radius: 100em;
  border: none;
  margin-bottom: -2px;
  font-size: 1.1rem;
  color: white;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.3em 2em;
  margin-right: 0.5em;
}
body main .nav-tabs .nav-item .nav-link:hover {
  border: none;
}
body main .nav-tabs .nav-item .nav-link.active {
  background: white;
  color: black;
}
body main .container {
  margin: 1rem 0;
}
body main .container .inner {
  padding: 0 0.5rem;
}
body main .container .inner .list-thumb-wrap .list-thumb-inner {
  gap: 1rem;
  margin: 0 auto;
}
body main .container .inner .list-thumb-wrap .list-thumb-inner .thumb-item {
  width: calc((100% - 2rem) / 3);
  max-width: auto;
}
body main .form_ui_wrap.keyword {
  width: 100%;
}
body main .form_ui_wrap.keyword .form-control {
  padding: 0.5rem;
  width: 48%;
}
body main .form_ui_wrap.keyword .form-select {
  width: 25%;
}
body main .form_ui_wrap.keyword .btn {
  padding: 1rem 1.5rem;
}
body main .login-header .logo img {
  max-width: 50%;
}
body main .login-container {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  margin-bottom: 4rem;
  padding: 2rem;
}
body main .login-container .form-group.email:after {
  content: "\f32c";
}
body main .login-container .form-group.password:after {
  content: "\f47a";
  transform: translateY(-50%) scaleX(1.4);
}
body main .login-container .form-group input[name=email],
body main .login-container .form-group input[name=password] {
  padding: 0.5rem;
}
body main .login-container .form-group label {
  color: #800440;
  font-weight: bold;
  padding-left: 0;
  padding-bottom: 0.5rem;
}
body main .login-container .form-check {
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .login-container .form-check label {
  color: #800440;
  font-weight: bold;
  font-size: 1rem;
}
body main .about-header .about-header-bg {
  background-image: url(../img/faq_header_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
body main .about-header .container {
  padding: 5em 1.5rem;
}
body main .about-header .container .inner {
  display: block;
}
body main .about-header .container .inner .left {
  width: 100%;
  padding-bottom: 3em;
}
body main .about-header .container .inner .left a {
  width: 100%;
  margin-top: 2em;
  display: block;
  position: relative;
  background: #EB0268;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  padding: 1.3rem 1rem;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.32);
}
body main .about-header .container .inner .left a::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 8px;
  background: url("../img/icon_btn_arrow.svg") no-repeat center;
  background-size: contain;
}
body main .about-header .container .inner .right {
  width: 100%;
}
body main .pages .pages-title {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
body main .pages .pages-title span {
  display: block;
  font-size: 1rem;
}
body main .pages .about-us {
  color: white;
  text-align: center;
  margin-bottom: 20%;
}
body main .pages .about-us .txt-head {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
}
body main .pages .about-us .box-col-2 {
  display: block;
  margin: 3rem auto;
}
body main .pages .about-us .box-col-2 > * {
  width: 100%;
  padding: 2rem 1rem;
  margin-bottom: 1.5rem;
}
body main .pages .about-us .box-col-2 img {
  display: block;
  width: 55px;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
body main .pages .about-us .box-col-2 h3 {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
body main .pages .qa {
  color: white;
  text-align: center;
  margin-bottom: 20%;
}
body main .pages .qa .accordion .accordion-item {
  border: none;
  margin-bottom: 1rem;
}
body main .pages .qa .accordion .accordion-item .accordion-header button {
  color: #EB0268;
  font-weight: bold;
}
body main .pages .qa .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
body main .pages .qa .accordion .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  box-shadow: none;
}
body main .pages .qa .accordion .accordion-item .accordion-body {
  text-align: left;
}
body main .pages .qa .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  content: "+";
  font-size: 1.5rem;
  font-weight: bold;
  color: #EB0268;
  background-image: none;
  transition: transform 0.2s ease;
}
body main .pages .qa .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "−";
}
body main .pages .regist {
  background-image: linear-gradient(150deg, rgb(172, 223, 239) 29%, rgb(240, 159, 220));
  color: white;
  border-radius: 20px;
  padding: 1.5rem 2rem;
  display: block;
}
body main .pages .regist p {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
body main .pages .regist div {
  width: 300px;
}
body main .pages .regist div a {
  display: block;
  position: relative;
  background: #EB0268;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  padding: 1.3rem 1rem;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.32);
}
body main .pages .regist div a::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 8px;
  background: url("../img/icon_btn_arrow.svg") no-repeat center;
  background-size: contain;
}
body main .list-content {
  display: flex;
  flex-wrap: wrap;
}
body main .list-content .list-item {
  width: calc((100% - 1.5rem) / 2);
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
body main .list-content .list-item:nth-child(6n) {
  margin-right: 0;
}
body main .list-content .list-item:nth-child(2n) {
  margin-right: 0;
}
body main .list-content .list-item .thumb {
  position: relative;
}
body main .list-content .list-item .thumb::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url("../img/icon_players_arrow.svg") no-repeat center;
  background-size: contain;
  width: 23px;
  height: 23px;
}
body main .list-content .list-item .thumb a {
  display: block;
  border-radius: 15px;
  border: 2px solid white;
}
body main .list-content .list-item .thumb a img {
  display: block;
  width: 100%;
  aspect-ratio: 200/281;
  object-fit: cover;
  border-radius: 15px;
}
body main .list-content .list-item .title {
  color: white;
  padding: 0.5rem;
}
body footer {
  background-color: rgba(235, 2, 104, 0.5);
  padding: 5rem 0;
}
body footer.footer .flex-wrap {
  display: block;
  padding-bottom: 3rem;
}
body footer.footer .flex-wrap .info {
  width: 100%;
  padding-bottom: 2rem;
}
body footer.footer .flex-wrap .info .sns-link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
body footer.footer .flex-wrap .info .sns-link-wrap a {
  display: block;
  margin-right: 1rem;
  margin-left: 1rem;
}
body footer.footer .flex-wrap .info .sns-link-wrap a img {
  display: block;
  width: 36px;
  height: 36px;
}
body footer.footer .flex-wrap .info .logo img {
  display: block;
  padding-bottom: 2rem;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
body footer.footer .flex-wrap .info .copyright {
  text-align: center;
}
body footer.footer .flex-wrap .tail {
  width: 100%;
  padding: 2rem 2rem 0 2rem;
}
body footer.footer .flex-wrap .tail h5 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: white;
}
body footer.footer .flex-wrap .tail ul.nav {
  padding-top: 1.5rem;
}
body footer.footer .flex-wrap .tail ul.nav li.nav-item a {
  display: inline-block;
  font-size: 0.9rem;
  color: white;
}