.pc {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #f2efe8;
}

.lp_wrap h1 {
    font-size: 20px;
    font-family: serif;
    line-height: 3.5rem;
    color: #000;
    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: #f7f7f7;
}
.nav_menu .nav_menu_wrap {
    width: 100%;
    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);
    transition: all 0.1s;
}

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

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

.nav_menu ul li:last-child {
    width: 90%;
    height: 100px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.nav_menu ul li:last-child a img {
    width: 60%;
}
.nav_menu ul li:last-child a p {
    color: #fff;
    font-size: 8px;
    line-height: 160%;
    text-align: center;
    letter-spacing: normal;
    margin: 4px 0;
}
.nav_menu ul li:last-child a p span {
    text-decoration: underline;
}

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

/* BACKGROUND */

.main_bg .main_bg_wrap {
    position: relative;
}


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

/* coin list */
.coin_table {
    width: 94%;
    margin: 60px auto;
    padding: 40px 0 1px;
    background-color: #fff;
}
.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 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;
}

/* CONTAINER */
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    
}
.content {
    width: 96%;
    margin: 0 auto 40px;
}
.content .content_img {
    width: 80%;
    margin: 0 auto 20px;
}
.content .content_img img:first-child {
    padding: 0 0 10px;
}
.content a {
    color: #4e3e9d;
    text-decoration: underline;
    text-underline-position: under;
}

/* COIN NARABI */

.coin_narabi_wrap {
    width: 96%;
    margin: 0 auto;
}
.coin_narabi h1 {
    text-align: center;
}
.coin_narabi h3 {
    font-size: 3.1vw;
    text-align: center;
    font-weight: lighter;
    color: #aa6a00;
}
.coin_narabi-intro {
    padding: 0 0 40px;
}

.coin_tab {
    min-height: 250px;
    background-color: #fff;
    padding: 30px 0 0;
    text-align: center;
}
.coin_hastag {
    margin: 0 0 20px;
}
.coin_hastag p {
    background-color: #f1e8d6;
    margin: 0 3px;
    padding: 3px 10px;
    font-size: 3vw;
    color: #774b02;
    border-radius: 8px;
    text-align: center;
    display: inline;
}
.coin_tab ul.coin_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.coin_tab ul.coin_list li {
    width: 50%;
    height: 230px;
    padding: 0 4%;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #ccc;
}
.coin_tab ul.coin_list li p {
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
    text-underline-position: under;
    line-height: 160%;
}
.coin_tab ul.coin_list li:nth-child(2n+1) {
    border-right: 1px solid #ccc;
}

.coin_tab ul.coin_list li:last-child(n+2) {
    border-bottom: 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;
    background-color: #fff;
}
.coin_menu ul {
    width: 100%;
    padding: 0 0 140px;
    position: relative;
}
.coin_menu ul li a {
    text-align: center;
}
.coin_menu ul li a p {
    text-decoration: underline;
    text-underline-position: under;
}
.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 li a p {
    text-align: center;
}
.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;
}