.pc {
    display: none;
}

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

.lp_wrap h1 {
    font-size: 24px;
    font-family: serif;
    line-height: 3rem;
    margin: 0 0 30px;
}
.lp_wrap h2 {
    font-size: 18px;
    font-family: serif;
    text-align: center;
}
.lp_wrap h3 {
    font-size: 14px;
}
.lp_wrap p {
    color: #000;
    text-align: justify;
}



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

.nav_menu .slide {
    position: relative;
    z-index: 10;
    filter: brightness(0.7);
}


.nav_menu .slide a {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}
.nav_menu .slide i {
    height: 56px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.nav_menu .slide a img {
    width: 60%;
    margin: -20px 20% 0;
    position: relative;
    z-index: 2;
}
.nav_menu .slide a i img {
    width: 90%;
    margin: 0 5%;
}
.nav_menu .slide a p {
    color: #fff;
    font-size: 11px;
    line-height: 1.6rem;
    text-align: center;
    margin: 6px 0 0;
}
.nav_menu .slide a p span {
    font-size: 10px;
    text-decoration: underline;
}
.nav_menu .new::before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(/sp/tudor_beasts/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 3;
}
.nav_menu .slick-prev, 
.nav_menu .slick-next {
    height: 16px;
    width: 16px;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 42%;
    z-index: 12;
}
.slick-prev {
    left: 3%;
    transform: rotate(-135deg);
}
.slick-next {
    right: 3%;
    transform: rotate(45deg);
}
.nav_menu .nav_menu_wrap::before {
    content: '';
    width: 37px;
    height: 100%;
    background: linear-gradient(272deg, #585783 40%, #58578300);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
}
.nav_menu .nav_menu_wrap::after {
    content: '';
    width: 37px;
    height: 100%;
    background: linear-gradient(90deg, #585783 40%, #58578300);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.nav_menu .on,
.nav_menu .slide:active {
    filter: brightness(1);
}

.slick-list {
    padding: 0 !important;
}



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


/* PRODUCT */
.product {
    width: 100%;
    margin: 60px auto;
}
.intro {
    width: 96%;
    margin: 0 auto;
}

/* coin list */
.coin_table {
    width: 94%;
    margin: 60px auto;
    padding: 40px 0 1px;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
}
.coin_table_wrap {
    width: 94%;
    margin: 0 auto;
}
.coin_table ul {
    margin: 0 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.coin_table ul::after {
    content: '';
    width: 100%;
    height: 0.5px;
    background-color: #a6a6a6;
    position: absolute;
    top: -23px;
    left: 0;
    z-index: 1;
}
.coin_table .gold_table ul:first-child::after {
    display: none;
}
.coin_table ul li.table_left {
    width: 25%;
}
.coin_table ul li.table_right {
    width: 72%;
}


.coin_table a {
    color: #000;
}
.coin_table a p {
    margin: 0 0 -10px;
    font-size: 14px;
    line-height: 3rem;
}

.coin_table b {
    font-size: 13px;
}
.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: 10px;
    color: #fff;
    line-height: 3rem;
    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;
}

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


/* CONTAINER */
.container {
    width: 96%;
    margin: 0 auto;
    padding: 0;
}
.content {
    margin: 0 0 40px;
}
.content .content_img {
    width: 75%;
    margin: 0 auto 20px;
}

/* beasts table */
.beasts {
    width: 100%;
    padding: 40px 0 0 !important;
    background-color: #f7f5f1;
}
.beasts h2 {
    margin: 0 0 40px;
    padding: 0 20px;
}
.beasts h2 span {
    font-size: 10px;
    font-family: sans-serif;
    font-weight: lighter;
}
.beasts h3 {
    color: #412d94;
    font-family: 'メイリオ', sans-serif;
    font-weight: lighter;
    text-align: center;
}
.beasts h3 span {
    color: #585780;
    font-family: math;
}
.beasts p {
    margin: 30px 0 40px;
    position: relative;
}
.beasts p::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #f2603e;
    border-radius: 50%;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}
.beasts .beasts_table ul li:first-child img {
    width: auto;
    height: 140px;
    margin: 0 auto;
}
.beasts .beasts_table ul li:last-child {
    width: 80%;
    margin: 0 auto;
}

.beasts .slick-prev, 
.beasts .slick-next {
    height: 20px;
    width: 20px;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 42%;
    z-index: 12;
}

.beasts .slick-dots {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
	position: relative;
    bottom: 20px;
	z-index: 3;
}
.beasts .slick-dots li {
    width: 100%;
    margin: 0;
}
.beasts .slick-dots li button {
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.beasts .slick-dots li button::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;    
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.25;
}
.beasts .slick-dots .slick-active button{
    background:#333;
}

/* castle */
.castle {
    margin: 100px 0;
}
.castle ul li {
    margin-bottom: 40px;
}
.castle ul li .castle_img {
    width: 25%;
    float: right;
    margin: 20px 0 0 20px;
    font-size: 10px;
    line-height: 3rem;
    text-align: end;
}


/* COIN ROW */
.coin_row {
    width: 96%;
    margin: 100px auto 0;
}
.coin_row ul {
    display: flex;
    position: relative;
}
.coin_row ul li {
    text-align: center;
    position: absolute;
    bottom: 0;
}
.coin_row ul li a p {
    display: none;
}
.coin_row ul li a:hover {
    text-decoration: none;
    filter: brightness(110%);
}
