@charset "UTF-8";

/* common */
body {
  background-color: #000;
  color: #fff;
  line-height: 1;
}

section {
  position: relative;
}


@media screen and (min-width: 641px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  ._pc {
    display: none !important;
  }
}

/* 英語ページ対応 */
.notfound {
  display: none;
}

.enttl-h {
  font-family: "Imbue", serif;
  color: #fff;
  font-size: 65px;
  letter-spacing: 0.088em;
  text-align: center;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}

.enttl-h .en-border {
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: solid 1px #fff;
  transform: translateX(-50%);
}

.enttl-b {
  font-family: "Imbue", serif;
  color: #50D6FF;
  font-size: 65px;
  letter-spacing: 0.088em;
  text-align: center;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}

.enttl-b .en-border {
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: solid 1px #50D6FF;
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {}

.jp {
  display: block;
}

.en {
  display: none;
}

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

  .jp {
    display: none;
  }
}

.content {
  position: relative;
}

/* font共通 */
.ttl-h {
  font-family: "Imbue", serif;
  color: #fff;
  font-size: 65px;
  letter-spacing: 0.088em;
  text-align: center;
  position: relative;
  z-index: 3;
}

.ruby-h {
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 0.457em;
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}

.ruby-h .ruby-border {
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: solid 1px #fff;
  transform: translateX(-50%);
}

.ttl-b {
  font-family: "Imbue", serif;
  color: #50D6FF;
  font-size: 65px;
  letter-spacing: 0.088em;
  text-align: center;
  position: relative;
  z-index: 3;
}

.ruby-b {
  color: #50D6FF;
  font-size: 12px;
  letter-spacing: 0.457em;
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}

.ruby-b .ruby-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: solid 1px #50D6FF;
  transform: translateX(-50%);
}

.is-found {
  -webkit-animation: border_anim 1s linear forward;
  animation: border_anim 1.2s 0.8s linear forwards;
}

.topics .is-found {
  -webkit-animation: border_anim 1s linear forward;
  animation: border_anim 1.2s 2.8s linear forwards;
}

@keyframes border_anim {
  0% {
    width: 400px;
  }

  100% {
    width: 50px;
  }
}

@media screen and (max-width: 640px) {
  .ttl-h {
    font-size: 43px;
  }

  .enttl-h {
    font-size: 43px;
  }

  .ruby-h {
    padding-bottom: 17px;
  }

  .ttl-b {
    font-size: 43px;
  }

  .enttl-b {
    font-size: 43px;
  }

  .ruby-b {
    padding-bottom: 17px;
  }

  @keyframes border_anim {
    0% {
      width: 200px;
    }

    100% {
      width: 34px;
    }
  }
}

.nav-btn {
  display: inline-block;
  position: absolute;
  top: 105px;
  right: 55px;
  z-index: 999;
  cursor: pointer;
  width: 46px;
  height: 46px;
  opacity: 0;
}

.nav-btn.is-anim {
  opacity: 1;
}

.nav-btn.fixed {
  position: fixed;
  top: 25px;
  right: 55px;
}

.nav-btn span {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: transform 0.3s, left .3s;
  left: 50%;
  transform: translateX(-50%);
}

.nav-btn.show span {
  left: 3px;
  transform: translateX(0);
}

.nav-btn span:first-child {
  top: 14px;
}

.nav-btn span:last-child {
  bottom: 14px;
}

.nav-btn.show span:first-child {
  top: 22.5px;
  transform: rotate(35deg);
  transform-origin: center;
}

.nav-btn.show span:last-child {
  bottom: 22.5px;
  transform: rotate(-35deg);
  transform-origin: center;
}

.nav-content {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: linear-gradient(-45deg, #0C1C64 10%, #060E32);
  opacity: 0;
  transition: 0.4s opacity;
}

.nav-content.show {
  opacity: 1;
  z-index: 99;
}

.nav-inner {
  width: 68.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 50%;
  left: 14vw;
  transform: translateY(-50%);
}

.nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.9vw;
  margin-right: 29vw;
}

.nav-list-item {
  font-family: "Imbue", serif;
  font-weight: 400;
  font-size: 2.5vw;
  letter-spacing: 0.08em;
  position: relative;
}

.nav-list-item-new {
  position: absolute;
  top: 50%;
  left: -6.8vw;
  transform: translateY(-50%);
  width: 5.7vw;
}

.nav-list-item a {
  color: #fff;
  transition: 0.3s opacity;
}

.nav-list-item a:hover {
  opacity: 0.7;
}

.nav-profile {
  width: 20.7vw;
  display: flex;
  flex-direction: column;
}

.nav-profile-logo {
  width: 89.76%;
}

.nav-profile-account {
  margin: 2.63vw 0 1.46vw;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  padding-left: 9px;
}

.nav-profile-account-icon {
  display: flex;
  justify-content: space-between;
  padding-left: 7px;
}

.nav-profile-account-icon a {
  width: 15.8%;
  transition: 0.3s opacity;
}

.nav-profile-account-icon a:hover {
  opacity: 0.7;
}

.nav-share {
  display: flex;
  align-items: center;
  align-items: end;
  margin-top: 1.3vw;
}

.nav-share .share-txt {
  font-size: 12px;
  letter-spacing: 0.115em;
  margin-right: 14px;
}

.nav-share .share-x {
  width: 22px;
  margin-right: 11px;
}

.nav-share .share-fb {
  width: 22px;
  margin-right: 13px;
}

.nav-share .share-line {
  width: 22px;
}

@media screen and (max-width: 640px) {
  .nav-btn {
    position: fixed;
    top: 8px;
    right: 14px;
  }

  .nav-btn.fixed {
    top: 8px;
    right: 14px;
  }

  .nav-content {
    background: linear-gradient(-135deg, #0C1C64 10%, #060E32);
    height: 100%;
    overflow-y: scroll;
  }

  .nav-inner {
    width: 60%;
    flex-direction: column;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    gap: 16vw;
    padding: 17vw 0;
  }

  .nav-list {
    gap: 5vw;
    margin-right: 0;
  }

  .nav-list-item {
    font-size: 29px;
    text-align: center;
  }

  .nav-profile {
    width: 100%;
  }

  .nav-profile-logo {
    width: 92%;
    margin: 0 auto;
  }

  .nav-profile-account {
    margin: 10.3vw 0 5.9vw;
    padding-left: 0;
    text-align: center;
  }

  .nav-profile-account-icon {
    padding-left: 0;
  }

  .nav-profile-account-icon a {
    width: 16.2%;
  }

  .nav-share {
    justify-content: center;
    margin-top: 5.4vw;
  }

  .nav-share .share-txt {
    font-size: 16px;
    margin-right: 22px;
  }

  .nav-share .share-x {
    width: 31px;
    margin-right: 16px;
  }

  .nav-share .share-fb {
    width: 32px;
    margin-right: 18px;
  }

  .nav-share .share-line {
    width: 31px;
  }
}

.pagetop {
  position: fixed;
  right: 21px;
  bottom: 3.7vw;
  width: 5vw;
  z-index: 9;
}

.pagetop a {
  display: block;
  transition: 0.3s opacity;
}

.pagetop a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .pagetop {
    right: 15px;
    bottom: 26px;
    width: 56px;
  }
}

/* visual　ビジュアル */
.main {
  position: relative;
  width: 100%;
}

.language {
  /* display: flex !important; */
  width: 164px;
  border: 1px solid #fff;
  position: absolute;
  top: 23px;
  right: 19px;
  display: none;
}

.language.is-anim {
  display: flex !important;
}

.language-btn {
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 0;
  text-align: center;
  letter-spacing: 0.1em;
  width: 50%;
  transition: background-colo 0.3s, color .3s;
}

.language-btn:hover {
  background-color: #fff;
  color: #000;
}

.l-active {
  background-color: #fff;
  color: #000 !important;
}

.visual {
  width: 100%;
}

.main__wrap {
  position: absolute;
  top: 5.6vw;
  left: 6.6vw;
}

.main__artistttl {
  font-size: 1.7vw;
  letter-spacing: 0.241em;
  margin-left: 1.2vw;
  filter: drop-shadow(0px 0px 9px #000E23);
  opacity: 0;
  transition: opacity 1s;
}

.main__artistttl.is-anim {
  opacity: 1;
}

.main__single {
  font-size: 1.17vw;
  letter-spacing: 0.097em;
  position: relative;
  left: 1.6vw;
}

.main__single::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2.5vw;
  width: 2vw;
  height: 1px;
  background-color: #fff;
}

.main__ttl {
  font-size: 7.5vw;
  letter-spacing: 0.033em;
  margin-top: 1.3vw;
  filter: drop-shadow(0px 0px 9px #000E23);
  display: none;
}

.main__txt {
  line-height: 1.7;
  font-size: 1vw;
  letter-spacing: 0.02em;
  margin-top: 1.5vw;
  filter: drop-shadow(0px 0px 6px #000E23);
  display: none;
  margin-left: 1.2vw;
}

.release-date {
  position: absolute;
  bottom: 31px;
  right: 53px;
  font-family: "Oswald", sans-serif;
  font-size: 2.4vw;
  letter-spacing: 0.226em;
  display: none;
}

.share {
  position: absolute;
  align-items: end;
  top: 70px;
  right: 53px;
  display: none;
}

.share.is-anim {
  display: flex !important;
}

.share .share-txt {
  font-size: 12px;
  letter-spacing: 0.115em;
  margin-right: 14px;
}

.share .share-x {
  width: 22px;
  margin-right: 11px;
}

.share .share-fb {
  width: 22px;
  margin-right: 13px;
}

.share .share-line {
  width: 22px;
}

@media screen and (max-width: 640px) {
  .language {
    top: 20px;
    left: 20px;
  }

  .main__wrap {
    width: 68%;
    top: 19vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .main__wrap-en {
    width: 100%;
    top: 19vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .main__artistttl {
    position: relative;
    font-size: 17px;
    margin-left: 6vw;
    display: inline-block;
  }

  .main__artistttl-en {
    margin-left: 0;
    left: 17.5%;
  }

  .main__single {
    font-size: 12px;
    left: 28px;
  }

  .main__single::after {
    left: -32px;
    width: 28px;
  }

  .main__ttl {
    text-align: center;
    position: relative;
    font-size: 61px;
    margin-top: 2.5vw;
  }

  .main__txt {
    font-size: 10px;
    margin-top: 2vw;
    margin-left: auto;
    text-align: center;
  }

  .release-date {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
  }

  .share {
    display: none;
  }

  .share.is-anim {
    display: none !important;
  }
}

/* topics　トピック */
.topics {
  background: linear-gradient(to bottom, #04013E, #000650 50%, #010851 55%, #164E78);
}

/* 星空の背景のスタイル */
.stars {
  position: relative;
  width: 100%;
  /* 星空の横幅 */
  height: 100%;
  /* 星空の縦幅 */
  overflow: hidden;
  /* 星が枠外にはみ出すのを防ぐ */
}

/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.3);
  /* 星の影 */
  opacity: 0;
}

.is-star {
  animation: twinkle 5s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.topics-content {
  padding: 11.9vw 0 7.8vw;
  width: 66.8%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mr-top {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  position: absolute;
  left: 50%;
  top: 5vw;
  transform: translateX(-50%);
  z-index: 2;
}

.mr-top-item {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
}

.is-maru {
  animation: 0.6s maruFadeIn forwards;
}

.is-1 {
  background: rgba(255, 255, 255, 0.2);
  animation-delay: 0.6s;
  /* ←さらに追加 */
}

.is-2 {
  background: rgba(255, 255, 255, 0.4);
  animation-delay: 1.2s;
  /* ←さらに追加 */
}

.is-3 {
  background: rgba(255, 255, 255, 0.6);
  animation-delay: 1.8s;
  /* ←さらに追加 */
}

@keyframes maruFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}

.topics-list {
  width: 100%;
  height: 20vw;
  overflow-y: auto;
  margin-top: 3vw;
}

.topics-item {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 6.4vw;
  padding: 2.8vw 0 2.6vw;
  position: relative;
}
.topics-item::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/img_topics-border.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}

.topics-item:hover .topics-item-date {
  opacity: 0.7;
}

.topics-item:hover .topics-item-notice {
  opacity: 0.7;
}

.topics-item:first-child::before {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/img_topics-border.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.topics-item-date {
  position: relative;
  transition: 0.3s opacity;
}

.topics-item-notice {
  width: 80%;
  position: relative;
  transition: 0.3s opacity;
}

@media screen and (max-width: 640px) {
  .mr-top {
    gap: 4vw;
    top: 14vw;
  }

  .mr-top-item {
    width: 8px;
    height: 8px;
  }

  .topics-content {
    width: 89%;
    padding: 32vw 0 18.7vw;
  }

  .topics-content::before {
    width: 8px;
    height: 15.2vw;
    top: -20.6vw;
  }

  .topics-list {
    height: 61vw;
    margin-top: 11vw;
  }

  .topics-item {
    font-size: 14px;
    flex-direction: column;
    gap: 3.4px;
    padding: 5.4vw 0;
  }

  .topics-item-notice {
    width: 100%;
  }
}

/* releases　リリース */
.release {
  padding: 5.7vw 0 12.3vw;
  position: relative;
  background: radial-gradient(farthest-side circle at left center, #052B53, #000);
}

.release::before {
  content: "";
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: radial-gradient(800px circle at right top, #570898, transparent);
}

.release::after {
  content: "";
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: radial-gradient(800px circle at right bottom, #036060, transparent);
}

.release-subttl {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-top: 5.7vw;
}

.release-ttl {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 41px;
  margin-top: 1.46vw;
}

.release-txt {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  margin-top: 1.5vw;
}

.release-release {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 1.46vw;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.release-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 3.2vw;
  margin: 2.7vw auto 8.2vw;
}

.release-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.release-item-commingsoon {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.release-img-cd {
  width: 81%;
  margin: 0 auto 2.2vw;
}

.release-img-bd {
  width: 100%;
  margin: 0 auto 3vw;
  padding-top: 1.4vw;
}

.release-item-ttl {
  color: #50D6FF;
  font-size: 15px;
  font-weight: 600;
}

.release-item-price {
  font-size: 12px;
  margin-top: 11px;
}

.release-item-btn {
  width: 70%;
  margin: 18px auto 0;
}

.release-item-btn a {
  display: block;
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #50D6FF;
  padding: 8px;
  border: solid #50D6FF 1px;
  box-sizing: border-box;
  transition: background-position ease 0.4s;
  background: linear-gradient(to right, #50D6FE 0%, #50D6FE 50%, transparent 50%, transparent 100%) 100% 0;
  background-size: 200% auto;
}

.release-item-btn a:hover {
  background-position: 0 0;
  color: #000;
}

.commingsoon {
  pointer-events: none;
  border: #A5A5A5 1px solid !important;
  color: #A5A5A5 !important;
  background: transparent !important;
}

@media screen and (max-width: 640px) {
  .release {
    padding: 16.3vw 0 25.5vw;
  }

  .release::before {
    background: radial-gradient(300px circle at right top, #570898, transparent);
  }

  .release::after {
    background: radial-gradient(300px circle at right bottom, #036060, transparent);
  }

  .release-subttl {
    font-size: 14px;
    margin-top: 11.1vw;
  }

  .release-ttl {
    font-size: 36px;
    margin-top: 5.4vw;
  }

  .release-txt {
    margin-top: 5.5vw;
    line-height: 1.5;
  }

  .release-release {
    margin-top: 5.5vw;
  }

  .release-wrap {
    flex-direction: column;
    gap: 17.6vw;
    margin: 7.6vw auto 18.4vw;
  }

  .release-item {
    width: 89%;
    margin: 0 auto;
  }

  .release-img-cd {
    width: 77%;
    margin: 0 auto 5.7vw;
  }

  .release-img-bd {
    margin: 0 auto 5.7vw;
  }

  .release-item-price {
    margin-top: 8px;
  }

  .release-item-btn {
    width: 94%;
    margin: 15px auto 0;
  }
}

/* limited 初回限定 */
.release-Limited {
  position: relative;
  z-index: 2;
  margin: 13.8vw auto 6.6vw;
  text-align: center;
}

.Limited-ttl {
  display: inline-block;
  position: relative;
  font-size: 20px;
}

.Limited-ttl-en {
  display: inline-block;
  position: relative;
  font-size: 20px;
}

.Limited-ttl::before {
  content: "";
  display: block;
  width: 72px;
  height: 10px;
  background: url(../images/mr_left.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}

.Limited-ttl::after {
  content: "";
  display: block;
  width: 72px;
  height: 10px;
  background: url(../images/mr_right.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
}

.Limited-ttl-en::before {
  content: "";
  display: block;
  width: 72px;
  height: 10px;
  background: url(../images/mr_left.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}

.Limited-ttl-en::after {
  content: "";
  display: block;
  width: 72px;
  height: 10px;
  background: url(../images/mr_right.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
}

.Limited-img {
  width: 55.2%;
  margin: 4.1vw auto 0;
}

@media screen and (max-width: 640px) {
  .release-Limited {
    margin: 35vw auto 15.2vw;
  }

  .Limited-ttl::before {
    width: 48px;
    height: 8px;
    background: url(../images/mr_left-sp.png) no-repeat center;
    background-size: cover;
    left: -71px;
  }

  .Limited-ttl::after {
    width: 48px;
    height: 8px;
    background: url(../images/mr_right-sp.png) no-repeat center;
    background-size: cover;
    right: -71px;
  }

  .Limited-ttl-en::before {
    display: none;
  }

  .Limited-ttl-en::after {
    display: none;
  }

  .Limited-img {
    width: 89%;
    margin: 9.7vw auto 0;
  }
}

/* recording 収録曲 */
.release-recording {
  position: relative;
  z-index: 2;
  margin: 10.6vw auto 0;
  text-align: center;
}

.recording-ttl {
  display: inline-block;
  position: relative;
  font-size: 20px;
}

.recording-ttl::before {
  content: "";
  display: block;
  width: 72px;
  height: 10px;
  background: url(../images/mr_left.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}

.recording-ttl::after {
  content: "";
  display: block;
  width: 72px;
  height: 10px;
  background: url(../images/mr_right.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
}

.recording-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin: 3.5vw auto 0;
  font-size: 15px;
  line-height: 1.8;
}

.recording-txt-sm {
  font-size: 12px;
}

.recording-wrap {
  display: flex;
  justify-content: center;
  gap: 3vw;
  margin-top: 8.2vw;
}

.recording-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 39vw;
  text-align: center;
  min-width: 300px;
}

.txt-backblue {
  background-color: #008EE8;
}

.txt-backpurple {
  background-color: #A44CE5;
}

.txt-blue {
  color: #008EE8;
}

.txt-purple {
  color: #A44CE5;
}

.recording-item-ttl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  font-size: 16px;
  padding: 9px 20px;
  font-weight: 600;
}

.recording-item-song-ttl {
  margin-top: 1em;
  font-size: 18px;
}

.recording-item-song-txt {
  margin-top: 0.6em;
  font-size: 12px;
  line-height: 1.4;
}

.recording-item-song-production {
  margin-top: 0.6em;
  font-size: 14px;
}

.recording-item-song-puls {
  margin-top: 2em;
  font-size: 16px;
  line-height: 1.4;
}

.recording-benefits {
  margin-top: 6.8vw;
  text-align: center;
}

.recording-benefits-ttl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  font-size: 16px;
  padding: 9px 20px;
  margin-bottom: 1.2vw;
  font-weight: 600;
  position: relative;
}

.recording-benefits-ttl::before {
  content: "";
  display: block;
  width: 29vw;
  height: 2px;
  background: url(../images/img_syokai-border.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -30.5vw;
  top: 50%;
  transform: translateY(-50%);
}

.recording-benefits-ttl::after {
  content: "";
  display: block;
  width: 29vw;
  height: 2px;
  background: url(../images/img_syokai-border.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -30.5vw;
  top: 50%;
  transform: translateY(-50%);
}

.recording-benefits-ttl-en {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  font-size: 16px;
  padding: 9px 20px;
  margin-bottom: 1.2vw;
  font-weight: 600;
  position: relative;
}

.recording-benefits-ttl-en::before {
  content: "";
  display: block;
  width: 27vw;
  height: 2px;
  background: url(../images/img_syokai-border.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -28.5vw;
  top: 50%;
  transform: translateY(-50%);
}

.recording-benefits-ttl-en::after {
  content: "";
  display: block;
  width: 27vw;
  height: 2px;
  background: url(../images/img_syokai-border.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -28.5vw;
  top: 50%;
  transform: translateY(-50%);
}

.recording-benefits-txt {
  margin-top: 1em;
  font-size: 18px;
  line-height: 1.4;
}

.recording-benefits-content {
  margin-top: 0.6em;
  font-size: 18px;
  line-height: 1.6;
}
.recording-benefits-content-sm {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .release-recording {
    margin: 24vw auto 0;
  }
  .recording-ttl::before {
    width: 48px;
    height: 8px;
    background: url(../images/mr_left-sp.png) no-repeat center;
    background-size: cover;
    left: -71px;
  }

  .recording-ttl::after {
    width: 48px;
    height: 8px;
    background: url(../images/mr_right-sp.png) no-repeat center;
    background-size: cover;
    right: -71px;
  }

  .recording-txt {
    width: 83%;
    margin: 9.7vw auto 0;
    font-size: 16px;
    text-align: left;
  }

  .recording-txt-en {
    text-align: center !important;
  }

  .recording-wrap {
    display: flex;
    flex-direction: column;
    gap: 20vw;
    margin-top: 20vw;
  }

  .recording-item {
    gap: 5.4vw;
    width: 81.5%;
    margin: 0 auto;
    min-width: auto;
  }

  .recording-item-song-ttl {
    margin-top: 1em;
    font-size: 18px;
  }

  .recording-item-song-txt {
    margin-top: 0.6em;
  }

  .recording-item-song-puls {
    margin-top: 1.5em;
  }

  .recording-benefits {
    margin-top: 16.8vw;
  }

  .recording-benefits-ttl::before {
    width: 22vw;
    left: -25.5vw;
  }

  .recording-benefits-ttl::after {
    width: 22vw;
    right: -25.5vw;
  }

  .recording-benefits-ttl-en::before {
    width: 14vw;
    left: -16.5vw;
  }

  .recording-benefits-ttl-en::after {
    width: 14vw;
    right: -16.5vw;
  }

  .recording-benefits-txt {
    width: 92%;
    margin: 1em auto 0;
  }

  .recording-benefits-content {
    width: 84%;
    margin: 0 auto;
  }
}

/* digital-single デジタルシングル */
.digital-single {
  padding: 5.8vw 0 8.3vw;
  position: relative;
  background: linear-gradient(to top, #37226A, #16045F 50%, #133A73 80%, #125A7E);
}

.ds-subttl {
  text-align: center;
  margin-top: 4.3vw;
  letter-spacing: 0.02em;
  font-size: 14px;
}

.ds-name {
  text-align: center;
  margin-top: 1.2vw;
  font-size: 41px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.ds-release {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin-top: 1.3vw;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.ds-img {
  width: 29.5%;
  min-width: 400px;
  margin: 2.2vw auto 3vw;
}

.ds-btn {
  width: 23.5%;
  margin: 0 auto;
  min-width: 300px;
}

.ds-btn a {
  display: block;
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 8px;
  border: solid #fff 1px;
  box-sizing: border-box;
  transition: background-position ease 0.4s;
  background: linear-gradient(to right, #fff 0%, #fff 50%, transparent 50%, transparent 100%) 100% 0;
  background-size: 200% auto;
}

.ds-btn a:hover {
  background-position: 0 0;
  color: #2F1B67;
}

@media screen and (max-width: 640px) {
  .digital-single {
    padding: 16.3vw 0 20.1vw;
  }

  .ds-subttl {
    margin-top: 10.3vw;
  }

  .ds-name {
    margin-top: 5.2vw;
    font-size: 36px;
  }

  .ds-release {
    margin-top: 5.2vw;
  }

  .ds-img {
    width: 70%;
    min-width: auto;
    margin: 7.3vw auto 9.5vw;
  }

  .ds-btn {
    width: 83%;
    min-width: auto;
  }
}

/* movie 動画 */
.movie {
  position: relative;
  z-index: 0;
  padding: 5.7vw 0 9vw;
  overflow: hidden;
  z-index: 0;
}

.movie-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.slick__bg {
  padding-bottom: 32%;
  /* padding-bottom: 64%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

.slick__bg01 {
  background-image: url(../images/img_movieback01-pc.png);
}

.slick__bg02 {
  background-image: url(../images/img_movieback02-pc.png);
}

.slick__bg03 {
  background-image: url(../images/img_movieback03-pc.png);
} 

.slick__bg04 {
  background-image: url(../images/img_movieback04-pc.png);
}

.movie-wrap {
  margin: 4.1vw auto 0;
  position: relative;
  z-index: 3;
}

.btn_movie {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.thumbnail {
  box-sizing: border-box;
  transition: 0.3s all;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  border-right: 1.5px solid #000;
  border-left: 1.5px solid #000;
}

.btn_movie:hover .thumbnail {
  transform: scale(1.1, 1.1);
  transform-origin: center;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.5vw;
  transition: 0.3s opacity;
}

.btn_movie:hover .play {
  opacity: 0.7;
}

.item-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  width: 80%;
  margin: 35px auto 0;
  text-align: center;
  line-height: 1.2;
  display: none;
}

@media screen and (max-width: 800px) {
  .slick__bg {
    padding-bottom: 36%;
    /* padding-bottom: 72%; */
  }
}

@media screen and (max-width: 640px) {
  .movie {
    padding: 16.3vw 0 22vw;
  }

  .slick__bg {
    padding-bottom: 71%;
    /* padding-bottom: 138%; */
  }

  .slick__bg01 {
    background-image: url(../images/img_movieback01-sp.png);
  }

  .slick__bg02 {
    background-image: url(../images/img_movieback02-sp.png);
  }

  .slick__bg03 {
    background-image: url(../images/img_movieback03-sp.png);
  } 

  .slick__bg04 {
    background-image: url(../images/img_movieback04-sp.png);
  } 

  .movie-wrap {
    margin: 12.2vw auto 0;
  }

  .play {
    width: 12.7vw;
  }

  .item-txt {
    font-size: 16px;
    margin-top: 46px;
  }
}

/* artists アーティスト */
.artists {
  position: relative;
  padding: 8.8vw 0;
  background: linear-gradient(to bottom, #37226A, #16045F 60%, #15256B 80%, #145D7F);
}

.artists-in {
  width: 73%;
  margin: 0 auto;
  padding: 2.8vw 0 3.3vw;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.artists-img {
  width: 18.6%;
  min-width: 186px;
  margin: 3.3vw auto 2.4vw;
}

.artists-name {
  width: 23.4vw;
  min-width: 320px;
  text-align: center;
  color: #50D6FF;
  font-size: 30px;
  position: relative;
  padding-bottom: 1.5vw;
  left: 50%;
  transform: translateX(-50%);
}

.artists-name-sm {
  font-size: 18px;
}

.box__line {
  position: absolute;
  width: 100%;
  min-width: 320px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: left;
  background: linear-gradient(to right, transparent, #50D6FF);
}

.is-border {
  animation: animate1 1.6s 2s linear;
}

@keyframes animate1 {
  0% {
    transform: translateX(-50%) scale(0, 1);
    /* 線のx軸の長さを0 */
  }

  100% {
    transform: translateX(-50%) scale(1, 1);
    /* 線のx軸の長さを1 */
  }
}

.artists-txt {
  width: 32%;
  min-width: 330px;
  margin: 1.7vw auto 0;
  color: #50D6FF;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .artists {
    padding: 10vw 0;
  }

  .artists-in {
    width: 89%;
    padding: 6.8vw 0 7.6vw;
  }

  .artists-img {
    width: 53%;
    min-width: auto;
    margin: 9.7vw auto 6.8vw;
  }

  .artists-name {
    width: 100%;
    min-width: auto;
    font-size: 26px;
    padding-bottom: 7vw;
  }

  .box__line {
    min-width: auto;
    width: 85%;
  }

  .artists-txt {
    width: 86%;
    min-width: auto;
    margin: 8.4vw auto 0;
  }
}

/* benefits オリジナル特典 */
.benefits {
  padding: 5.7vw 0 12.3vw;
  position: relative;
  background: radial-gradient(farthest-side circle at left bottom, #052B53, #000);
}

.benefits::before {
  content: "";
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: radial-gradient(800px circle at right top, #036060, transparent);
}

.benefits-wrap {
  position: relative;
  z-index: 2;
  margin: 5.4vw auto 4.7vw;
  display: flex;
  flex-wrap: wrap;
  width: 67%;
  gap: 7.8vw 16.4%;
}

.benefits-item {
  width: 22.4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.benefits-item-img {
  width: 100%;
  display: block;
}

.benefits-item-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.17vw;
  line-height: 1.5;
  margin-top: 1.5vw;
  margin-bottom: 2.9vw;
  font-weight: 500;
  white-space: nowrap;
}

.txt-nobottom {
  margin-bottom: 0 !important;
}

.txt-notop {
  margin-top: 0 !important;
}

.benefits-item-txt-sm {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 8px;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 8px;
}

.benefits-item-wrap {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  display: flex;
  gap: 3%;
  text-align: center;
}

.benefits-item-wrap-btn01 {
  width: 48.5%;
  padding: 9px 3% 7px;
  color: #000;
  font-weight: 700;
  background-color: #50D6FF;
  font-size: 1.2vw;
  border: 1px solid #50D6FF;
  transition: background-color 0.3s, color .3s;
}

.benefits-item-wrap-btn01:hover {
  background-color: #000;
  color: #50D6FF;
}

.benefits-item-wrap-btn02 {
  width: 48.5%;
  padding: 9px 3% 7px;
  color: #000;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 1.2vw;
  transition: background-color 0.3s, color .3s;
}

.benefits-item-wrap-btn02:hover {
  background-color: #000;
  color: #fff;
}

.benefits-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
  z-index: 2;
  margin: 4.75vw auto 0;
  font-size: 14px;
  width: 73%;
  line-height: 2;
  letter-spacing: 0.027em;
}

@media screen and (max-width: 840px) {
  .benefits-wrap {
    width: 90%;
    gap: 7.8vw 8%;
  }

  .benefits-item {
    width: 28%;
  }

  .benefits-item-txt {
    font-size: 14px;
  }

  .benefits-item-wrap-btn01 {
    width: 47%;
    padding: 13px;
    font-size: 17px;
  }

  .benefits-item-wrap-btn02 {
    width: 47%;
    padding: 13px;
    font-size: 17px;
  }

  .benefits-txt {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  .benefits {
    padding: 16vw 0 21.7vw;
    background: radial-gradient(farthest-side circle at left center, #052B53, #000);
  }

  .benefits::before {
    background: radial-gradient(300px circle at right top, #036060, transparent);
  }

  .benefits::after {
    content: "";
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: radial-gradient(300px circle at right bottom, #540894, transparent);
  }

  .benefits-wrap {
    width: 77%;
    flex-direction: column;
    margin: 10.8vw auto 16.5vw;
    gap: 17.6vw;
  }

  .benefits-item {
    width: 100%;
    gap: 21px;
  }

  .benefits-item-img img {
    display: block;
    width: 71.6%;
    margin: 0 auto;
  }

  .benefits-item-txt {
    font-size: 16px;
    margin-top: 21px;
    margin-bottom: 0;
  }

  .benefits-item-wrap {
    gap: 6%;
  }

  .benefits-item-wrap-btn01 {
    font-size: 14px;
  }

  .benefits-item-wrap-btn02 {
    font-size: 14px;
  }

  .benefits-txt {
    width: 83%;
  }
}

/* anime アニメ */
.anime {
  padding: 6.5vw 0 7.3vw;
  background: linear-gradient(to bottom, #0F305F, #113867 30%, #164F80 55%, #1C6B9F 80%, #238BC3);
}

.anime-txt {
  margin-top: 2.4vw;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}

.anime-logo {
  width: 27.4%;
  min-width: 360px;
  margin: 2.9vw auto 2vw;
}

.anime-img {
  width: 35.8%;
  min-width: 490px;
  margin: 0 auto;
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.13));
}

.anime-btn {
  width: 25.4%;
  min-width: 340px;
  margin: 4.1vw auto 0;
  position: relative;
}

.anime-btn::after {
  content: "";
  display: block;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 7.2%;
}

.anime-btn a {
  display: block;
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 15px;
  letter-spacing: 0.04em;
  border: solid #fff 1px;
  box-sizing: border-box;
  z-index: 0;
  position: relative;
}

.anime-btn a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: opacity 0.5s;
  background: linear-gradient(to left, #941E5D, #BB5B35);
}

.anime-btn a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #BB5B35, #941E5D);
}

.anime-btn a:hover:before {
  opacity: 0;
}

@media screen and (max-width: 640px) {
  .anime {
    padding: 16.8vw 0 19vw;
  }

  .anime-txt {
    margin-top: 8.6vw;
    font-size: 16px;
  }

  .anime-logo {
    width: 83%;
    min-width: auto;
    margin: 5.7vw auto;
  }

  .anime-img {
    width: 83%;
    min-width: auto;
  }

  .anime-btn {
    width: 86%;
    min-width: auto;
    margin: 10.3vw auto 0;
  }

  .anime-btn a {
    font-size: 18px;
    padding: 17px;
  }
}

/* discography ディスコグラフィー */
.discography {
  background: linear-gradient(to bottom, #6391ED, #5916A8);
  padding: 6.1vw 0 8.1vw;
}

.discography-inner {
  margin-top: 5.7vw;
}

.dis-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 6%;
}

.dis-item {
  text-align: center;
  width: 22.5%;
  min-width: 200px;
  transition: 0.3s opacity;
}

.dis-item:hover {
  opacity: 0.7;
}

.dis-item-img {
  width: 100%;
}

.dis-item-txt {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.07em;
  margin-top: 28px;
}

@media screen and (max-width: 640px) {
  .discography {
    padding: 16.3vw 0 35vw;
  }

  .discography-inner {
    margin-top: 9.5vw;
  }

  .dis-wrap {
    flex-direction: column;
    gap: 14vw;
  }

  .dis-item {
    margin: 0 auto;
    width: 83%;
    min-width: auto;
  }
}

/* profile プロフィール */
.profile {
  background: linear-gradient(-45deg, #0C1C64, #060E32);
}

.profile-inner {
  padding: 7.46vw 0 8.56vw;
  width: 60.76%;
  margin: 0 auto;
}

.profile-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4.75vw;
}

.profile-img {
  width: 22.04%;
}

.profile-item {
  width: 64.21%;
}

.profile-name {
  display: flex;
  gap: 2.21vw;
}

.profile-name-logo {
  width: 36.21%;
}

.profile-name-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.17vw;
  letter-spacing: 0.2em;
  margin-top: 2vw;
}

.profile-detail {
  margin-top: 1.97vw;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1vw;
  letter-spacing: 0.04em;
  line-height: 1.7;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.profile-account {
  margin-top: 1.97vw;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
}

.profile-account-icon {
  margin-top: 1.46vw;
  display: flex;
  gap: 1.75vw;
}

.profile-account-icon a {
  width: 6.37%;
  transition: 0.3s opacity;
}

.profile-account-icon a:hover {
  opacity: 0.7;
}

.profile-music {
  margin-top: 1.46vw;
  display: flex;
  gap: 2.56vw;
}

.profile-music a {
  width: 31.5%;
  transition: 0.3s opacity;
}

.profile-music a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {

  .profile-inner {
    padding: 17.39vw 0 18.2vw;
    width: 100%;
  }

  .profile-ttl {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .profile-ruby {
    margin-top: 4px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .profile-wrap {
    margin: 13.04vw auto 0;
    flex-direction: column;
    gap: 13.85vw;
  }

  .profile-img {
    width: 54.34%;
    margin: 0 auto;
  }

  .profile-item {
    width: 100%;
  }

  .profile-name {
    display: block;
  }

  .profile-name-logo {
    width: 60.97%;
    margin: 0 auto;
  }

  .profile-name-txt {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.3em;
    margin-top: 5.16vw;
  }

  .profile-detail {
    width: 89.13%;
    margin: 8.42vw auto 0;
    font-size: 15px;
    left: 0;
    transform: translate(0);
  }

  .profile-account {
    margin-top: 10.86vw;
    font-size: 12px;
    text-align: center;
  }

  .profile-account-icon {
    width: 63.58%;
    margin: 10.86vw auto 0;
    display: flex;
    gap: 0;
    justify-content: space-between;
  }

  .profile-account-icon a {
    width: 16.46%;
  }

  .profile-music {
    width: 94.56%;
    margin: 7.33vw auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .profile-music a {
    width: calc(50% - 6px);
  }
}

/* footer */
.footer {
  padding: 2.2vw 20px 1.8vw;
  text-align: center;
  background-color: #000;
}

.f-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.f-copyright {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .footer {
    padding: 8.15vw 0 14.4vw;
  }

  .f-copyright {
    margin-top: 30px;
  }
}