* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.pcolor {
    background-color: #644605;
}


.wrapper {
    width: 100%;
    background: url(/sp/music_legends/img/bk_pc.jpg) repeat-y;
    background-position: bottom;
    background-size: cover;
    color: #fff;
    /* overflow: hidden; */
}

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


.cont_wrap {
    padding: 0 4%;
}


.cont_wrap h2 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 34px;
    font-family: serif;
    color: #665218;
    z-index: 2;
}
#concept {
    margin-bottom: 100px;
}
#concept h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    color: #e8c747;
    font-family: serif;
    line-height: 1.5;
}

#concept p {
    font-size: 16px;
    margin: 0 0 14px 0;
    text-align: justify;
    line-height: 1.8;
}

#concept ul {
    position: relative;
}

#concept ul li:first-child, #concept ul li:nth-child(2) {
    position: relative;
    z-index: 5;
}

#concept ul li:last-child {
    position: absolute;
    top: 0;
    opacity: .4;
    z-index: 1;
}



/* Slide */

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


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

.slick-track {
    position: relative;
    top: 0;
    left: -45px;
    display: block;
}

.slick-prev {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 6px;
    top: 40px;
    z-index: 11;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;

    transform: rotate(-135deg);
}
.slick-next {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 6px;
    top: 40px;
    z-index: 11;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    position: absolute;
    bottom: -20px;
    display: block;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #ccc;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 8px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;
}

.slick-dots .slick-active button{
    background:#333;
    width: 6px;
    height: 6px;
}


/* About */
#about h2 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 30px;
    font-family: serif;
    color: #665218;
}

#about_txt h3 {
    text-align: center;
    font-family: serif;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.5;
}

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

#movie {
    margin: 100px 0 0 0;
    padding: 100px 16px 0 16px;
}

#movie ul li iframe {
    width: 100%;
    height: 220px;
}

#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 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 30px;
    font-family: serif;
    color: #665218;
}



/* tab */
#symbolic {
    margin: 100px 0 60px 0;
    padding: 100px 16px 0 16px;
    font-size: 16px;
    position: relative;
}

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

#symbolic h4 {
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 22px;
    font-family: serif;
    line-height: 1.6;
}

#symbolic h4 span {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 20px;
    font-family: serif;
    color: #665218;
}

#symbolic p {
    text-align: justify;
}

.section {
    position: relative;
    padding: 0 16px;
}

.legend_txt {
    position: absolute;
    width: 360px;
    bottom: -360px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 20px 16px 30px 16px;
    background: linear-gradient(#2f130040, #1d1a188c, #000000);
    border-radius: 10px;
}

.legend_txt h4 {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: serif;
}

.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: 20px 0;
    padding-bottom: 32px;
    font-size: 40px;
    font-family: serif;
    font-weight: normal;
    color: #f3d49a;
    line-height: 1;
    border-bottom: 1px solid #a78d30;
}

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

.legend_info {
    text-align: justify;
    margin: 0 0 30px 0;
}

.legend_txt a {
    padding: 8px 60px;
    border: 1px solid #fff;
    color: #fff;
}

.legend_img img {
    width: 85%;
}



/* Tab button */
.switch_wrap {
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    grid-template-rows: 50% 50%;
    justify-content: space-between;
    align-items: center;
    margin: 400px 0 0 0;
    padding: 0 16px;
}

.switch_btn {
    margin-bottom: 40px;
    text-align: center;
    font-family: serif;
    align-self: flex-start;
    opacity: 0.7;
}

.switch_btn p {
    margin: 16px 0 0 0;
    line-height: 1.4;
}

.switch_btn img:nth-child(1) {
    display: none;
}

.switch_btn img:nth-child(2) {
    width: 94px;
}


.active {
    opacity: 1;
    color: #e8c747;
}






/* Coin line and Top back */
#under_link {
    position: relative;
    margin: 100px 0 0 0;
    height: 200px;
}

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


#under_link img {
    width: 80%;
    margin: 40px 10%;
}

.topback {
    text-align: center;
    margin: 30px 0 0 0;
}

.topback a {
    padding: 8px 20px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
}