.sm {
    display: none;
}

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

.lp_wrap h1 {
    color: #000;
    font-family: serif;
    font-weight: normal;
    text-align: center;
    line-height: 5rem;
    margin: 0 0 40px;
    cursor: default;
}
.lp_wrap h1 span {
    color: #c71111;
}
.lp_wrap rt {
    padding: 0 6px;
    letter-spacing: -18px;
    font-size: 12px;
}
.lp_wrap h2 {
    margin: 0;
    color: #d70707;
    font-family: serif;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    line-height: 3.5rem;
}
.lp_wrap h3 {
    font-size: 14px;
    cursor: default;
}
.lp_wrap p {
    color: #000;
    letter-spacing: 0.1rem;
}

hr {
    margin: 0 0 150px !important;
}
.title_gold {
    margin: 0 auto 20px !important;
}


/* ANIMATION */
.blur {
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes blurAnime {
    from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
    }
    to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    }
}
.blurTrigger {
    opacity: 0;
}
/* Color change */
.change {
    animation-name: colorChange;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}
@keyframes colorChange {
    0% {
        color: #000;
        transform: scale(1.02);
        opacity: 1;
    }
    50% {
        color: #000;
        opacity: 1;
    }
    to {
        color: #c71111;
        transform: scale(1);
        opacity: 1;
    }
}
.colorTrigger {
    opacity: 0;
}
/* Fade in */
.fadein {
    animation-name: fadeinAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeinAnime{
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}
.fadeinTrigger{
    opacity: 0;
}




/* BACKGROUND */
.main_bg {
    width: 100%;
    height: 60vw;
    min-height: 930px;
    background: linear-gradient(0.25turn, #fff8f1 50%, #fff 50%);
}

/* NAV MENU */
.nav_menu {
    width: 100%;
}
.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: 14%;
    position: relative;
    filter: brightness(0.7);
    transition: all 0.1s;
}
.nav_menu ul.on {
    filter: brightness(1);
}
.nav_menu ul:hover {
    filter: brightness(1.15);
    transition: all 0.1s;
}
.nav_menu ul:hover u{
    text-decoration: none;
}

.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: 2.2rem;
    margin: -2px 0;
}

.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: -8%;
    left: 12%;
    z-index: 2;
}

/* PRODUCT */
.product {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(0.25turn, #fff8f1 50%, #fff 50%);
}
.product_wrap {
    max-width: 1500px;
    margin: 0 auto;
}

.product .intro {
    width: 600px;
    margin: 0 auto 160px;
}
.product .intro p.intro_seal {
    width: 80px;
    margin: 0 auto 40px;
}
/* .product .intro p.intro_seal img {
    animation: rotate 25s linear infinite;
}
    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }    
    } */


/* coin list */
.coin_table {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 240px;
}
.coin_table_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.gold_table, .silver_table {
    width: 45%;
}
.coin_table ul {
    margin: 0 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coin_table ul li.table_left {
    width: 30%;
}
.coin_table ul li.table_right {
    width: 66%;
}

.coin_table a {
    color: #000;
}
.coin_table a p {
    margin: 10px 0;
}
/* .coin_table a img {
    mix-blend-mode: multiply;
} */

.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;
    line-height: 5rem;
    padding: 3px 26px;
    border-radius: 4px;
    display: inline;

}
.coin_table .gold-tag {
    background-color: #ffcb5a;
}
.coin_table .silver-tag {
    background-color: #c7c7c7;
}

.coin_table ul li:hover a {
    text-decoration: underline;
    text-decoration-color: #000;
}

/* MID BANNER */
.mid-banner {
    width: 100%;
    height: 900px;
    background: url(/sp/great_seals/img/1_mid_banner.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}


/* SERIE */
.serie {
    width: 100%;
    margin: 0 auto;
    padding: 140px 0 160px;
    background-color: #fff;
    position: relative;
}
.serie_wrap {
    width: 600px;
    margin: 0 auto;
    position: relative;
}
.serie iframe {
    width: 100%;
    height: 338px;
    margin: 80px auto 0;
}
.serie p.btm_logo {
    width: 160px;
    position: absolute;
    bottom: -34%;;
    left: 50%;
    transform: translateX(-50%);
}



/* DESIGN */
.design {
    width: 100%;
    margin: 0 auto;
    padding: 140px 0;
}
.design_wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.design_wrap p {
    width: 700px;
    margin: 0 auto;
}

.design p.content-img {
    width: 100%;
    margin: 80px auto;
    text-align: center;
}
.design p.content-img-2 {
    width: 500px;
    margin: 80px auto 80px 238.5px;
}
.design p.content-img-1 img {
    margin: 0 0 0 13px;
}
.design p.content-img-2 img {
    margin: 0 0 0 13px;
}


.design .border_test {
    width: 700px;
    margin: 0 auto;
    padding: 30px 53px;
    background-color: #fff8f1;
    border: 1px solid #d70707;
    border-radius: 6px;
}
.design .border_test-2 {
    padding: 40px 53px 50px;
}
.design .border_test p {
    width: 100%;
}
.design .border_test img {
    margin: 14px auto 30px;;
}

.design_wrap .content-img-1::after {
    content: '';
    width: 1.5px;
    height: 105%;
    background-color: #d70707;
    position: absolute;
    bottom: -12.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.design_wrap .content-img-2::after {
    content: '';
    width: 1.5px;
    height: 154%;
    background-color: #d70707;
    position: absolute;
    bottom: -27%;
    left: 52.25%;
    transform: translateX(-50%);
    z-index: -1;
}


/* HISTORY */
.history {
    width: 100%;
    margin: 0 auto;
}
.history_wrap {
    width: 100%;
    height: 47.75vw;
    min-height: 723.8px;
    position: relative;
    z-index: 2;
}
.history_wrap .history_tit_1 {
    width: 17%;
    padding: 31.5% 0 0;
    position: absolute;
    left: 14%;
    transform: translateX(-50%);
}
.history_wrap .history_tit_2 {
    width: 13%;
    padding: 16.5% 0 0;
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
}
.history_wrap .history_tit_3 {
    width: 12%;
    padding: 0.5% 0 0;
    position: absolute;
    left: 76%;
    transform: translateX(-50%);
}
.history_wrap .history_tit_4 {
    width: 11.6%;
    padding: 5% 0 0;
    position: absolute;
    left: 8%;
    transform: translateX(-50%);
}

.history_sp {
    width: 100%;
    margin: 0 auto;
}
.history_sp ul {
    display: flex;
    border-bottom: 1px solid #d70707;
}
.history_sp ul li {
    width: 25%;
    padding: 50px;
}
.history_sp ul li:nth-child(2n) {
    background-color: #fff;
}
.history_sp ul li:nth-child(1),
.history_sp ul li:nth-child(2),
.history_sp ul li:nth-child(3) {
    border-right: 1px solid #d70707;
}
.history_sp ul li h3 {
    font-family: "Baskervville", serif;
    font-size: 38px;
    font-weight: normal;
    text-align: left;
    line-height: 4rem;
    color: #d70707;
    margin: 40px auto 14px;
}
.history_sp ul li h4 {
    font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1rem;
    display: inline;
    color: #fff;
    background-color: #d70707;
    padding: 2px 10px;
}


/* COIN NARABI */
.coin_narabi {
    width: 100%;
    margin: 0 auto;
    padding: 300px 0 100px;
}
.coin_narabi-intro p {
    width: 700px;
    margin: 0 auto 160px;
}
.coin_narabi-intro p.intro_img {
    width: 1200px;
    margin: 0 auto -50px;
}

.coin_tab {  
    width: 1200px;
    min-height: 390px;
    background-color: #fff;
    margin: 0 auto;
    padding: 30px 80px;
    text-align: center;
}
.coin_tab h3 {
    font-size: 16px;
    font-weight: lighter;
    color: #a50b0b;
}
.coin_hastag p {
    background-color: #f9e0d0;
    margin: 0 5px;
    padding: 3px 14px;
    color: #a50b0b;
    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 {
    padding: 20px;
    width: 100%;
    text-align: center;
}
.coin_tab ul.coin_list li p {
    margin: 0;
    font-size: 12px;
    line-height: 180%;
    text-decoration: underline;
    text-underline-position: under;
    animation: all 0.3s ease-in;
}
.coin_tab ul.coin_list li:hover a {
    filter: brightness(1.1);
}
.coin_tab ul.coin_list li:hover a p {
    text-decoration: none;
    animation: all 0.3s ease-in;
}

.coin_tab ul.coin_list li:nth-child(3) {
    margin-right: 50px;
}

.coin_tab ul.coin_list li:nth-child(1),
.coin_tab ul.coin_list li:nth-child(4) {
    width: 100%;
}
.coin_tab ul.coin_list li:nth-child(5) {
    width: 90%;
}
.coin_tab ul.coin_list li:nth-child(2) {
    width: 85%;
}
.coin_tab ul.coin_list li:nth-child(3) {
    width: 80%;
}