h2 {
    font-size: 22px !important;
    font-family: serif;
}

p{
    font-size: 16px;
    margin: 0;
}

.mv {
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 900px;
}


.mv p {
    padding: 300px 0 0 0;
    font-size: 1.6em;
    font-family: serif;
}

.mv h1 {
    margin-top: 50px;
    line-height: 0.6;
    font-size: 6em;
}

.mv h1 span {
    font-size: 0.3em;
    font-family: serif;
}


.mv-coin img {
    width: 400px;
}
.mv-coin {
    width: 30%;
    position: relative;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.nav_top {
    width: 100%;
    position: relative;
}

/* NAV MENU */


/* イントロ */

.intro {
    width: 100%;
    margin: -760px 0 0 0;
    height: 700px;
    background-size: cover;
    z-index: 100;
}

.intro-inner {
    width: 1000px;
    margin: 0 auto;
}

.intro-inner h3 {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 24px;
    font-family: serif;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

.intro-inner p {
    margin: 0 auto 30px;
    width: 80%;
}

/* 商品リンク */

.link-product {
    width: 100%;
    padding: 60px 0 0 0;
    z-index: 110;
}

/* #link-product-bot {
    background-color: #063047;
} */

.link-product-list {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.link-product-list li {
    transition: all 0.15s ease-in;
    position: absolute;
    bottom: 0;

}
.link-product-list li:hover {
    filter: brightness(115%);
    transition: all 0.15s ease-in;    
}
.link-product-list li:nth-child(10):hover {
    filter: none;
}

.link-product-list li:nth-child(1) {
    width: 60px;
    left: 94px;
    z-index: 140;
}
.link-product-list li:nth-child(2) {
    width: 80px;
    left: 142px;
    z-index: 130;
}
.link-product-list li:nth-child(3) {
    width: 100px;
    left: 204px;
    z-index: 120;
}
.link-product-list li:nth-child(4) {
    width: 140px;
    left: 280px;
    z-index: 110;
}
.link-product-list li:nth-child(5) {
    width: 260px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.link-product-list li:nth-child(6) {
    width: 160px;
    right: 274px;
    z-index: 120;
}
.link-product-list li:nth-child(7) {
    width: 100px;
    right: 214px;
    z-index: 130;
}
.link-product-list li:nth-child(8) {
    width: 100px;
    right: 140px;
    z-index: 140;
}
.link-product-list li:nth-child(9) {
    width: 70px;
    right: 94px;
    z-index: 150;
}
.link-product-list li:nth-child(10) {
    bottom: 40px;
    left: 20px;
}
.link-product-list li:nth-child(10) img {
    width: 50%;
}

/* topic */

.topic {
    margin: -40px 0 0; 
    padding-top: 180px;
    width: 100%;
    background-color: #f5f2ed;
    text-align: justify ;
}
.topic-box {
    width: 100%;
    position: relative;
}

.topic ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
}
.topic li {
    width: 50%;
}
.topic-tit-left li {
    text-align: right;
    padding: 0 2% 40px 0;
}

.topic-content-left, 
.topic-content-right {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}
.topic-content-left li:first-child {
    width: 48%;
}
.topic-content-left li:last-child {
    width: 48%;
    padding: 0 5% 0 5%;
}
.topic-content-left li:last-child img {
    width: 100%;
}


.topic-content-right li:first-child {
    width: 50%;
}
.topic-content-right li:last-child {
    width: 48%;
}
.topic-content-right li:first-child img {
    width: 90%;
}



/* banner */

.legend-banner {
    max-width: 1500px;
    height: 420px;
    margin: 0 auto;
}


/* デザイナー */

.designer {
    width: 100%;
    padding-top: 180px;
    padding-bottom: 200px;
}

.des-area {
    margin-bottom: 180px;
    position: relative;
    overflow: hidden;
}
.des-img-left, .des-content-right,
.des-img-right, .des-content-left {
    width: 50%;
}
#des-box {
    width: 1000px;
    margin: 0 auto;
    display: flex;
}


/* des-designer */
.des-img-left {
    position: relative;
}
.des-img-left li img {
    width: 90%;
}

.des-content-right li:last-child {
    padding: 0 3% 0 5%;
    text-align: justify;
}
.des-tit-right {
    width: 120%;
    margin: 70px 0;
    padding: 0 0 0 5%;
}
.des-area:nth-child(1)::after {
    content: "";
    width: 48.5%;
    height: 1.2px;
    display: flex;
    position: absolute;
    right: 0;
    top: 20%;
    opacity: 1;
}

.designer-name span {
    font-size: 1.6em;
}
.designer-name {
    position: absolute;
    bottom: 14%;
    left: 30%;
}


/* des-coin */
.des-img-right li img {
    width: 100%;
    margin: 20% 0 0 0;
}

.des-content-left li:last-child {
    padding: 0 10% 0 3%;
    text-align: justify;
}
.des-tit-left {
    margin: 70px 0;
    text-align: right;
    padding: 0 10% 0 0;
}
.des-area:nth-child(2)::after {
    content: "";
    width: 47.3%;
    height: 1.2px;
    display: flex;
    position: absolute;
    left: 0%;
    top: 16%;
    opacity: 1;
}


.des-img-right {
    position: relative;
}
.des-img-right li #pass-top {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 102px;
    transform: rotate(8deg);

}
.des-img-right li #pass-top img {
    width: 69%;
}

.des-img-right li #pass-bot {
    width: 100%;
    position: absolute;
    top: 320px;
    left: -6px;
    transform: rotate(-16deg);
}
.des-img-right li #pass-bot img {
    width: 42%;
}



/* des-logo */
.des-logo .des-img-left li img {
    width: 90%;
    margin: 0 0 0 -10%;
}
.des-logo .des-img-left {
    padding: 60px 0 0 10%;
}
.des-area:nth-child(3)::after {
    content: "";
    width: 48.5%;
    height: 1.2px;
    display: flex;
    position: absolute;
    right: 0;
    top: 22%;
    opacity: 1;
}



#coin-table-wrap {
    margin: -60px 0 0 0;
    padding: 160px 0 100px 0;;
}
#main-coin-table {
    width: 60%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#main-coin-table ul {
    width: calc(100% /3);
    padding: 0 2.8% 80px;
    /* text-align: justify; */
}
.coin-table-item {
    text-align: start;
    font-size: 1.4rem;
}
.coin-table-item img {
    width: 86%;
    margin: 0 7%;
}
#coin-item-tit {
    margin: 12px 0;
    padding: 2px 10px;
    font-size: 12px;
    display: inline-block;
}
#main-coin-table ul li a {
    color: #fff;
    font-size: 14px;
}
#main-coin-table ul li a:hover {
    text-decoration: underline;
}
#main-coin-table ul li img {
    transform: translateY(0px);
    transition: all 0.15s ease-in;        
}
#main-coin-table ul li:hover img {
    filter: contrast(120%);
    transform: translateY(-6px);
    transition: all 0.15s ease-in;
}

.tag-gold {
    background-color: #ffcc01;  
}
.tag-silver {
    background-color: #f5f2ed;
}
.tag-colorsilver {
    background-color: #ded4af;
}



/* SOLD OUT */

.sold-out {
    width: 80%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 14px auto;
    border: 1.5px solid #fff;
    border-radius: 7px;
}
.sold {
    opacity: 0.6;
}
.sold a {
    cursor: default;
}
#main-coin-table ul li.sold:hover img {
    filter: contrast(100%);
    transform: translateY(0px);
    transition: all 0.15s ease-in;
}
#main-coin-table ul li a:hover {
    text-decoration: none;
}

/* フッターリンク */

.legends-link {
    /* margin: 0 0 -170px 0; */
    padding: 100px 0;
    background-color: #f5f2ed;
}

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

.switch-btn {
    text-align: center;
    width: 100%;
    position: relative;
}
.switch-btn img {
    width: 140px;
    height: auto;
}
.switch-btn img:nth-child(2) {
    width: 142px;
    height: auto;
}

.switch-btn:hover {
    text-decoration: underline;
    text-decoration-color: #063047;
    opacity: 1;
    transition: all 0.2s;
}

.switch-btn p {
    margin: 20px auto 40px;
    font-family: serif;
    color: #063047;
    font-weight: bold;
    font-size: 15px;
}

.switch-btn img:first-child {
    position: relative;
}

.switch-btn img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.switch-btn img:nth-child(2):hover {
    opacity: 0;
    transition: .3s;
}

.legends-link h1 {
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 20px;
    font-family: serif;
    color: #a78d30;
    line-height: 42px;
}

.legends-link h1 span {
    font-size: 26px;
    color: #1a1a1a;
}
#toppage {
    text-align: center;
    margin: 80px 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: 16px;
    padding: 12px 50px;
    transition: .3s;
}

#toppage a:hover {
    background-position: right center;
    transition: .3s;
}