/*-------------------------------
	base
-------------------------------*/
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img,
video {
  width: 100%;
}
/*-------------------------------
	header
-------------------------------*/
.header {
  position: relative;
  padding: 1.5rem 0;
}
.header-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .header-wrapper {
    padding: 0 4%;
  }
}
.header-start {
  width: 270px;
}
.header-start .logo {
  display: block;
}
.header-middle {
  width: 25%;
  margin-left: auto;
  margin-right: 10rem;
}
.header-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav-item {
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  position: relative;
}
.header-nav-item:hover {
  visibility: visible;
}
.header-nav-item:hover::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  left: 0;
  margin: 0.5rem auto 0;
  width: 80%;
  height: 3px;
  background-color: #d1250d;
}
.header-nav-item.active::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  left: 0;
  margin: 0.5rem auto 0;
  width: 80%;
  height: 3px;
  background-color: #d1250d;
}
.header-button {
  height: 100%;
  display: block;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  width: 160px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.header-button.cart {
  background-color: #d1250d;
  margin-right: 1rem;
}
.header-button.cart:before {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: sub;
  content: url(../assets/images/common/header_cart-icon.png);
}
.header-button.login {
  background-color: #000;
}
/*-------------------------------
	footer
-------------------------------*/
.footer {
  padding: 4.5rem 0 1.5rem;
  background-color: #000;
}
.footer-wrapper {
  max-width: 1125px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .footer-wrapper {
    padding: 0 4%;
  }
}
.footer-nav {
  display: flex;
}
.footer-nav-wrapper {
  color: #fff;
  border-left: solid 2px #fff;
  padding-left: 1rem;
  margin-right: 2rem;
}
.footer-nav-wrapper li {
  font-size: 14px;
  line-height: 2;
}
.footer-nav-wrapper li:before {
  content: "-";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.footer-nav-wrapper li a:hover {
  opacity: 0.7;
}
.footer-social-area .share-text {
  color: #fff;
  font-size: 21px;
  text-align: right;
  font-family: "Limelight", cursive;
}
.footer-social-area .share-list {
  display: flex;
  margin: 0.5rem 0 1rem;
  justify-content: flex-end;
}
.footer-social-area .share-list li {
  margin-left: 1rem;
}
.footer-social-area .logo {
  width: 170px;
  display: block;
}
.footer-copyright {
  color: #fff;
  text-align: center;
}
/*-------------------------------
	common
-------------------------------*/
.c-content {
  background-color: #f7f3f0;
  position: relative;
  padding-bottom: 10rem;
}
.c-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .c-wrapper {
    padding: 0 4%;
  }
}
.c-section {
  margin-top: 6rem;
}
.c-title {
  text-align: center;
  font-size: 16px;
}
.c-title span {
  font-size: 48px;
  display: block;
  font-family: "Limelight", cursive;
}
.c-title.left {
  text-align: left;
}
.c-playback {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: solid 4px #000;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
}
.c-button {
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
}
.c-button-black {
  width: 200px;
  background-color: #000;
  padding: 1rem;
  font-size: 16px;
}
.c-button-red {
  width: 200px;
  background-color: #cf1900;
  padding: 1rem;
  font-size: 16px;
}
.c-button-view {
  width: 100%;
  font-size: 20px;
  font-family: "Limelight", cursive;
}
.c-button:hover {
  opacity: 0.7;
}
.c-button-area {
  width: 240px;
  margin: 0 auto;
}
/*-------------------------------
	top
-------------------------------*/
.top-content {
  position: relative;
  z-index: 1;
}
.top-content:after {
  width: 100%;
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  background-color: #f7f3f0;
  height: 90%;
  bottom: 0;
}
.top-main-visual-wrapper {
  position: relative;
  margin: 0 auto;
}
.top-main-visual-desc {
  position: absolute;
  /* width: 1125px; */
  left: 5%;
  right: 0;
  margin: 0 auto;
  bottom: 2rem;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
.top-main-visual-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.top-main-visual-title span {
  display: block;
  font-size: 16px;
}
.top-main-visual-playback-center {
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.top-main-visual-playback-center.hidden {
  display: none;
}
.top-main-visual-playback-center:hover {
  opacity: 0.7;
}
.top-main-visual-playback-bottom {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: solid 8px #fff;
}
.top-main-visual-playback-bottom:hover {
  opacity: 0.7;
}
/* news */
.top-news {
  margin: 3rem 0 7.5rem;
}
.top-news-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
}
.top-news-info-start {
  height: 100%;
  padding-left: 3rem;
  flex-basis: 40%;
  background-color: #111;
  color: #fff;
}
.top-news-info-start h2 {
  font-family: "Limelight", cursive;
  font-size: 32px;
}
.top-news-info-middle {
  height: 100%;
  flex-basis: 45%;
  color: #fff;
  background-color: #111;
}
.top-news-info-middle time {
  font-size: 14px;
  margin-right: 0.5rem;
}
.top-news-info-end {
  flex-basis: 15%;
}
.top-news-info-button {
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #cf1900;
  font-size: 20px;
  font-family: "Limelight", cursive;
}
.top-news-info-button:hover {
  opacity: 0.7;
}
/* videos */
.top-videos {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 7.5rem;
}
.top-videos-wrapper {
  width: 1125px;
  margin: 0 auto;
}
.top-videos:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  background-color: #e9e5e1;
  width: 60%;
  height: 84%;
}
.top-videos:after {
  content: "ANTIBODIEWS";
  position: absolute;
  z-index: -1;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 190px;
  color: #cf1900;
  font-family: "Limelight", cursive;
}
.top-videos-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8rem;
}
.top-videos-main figure {
  width: 800px;
  overflow: hidden;
}
.top-videos-main figure img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.top-videos-main figure img:hover {
  transform: scale(1.05);
  transition-duration: 0.3s;
}
.top-videos-main-desc {
  width: 25%;
}
.top-videos-main-title {
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.top-videos-main-title span {
  display: block;
  font-size: 16px;
}
.top-videos-main-text {
  line-height: 1.5;
  margin: 1rem 0 2rem;
}
.top-videos-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6rem auto 10rem;
}
.top-videos-list li {
  margin-right: 1.5rem;
}
.top-videos-list figure {
  width: 460px;
  overflow: hidden;
}
.top-videos-list figure img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.top-videos-list figure img:hover {
  transform: scale(1.05);
  transition-duration: 0.3s;
}
.top-videos-list-desc {
  font-size: 24px;
  margin-top: 1.5rem;
  font-weight: bold;
}
.top-videos-list-title {
  font-family: "Josefin Sans", sans-serif;
}
.top-videos-list-text {
  margin: 1rem 0 1.5rem;
  font-size: 16px;
}
.top-videos-carousel {
  position: relative;
}
.top-videos-carousel-arrows {
  position: absolute;
  right: 0;
  top: -80px;
  display: flex;
  align-items: center;
}
.top-videos-carousel-arrow-prev {
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 20px;
  line-height: 65px;
  border-radius: 50%;
  margin-right: 1rem;
  border: solid 1px #666;
  color: #cf1900;
  background-color: #f7f3f0;
}
.top-videos-carousel-arrow-next {
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 20px;
  line-height: 65px;
  border-radius: 50%;
  border: solid 1px #666;
  color: #cf1900;
  background-color: #f7f3f0;
}
/* artist */
.top-artist {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
  z-index: 1;
}
.top-artist:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #e9e5e1;
  width: 100%;
  height: 45%;
  bottom: 100px;
}
.top-artist:after {
  content: "Artists";
  position: absolute;
  z-index: -1;
  top: 30%;
  font-size: 200px;
  transform: translateX(-42%) rotate(90deg);
  color: #cf1900;
  font-family: "Limelight", cursive;
}
.top-artist-wrapper {
  width: 1125px;
  z-index: 1;
  margin: 0 auto;
}
.top-artist-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: -1rem 0 8rem;
}
.top-artist-list li {
  position: relative;
  margin-right: 1rem;
}
.top-artist-list figure {
  width: 180px;
  overflow: hidden;
}
.top-artist-list-main figure {
  width: 320px;
  height: 400px;
}
.top-artist-list figure img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.top-artist-list figure img:hover {
  transform: scale(1.05);
  transition-duration: 0.3s;
}
.top-artist-list-name {
  font-size: 16px;
  position: absolute;
  line-height: 1.5;
  margin-top: 1rem;
  font-weight: bold;
}
.top-artist-list-name span {
  font-size: 20px;
  display: block;
  font-family: "Limelight", cursive;
}
.top-artist-carousel {
  position: relative;
}
.top-artist-carousel-arrows {
  position: absolute;
  right: 0;
  top: 50px;
  display: flex;
  align-items: center;
}
.top-artist-carousel-arrow-prev {
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 20px;
  line-height: 65px;
  border-radius: 50%;
  margin-right: 1rem;
  border: solid 1px #000;
  color: #000;
}
.top-artist-carousel-arrow-next {
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 20px;
  line-height: 65px;
  border-radius: 50%;
  border: solid 1px #000;
  color: #000;
}
/*-------------------------------
	about
-------------------------------*/
.about .content:after {
  content: "About";
  position: absolute;
  top: 30%;
  font-size: 200px;
  transform: translateX(-42%) rotate(90deg);
  color: #cf1900;
  font-family: "Limelight", cursive;
}
.about-desc {
  margin: 5rem auto 2.5rem;
}
.about-desc p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.about-desc p span {
  font-weight: bold;
  display: block;
}
.about-button-area {
  display: flex;
  margin: 0 auto;
  width: 425px;
  justify-content: space-between;
}
.about-separation {
  margin: 4rem auto;
  width: 60%;
  height: 2px;
  background-color: #000;
}
.about-jcdn-link {
  color: #cf1900;
  text-align: center;
}
.about-jcdn-link a {
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #cf1900;
}
.about-jcdn-link a:hover {
  opacity: 0.7;
}
/*-------------------------------
	artist
-------------------------------*/
.artist-content {
  position: relative;
  z-index: 1;
  padding-bottom: 25rem;
}
.artist-content:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  background-color: #e9e5e1;
  width: 100%;
  height: 60%;
  bottom: 300px;
}
.artist-content::after {
  content: "Artist";
  position: absolute;
  z-index: 1;
  bottom: 160px;
  font-size: 200px;
  color: #cf1900;
  right: 0;
  transform: translateX(3%);
  font-family: "Limelight", cursive;
}
.artist-grid {
  max-width: 1125px;
  margin: 5rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  justify-content: center;
  gap: 6rem 2rem;
}
.artist-grid figure {
  overflow: hidden;
}
.artist-grid figure img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.artist-grid figure img:hover {
  transform: scale(1.05);
  transition-duration: 0.3s;
}
.artist-name {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1rem;
  font-weight: bold;
}
.artist-name span {
  font-size: 24px;
  display: block;
  font-family: "Limelight", cursive;
}
.artist .pagination {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.artist .pagination .page-numbers {
  font-size: 20px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
}
.artist .pagination .page-numbers.current {
  background-color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 50%;
}
.artist .pagination .prev,
.artist .pagination .next {
  position: relative;
}
.artist .pagination .prev::before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.artist .pagination .next::after {
  position: absolute;
  top: -10px;
  right: -10px;
  content: "";
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-------------------------------
	artist detail
-------------------------------*/
.artist-detail:before {
  content: "";
  position: absolute;
  z-index: -2;
  background-color: #e9e5e1;
  width: 100%;
  height: 60%;
  bottom: -100px;
  position: absolute;
}
.artist-detail-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1125px;
  margin-top: 4rem;
}
.artist-detail-image {
  flex-basis: 47%;
}
.artist-detail-desc {
  flex-basis: 50%;
}
.artist-detail-name {
  font-family: "Limelight", cursive;
  font-size: 80px;
  color: #cf1900;
}
.artist-detail-job {
  margin: 0.5rem 0 2rem;
  font-size: 20px;
  font-weight: bold;
}
.artist-detail-job span {
  font-size: 16px;
}
.artist-detail-text {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 1.9;
}
.artist-detail-sns-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.artist-detail-sns-list li {
  margin-right: 1rem;
}
.artist-detail-sns-list li img {
  width: auto;
  height: 30px;
}
