
html {
    scroll-behavior: smooth;
}



#pankz_sp2 {
    margin: 140px 0 0 0px;
}

.p-color {
    background-color: #644605;
}


.wrapper {
    background: url(/sp/music_legends/img/bk_pc.jpg) repeat-y;
    background-position: bottom;
    background-size: cover;
    margin: 0 0 -170px 0;
    color: #fff;
    box-sizing: border-box;
}

#top_banner {
    position: relative;
    text-align: center;
    width: 100%;
    opacity: 0.9;
    left: -1%;
    top: 0px;
    z-index: 1;
}

#top_banner p img {
    max-width: 1500px;
}



.cont_wrap {
    position: relative;
    width: 1100px;
    margin: 100px auto;
}

.cont_wrap h2 {
    font-family: serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #44370f;
    font-size: 140px;
    font-weight: normal;
    opacity: 0.7;
    cursor: default;
}




/* Concept */

#concept ul {
    display: flex;
    justify-content: space-between;
}

#concept ul li:first-child {
    width: 10%;
    margin-left: -100px;
    z-index: 1;
}
#concept ul li:nth-child(2) {
    width: 40%;
    margin-left: 50px;
    z-index: 5;
}
#concept ul li:last-child {
    text-align: center;
    width: 50%;
    margin: -80px 0 0 0;
}

#concept h3 {
    margin: 0 0 36px 0;
    font-size: 28px;
    font-family: serif;
    font-weight: normal;
    line-height: 1.4;
    color: #e8c747;
}

#concept p {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 1.9;
}


/* Slide */
.slide-row {
    width: 100%;
    overflow: hidden;
}
.autoplay-slider{
    display: flex;
    width: min-content;
    animation: 50s linear infinite sliderAnimation;
}
.slide{
    height: 300px;
    width: 300px;
} 
.slide span img {
    width: 100%;
}
@keyframes sliderAnimation {
    100% {
    transform: translateX(-50%);
    }
}

/* NAV MENU */
.legends_nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /* position: fixed;*/
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.legends_nav .slide {
    width: 130px !important;
    height: 220px;
    text-align: center;
    width: 14%;
    margin: 0 1px;
    padding: 24px 7px 8px 7px;
    background: linear-gradient(rgba(255, 255, 255, 0.155) 0%,rgb(255, 255, 255,0) 60%);
    position: relative;
}
.legends_nav .on {
    background: linear-gradient(#fafafa,rgb(255, 255, 255,0) 60%);
}
.legends_nav .slide:hover {
    background: linear-gradient(#fafafa,rgb(255, 255, 255,0) 60%);
}

.legends_nav .new:before {
    content: '';
    width: 36px;
    height: 36px;
    background: url(/sp/music_legends/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: 5%;
    left: 3%;
    z-index: 2;
}

.legends_nav .slide p {
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 10px;
    color: #fff;
}
.legends_nav .slide a p.ja-name {
    text-decoration: underline;
    font-size: 10px;
    line-height: 160%;
    margin-top: 2px;
}

.legends_nav .slide a img {
    width: 80%;
    margin: 0 10%;
}

.slick-prev, .slick-next, .slick-dots {
    display: none !important;
}

.slick-list {
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
}
.slick-track {
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    display: flex;
    justify-content: center;
}



/* About */

#about_txt {
    text-align: left;
    margin: 0 auto;
    width: 720px;
    font-size: 16px;
}
#about_txt ul {
    display: flex;
    justify-content: space-between;
}

#about_txt ul li:first-child {
    width: 10%;
    margin-left: -290px;
}
#about_txt ul li:last-child {
    width: 90%;
}
#about_txt ul li h3 br {
    display: none;
}
#about_txt ul li h3 {
    text-align: center;
    margin: 30px 0 60px;
    font-size: 24px;
    font-weight: normal;
    font-family: serif;
}
#about_txt ul li p {
    text-align: justify;
    margin: 0 0 30px 0;
    line-height: 1.8;
}


/* Movie */

#movie {
    position: relative;
    width: 1000px;
    margin-top: 60px;
    padding-top: 140px;
}
#movie::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 1px;
    height: 60px;
    background-color: #fff;
}


#movie h2 {
    position: absolute;
    top: 134px;
    left: -150px;
    z-index: 1;
}
#movie ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#movie ul li {
    width: 46%;
    margin: 0 0 50px 0;
    z-index: 5;
}

#movie iframe {
    width: 100%;
    height: 258px;
}




/* Tab */
#symbolic {
    position: relative;
    width: 700px;
    text-align: center;
    margin-top: 80px;
    padding-top: 140px;
}

#symbolic h4 {
    margin-bottom: 40px;
    font-size: 30px;
    font-family: serif;
    line-height: 2;
}

#symbolic h4 span {
    color: #a78d30;
}

#symbolic p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
}

#symbolic::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 60px;
    background-color: #fff;
}

.section {
    width: 1200px;
    margin: 120px auto 0;
    animation: 0.5s up-anima;
}

.section ul {
    display: flex;
    justify-content: center;
}

.section ul li {
    text-align: center;
}


@keyframes up-anima{
    0%{
        transform: translateY(0%);
        opacity: 0;
    }
    25% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.6;
    }
    75% {
        opacity: 0.8;
    }
    100%{
        transform: translateY(0%); 
        opacity: 1;
    }
}









.legend_img {
    width: 30%;
    
}

.legend_txt {
    width: 35%;
    margin: 0 0px 0 120px;
    padding: 0 30px 0 0;
}

.legend_txt h4 {
    margin: 20px 0;
    font-size: 20px;
    font-family: serif;
    font-weight: normal;
}

.legend_num {
    position: relative;
    font-size: 18px;
    font-family: serif;
    color: #f3d49a;
}

.legend_num::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 42%;
    height: 1px;
    background-color: #a78d30;
}

.legend_num::after {
    content: '';
    display: block;
    position: absolute;
    top: 47%;
    right: 0;
    width: 42%;
    height: 1px;
    background-color: #a78d30;
}

.legend_txt h3 {
    margin: 40px 0;
    padding-bottom: 50px;
    font-size: 40px;
    font-family: serif;
    font-weight: normal;
    color: #f3d49a;
    line-height: 1;
    border-bottom: 1.5px solid #a78d30;
}

.legend_txt h3 span {
    font-size: 18px;
}

.legend_info {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

.legend_txt a {
    position: relative;
    display: block;
    color: #fff;
    border: 1px solid #f3d49a;
    margin: 40px 0 0 0;
    padding: 6px 132px;
    transition: .3s;
}

.legend_txt a::after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 128px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: .3s;
}

.legend_txt a:hover {
    background-color: #f3d49a;
    color: #070301;
    transition: .3s;
}

.legend_txt a:hover::after {
    border-top: 2px solid #070301;
    border-right: 2px solid #070301;
    right: 124px;
    transition: .3s;
}





/* Tab button */

.switch_wrap {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 50%;
    width: 920px;
    margin: 80px auto 0;
    position: relative;
}


.switch_btn {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    opacity: 0.7;
    position: relative;
}


.switch_btn:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
    opacity: 1;
    transition: all 0.2s;
}

.switch_btn p {
    text-align: center;
    margin: 150px 30px 0px;
    font-family: serif;
    color: #fff;
    font-size: 18px;
    opacity: 1;
}



.switch_btn img {
    width: 120px;
    height: auto;
    margin: 0 30px;
}
.switch_btn img:nth-child(2) {
    width: 122px;
    height: auto;
}

.switch_btn img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}

.switch_btn img:nth-child(2) {
    position: absolute;
    top: -1px;
    left: -1px;
    transition: .3s;
}
.switch_btn img:nth-child(2):hover {
    opacity: 0;
    transition: .3s;
}



/* .active {
    opacity: 1;
}
.active::before{
    content: "";
    width: 140px;
    height: 140px;
    border: #e8c747 2px solid;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -10px;
    left: 20px;
    opacity: 1;
} */




/* Coin line and Top back */

#under_link {
    margin: 140px auto 0;
    padding: 145px 0 0 0;
    height: 1000px;
}

#under_link h3 {
    text-align: center;
    font-size: 80px;
    font-family: serif;
    font-weight: normal;
}

#under_link ul {
    position: relative;
}

#under_link ul li {
    position: absolute;
}

#under_link ul li a img {
    width: 162px;
}


#under_link ul li:nth-child(1) {
    top: 150px;
    left: 0;
    z-index: 2;
}

#under_link ul li:nth-child(2) {
    top: 150px;
    left: 130px;
    z-index: 2;
}

#under_link ul li:nth-child(3) {
    top: 150px;
    left: 264px;
    z-index: 2;
}

#under_link ul li:nth-child(4) {
    top: 150px;
    left: 400px;
    z-index: 2;
}

#under_link ul li:nth-child(5) {
    top: 150px;
    left: 532px;
    z-index: 2;
}

#under_link ul li:nth-child(6) {
    top: 150px;
    left: 668px;
    z-index: 2;
}

#under_link ul li:nth-child(7) {
    top: 150px;
    left: 808px;
    z-index: 2;
}

#under_link ul li:nth-child(8) {
    top: 150px;
    right: -3px;
    z-index: 2;
}

/* #under_link ul li:nth-child(5) a img {
    width: 201px;
} */

#under_link ul li:last-child {
    width: 100%;
    margin: 0 auto;
    top: 310px;
    opacity: 1;
    z-index: 1;
}

#under_link ul li:last-child img {
    width: 100%;
    opacity: 0.7;
}

#under_link ul li:nth-child(1):hover,
#under_link ul li:nth-child(2):hover,
#under_link ul li:nth-child(3):hover,
#under_link ul li:nth-child(4):hover,
#under_link ul li:nth-child(5):hover,
#under_link ul li:nth-child(6):hover,
#under_link ul li:nth-child(7):hover,
#under_link ul li:nth-child(8):hover {
    filter: contrast(130%);
    transition: 0.2s;
    filter: drop-shadow(-3px -2px 8px rgb(255, 218, 115));
}

#under_link::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 1px;
    height: 60px;
    background-color: #fff;
}

.topback {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.topback a {
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    padding: 8px 100px;
    transition: .3s;
}

.topback a:hover {
    background-color: #fff;
    color: #070301;
    transition: .3s;
}