.sm {
    display: none;
}

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

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



/* NAV MENU */
.nav_menu {
    width: 100%;
    background-color: #f7f7f7;
}
.nav_menu .nav_menu_wrap {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    position: relative;
    z-index: 2;
}
.nav_menu ul {
    width: 100%;
    position: relative;
    filter: brightness(0.7);
    transition: all 0.1s;
}
.nav_menu ul.on {
    filter: brightness(1);
}
.nav_menu ul:hover {
    filter: brightness(1.1);
    transition: all 0.1s;
}

.nav_menu ul li {
    text-align: center;
}

.nav_menu ul li:first-child {
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.nav_menu ul li:first-child img {
    width: 99%;
    margin: -20px 0 0;
}

.nav_menu ul li:last-child {
    position: absolute;
    top: 54px;
    z-index: 2;
}
.nav_menu ul li:last-child a img {
    width: 64%;
}
.nav_menu ul li:last-child a p {
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    margin: -2px 0;
}
.nav_menu ul li:last-child a p span {
    text-decoration: underline;
}

.nav_menu ul:first-child li:last-child::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(/sp/great_engravers/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: -6%;
    left: 15%;
    z-index: 2;
}

/* BACKGROUND */
.main_bg .main_bg_wrap {
    width: 100%;
    margin: -16px auto 0;
    position: relative;
}


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

/* coin list */
.coin_table {
    width: 100%;
    margin: 100px auto 0;
    background: linear-gradient(0.25turn, #f2efe8 50%, #fff 50%);
    border: 1px solid #fff;
}
.coin_table_wrap {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.gold_table, .silver_table {
    width: 46%;
}
.coin_table ul {
    margin: 0 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

/* CONTENT */
.container {
    width: 100%;
    padding: 100px 0;
    background-color: #f2efe8;
    overflow: hidden;
}
.content {
    width: 60%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.content p {
    width: 65%;
    margin: 20px auto;
    font-size: 16px;
    line-height: 190%;
    position: relative;
}
.content a {
    color: #4e3e9d;
    text-decoration: underline;
    text-underline-position: under;
}
.content a:hover {
    filter: brightness(115%);
}

/* COIN NARABI */

.coin_narabi_wrap {
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
}
.coin_narabi-intro {
    width: 496px;
    padding: 0 0 300px;
}
.coin_narabi-intro p {
    line-height: 190%;
}
.coin_tab {
    width: 1200px;
    min-height: 390px;
    background-color: #fff;
    padding: 30px 40px;
    text-align: center;
}
.coin_tab h3 {
    font-weight: lighter;
    color: #aa6a00;
    text-align: center;
}

.coin_hastag p {
    background-color: #f1e8d6;
    margin: 0 5px;
    padding: 3px 14px;
    color: #774b02;
    border-radius: 8px;
    text-align: center;
    display: inline;
}

.coin_tab ul.coin_list {
    display: flex;
    align-items: flex-end;
}
.coin_tab ul.coin_list li {
    width: 100%;
    text-align: center;
}
.coin_tab ul.coin_list li p {
    font-size: 11px;
    line-height: 160%;
    text-decoration: underline;
    text-underline-position: under;
}
/* .coin_tab ul.coin_list li:hover {
    filter: brightness(110%);
} */
.coin_tab ul.coin_list li:hover a p {
    text-decoration: none;
}

.coin_tab ul.coin_list li:nth-child(1) img {
    width: 100%;
}
.coin_tab ul.coin_list li:nth-child(2) img {
    width: 80%;
}
.coin_tab ul.coin_list li:nth-child(3) img {
    width: 70%;
}
/* .coin_tab ul.coin_list li:nth-child(4) img {
    width: 50%;
} */
.coin_tab ul.coin_list li:nth-child(4) img {
    width: 90%;
}
.coin_tab ul.coin_list li:nth-child(5) img {
    width: 90%;
}
.coin_tab ul.coin_list li:nth-child(6) img {
    width: 70%;
}   

/* COIN MENU */
.coin_menu {
    width: 100%;
    margin: 0 auto 100px;
    display: flex;
}
.coin_menu ul {
    width: 100%;
    position: relative;
}
.coin_menu ul li a {
    text-align: center;
}

.coin_menu ul li:first-child {
    width: 100%;
    height: 7vw;
    min-height: 100px;
    overflow: hidden;
}
.coin_menu ul li:first-child img {
    transition: all .5s ease;
}
.coin_menu ul:hover li:first-child img {
    transform: scale(1.1);
    filter: brightness(115%);
}
.coin_menu ul:hover li:last-child {
    filter: brightness(110%);
    transition: all 0.2s;
}
.coin_menu ul li a:hover p {
    text-decoration: none;
}

.coin_menu ul li a p {
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer;
    margin: 0;
}
.coin_menu ul li a p:first-child {
    margin: 0;
    position: relative;    
}
.coin_menu ul li:last-child {
    margin: -22% auto;
}
.coin_menu ul li:last-child img {
    width: 60%;
    margin: 0 20%;
}
.coin_menu ul:first-child li a p:first-child::before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(/sp/great_engravers/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: 2%;
    left: 17%;
    z-index: 2;
}