.sm {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: 0 auto;
}

.lp_wrap h1 {
    font-family: serif;
    text-align: center;
    line-height: 3.5rem;
    margin: 0 0 40px;
}
.lp_wrap h2 {
    font-size: 20px;
    font-family: serif;
    text-align: center;
}
.lp_wrap h3 {
    font-size: 14px;
}
.lp_wrap p {
    color: #000;
}



/* NAV MENU */
.nav_menu {
    width: 100%;
    height: 147px;
    background-color: #585783;
}
.nav_menu .nav_menu_wrap {
    width: 1300px;
    margin: 0 auto;
    padding: 10px 0 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    z-index: 2;
}

.nav_menu .slide {
    width: 120px !important;
    height: 190px;
    position: relative;
    z-index: 10;
    filter: brightness(0.7);
    transition: all 0.1s;
}

.nav_menu .slide a {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.nav_menu .slide a i {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.nav_menu .slide a img {
    width: 70%;
    margin: -34px 15% 0;
    position: relative;
    z-index: 2;
}
.nav_menu .slide a i img {
    width: 100%;
    margin: 0;
}
.nav_menu .slide a p {
    color: #fff;
    font-size: 14px;
    line-height: 2.2rem;
    margin: 0;
}
.nav_menu .slide a p span {
    text-decoration: underline;
}
.nav_menu .new::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(/sp/tudor_beasts/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: 3;
}
.nav_menu .on {
    filter: brightness(1);
}
.nav_menu .slide:hover {
    filter: brightness(1);
    transition: all 0.1s;
}
.slick-list, .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-evenly;
    transform: translate3d(0, 0, 0) !important;
}



/* BACKGROUND */
.main_bg {
    width: 100%;
    height: 48vw;
    min-height: 750px;
}
.main_bg .main_bg_wrap {
    position: relative;
}


/* PRODUCT */
.product {
    width: 100%;
    margin: 100px 0;
}
.product .intro p {
    width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 190%;
}

/* coin list */
.coin_table {
    width: 100%;
    margin: 100px auto 0;
}
.coin_table_wrap {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 0 100px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.coin_table_wrap::before {
    content: '';
    width: 0.5px;
    height: 100%;
    background-color: #a6a6a6;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.gold_table, .silver_table {
    width: 46%;
}
.coin_table ul {
    margin: 0 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coin_table ul li.table_left {
    width: 24%;
}
.coin_table ul li.table_right {
    width: 72%;
}

.coin_table a {
    color: #000;
}
.coin_table a p {
    margin: 0 0 -10px;
}

.coin_table b {
    font-size: 15px;
    cursor: default;
}
.coin_table b.meyasu {
    color: #085ddc;
}
.coin_table b.re_price {
    color: #000;
    font-weight: normal;
    text-decoration:line-through;
}
.coin_table b.price {
    color: red;
}

.coin_table .tag {
    font-size: 12px;
    color: #fff;
    line-height: 5rem;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline;

}
.coin_table .gold-tag {
    background-color: #bd954f;
}
.coin_table .gold-ji-tag {
    background-color: #e1a742;
}
.coin_table .silver-tag {
    background-color: #595378;
}
.coin_table .silver-bu-tag {
    background-color: #7569b1;
}
.coin_table .silver-ji-tag {
    background-color: #8577cd;
}
.coin_table ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #000;
}

/* mid banner */
.mid_banner {
    width: 100%;
    height: 460px;
    background: url(/sp/tudor_beasts/img/dragon_mid-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}


/* CONTENT */
.container {
    width: 90%;
    max-width: 1500px;
    margin: 100px auto;
    padding: 0;
}
.content {
    width: 60%;
    max-width: 820px;
    margin: 0 auto;
}
.content p {
    text-align: justify;
    font-size: 16px;
    line-height: 190%;
}
.content .content_img {
    width: 40%;
    float: right;
    margin: 0 0 0 20px;
}

/* beasts table */
.beasts {
    width: 100%;
    margin: 150px auto 100px;
    padding: 80px;
    background-color: #f7f5f1;
}
.beasts h2 {
    margin: 0 0 40px;
}
.beasts h2 span {
    font-size: 15px;
    font-family: sans-serif;
    font-weight: lighter;
    line-height: 5rem;
    margin: 0 0 0 -10px;
}
.beasts h3 {
    color: #412d94;
    font-family: 'メイリオ', sans-serif;
    font-weight: lighter;
}
.beasts h3 span {
    color: #585780;
    font-family: math;
}
.beasts p {
    font-size: 12px;
    text-align: justify;
    font-family: 'メイリオ', sans-serif;
    /* line-height: 2.2rem; */
    margin: 34px 0 0;
    position: relative;
}
.beasts p::before {
    content: '';
    width: 11px;
    height: 11px;
    background-color: #f2603e;
    border-radius: 50%;
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}
.beasts img {
    width: 130px;
}
.beasts .beasts_table {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.beasts .beasts_table ul {
    width: 18%;
    text-align: center;
}
.beasts .beasts_table ul:nth-child(-n+5) {
    margin-bottom: 60px;
}

.beasts .beasts_table ul li:first-child {
    width: 100%;
}

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

/* castle */

.castle p {
    text-align: justify;
    margin: 0 0 20px;
}
.castle ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.castle ul li {
    width: 30%;
}
.castle ul li img {
    margin: 0 0 20px;
}
.castle ul li .castle_img {
    width: 24%;
    float: right;
    margin: 0 0 0 20px;
    font-size: 10px;
    line-height: 0rem;
    text-align: end;
}

/* COIN ROW */
.coin_row {
    width: 100%;
    max-width: 1500px;
    margin: 600px auto 0;
}
.coin_row ul {
    width: 70%;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.coin_row ul li {
    text-align: center;
    position: absolute;
    bottom: 0;
}
.coin_row ul li a p {
    color: #1f6bdd;
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline;
}

.coin_row ul li a:hover {
    text-decoration: none;
    filter: brightness(110%);
}
