.pc {
    display: none;
}

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

.lp_wrap h1 {
    font-size: 26px;
    font-family: serif;
    font-weight: normal;
    text-align: center;
    line-height: 4rem;
    color: #000;
    margin: 0 0 30px;
}
.lp_wrap h1 span {
    color: #c71111;
}
.lp_wrap h2 {
    font-size: 18px;
    font-family: serif;
    font-weight: normal;
    text-align: center;
    color: #d70707;
}
.lp_wrap h3 {
    font-size: 14px;
}
.lp_wrap p {
    color: #000;
    text-align: justify;
}
hr {
    margin-top: 0;
}



/* 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;
}




/* BACKGROUND */
.main_bg {
    width: 100%;
    height: 120vw;
}

/* NAV MENU */
.nav_menu {
    width: 100%;
    height: 120px;
}
.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: 17%;
    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: 60px;
    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: 100%;
    height: 100px;
    position: absolute;
    top: 38px;
    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: 10px;
    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: 20px;
    height: 20px;
    background: url(/sp/great_engravers/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: -5%;
    left: 5%;
    z-index: 2;
}


/* PRODUCT */
.product {
    width: 100%;
    margin: 90px auto 0;
}
.product_wrap {
    width: 100%;
    margin: 0 auto;
}
.product .intro {
    width: 96%;
    margin: 0 auto;
}
.product .intro p.intro_seal {
    width: 80px;
    margin: 0 auto 40px;
}

/* coin list */
.coin_table {
    width: 100%;
    margin: 100px auto 0;
}
.coin_table_wrap {
    width: 100%;
    margin: 0 auto;
}
.gold_table, .silver_table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.coin_table ul {
    width: 50%;
    height: 370px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.coin_table ul:nth-child(2n+1) {
    border-right: 1px solid #000;
}

.coin_table .gold_table ul:nth-child(3) {
    border-top: none;
    border-bottom: none;
}
.coin_table ul li {
    padding: 0 5%;
}

.coin_table ul li.table_left {
    height: 45vw;
    text-align: center;
}
.coin_table ul li.table_right {
    margin: -24px 0 0;
}

.coin_table a p {
    margin: 0;
    font-size: 14px;
    text-align: start;
}
.coin_table b {
    font-size: 14px;
    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;
}


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


/* SERIE */
.serie {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}
.serie h1 {
    line-height: 5rem;
}
.serie_wrap {
    width: 94%;
    margin: 0 auto;
    position: relative;
}
.serie iframe {
    width: 100%;
    height: 53vw;
    margin: 40px auto 0;
}
.serie p.btm_logo {
    width: 100px;
    position: absolute;
    bottom: -154px;
    left: 50%;
    transform: translateX(-50%);
}

/* DESIGN */
.design {
    width: 100%;
    margin: 0 auto;
    padding: 120px 0;
    background-color: #fff8f1;
}
.design_wrap {
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.design p.content-img {
    width: 100%;
    margin: 60px auto;
    text-align: center;
}
.design p.content-img-1 img {
    margin: 0 0 0 5px;
}
.design p.content-img-2 img {
    margin: 0 0 0 1px;
}

.design .border_test {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff8f1;
    border: 1px solid #d70707;
    border-radius: 6px;
    position: relative;
    z-index: 2;
}
.design .border_test-2 {
    padding: 20px;
}
.design .border_test p {
    width: 100%;
}
.design .border_test img {
    margin: 14px auto 30px;;
}

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

/* HISTORY */
.history {
    width: 100%;
    margin: 0 auto;
}
.history_wrap {
    position: relative;
    overflow: hidden;
}
.history_wrap button {
    width: 100%;
    height: 50vw;
    color: #fff;
    background-color: #00000030;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    animation: zoom-bk 3s ease-in infinite;
}
@keyframes zoom-bk {
    0%, 100% {
        background-color: #00000070;
    }
    50% {
        background-color: #00000040;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
}
.modal-content {
    background-color: #ffffff00;
    margin: 8vw auto 0;
    width: 100%;
    overflow-y: auto;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
    animation-name: modalopen;
    animation-duration: 1s;
}
@keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
}
.modal-header h1 {
    margin: 1rem 0;
}
.modal-header {
    padding: 0 20px 0 0 !important;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 40px;
}
.modalClose {
    width: 36px;
    height: 36px;
    padding: 6px;
    background-color: #00000030;
    border-radius: 50%;
}
.modalClose img {
    width: 90%;
    margin: -3px 0 0 1px;
}
.modal-body {
    width: 198vh;
    padding: 0 !important;
}

.history_sp {
    width: 100%;
    margin: 0 auto;
}
.history_sp ul li {
    padding: 50px 6%;
    border-bottom: 1px solid #d70707;
}
.history_sp ul li:nth-child(2n+1) {
    background-color: #fff;
}

.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 10px;
}
.history_sp ul li h4 {
    font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 2rem;
    display: inline;
    color: #fff;
    background-color: #d70707;
    padding: 4px 10px;
}

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

.coin_narabi .coin_tab {
    width: 94%;
    margin: 60px auto 0;
    padding: 10% 0 0;
    background-color: #fff;
    text-align: center;
}
.coin_narabi .coin_tab h3 {
    font-size: 16px;
    font-weight: lighter;
    color: #a50b0b;
}
.coin_hastag {
    margin: 0 0 30px;
}
.coin_hastag p {
    background-color: #f9e0d0;
    margin: 0 3px;
    padding: 3px 10px;
    font-size: 12px;
    color: #a50b0b;
    border-radius: 4px;
    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: 68vw;
    padding: 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(1),
.coin_tab ul.coin_list li:nth-child(2) {
    border-top: 1px solid #ccc;
}
.coin_tab ul.coin_list li:nth-child(2n) {
    border-right: 1px solid #ccc;
}
.coin_tab ul.coin_list li:nth-child(2n+1) {
    border-left: 1px solid #ccc;
    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,
.coin_tab ul.coin_list li:nth-child(4) img {
    width: 100%;
}
.coin_tab ul.coin_list li:nth-child(5) img {
    width: 90%;
}
.coin_tab ul.coin_list li:nth-child(2) img {
    width: 85%;
}
.coin_tab ul.coin_list li:nth-child(3) img {
    width: 80%;
}