:root {
  --yellow: #fcae00;
  --white: #ffffff;
  --blue: #344da0;
  --red: #EB0F0F;
  --text-primary: #434343;
  --text-secondary: #bfbfbf;
  --gray: #f0f0f0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* Common */
.wrapper {
  position: relative;
  padding: 96px calc((100% - 1600px) / 2);
  overflow: hidden;
  width: 100%;
}

.box-title {
  font-weight: bold;
  color: var(--text-primary);
  line-height: 48px;
  font-size: 28px;
  margin-bottom: 48px;
}

.box-title .box-title-jp {
  color: #bfbfbf;
  font-size: 16px;
}

.slider-item:hover {
  text-decoration: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 5px;
  height: 10px !important;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  white-space: nowrap;
  background: #ccc;
  border: 0;
  border-radius: 7px;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  background: var(--white);
  border: 1px var(--text-secondary) solid !important;
}

.see-more-wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
  height: 48px;
}

.see-more-link {
  background: var(--blue);
  color: var(--white);
  border: none;
  padding: 12px 56px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  z-index: 10;
  text-align: center;
}

.see-more-link:hover {
  opacity: 0.5;
  text-decoration: none;
  color: var(--white);
}

.see-more-link:focus,
.see-more-link:active,
.see-more-link:visited {
  color: var(--white);
}

.text-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wrapper-image {
  width: 100%;
  display: flex;
  justify-content: center;
}

.wrapper-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.controller-btn-next,
.controller-btn-prev {
  position: absolute;
  top: 168px;
  width: 80px;
  height: 80px;
  padding: 19px;
  background: #00000080;
  cursor: pointer;
}

.controller-btn-next {
  right: 0;
}

.controller-btn-prev {
  left: 0;
}

.controller-btn-prev:hover,
.controller-btn-next:hover{
  opacity: 0.5;
}

.controller-btn-prev img,
.controller-btn-next img {
  width: 100%;
  height: 100%;
}

.slider-item:hover{
  opacity: 0.5;
}

.slide-tag {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
  gap: 8px;
}

.slide-tag span{
  display: inline-block;
  background: var(--yellow);
  color: var(--white);
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 8px;
}

.slide-tag span.new {
  background: var(--red);
}

.slide-title {
  line-height: 32px;
  margin-bottom: 16px;
  font-size: 16px;
  text-align: start;
  color: var(--text-primary);
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
}

.slide-title-full {
  display: block
}

.slide-date {
  font-size: 16px;
  color: var(--blue);
  line-height: 32px;
  text-align: start;
  font-weight: normal;
}

.live-body .slide-date {
  font-size: 15px;
}

/* Banner slider */
.banner {
  position: relative;
  width: 100%;
  padding: 16px 0;
  overflow: hidden;
}

.home-banner {
  background-image: url(../images/bg-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .banner-slider {
  width: 100%;
  align-items: center;
  margin-bottom: 12px;
}

.banner .banner-slider .slick-slide {
  width: 1560px;
  transition: all 300ms ease;
  margin: 0 6px;
}

.banner .banner-slider .slick-slide .wrapper-image { 
  height: 580px;
  transform: translateY(30px);
}

.banner .banner-slider .slick-center .wrapper-image{
  height: 640px;
  transform: translateY(0);
}

.banner .arrow-prev,
.banner .arrow-next {
  position: absolute;
  cursor: pointer;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-75%);

}

.banner .arrow-prev {
  left: 126px;
}

.banner .arrow-next {
  right: 126px;
}

.banner .arrow-prev:hover,
.banner .arrow-next:hover {
  opacity: 0.7;
}

.banner .arrow-prev img,
.banner .arrow-next img {
  width: 100%;
  height: 100%;
}

.banner-slider-dots .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: var(--yellow);
  border: none !important;
}

/* NEWS */
#news {
  background: var(--gray);
  overflow: hidden;
}

#news a:hover {
  text-decoration: none;
}

#news .news-body {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#news .news-body .news-slider .slick-list{
  margin: 0 -12px;
}

.news-slider .slider-item,
.slider-cd-detail-cd .slider-item,
.slider-posts-detail-cd .slider-item,
.slider-events-detail-cd .slider-item {
  width: 382px;
  margin: 0 12px;
}

.news-slider .slider-item .wrapper-image,
.slider-cd-detail-cd .slider-item .wrapper-image,
.slider-posts-detail-cd .slider-item .wrapper-image,
.slider-events-detail-cd .slider-item .wrapper-image {
  height: 236px;
}

.news-slider .slider-item img,
.slider-cd-detail-cd .slider-item img,
.slider-posts-detail-cd .slider-item img,
.slider-events-detail-cd .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-slider .slider-item .slide-tag:has(.important) {
  background: #eb0f0f;
}

.news-slider-dots {
  margin-bottom: 48px;
}

.news-slider-dots .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: var(--blue);
  border: none !important;
}

.news-company-name {
  position: absolute;
  padding-left: 140px;
  display: block;
  width: 1920px;
  font-size: 128px;
  font-weight: bold;
  bottom: -40px;
  left: 0;
  color: #e3e3e3;
  z-index: 1;
}

/* Information */
.information-wrapper {
  position: relative;
  padding: 96px 360px;
  overflow: hidden;
  width: 100%;
}

.information-content {
  width: 100%;
  display: flex;
  padding: 48px 96px;
  border-radius: 4px;
  flex-direction: column;
  margin-bottom: 48px;
  position: relative;
  box-shadow: 0px 9px 28px 8px #0000000D, 0px 6px 16px 0px #00000014, 0px 3px 6px -4px #0000001F;
}

.information-content li {
  list-style: none;
}

.information-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid var(--text-secondary);
}

.information-item:last-child {
  border-bottom: 1px solid var(--text-secondary);
}

.information-date {
  font-size: 16px;
  color: var(--blue);
  line-height: 32px;
  text-align: start;
  font-weight: normal;
  margin-right: 16px;
}

.information-title {
  font-size: 16px;
  color: var(--text-primary);
  line-height: 32px;
  text-align: start;
  font-weight: normal;
  cursor: pointer;
  overflow: hidden;
  overflow-wrap: break-word;
  display: block;
}

.information-title:hover {
  color: inherit;
  text-decoration: underline;
}

.information-title-highlight {
  color: var(--red);
}

.information-content-dot {
  width: 16px;
  height: 16px;
  background: var(--text-secondary);
  border-radius: 100%;
  position: absolute;
}

.top-left {
  top: 24px;
  left: 24px;
}

.top-right {
  top: 24px;
  right: 24px;
}

.bottom-left {
  bottom: 24px;
  left: 24px;
}

.bottom-right {
  bottom: 24px;
  right: 24px;
}

/* Pickup */
#pickup,
#live,
#books,
#games,
#website {
  background-image: url(../images/bg-logo.png);
  background-size: 1300px;
  background-repeat: repeat;
  width: 100%;
  background-position: center;
}

.pickup-body {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 48px;
}

.pickup-card {
  width: calc((100% - 64px) / 3);
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.pickup-card:hover {
  text-decoration: none;
  opacity: 0.5;
}

.pickup-card .pickup-card-img {
  width: 100%;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pickup-card .pickup-card-img img {
  max-height: 100%;
  max-width: 100%;
}

.pickup-card .pickup-card-title {
  font-size: 16px;
  color: var(--text-primary);
  line-height: 32px;
  text-align: start;
  font-weight: bold;
  overflow-wrap: break-word;
}

/* Animation */
#animation .animation-body {
  position: relative;
  width: 100%;
}

.animation-slider .slider-item {
  width: 264px;
  margin: 0 12px;
}

.animation-slider .slider-item .wrapper-image {
  height: 396px;
  margin-bottom: 76px;
}

.animation-slider-dots .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: var(--blue);
  border: none !important;
}

.animation-slider-dots {
  position: absolute;
  top: calc(396px + 12px);
  left: 50%;
  transform: translateX(-50%);
}

.books-body {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 32px;
  margin-bottom: 48px;
}

#books .books-item {
  width: calc(100% / 3 - 22px);
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.books-item:hover {
  text-decoration: none;
  opacity: 0.5;
}

#books .books-item .wrapper-image {
  height: 192px;
  background: unset;
}

#books .books-item .wrapper-image img {
  margin-bottom: 12px;
}

#books .books-item .book-title {
  width: calc(100% - 8px);
  padding: 16px 0;
  border-bottom: 1px solid var(--text-secondary);
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: var(--text-primary);
  overflow-wrap: break-word;
}

/* Product */
#product .product-body {
  display: flex;
  flex-direction: column;
}

#product .product-body .product-item{
  width: 100%;
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--yellow);
}

#product .product-body .product-item:last-child {
  margin-bottom: 0;
}

#product .product-body .product-item .product-item-title {
  margin-right: 24px;
  width: 267px;
}

#product .product-body .product-item .product-item-title span {
  display: block;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: bold;
  color: var(--blue);
  line-height: 40px;
  border-bottom: 1px solid var(--yellow);
}

.product-item-slider-wrapper {
  width: calc(100% - 267px);
  padding-top: 24px;
  position: relative;
}

.product-item-slider {
  width: 100%;
}

.product-item-slider .slider-item {
  width: 264px;
  margin: 0 16px;
}

.product-item-slider .slider-item .wrapper-image {
  height: 264px;
}

.dvd-db-slider .slider-item .wrapper-image {
  height: 264px;
}

.product-item-slider .slider-item .wrapper-image img {
  margin-bottom: 16px;
}

.product-item-slider-dots {
  margin-bottom: 48px;
}

.product-item-slider-dots .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: var(--blue);
  border: none !important;
}

.product-item-slider .slider-item .slide-tag span{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 8px;
}

.slide-tag .music-tag {
  background: #d3899b;
  margin: 0;
}

.slide-tag .good-tag {
  background: #e7750c;
}

.slide-tag .cd-tag {
  background: #3466B1;
}

#live .live-body {
  position: relative;
  width: 100%;
}

.live-slider .slider-item {
  width: 264px;
  margin: 0 12px;
}

.live-slider .slider-item .wrapper-image {
  height: 396px;
}

.live-slider .slider-item .wrapper-image img {
  text-align: center;
}

.live-slider-dots {
  margin-bottom: 48px;
}

.live-slider-dots .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: var(--blue);
  border: none !important;
}

.slide-tag .live-tag {
  background: #8fc31f;
}
.audio-drama-slider .slider-item .slide-title,
.music-slider .slider-item .slide-title {
  display: block;
  height: auto;
}

/* Event */
#event .event-slider .slider-item {
  width: 382px;
  margin: 0 12px;
}

#event .event-slider .slick-list {
  margin: 0 -12px;
}

#event .event-body {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.event-slider .slider-item .wrapper-image {
  height: 236px;
}

.event-slider-dots {
  margin-bottom: 48px;
}

.event-slider-dots .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: var(--blue);
  border: none !important;
}

.slide-tag .event-tag {
  background: #0999FE;
}


.games-body {
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

.games-body .slick-list{
  margin: 0 -16px;
}

.games-body .games-card {
  width: 512px;
  height: 192px;
  margin: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.games-card:hover {
  text-decoration: none;
  opacity: 0.5;
}

.games-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.games-slider-dots .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: var(--blue);
  border: none !important;
}

/* Radio */
.radio-body {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.radio-body .radio-slider .slick-list{
  margin: 0 -12px;
}

.radio-slider .slider-item {
  width: 382px;
  margin: 0 12px;
}

.radio-slider .slider-item .wrapper-image {
  height: 236px;
  margin-bottom: 76px;
}

.radio-slider-dots {
  position: absolute;
  top: calc(236px + 12px);
  left: 50%;
  transform: translateX(-50%);
}

.radio-slider-dots .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: var(--blue);
  border: none !important;
}

#website a:hover {
  text-decoration: underline;
}

#website ul {
  margin-bottom: 0;
}

#website .underline {
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--text-secondary);
}

#website .item-title {
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

#website .book-label {
  width: 100%;
}

#website .ensemble-stars .group-links,
#website .book-label .group-links,
#website .special-site .group-links,
#website .official-site .group-links{
  display: flex;
  width: 100%;
  gap: 24px;
}

#website .ensemble-stars ul,
#website .book-label ul,
#website .special-site ul,
#website .official-site ul {
  display: flex;
  flex-direction: column;
  gap: 0 16px;
  width: 50%;
}

#website .ensemble-stars ul li,
#website .book-label ul li,
#website .special-site ul li,
#website .official-site ul li {
  list-style: none;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

#website .ensemble-stars ul li:last-child,
#website .book-label ul li:last-child,
#website .special-site ul li:last-child,
#website .official-site ul li:last-child {
  margin-bottom: 0;
}

#website .ensemble-stars ul li a,
#website .book-label ul li a,
#website .special-site ul li a,
#website .official-site ul li a {
  color: var(--blue);
}
.mobile-search {
  display: none;
}
.hr-search-mobile {
  display: none;
}

@media screen and (max-width: 1648px) {
  .wrapper {
    padding: 96px 24px;
  }

  .information-wrapper {
    position: relative;
    padding: 96px 300px;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .wrapper {
    padding: 60px 80px;
  }

  .banner .banner-slider .slick-slide {
    width: 1180px;
  }

  .banner .banner-slider .slick-slide .wrapper-image { 
    height: 440px;
    transform: translateY(20px);
  }
  
  .banner .banner-slider .slick-center .wrapper-image{
    height: 480px;
    transform: translateY(0);
  }

  .banner .arrow-prev,
  .banner .arrow-next {
    width: 48px;
    height: 48px;
  }

  .banner .arrow-prev {
    left: 140px;
  }
  
  .banner .arrow-next {
    right: 140px;
  }

  .pickup-body {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    grid-gap: 16px 16px;
  }

  .pickup-card {
    width: calc((100% - 32px) / 3);
  }

  .books-body {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 16px 16px;
  }

  #product .product-body .product-item {
    flex-direction: column;
  }

  #product .product-body .product-item .product-item-title {
    margin-right: 0;
  }

  .product-item-slider-wrapper {
    width: 100%;
  }

  .information-wrapper {
    padding: 96px 160px;
  }

  .mobile-search {
    display: none;
  }
  .hr-search-mobile {
    display: none;
  }
}

@media screen and (max-width: 1180px) {
  .wrapper {
    padding: 60px 24px;
  }

  .information-wrapper {
    padding: 60px 96px;
  }

  .mobile-search {
    display: none;
  }
  .hr-search-mobile {
    display: none;
  }
}

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

  .see-more-wrapper {
    justify-content: center;
  }

  #pickup .see-more-wrapper {
    display: block;
  }
  
  .see-more-link {
    width: 100%;
  }

  .banner .banner-slider .slick-slide {
    width: 100%;
    margin: 0;
  }
  
  .banner .banner-slider .slick-slide .wrapper-image { 
    height: 160px;
    transform: translateY(0);
  }
  
  .banner .banner-slider .slick-center .wrapper-image{
    height: 160px;
  }

  .banner .arrow-prev,
  .banner .arrow-next {
    width: 18px;
    height: 18px;
  }

  .banner .arrow-prev {
    left: 40px;
  }
  
  .banner .arrow-next {
    right: 40px;
  }

  .news-slider .slider-item {
    width: 100%;
    margin: 0;

  }

  #news .news-body .news-slider .slick-list{
    margin: 0;
  }

  .news-slider .slider-item:last-child {
    margin-bottom: 0;
  }

  .news-company-name {
    padding-left: 32px;
  }

  .pickup-body {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 32px 0px;
  }

  .pickup-card {
    width: 100%;
  }

  .pickup-card .pickup-card-img {
    width: 100%;
    height: 171px;
  }

  #books .books-body {
    display: block;
  }

  #books .books-item {
    width: auto;
  }

  #website .ensemble-stars ul li,
  #website .book-label ul li,
  #website .special-site ul li,
  #website .official-site ul li {
    width: 100%;
  }

  .information-wrapper {
    padding: 32px 16px;
  }

  .information-content {
    padding: 24px;
  }

  .information-item {
    align-items: center;
  }

  .information-title {
    display: block;
  }

  .box-title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .controller-btn-next,
  .controller-btn-prev {
    display: none;
  }

  .books-slider-dots {
    margin-top: 12px;
    margin-bottom: 48px;
  }
  
  .books-slider-dots .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background-color: var(--blue);
    border: none !important;
  }
  
  .books-body {
    margin-bottom: 0;
  }

  .games-body  .games-card {
    width: 100%;
    height: 134px;
    margin: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
  }

  #pickup,
  #live,
  #books,
  #games,
  #website {
    background-size: 400px;
  }

  .slide-title {
    line-height: 24px;
    font-size: 14px;
  }

  .slide-date {
    line-height: 16px;
    font-size: 12px;
  }
  .hr-search-mobile {
    display: block;
    margin: 0;
    opacity: 1;
    border: 1px solid #1f50a0;
    height: 0;
  }
  .mobile-search {
    display: block;
    padding: 0 20px;
    margin: 20px auto;
  }
  .mobile-search fieldset {
    background-color: #f2f2f2;
    overflow: hidden;
    display: flex;
    gap: 10px;
    height: 50px;
    justify-content: center;
    align-items: center;
  }
  .mobile-search fieldset .text-search {
    width: calc(100% - 40px);
    font-size: 12px;
    padding: 0 10px 0 20px;
    height: 50px;
    border: unset;
  }
  .mobile-search fieldset .text-submit {
    width: 30px;
    height: 35px;
    white-space: nowrap;
    text-indent: 35px;
    background: url(../images/search-line-header.png) left center no-repeat;
    background-size: 18px auto;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
  }

  #website .ensemble-stars .group-links,
  #website .book-label .group-links,
  #website .special-site .group-links,
  #website .official-site .group-links{
    flex-direction: column;
    gap: 16px;
  }

  #website .ensemble-stars ul,
  #website .book-label ul,
  #website .special-site ul,
  #website .official-site ul {
    width: 100%;
  }

  .product-item-slider .slider-item .slide-tag span,
  .slide-tag span{
    font-size: 12px;
  }
}
