h2 {
    font-size: 22px;
    font-family: serif;
    text-align: start;
}
.topic br,h3 br {
    display: none;
}


.mv {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 1200px;
}
.mv p {
    padding: 130px 0 0 0;
    font-size: 2.2rem;
    font-family: serif;
    margin: 0;
}
.mv h1 {
    margin-top: 20px;
    line-height: 1;
    font-size: 3.2rem;
    font-family: 'DM Serif Display', serif;
}
.mv h1 span {
    font-size: 1.8rem;
    font-family: serif;
}
.mv-coin {
    width: 50%;
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.mv-deco img {
    width: 100%;
}
.mv-deco {
    width: 100%;
    position: relative;
    top: -1200px;
}
.mv-deco img:nth-child(1) {
    width: 78px;
    position: absolute;
    top: -20px;
    left: 72%;
}
.mv-deco img:nth-child(2) {
    width: 40px;
    position: absolute;
    top: 40px;
    left: 70%;
}
.mv-deco img:nth-child(3) {
    width: 40px;
    position: absolute;
    top: 60px;
    left: 82%;
}
.mv-deco img:nth-child(4) {
    width: 40px;
    position: absolute;
    top: 100px;
    right: 76%;
}
.mv-deco img:nth-child(5) {
    width: 78px;
    position: absolute;
    top: 140px;
    right: 78%;
}

/* NAV MENU */
.nav_top {
    width: 100%;
    position: relative;
}
.legends_nav {
    width: 100%;
    display: flex;
    position: absolute;
    z-index: 10;
}
.legends_nav .slide {
    height: 130px;
    margin: 0 2px;
    padding: 10px 6px;
    display: inline-block;
    position: relative;
    text-align: center;
    background: linear-gradient(rgba(255, 255, 255, 0.155) 0%,rgb(255, 255, 255,0) 70%);
}

.legends_nav .on {
    background: linear-gradient(#fafafa,rgb(255, 255, 255,0) 60%);
}
.legends_nav .slide:active {
    background: linear-gradient(#fafafa,rgb(255, 255, 255,0) 60%);
}

.legends_nav .new:before {
    content: '';
    width: 28px;
    height: 28px;
    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 {
    /* display: none; */
    font-size: 9px;
    line-height: 1.3em;
    margin-top: 6px;
    color: #fff;
    filter: drop-shadow(0px 0px 1px black);
}
.legends_nav .slide p.en-name {
    display: none;
}
.legends_nav .slide a img {
    width: 80%;
    margin: 0 10%;
}
.legends_nav::before {
    content: '';
    width: 37px;
    height: 90%;
    background: linear-gradient(90deg, #00000000, #00000060 30%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}



.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;
}


/* イントロ */

.intro {
    width: 100%;
    margin: -921px 0 0 0;
    padding: 60px 0 160px; 
    height: auto;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.intro-inner {
    padding: 0 2%;
    margin: 0 auto;
    color: #181e2c;
}
.intro-inner h3 {
    margin: 0 0 40px 0;
    /* text-align: center; */
    font-size: 1.4em;
    font-family: serif;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1px;
}
.intro-inner p {
    margin: 0 auto 30px;
    line-height: 1.6;
    letter-spacing: 0.1px;
    text-align: justify;
}


/* 商品リンク */

.link-product {
    display: none;
}

.sm-coin-product {
    position: relative;
}
.sm-link-product {
    width: 100%;
    height: auto;
    margin: -90px 0 0 0;
    padding: 0 5%;
    z-index: 20;
    position: relative;
    top: -20px;
}
.sm-link-product li {
    width: 100%;
}
.sm-link-product li.shadow {
    width: 16%;
    position: absolute;
    bottom: 18px;
    z-index: 1;
}
.sm-link-product li.shadow img {
    width: 100%
}
.sm-link-product li.coin-line {
    width: 100%;
    margin-top: -90px;
    position: relative;
    z-index: 10;
}


/* topic */

.topic {
    margin: -40px 0 0; 
    padding-top: 100px;
    width: 100%;
    background-color: #f5f2ed;
    text-align: justify;
    position: relative;
    z-index: 10;
}
.topic-box {
    padding: 0 0 100px 0;
}
.topic-content-left li, .topic-content-right li {
    width: 100%;
    padding: 0 2%;
    margin-bottom: 40px;
}
.topic-content-left img, 
.topic-content-right img {
    width: 80%;
    margin: 0 10%;
}
.topic-tit-left li {
    text-align: center;
    margin-bottom: 20px;
}
.topic-content-right {
    display: flex;
    flex-direction: column-reverse;
}


/* banner */

.legend-banner {
    width: 100%;
    height: 180px;
}


/* デザイナー */

.designer {
    width: 100%;
    padding: 130px 0 140px;
}
.des-area {
    padding: 0 2%;
    text-align: justify;
    margin-bottom: 100px;
}
.des-area:last-child {
    margin-bottom: 40px;
}
.des-tit-left, .des-tit-right {
    text-align: justify;
}
.des-tit-right {
    margin: 40px 0 0;
}
.des-img-left, .des-content-right,
.des-img-right, .des-content-left {
    width: 100%;
}
#des-box {
    width: 100%;
}


/* Designer */
.des-img-left {
    position: relative;
}
.des-img-left li img {
    width: 80%;
    margin: 0 10% 0 0;
}
.designer-name {
    font-size: 10px;
    line-height: 2em;
}
.designer-name span {
    font-size: 1.8em;
}

/* Coin design */
.des-coin {
    display: flex;
    flex-direction: column-reverse;
}
.des-img-right li img {
    width: 90%;
    margin: 0 0 20px 10%;
}
/* Logo Queen */
.des-logo .des-img-left img {
    width: 70%;
    margin: 0 15%;
}


/* ラインナップ */
#link-product-bot .sm-link-product img {
    margin-top: -100px;
}

#coin-table-wrap {
    margin: -40px 0 0 0;
    padding: 100px 0 0px 0;;
}

#main-coin-table {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#main-coin-table ul {
    width: 46%;
    padding-bottom: 80px;
}
#coin-item-tit {
    margin: 8px 0;
    padding: 5px 7px;
    font-size: 1rem;
    line-height: 1.5em;
    display: inline-block;
}
#main-coin-table ul li a {
    color: #fff;
    display: inline-block;
    /* text-align: justify; */
    font-size: 1.5rem;
}
#main-coin-table ul:nth-child(2n+1) {
    margin-right: 8%;
}
.tag-gold {
    background-color: #ffcc01;  
}
.tag-silver {
    background-color: #f5f2ed;
}
.tag-colorsilver {
    background-color: #ded4af;
}


/* SOLD OUT */
.sold-out {
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin: 10px auto;
    border: 1.5px solid #fff;
    border-radius: 7px;
}
.sold {
    opacity: 0.6;
}


/* フッターリンク */

.legends-link {
    padding: 100px 0;
    background-color: #f5f2ed;
}
.legends-link h1 {
    font-size: 1.5em;
    font-family: serif;
    text-align: center;
    margin: 0 0 40px;
}
.switch-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.switch-btn {
    width: 25%;
    text-align: center;
    position: relative;
}
.switch-btn:hover {
    text-decoration: underline;
    text-decoration-color: #063047;
}
.switch-btn p {
    margin: 100px 9px 40px;
    font-family: serif;
    color: #063047;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5rem;
}
.switch-btn img {
    width: 80%;
    margin: 0 10%;
}
.switch-btn img:first-child {
    position: relative;
}
.switch-btn img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}
.legends-link h4 {
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 20px;
    font-family: serif;
    color: #a78d30;
    line-height: 42px;
}
.legends-link h4 span {
    font-size: 25px;
    color: #1a1a1a;
}
#toppage {
    text-align: center;
    margin: 40px 0 0 0;
}
#toppage a {
    background-size: 200% auto;
    background-image: linear-gradient(45deg, #002539 0%, #034e77  51%, #063047  100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: #fff;
    font-size: 14px;
    padding: 12px 30px;
    transition: .3s;
}
#toppage a:hover {
    background-position: right center;
    transition: .3s;
}

