@import "idol_base.css";

.idol__font__largest {
  font-size: 24px;
  font-weight: 900;
}

.idol__font__sidebar {
  font-size: 16px;
  font-weight: 900;
}

@media screen and (max-width: 1700px) {
  .idol__font__sidebar {
    font-size: 14px;
    font-weight: 700;
  }
}

.idol__font__page__title {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1700px) {
  .idol__font__page__title {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .idol__font__page__title {
    font-size: 14px;
  }
}

.idol__font__page__title.resume__btn {
  width: 200px;
  height: 55px;
}

.idol__font__page__title.claim__btn {
  width: 80px;
  height: 30px;
  background-color: var(--bg-button);
  color: var(--text-primary);
  border: 2px solid var(--border-primary);
}

.idol__font__page__title.info__btn {
  background-color: #d0cece;
  color: #7f7f7f;
  border: 2px solid #7f7f7f;
  border-radius: 20px;
}
.idol__font__page__title.info__btn.challenge__question {
  height: 2.3rem;
  min-height: 2.3rem;
  width: 2rem;
  min-width: 2rem;
}

.idol__font__page__title.claim__btn img {
  width: 20px;
  height: 20px;
}

.idol__font__page__title.not__fufilled__btn {
  width: 80px;
  height: 30px;
  background-color: #d0cece;
  color: #7f7f7f;
  border: 2px solid #7f7f7f;
}

@media screen and (max-width: 1700px) {
  .idol__font__page__title.resume__btn {
    width: 150px;
    height: 40px;
    padding: 0;
    font-size: 14px;
  }
}

.idol__font__page__title.circle__btn {
  width: 55px;
  height: 55px;
  background-color: var(--bg-button);
  border-radius: 50%;
}

@media screen and (max-width: 1700px) {
  .idol__font__page__title.circle__btn {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 14px;
  }
}

/* TODO:共通部分は変数で置き換える */
.light__font{
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1700px) {
  .light__font{
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .light__font {
    font-size: 12px;
  }
}

.pre__learning {
  height: 25vh;
  max-height: 230px;
}

@media screen and (max-width: 768px) {
  .pre__learning {
    height: 20vh;
    max-height: 100px;
    cursor: pointer;
  }
}

.pre__learning__right__items {
  padding: 10px 0px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pre__learning__right__items {
    padding: 0px;
    width: 220px;
  }
}

.pre__learning__thumbnail {
  object-fit: cover;
  border-radius: 16px;
  border: 4px solid;
  aspect-ratio: 16/9;
  height: 100%;
}

@media screen and (max-width: 1700px) {
  .pre__learning__thumbnail {
    height: 90%;
    border: 3px solid;
  }
}

@media screen and (max-width: 768px) {
  .pre__learning__thumbnail {
    border: 2px solid;
    max-height: 66px;
  }
}

.pre__learning__tile {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1700px) {
  .pre__learning__tile {
    font-size: 18px;
  }

}

@media screen and (max-width: 768px) {
  .pre__learning__tile {
    font-size: 14px;
  }

}

.pre__learning__play__item__bar {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .pre__learning__play__item__bar {
    width: 90%;
  }
}

.twenty_px_x__font {
  font-size: 20px;
  font-weight: 500;
}

.movie__show
.box {
  margin: 0 24px;
}
@media screen and (max-width: 768px) {
  .movie__show
  .box {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .box.first_signed_in {
    width: 750px;
    margin: 0 auto;
  }
}

.box > .box__body > video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 3px solid var(--border-primary);
}
@media screen and (max-width: 768px) {
  .box > .box__body > video-js {
    aspect-ratio: 16/9;
    width: 100%;
    border-radius: initial;
    border: none;
  }
}

.box__body section {
  margin-bottom: 5rem;
}

.box__head {
  margin-bottom: 5rem;
}

.box__head__ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}

.box__head__ttl-main {
  margin: 0 auto;
}

.header__first__user__page {
  height: 62px;
  padding: 3px 10px;
  margin-left: 0px;
  width: 100%;
  background-color: var(--bg-button);
  border-bottom: 3px solid var(--border-primary);
}

.header__nickname {
  font-size: 12px;
  font-weight: 500;
}

.header__official__ambassador__right__border {
  border-right: 6px solid;
  padding-right: 10px;
  color: var(--border-primary);
}

@media screen and (max-width: 1700px) {
  .header__official__ambassador__right__border {
    border-right: 4px solid;
  }

}

.header__official__ambassador.title {
  background-color: var(--bg-highlight);
  color: var(--text-button);
  max-width: 100px;
  font-size: 12px;
  min-width: 100px;
}

.header__official__ambassador__users {
  max-width: 998px;
}

@media screen and (max-width: 1600px) {
  .header__official__ambassador__users {
    width: 52vw;
    overflow-x: scroll;
  }
}

.header__official__ambassador__size {
  min-width: 132px;
  border-radius: 11px;
}

.header__official__ambassador__size:hover {
  background-color: var(--bg-secondary);
  filter: brightness(0.9);
}

.user__thumbnail {
  border-radius: 50%;
  border: 3px solid var(--border-primary);
  background: var(--bg-light);
}

img.user__thumbnail {
  width: 100%;
  height: 100%;
}

.user__thumbnail__tiara {
  border: 3px solid #7E7440;
}

.header__menu__person__icon
.princess__tiara {
  width: 30px;
  position: absolute;
  right: 0.3rem;
  top: -1.1rem;
}

@media screen and (max-width: 768px) {
  .header__menu__person__icon
  .princess__tiara {
    width: 22px;
    top: -0.8rem;
    right: 0.4rem;
  }
}

/* ヘッダのお知らせ一覧 */
.notifications__contents{
  display: grid;
  font-size: 1em;
  line-height: 1.5;
  width: 75vw;
  max-width: 600px; /* 最大幅を600pxに制限 */
  min-width: 250px; /* 最小幅を250pxに制限 */
  max-height: 80vh;
  overflow-y: scroll;
  background: var(--bg-secondary);
  border: 3px solid var(--border-primary);
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .notifications__contents {
    width: 90vw;
    min-width: 200px;
    max-height: 30vh;
  }
}

.notifications__content{
  border-bottom: 1px solid var(--border-primary) ;
}

.last__notifications__content{
  border-bottom: none;
}

.notifications__date{
  font-size: 0.9em;
  color: var(--text-primary);
}

.notification__read__tag span{
  padding: 1px 12px 2px 12px;
  border-radius: 12px;
  text-align: center;
  color: var(--text-button);
  margin-left: 5px;
}

.notification__unread{
  background-color: var(--alert);
  font-size: 12px;
}

.notification__detail{
  white-space: pre-wrap;
}

.layout__aside {
  border-left: none;
  margin: 2rem auto;
}
.page__body__mypage {
  width: 100%;
  padding: 10px 20px;
}

.page__body__mypage
.accept-form
td {
  padding: 0 5px;
}

.page__body__mypage
.accept-form
td
input {
  background-color: var(--bg-highlight);
  color: var(--text-button);
  margin-top: 10px;
  font-size: 16px;
  height: 100%;
  padding: 10px 5px;
  width: 100%;
}

.home__lessons {
  height: 100%;
  max-width: 15vw;
}

@media screen and (max-width: 768px) {
  .home__lessons {
    height: 100%;
    width: 100%;
    max-width: 45vw;
  }
}

.home__lessons__title {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1700px) {
  .home__lessons__title {
    font-size: 16px;
  }

}

@media screen and (max-width: 768px) {
  .home__lessons__title {
    font-size: 14px;
  }

}

.movie__thumbnail {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  border: 4px solid var(--border-primary);
  border-radius: 16px;
  background-color: var(--bg-secondary);
}

@media screen and (max-width: 1700px) {
  .movie__thumbnail {
    border: 3px solid var(--border-primary);
  }

}

@media screen and (max-width: 768px) {
  .movie__thumbnail {
    aspect-ratio: 16/9;
    border: 3px solid var(--border-primary);
  }
}

.play__item {
  background-color: rgba(255, 0, 0, 0);
  padding: 5px;
  border: none;
}

.play__item:hover {
  background-color: rgba(255, 0, 0, 0);
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 221px;
  z-index: 1000;
  background-color: var(--bg-sidebar);
  color: var(--text-primary);
  border-right: 6px solid var(--border-primary);
  overflow: auto;
}

@media screen and (max-width: 1700px) {
  .sidebar {
    width: 180px;
    border-right: 4px solid var(--border-primary);
  }
}

.sidebar-item {
  height: 50px;
  padding: 0 7px;
}

.sidebar-item:hover,
.sidebar-item.selected {
  background-color: var(--bg-highlight);
  color: var(--text-button);
}

.sidebar__icon__color {
  stroke: var(--text-primary);
}

.sidebar-item:hover .sidebar__icon__color,
.sidebar-item.selected .sidebar__icon__color {
  stroke: var(--text-button);
}

.sns-item {
  height: 64px;
}

@media screen and (max-width: 768px) {
  .sns-item {
    justify-self: center;
  }
}

.wrapper {
  background-color: var(--bg-primary);
  margin-left: 221px;  /* 221pxは.sidebarの幅 */
}

@media screen and (max-width: 1700px) {
  .wrapper {
    margin-left: 180px;
  }
}

.menuSub {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--bg-light);
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* スマホサイズのクラス */
.display_only_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .display_only_pc {
    display: none;
  }
}

.display_only_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .display_only_sp {
    display: block;
  }
}

.flex_direction_pc_is_row_sp_is_col {
  display: flex;
  flex-direction: row;
}

.flex_direction_pc_is_row_sp_is_col .content__size {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .flex_direction_pc_is_row_sp_is_col {
    flex-direction: column;
    gap: 3rem;
  }

  .flex_direction_pc_is_row_sp_is_col .content__size {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }

  .wrapper {
    margin-left: 0;
  }

  .header__menu__toggle {
    background-color: var(--bg-button);
    align-content: center;
  }

  .header__menu__toggle span {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: var(--bg-highlight);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }

  .header__menu__toggle span:nth-of-type(1) {
    top: calc(50% - 8px);
    left: calc(50% - 8px);
  }

  .header__menu__toggle span:nth-of-type(2) {
    top: calc(50% - 8px);
  }

  .header__menu__toggle span:nth-of-type(3) {
    top: calc(50% - 8px);
    left: calc(50% + 8px);
  }

  .header__menu__toggle span:nth-of-type(4) {
    left: calc(50% - 8px);
  }

  .header__menu__toggle span:nth-of-type(6) {
    left: calc(50% + 8px);
  }

  .header__menu__toggle span:nth-of-type(7) {
    top: calc(50% + 8px);
    left: calc(50% - 8px);
  }

  .header__menu__toggle span:nth-of-type(8) {
    top: calc(50% + 8px);
  }

  .header__menu__toggle span:nth-of-type(9) {
    top: calc(50% + 8px);
    left: calc(50% + 8px);
  }

  .header__menu__toggle.on span:nth-of-type(1) {
    display: none;
  }

  .header__menu__toggle.on span:nth-of-type(2) {
    display: none;
  }

  .header__menu__toggle.on span:nth-of-type(3) {
    display: none;
  }

  .header__menu__toggle.on span:nth-of-type(4) {
    display: none;
  }
  .header__menu__toggle.on span:nth-of-type(5) {
    width: 30px;
    height: 2px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .header__menu__toggle.on span:nth-of-type(6) {
    display: none;
  }

  .header__menu__toggle.on span:nth-of-type(7) {
    display: none;
  }

  .header__menu__toggle.on span:nth-of-type(8) {
    width: 30px;
    height: 2px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .header__menu__toggle.on span:nth-of-type(9) {
    display: none;
  }

  .header__menu__col {
    margin-left: 20vw;
    flex-direction: row;
    align-items: right;
  }
}

.sidebar__official__ambassador {
  border: 2px solid var(--border-primary);
  border-radius: 12px;
  background-color: var(--bg-primary);
  transition: 0.3s;
  padding: 8px;
}

.official__ambassador {
  padding: 5px 0px;
}

.sidebar__official__ambassador__name {
  font-size: 16px;
  font-weight: 700;
}

.sidebar__official__ambassador__sns {
  font-size: 12px;
  font-weight: 500;
}

.content__item {
  border: 6px solid var(--border-primary);
  border-radius: 16px;
  background-color: var(--bg-secondary);
  transition: 0.3s;
}
@media screen and (max-width: 1700px) {
  .content__item {
    border: 4px solid var(--border-primary);
  }

}
@media screen and (max-width: 768px) {
  .content__item {
    border: 3px solid var(--border-primary);
    width: 100%;
  }
}

.card__in__content__item {
  border-radius: 12px;
  margin: 8px 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
  backdrop-filter: blur(5px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.princes__benefit__main
.princes__benefit__card {
  width: 320px;
}

.card__in__content__item.home {
  width: 100%;
}

@media screen and (max-width: 1700px) {
  .card__in__content__item.home {
    font-size: 13px
  }
}

.content__item--bg-changed {
  background-color: var(--bg-content);
}

.content__item__padding {
  padding: 40px;
  -ms-overflow-style: none;  /* IEとEdgeでスクロールバーを非表示 */
  scrollbar-width: none;  /* Firefoxでスクロールバーを非表示 */
}

@media screen and (max-width: 1700px) {
  .content__item__padding {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .content__item__padding {
    padding: 16px;
  }
}

.content__item__padding::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Operaでスクロールバーを非表示 */
}

.content__item__padding.home {
  max-height: 860px;
  overflow-y: auto;
  padding: 0 16px
}

.content__item__padding__top {
  padding: 0 1rem;
}

.princes__pass__title {
  font-size: 24px;
  font-weight: 900;
  background: linear-gradient(90deg, #c084fc, #ef4444);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width: 1700px) {
  .princes__pass__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .princes__pass__title {
    font-size: 24px;
    text-align: center;
  }
}

.princes__pass__detail {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1700px) {
  .princes__pass__detail {
    font-size: 12px;
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  .princes__pass__detail {
    font-size: 14px;
    text-align: center;
  }

}

.princes__pass__check__icon{
  width: 24px;
  height: 24px;
  background: var(--bg-secondary);
  border: 2px solid;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1700px) {
  .princes__pass__check__icon{
    width: 18px;
    height: 18px;
  }

}

.princes__pass__logo {
  height: 80px;
}

.princess__get__btn {
  width: 100%;
  height: 50px;
  font-size: 12px;
  line-height: 1.5;
  background-color: var(--bg-highlight);
  color: var(--text-button);
  border-radius: 12px;
}

.vote__confirm__btn {
  width:  fit-content;
  height: 50px;
  font-size: 12px;
  line-height: 1.5;
  background-color: var(--bg-highlight);
  color: var(--text-button);
  border-radius: 12px;
  display: flex;
  margin: 0 auto;
  text-align: center;
}

.page__title {
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .page__title {
    font-size: 14px;
  }
}

.page__title.sub__title {
  font-size: 14px;
  width: auto;
  margin: 1rem 2.7rem;
  padding: 0 0.3rem;
  border-left: 0.2rem solid var(--border-primary);
}
@media screen and (max-width: 768px) {
  .page__title.sub__title {
    font-size: 12px;
  }
}

.page__title.sub__title.mt-40 {
  margin-top: 4rem;
}

.page__body {
  width: 100%;
  padding: 10px 20px;
}

.page__body
.grid__style{
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .page__body
  .grid__style{
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid__style
.content__card{
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.page__body
.thumbnail__content {
  aspect-ratio: 1/1;
  width: 100%;
  min-width: 200px;
  border-radius: 15px;
  background-color: var(--bg-secondary);
  justify-items: center;
  border: 4px solid var(--border-primary);
}

@media screen and (max-width: 768px) {
  .page__body
  .thumbnail__content {
    min-width: 0px;
  }
}

.page__body
.thumbnail__content
img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
}

.page__body
.thumbnail__content__show {
  width: 100%;
  min-width: 200px;
  border-radius: 15px;
  justify-items: center;
  background-color: var(--bg-light);
  border: 4px solid var(--border-primary);
  aspect-ratio: 16/9;
}

@media screen and (max-width: 768px) {
  .page__body
  .thumbnail__content__show {
    background: none;
    border: none;
    aspect-ratio: unset;
  }
}

.page__body
.thumbnail__content__show
img {
  object-fit: cover;
  height: 100%; /* 親要素の高さに合わせる */
}

@media screen and (max-width: 768px) {
  .page__body
  .thumbnail__content__show
  img {
    height: auto;
    min-width: 200px;
    object-fit: cover;
    border-radius: 11px;
    background-color: var(--bg-light);
    border: 4px solid var(--border-primary);
  }
}

.page__body
.top__left__content {
  padding: 5px 10px;
  margin-top: 5px;
  word-break: break-all;
}

.page__body
.center__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  text-align: center;
}

.two-column-layout {
  display: flex;
}

@media screen and (max-width: 768px) {
  .two-column-layout {
    display: block;
  }
}

.two-column-layout .column {
  flex: 1;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .two-column-layout .column {
    padding: 5px;
  }
}

.princes__benefit {
  width: 100%;
  padding: 0 5%;
  margin: 4rem auto;
}
@media screen and (max-width: 768px) {
  .princes__benefit {
    padding: 0;
    margin: 1rem auto;
  }
}

.princes__benefit__top {
  width: 100%;
  padding: 0;
  margin: 1rem auto;
}
@media screen and (max-width: 768px) {
  .princes__benefit__top {
    padding: 0;
    margin: 1rem auto;
  }
}

.princes__benefit__main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(326px, 1fr));
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .princes__benefit__main {
    grid-template-columns: repeat(1, minmax(326px, 1fr));
    padding: 0 20px;
    justify-items: center;
  }
}

.princes__benefit__main__top {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.princes__benefit__main .content__item {
  background-color: var(--bg-secondary);
  cursor: pointer;
}

.princes__benefit__thumbnail {
  border-bottom: 1px solid var(--border-primary);
  background-color: var(--bg-light);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  justify-items: center;
  width: 100%;
}
.princes__benefit__thumbnail img {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 320 / 50;
}

.princes__benefit__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: 5rem;
  text-align: center;
  word-break: break-all;
  border-radius: 0px 0px 14px 14px;
}

.gap__2rem {
  gap: 2rem;
}

.grid__style{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .grid__style{
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.grid__style a {
  cursor: pointer;
}

.grid__style.home {
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .grid__style.home {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.flex.flex-col.gap__2rem.home__left__content {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .flex.flex-col.gap__2rem.home__left__content {
    width: 100%;
  }
}

.partner__content {
  width: 100%;
}

.partner__section {
  padding: 0 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .partner__section {
    padding: 0 20px;
  }
}

.grid__style.partner {
  place-items: center;
}

.grid__style.partner.diamond {
  grid-template-columns: repeat(1,1fr);
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .grid__style.partner.diamond {
    grid-template-columns: repeat(1,1fr);
    gap: 1rem;
  }
}

.grid__style.partner.platinum {
  grid-template-columns: repeat(2,1fr);
  gap: 2rem;
  justify-items: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .grid__style.partner.platinum {
    grid-template-columns: repeat(1,1fr);
    gap: 1rem;
  }
}

.grid__style.partner.career {
  grid-template-columns: repeat(1,1fr);
  gap: 2rem;
}

.grid__style.partner.gold {
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .grid__style.partner.gold {
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
  }
}

.grid__style.partner.silver {
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .grid__style.partner.silver {
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
  }
}

.grid__style.partner.princess {
  grid-template-columns: repeat(4,1fr);
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .grid__style.partner.princess {
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
  }
}

.section__header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.section__divider {
  border: none;
  border-top: 2px solid;
  border-color: var(--border-primary);
  flex-grow: 1;
}

.information__content.partner {
  width: 100%;
  justify-self: center;
}

.information__content.partner.center {
  width: 27vw;
}

@media screen and (max-width: 768px) {
  .information__content.partner.center {
    width: 100%;
  }
}

.partner__thumbnail {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}

.partner__thumbnail img {
  width: 50vw;
  object-fit: contain;
  aspect-ratio: 16/9;
  border: 1px solid var(--border-primary);
}
@media screen and (max-width: 768px) {
  .partner__thumbnail img {
    width: 100%;
  }

}

.btn__radius__twelve__color__table-border {
  background-color: var(--bg-highlight);
  border: 2px solid var(--border-primary);
  border-radius: 12px;
  color: var(--text-button);
  padding: 16px 24px;
}

.btn__radius__twelve__color__table-border:hover {
  background-color: var(--bg-highlight);
  border: 2px solid var(--border-primary);
  color: var(--text-button);
}

.home__layout {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .home__layout {
    flex-direction: column;
    justify-content: center;
  }
}

.home__left__content {
  width: 74%;
}
@media screen and (max-width: 768px) {
  .home__left__content {
    width: 100%;
  }
}

.home__right__content {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .home__right__content {
    width: 100%;
  }
}

.home__movie__item {
  width: 100%;
}

.home__movie__item__img {
  width: 100%;
  /* height: 100%; */
  aspect-ratio: 16/9;
}

.home__movie__item__img iframe {
  width: 100%;
  height: 100%;
}

.ambassador__name {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 10px;
}
.ambassador__sns {
  color: var(--text-primary);
  font-size: 10px;
  font-weight: 500;
}

.close__btn_on_top_right {
  width: 30px;
  height: 30px;
  top: 1.15rem;
  right: 1.25rem;
  position: absolute;
  cursor: pointer;
}

.close__btn_on_top_right span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--bg-highlight);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.close__btn_on_top_right span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close__btn_on_top_right span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.turn__button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1.7rem;
  right: 5rem;
  cursor: pointer;
}

.turn__button
.turn__right__icon {
  height: 1.8rem;
}

.modal-box {
  background-color: var(--bg-secondary);
  max-width: 50%;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .modal-box {
    max-width: none;
    width: 100%;
    height: 100%;
  }
  :not(.instructor).modal-box {
    max-height: none;
  }
}

.vote-modal-box {
  background-color: var(--bg-secondary);
  width: 40vw;
  height: auto;
  z-index: 1000;
  padding: 16px;
}

@media screen and (max-width: 768px) {
  .vote-modal-box {
    width: 80vw;
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.scroll__bar::-webkit-scrollbar {
  width: 20px;
}

.scroll__bar::-webkit-scrollbar-thumb {
  border-radius: 16px;
  box-shadow: inset 0 0 10px 10px var(--border-primary);
  border: solid 4px transparent;
}

.input-form {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.str-form-full {
  width: 100%;
}

.str-form-half {
  width: 50%;
}

.portfolio-form {
  gap: 1rem;
}

.portfolio-form input {
  border: 2px solid var(--border-primary);
  border-radius: 8px;
  background-color: var(--bg-light);
  padding-left: 4px;
}

.portfolio-form select {
  border: 2px solid var(--border-primary);
  border-radius: 8px;
  background-color: var(--bg-light);
  width: 100%;
}

.portfolio-form select option {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* NOTE: Safariの日付デザイン崩れのためのプロパティ */
.portfolio-form input[type="date"] {
  -webkit-appearance: none;
  width: 100%;
  text-align: left;
}
.portfolio-form input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

.portfolio-button {
  text-align: center;
  padding: 15px 5px 50px 5px;
}

.file_1mb_limit {
  display: block;
}

.pri_poli_consent_form {
  max-width: 100%;
  height: 150px;
  border:1px solid var(--border-primary);
  overflow-y: scroll;
  background-color: var(--bg-light);
}

.point_form {
  display: flex;
  flex-direction: column;
  width: 4em; /* 幅を半角4文字分に設定 */
  background-color: var(--bg-light);
  text-align: right; /* 入力文字を右寄せに設定 */
}

.arrow__icon {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.reverse__icon {
  transform: scale(-1, 1);
}

.custom-icon {
  min-width: 2rem;
  min-height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
}

.specific__body
.thumbnail__content {
  background-color: transparent;
  border: none;
}

.specific__body
.thumbnail__content
img {
  height: 30vw;
  aspect-ratio: auto;
  background-color: var(--bg-light);
  object-fit: contain;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .specific__body
  .thumbnail__content
  img {
    height: 100%;
  }

}

.specific__body
.info__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .specific__body
  .info__title {
    font-size: 16px;
  }
}

.specific__body
.event__content{
  white-space: pre-wrap; /* 空白や改行をそのまま表示 */
  word-wrap: break-word; /* 長い単語を折り返す */
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .specific__body
  .event__content{
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.info__table {
  margin: 20px 0;
  display: block;
  border-top: 1px solid var(--border-primary);
  border-right: 1px solid var(--border-primary);
  border-left: 1px solid var(--border-primary);
}
.info__table tbody {
  display: block;
}

.info__table__item {
  width: 100%;
  display: flex;
  border-bottom: 1px solid var(--border-primary);
}
.info__table__item th {
  width: 30%;
  font-size: 1.3rem;
  background: var(--bg-button);
  letter-spacing: 0.1em;
  line-height: 1.5;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info__table__item td {
  background-color: var(--bg-light);
  width: 70%;
  letter-spacing: 0.1em;
  padding: 10px 20px;
}

.applicant__table {
  margin: 0;
  display: block;
  border-top: 1px solid var(--border-primary);
  border-right: 1px solid var(--border-primary);
  border-left: 1px solid var(--border-primary);
}
.applicant__table tbody {
  display: block;
}

.applicant__table__item {
  width: 100%;
  display: flex;
  border-bottom: 1px solid var(--border-primary);
}

.applicant__table__item th {
  width: 35%;
  font-size: 1.3rem;
  background: var(--bg-button);
  letter-spacing: 0.1em;
  line-height: 1.5;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.applicant__table__item td {
  background-color: var(--bg-light);
  width: 65%;
  letter-spacing: 0.1em;
  padding: 8px 15px;
}

.email__wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.notes-cell {
  white-space: pre-wrap; /* 空白や改行をそのまま表示 */
  word-wrap: break-word; /* 長い単語を折り返す */
}

.title__width {
  width: 15vw;
}
@media screen and (max-width: 768px) {
  .title__width {
    width: 45vw;
  }
}

.scroll__bar__none {
  -ms-overflow-style: none;  /* IEとEdgeでスクロールバーを非表示 */
  scrollbar-width: none;  /* Firefoxでスクロールバーを非表示 */
}

.scroll__bar__none::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Operaでスクロールバーを非表示 */
}

.lesson__head {
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-template-rows: auto auto;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .lesson__head {
    padding: 12px;
  }

}

.lesson__head
.lesson__title {
  font-size: 16px;
  font-weight: 500;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  align-self: start;
  justify-self: start;
}
@media screen and (max-width: 768px) {
  .lesson__head
  .lesson__title {
    font-size: 12px;
    grid-column: 1 / 3;
  }
}

.lesson__head
.lesson__chapter {
  font-size: 24px;
  font-weight: 700;
  grid-row: 2 / 2;
  grid-column: 1 / 2;
  align-self: end;
  justify-self: start;
}
@media screen and (max-width: 768px) {
  .lesson__head
  .lesson__chapter {
    font-size: 16px;
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }

}

.lesson__head
.lesson__teacher {
  font-size: 16px;
  font-weight: 500;
  grid-row: 2 / 2;
  grid-column: 2 / 2;
  align-self: end;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .lesson__head
  .lesson__teacher {
    font-size: 12px;
    grid-row: 3 / 3;
    grid-column: 1 / 3;
    justify-self: start;
  }
}

.layout__main.movie__show {
  width: auto;
  flex: 1;
  padding: initial;
}
@media screen and (max-width: 768px) {
  .layout__main.movie__show {
    width: 100%;
    min-width: auto;
    margin: initial;
  }
}

.box__body
.box__body__detail {
  padding: 16px 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .box__body
  .box__body__detail {
    font-size: 16px;
  }
}

.box__body__detail
.movie__detail {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  white-space: pre-wrap;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .box__body__detail
  .movie__detail {
    font-size: 14px;
  }
}

.layout__aside
.grid__container {
  display: grid;
  grid-template-columns: 7fr 3fr;
  grid-template-rows: auto auto;
  padding: 50px 0 14px 0;
}
@media screen and (max-width: 768px) {
  .layout__aside
  .grid__container {
    grid-template-columns: 8fr 2fr;
    padding: 16px 10px 14px 10px;
  }

}

.grid__container
.lesson__content {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  grid-row: 3 / 3;
  grid-column: 1 / 2;
  align-self: start;
  justify-self: start;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .grid__container
  .lesson__content {
    font-size: 14px;
  }
}

.chapter__body
.grid__container {
  padding: 8px 0;
}

.grid__container
.lesson__title {
  font-size: 18px;
  font-weight: 700;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  align-self: end;
  justify-self: start;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .grid__container
  .lesson__title {
    font-size: 12px;
  }
}

.grid__container
.lesson__chart {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  align-self: center;
  justify-self: center;
}

.lesson__chart
.watched__graph {
  width: 100%;
  height: 100%;
  position: relative;
}

.lesson__chart
.watched__graph canvas {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}

.watched__graph__chart__idol
.watched__graph__label {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  font-family: "Rubik Mono One";
}

.layout__aside
.chapter__body {
  padding: 8px 16px;
  border-radius: 24px;
  border: 3px solid var(--border-primary);
  background-color: var(--bg-secondary);
}

.grid__container
.chapter__number {
  font-size: 14px;
  font-weight: 500;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  align-self: start;
  justify-self: start;
}

.grid__container
.chapter__title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  align-self: end;
  justify-self: start;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .grid__container
  .chapter__title {
    font-size: 14px;
  }
}

.grid__container
.chapter__play {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  align-self: center;
  justify-self: end;
}

.chapter__play img {
  width: 32px;
  height: 32px;
}

.information__content {
  padding: 0 20px;
  border-radius: 11px;
}

@media screen and (max-width: 1700px) {
  .information__content {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .information__content {
    padding: 0px;
  }
}

.information__content.active:hover {
  background-color: var(--bg-secondary);
  filter: brightness(0.9);
  cursor: pointer;
}

.information__content
.princess__pass__label{
  border-radius: 20px;
  background-color:var(--alert);
  color: var(--text-button);
  font-weight: 700;
  padding: 0.1rem 1.2rem 0.2rem 1.2rem;
  font-size: 1rem;
  text-align: center;
  width: 100%;
}

/*ログイン前ページの文言表示部分*/
.login__page__logo {
  min-height: 50%;
  max-width: 50%;
  margin: 0 auto;
  margin-top: 5%;
  text-align: center;
}

.login__page__logo__img {
  width: 50%;
}

@media (max-width: 768px) {
  .login__page__logo__img {
    width: 100%;
    margin-top: 30%;
  }
}

.submit__btn {
  max-width: 193px;
  margin-left: auto;
  margin-right: auto;
}

.submit__btn button {
  padding: 8px 16px;
  border-radius: 12px;
  background-color: var(--bg-highlight);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-button);
  white-space: nowrap;
  transition: 0.3s;
  margin: 50% auto;
}

.my__report{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .my__report {
    grid-template-columns: repeat(1, 100%);
  }
}

.my__report
.report__card {
  background-color: var(--bg-secondary);
  cursor: pointer;
  border: 3px solid var(--border-primary);
  border-radius: 16px;
  padding: 16px;
}

.report__card
.home__lessons__title {
  padding: 0 12px 4px 12px;
  border-radius: 12px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1;
}

.progress__status {
  display: grid;
  grid-template-columns: 8fr 2fr;
  grid-template-rows: auto auto;
  align-items: center;
}

.progress__status
.play__item__bar {
  height: 18px;
  grid-column: 1 / 2;
}
@media screen and (max-width: 768px) {
  .progress__status
  .play__item__bar {
    height: 16px;
  }
}

.progress__status
.chapter {
  grid-column: 2 / 2;
  justify-self: center;
}

.profile__box {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: relative;
}

.user__thumbnail__preview {
  border-radius: 50%;
  background: var(--bg-light);
  width: 100px;
  height: 100px;
  padding: 2px;
  display: block;
  position: relative;
}

img.user__thumbnail__preview {
  border: 3px solid var(--border-primary);
}

.camera__edit {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--bg-light);
  border-radius: 100%;
  padding: 1px 3px;
}

.camera__icon {
  font-size: 20px; /* アイコンのサイズを調整 */
  color: var(--text-subtitle); /* アイコンの色を調整 */
}

.cropper__hidden {
  display: none !important;
}

.cropper__modal {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 180px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .cropper__modal {
    width: 100%;
  }
}

.cropper__modal img {
  position: fixed;
  max-width: 100%;
  max-height: 80vh;
}

.cropper__modal
.modal__content {
  background-color: var(--bg-secondary);
  padding: 50px 20px 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.cropper__modal
.modal__content
.cropper__actions {
  margin-top: 10px;
  text-align: center;
  z-index: 100;
}

.cropper__modal
.modal__content
.cropper__actions
.cropper__btn {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 1.5;
  background-color: var(--bg-highlight);
  color: var(--text-button);
  border-radius: 12px;
  padding-top: 10px;
}

.inner__circle {
  width: 60px;
  height: 60px;
  background-color: var(--bg-secondary);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.movie__show .vjs-control-bar {
  /* background-color: transparent !important; */
  background: linear-gradient(to top, rgb(189, 189, 189), rgba(255, 255, 255, 0)) !important;
  gap: 3px !important;
  padding: 5px 10px !important;
}
.movie__show .vjs-control-bar .vjs-paused,
.movie__show .vjs-control-bar .vjs-playing {
  background-color: var(--bg-light) !important;
  border: 1px solid var(--border-primary) !important;
  border-radius: 50% !important;
  width: 2rem !important;
}
.movie__show .vjs-control-bar .vjs-paused .vjs-icon-placeholder::before,
.movie__show .vjs-control-bar .vjs-playing .vjs-icon-placeholder::before {
  color: var(--text-primary) !important;
  line-height: 2.75rem !important;
  display: flex;
  align-items: center;
}
.movie__show .vjs-menu-button-popup.vjs-control {
  background-color: var(--bg-light) !important;
  border-radius: 9999px !important;
  border: 1px solid var(--border-primary) !important;
}
.vjs-current-time-display,
.vjs-time-divider,
.vjs-duration-display,
.vjs-playback-rate-value,
.vjs-control-bar .vjs-icon-placeholder::before {
  color: var(--text-primary) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vjs-control-bar .vjs-volume-panel .vjs-icon-placeholder::before {
  color: var(--text-button) !important;
}
.vjs-fullscreen-control {
  background-color: var(--bg-light) !important;
  border-radius: .3rem !important;
  border: 1px solid var(--border-primary) !important;
  width: 2rem !important;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  height: 5px !important;
  border: 1px solid var(--border-primary) !important;
  border-radius: 9999px !important;
}

.movie__show .vjs-control-bar .vjs-play-progress {
  background-color: var(--bg-highlight) !important;
}
.movie__show .vjs-control-bar .vjs-play-progress:before {
  display: none !important;
}
.movie__show .vjs-picture-in-picture-control.vjs-control.vjs-button {
  display: none !important;
}
.movie__show .vjs-current-time.vjs-time-control.vjs-control {
  display: inherit !important;
}
.movie__show .vjs-mouse-display {
  display: none !important;
}
.movie__show .vjs-time-control.vjs-time-divider {
  display: inherit !important;
}
.movie__show .vjs-duration.vjs-time-control.vjs-control {
  display: inherit !important;
}
@media screen and (max-width: 768px) {
  /* .movie__show .vjs-control-bar .vjs-control {
    width: 3rem !important;
  } */
  .movie__show .vjs-control-bar .vjs-time-control {
    padding-right: 0 !important;
    padding-left: 0 !important;
    min-width: 0 !important;
  }
}

.flash-container {
  position: fixed;
  top: 7%;
  right: 0;
  padding: 20px;
  z-index: 9999
}

.flash-message {
  width: 100%;
  padding: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  position: relative;
  background-color: var(--bg-button);
}

/* NOTE: 画像を中央寄せにする */
.image__center {
  margin: 0 auto;
}

.banner__inner {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner__cont {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 35.53px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation-name: bannerAnime;
  animation-fill-mode: backwards;
  animation-duration: 96s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes bannerAnime {
  0% {
    left: 0;
    transform: translateY(-50%);
  }
  100% {
    left: -100vw;
    transform: translateY(-50%);
  }
}

.lectures__ambassador {
  display: none;
  width: 100%;
  padding: 16px 12px;
  border-radius: 12px;
  border: 2px solid var(--border-primary);
  background-color: var(--bg-content);
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.lectures__ambassador__img {
  width: 100%;
  margin-bottom: 24px;
}

.lectures__person__cont__sns {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: 21px;
  padding-bottom: 8px;
}

.lectures__person__cont__sns li a {
  width: 24px;
}

.lectures__person__body {
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.lectures__person__body a {
  text-decoration: underline;
}

.lectures__person__body span {
  letter-spacing: 0.05em;
}

.lectures__ambassador hr {
  width: 100%;
  margin: 4px 0;
  background-color: var(--border-primary);
  border-color: var(--border-primary);
}

.lectures__person__body-ambassador {
  font-size: 1.5rem;
  line-height: 2;
  word-break: break-all;
}

.ambassador__modal-box {
  background-color: transparent;
  max-width: 80%;
}

.overlay_modal {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.ambassador__modal-close {
  color: var(--bg-light);
  font-size: xxx-large;
  font-size: -webkit-xxx-large;
  display: flex;
  justify-content: flex-end;
  z-index: 1001;
}
.ambassador__modal__pc {
  display: flex;
  padding: 40px;
  gap: 10px;
}
.ambassdor__modal__light {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
  gap: 10px;
}
.ambassador__description {
  background-color: var(--bg-secondary);
  height: 100%;
  border-radius: 12px;
  padding: 15px;
  color: var(--text-primary);
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  align-content: center;
}

@media screen and (max-width: 1440px) {
  .ambassador__description {
    font-size: 1.5rem;
  }

}

.ambassador__description hr {
  width: 100%;
  margin: 2px 0;
  border-color: var(--border-primary);
}
.lectures__person__cont__sns
.ambassador__sns {
  background-color: var(--bg-light);
  padding: 8px;
  border-radius: 12px;
  width: 10rem;
  text-align: -webkit-center;
}
.ambassador__modal__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
}
.ambassador__img__frame {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 1rem;
  background-color: var(--bg-light);
  align-content: center;
}
.instructor__modal-box {
  background-color: transparent;
  max-width: 80%;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .instructor__modal-box {
    max-width: 100%;
  }
}
.instructor__description {
  background-color: var(--bg-secondary);
  height: 100%;
  border-radius: 12px;
  padding: 15px;
  font-weight: 500;
  font-size: 2rem;
  align-content: center;
  white-space: pre-wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .instructor__description {
    background-color: transparent;
    font-size: 1.5rem;
  }

}
.instructor__modal__light {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  gap: 10px;
}
.instructor__modal__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
}
.instructor__modal__sp {
  background-color: var(--bg-content);
  width: 100%;
  padding: 16px 12px;
  border-radius: 12px;
}

.instructor__modal__top {
  display: flex;
  align-items: flex-start;
}
.instructor__modal__top
.lectures__ambassador__img {
  margin-right: 20px;
  margin-bottom: 0;
  width: 50%;
}
.instructor__right {
  padding-top: 2rem;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.instructor__role {
  order: 2;
  margin-top: 10px;
}
.instructor__person__cont__sns {
  align-items: flex-end;
  display: flex;
  margin-top: 10%;
  justify-content: center;
}
.instructor__sns {
  background-color: var(--bg-light);
  padding: 8px;
  border-radius: 12px;
  width: 10rem;
  text-align: -webkit-center;
}
@media screen and (max-width: 768px) {
  .instructor__sns {
    background-color: transparent;
    gap: 1rem;
    padding: 0;
    border-radius: 0;
  }
}
.pc_instructor_url {
  position: absolute;
  bottom: 65px;
  text-decoration: underline;
  color: var(--text-link);
}
.sp_instructor_url{
  position: absolute;
  bottom: 45px;
  text-decoration: underline;
  color: var(--text-link);
}

.full__banner__link {
  display: inline-block;
  line-height: 0;
}

.full__banner__img {
  display: block;
  border: 3px solid var(--border-primary);
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.mini__banner__link {
  display: inline-block;
  line-height: 0;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .mini__banner__link {
    width: 100%;
  }
}

.mini__banner__img {
  display: block;
  border: 3px solid var(--border-primary);
  border-radius: 12px;
  height: auto;
}

.nominee__label__img {
  width: 80%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .nominee__label__img {
    width: 80%;
    height: 100%;
  }

}

.nominee__step__1__img {
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .nominee__step__1__img {
    width: 50%;
    height: 100%;
  }

}

.nominee__step__2__img {
  width: 60%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .nominee__step__2__img {
    width: 60%;
    height: 100%;
  }

}

.no__padding-left {
  padding-left: 0;
}

.applicant__id {
  font-size: 12px;
  text-align: left;
}

.applicant__nickname {
  font-size: 13px;
  justify-content: center;
  font-weight: 700;
}

.applicant__point {
  font-size: 13px;
  justify-content: right;
}

.vote__body {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.vote__body
.grid__style{
  display: grid;
  cursor: pointer;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .vote__body
  .grid__style{
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.vote__confirm_title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.vote__text {
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  padding: 5px 10px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vote__text {
    font-size: 14px;
  }
}

.voting__image {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .voting__image {
    width: 100%;
  }

}

.voting__step {
  padding: 5px 20px;

}
@media screen and (max-width: 768px) {
  .voting__step {
    padding: 5px 20px;
  }
}

.voting__steps__container {
  display: flex;
  gap: 2rem; /* 必要に応じて調整 */
}

@media screen and (max-width: 768px) {
  .voting__steps__container {
    display: block;
  }
}

/* ネクストプリンセス用のcssクラス */
.audition__video {
  padding: 0 5% !important;
}
@media screen and (max-width: 768px) {
  .audition__video {
    padding: 0 !important;
  }
}

.audition__container {
  margin: 4rem auto;
}

.mission__information {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.mission__divider {
  border: none;
  border-top: 2px solid;
  border-color: var(--border-primary);
  flex-grow: 1;
  margin-top: 10px;
}

.pc__only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc__only {
    display: none;
  }
}
.sp__only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__only {
    display: block;
  }
}

.nominee__thumbnail__content {
  aspect-ratio: 16/9 !important;
}
.nominee__thumbnail__content img {
  aspect-ratio: 16/9 !important;
}

.challenge__modal-box {
  background-color: transparent;
  width: 40%;
  max-width: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .challenge__modal-box {
    max-width: 100%;
    width: 100%;
  }
}
.challenge__modal-box:focus {
  outline: none;
}

.challenge__modal {
  background-color: var(--bg-content);
  padding: 16px 12px;
  border-radius: 12px;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .challenge__modal {
    width: 100%;
  }
}

.challenge__boad__tile {
  font-size: 14px;
  font-weight: 700;
}

.animate__bounce {
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.challenge__item {
  border-radius: 12px;
  padding: 10px 15px;
  margin: 8px 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(255,255,255,0.3));
  backdrop-filter: blur(5px);
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.challenge__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}

.challenge__title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-right: auto;
}

.reward__btn {
  background: linear-gradient(90deg, #EC96BC,#F7E5C3);
  color: white;
  border: none;
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(255,153,0,0.3);
  transition: all 0.2s ease;
}

.reward__btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 8px rgba(255,153,0,0.4);
}

.completed__challenge {
  background-color: gray;
}
.completed__challenge
.btn {
  background-color: transparent;
}

.future__reward {
  opacity: 0.7;
  filter: grayscale(40%);
  border-radius: 20px;
}

.challenge__category {
  display: flex;
  align-items: center;
  gap: 10px;
}

.category__icon {
  font-size: 1.5rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.challenge__heading {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #c084fc, #ef4444);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.challenge__heading span {
  font-size: 14px;
  font-weight: 500;
}

.highlight__badge {
  font-size: 1.2rem !important;
  font-weight: bold !important;
}
