body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	list-style-type: none;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1;
}

html::-webkit-scrollbar {  
  display: none;
}

figure{
    margin: 0;
    padding: 0;
}

textarea{
	font-size: 100%;
}

*:focus {
    outline: none;
}

img{
	max-width: 100%;
	height: auto;
}

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
}

iframe[name="google_conversion_frame"] {
	position: absolute; top: 0;
}

input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}

body{
    background-color: #fff;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
    overscroll-behavior: none;
    color: #121212;
    overflow-y: unset !important;
}

a{
    text-decoration: none;
    color: #000;
}

a:hover{
    text-decoration: none;
}

.scroll-touch {
  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}

.scroll-auto {
  -webkit-overflow-scrolling: auto; /* Stops scrolling immediately */
}

.s_text{
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-variant-ligatures: no-common-ligatures;
    text-align: justify;
}

#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    text-align: center;
    display: none;
    top: 0;
    left: 0;
}

#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#splash_logo p {
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sp_view{
	display: none !important;
}

.bg__fixed {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.block__title{
    top: 50%;
    left: 4%;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
    position: absolute;
    z-index: 100;
}

.block__title h1 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    text-decoration: underline;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.block__scrolltext-top{
    position: absolute;
    top: -8px;
    left: 0;
}

.block__scrolltext-bottom {
    position: absolute;
    bottom: -8px;
    left: 0;
}

header nav{
    margin-top: 40px;
}

header li {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

header li a{
    font-size: 1.2rem;
    text-decoration: underline;
}

.button__colorchange{
    margin-top: 48px;
}

.button__colorchange button {
    border: none;
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 8px;
}

.button__colorchange button.current{
    border: solid 1px;
}

.button__colorchange button#purple{
    background-color: #aa57aa;
}

.button__colorchange button#yellow{
    background-color: #ced21d;
}

.button__colorchange button#green{
    background-color: #259748;
}

.button__colorchange button#blue{
    background-color: #282597;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
    animation :infinity-scroll-left 250s infinite linear 0.5s both;
}

.d-demo__list--right{
    animation :infinity-scroll-right 240s infinite linear 0.5s both;
}

.d-demo__item {
    width: calc(180vw / 2);
    margin: 0 32px;
}

.d-demo__item > img{
   width: 100%;
}

.block__circle-img {
    width: 200px;
    position: fixed;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
    z-index: 100;
}

.block__circle-img p {
    font-family: 'Poppins', sans-serif;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(0);
    position: absolute;
    font-size: 6.4rem;
    text-align: center;
    letter-spacing: 0.02em;
}

.block__circle-img p span {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
}

.block__circle-img p small {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    display: block;
}

@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(-360deg);}
}

.block__circle-img a{
}

.block__circle-img img {
    animation: rotate-anime 120s linear infinite;
    display: block;
}

.section__center{
    position: relative;
    z-index: 500;
    margin: 0 auto;
    width: 440px;
}

.block__profile-img {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

.block__profile-img__inner{
}

.block__profile-img__inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, transparent 0 30%, rgba(0,0,0,0.2) 70% 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.block__profile-img__inner h1 {
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 8%;
    left: 4%;
    font-size: 2rem;
    z-index: 2;
}

.content__main {
    position: relative;
    top: 200px;
    left: 0;
    z-index: 400;
    background-color: #010101;
}

.content__main-inner {
    padding: 24px 0;
    height: 100%;
}

.content__main-inner__top{
}

.content__main-inner__bottom {
    margin: 0 auto 40px;
    width: 88%;
    position: relative;
    display: flex;
    align-items: center;
}

.content__main-inner__bottom a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content__main-inner__bottom::after{
    content: '>';
    position: absolute;
    bottom: 0;
    left: 0;
}

.content__main-inner__bottom img {
    width: 12%;
    margin-right: 4%;
}

.text__m-bottom {
    color: #fff;
    width: 80%;
}

.text__m-bottom h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 12px;
}

.text__m-bottom p{
    font-size: 1.2rem;
    letter-spacing: 0.01em;  
}

.block__playlist {
    margin: 0 auto;
    width: 88%;
}

.block__playlist h2 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 24px;
}

.list__playlist {
    padding-bottom: 80px;
}

.item__playlist {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
}

.item__playlist .number {
    color: #fff;
    font-weight: bold;
    margin-right: 6%;
    width: 16px;
}

.item__playlist img {
    width: 12%;
    margin-right: 4%;
}

.item__playlist-detail{
}

.item__playlist-detail h3 {
    color: #fff;
    font-size: 1.6rem;
}

.item__playlist-detail p {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 12px;
}

.item__playlist a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navigation__artist {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    -webkit- transform: translateY(0) translateX(-50%);
    z-index: 500;
    width: 440px;
    background-color: rgb(0,0,0,0.9);
    overflow: hidden;
}

.navigation__artist nav{  
}

.navigation__artist ul{
    display: flex;
}

.navigation__artist li {
    width: 25%;
    text-align: center;
    padding: 16px 0;
    position: relative;
}

.navigation__artist li a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.navigation__artist li img {
    width: 32px;
    margin-bottom: 8px;
}

.navigation__artist li p{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 1.2rem;
}

.bg__center {
    position: fixed;
    z-index: 100;
    width: 440px;
    box-shadow: 0 10px 24px 10px rgb(0 0 0 / 60%);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    -webkit- transform: translateY(0) translateX(-50%);
    background-color: #000;
    background-image: url(../img/common/img_profile.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top -5% center;
}

.block__detail-music {
    overflow-y: scroll;
    height: 100px;
}

.block__modal-right h2{
    font-size: 1.6rem;
    margin-bottom: 24px;
    line-height: 1.4;
}

.block__detail-medley{

}

.block__detail-medley h3{

}

.item__playlist a.all-category{
    color: #fff;
}

.all-category.active{
    display: none !important;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

@keyframes rotate-right {
  0% {
    transform: translate(-100%) rotate(-100deg);
  }
  100% {
    transform: none;
  }
}

.is-animated {
  animation: .6s zoom-in;
  // animation: .6s rotate-right; 
}

.block__info-text {
    bottom: 0;
    position: fixed;
    right: 0;
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
    z-index: 200;
    font-size: 1.2rem;
    font-weight: bold;
}

.block__info-text a{
    color: #fff;
}

.block__info-text a::before {
    content: "\01f35d";
    font-size: 2rem;
    vertical-align: middle;
    margin-right: 8px;
}

.block__modal-info {
    padding: 48px;
    box-sizing: border-box;
}

.block__modal-info h2 {
    font-size: 2rem;
    margin-bottom: 24px;
}

.block__modal-info p {
    line-height: 1.8;
    margin-bottom: 16px;
}

.block__modal-info p:last-child{
    margin-bottom: 0;
}

.block__modal-info p a{
    text-decoration: underline;
}

.block__modalcontent-medley .block__modal-left{
    width: 72%;
}

.block__modalcontent-medley .block__modal-right {
    width: 24%;
    padding: 4%;
}

.block__modalcontent-medley .block__modal-left p.link {
    padding: 4%;
}

.block__modalcontent-medley .block__detail-music {
    height: auto;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
}

.modal-content {
    display: none;
    box-sizing: border-box;
    background: #fff;
    left: 50%;
    padding: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 440px;
    height: 100vh;
}

.modal{
  display: none;
}

.youtube-box {
    overflow-y: scroll;
    height: 100%;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.youtube-box::-webkit-scrollbar{
    display: none;
}

iframe.youtube {
    width: 100%;
    position: fixed;
    z-index: 20;
}

.block_modal_detail{
}

.block_modal_detail_inner {
}

.block_modal_detail_inner h2 {
    font-size: 1.6rem;
    margin-bottom: 16px;
    font-weight: bold;
}

.youtube-box{
    background-color: #000;
    color: #fff;
}

.block_modal_detail {
    padding: 300px 24px 40px;
}

.block_modal_detail .detail {
    margin-bottom: 20px;
    line-height: 1.8;
}

.block_modal_detail_inner .link {
    margin-bottom: 20px;
    line-height: 1.8;
}

.block_modal_detail_inner .link a{
    text-decoration: underline;
    color: #fff;
}

.block_lyric {
    border-top: solid 1px;
    padding-top: 20px;
}

.block_lyric p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.block_lyric p:last-child {
    margin-bottom: 0;
}

.info-box{
    padding: 40px 24px 40px;
}

.info-box h2{
    font-size: 1.6rem;
    margin-bottom: 16px;
    font-weight: bold;
}

.info-box p{
    line-height: 1.8;
    margin-bottom: 20px;
}

.info-box p:last-child {
    margin-bottom: 0;
}

.info-box p a{
    text-decoration: underline;
}

.button_close {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    font-size: 2.4rem;
    text-align: center;
    padding: 8px;
    width: 32px;
    height: 32px;
    border-top: solid 1px;
    border-left: solid 1px;
    line-height: 1 !important;
    align-items: center;
    justify-content: center;
}

.b_modal_detail_inner_item{
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: dashed 1px #fff;
}

.b_modal_detail_inner_item:first-of-type{
    margin-top: 40px;
}

.b_modal_detail_inner_item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.b_modal_detail_inner_item p{
}

.b_modal_detail_inner_item h3 {
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 32px;
    font-size: 1.6rem;
}

footer {
    position: fixed;
    right: 8px;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
    z-index: 100;
    top: 50%;
}

footer p {
    font-family: 'Poppins', sans-serif;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 1rem;
    letter-spacing: 0.2em;
}















