.sm {
    display: none;
}

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

.lp_wrap h1 {
    font-family: serif;
    text-align: center;
    line-height: 2.5rem;
    margin: 0 0 40px;
}
.lp_wrap h2 {
    font-size: 36px;
    font-family: serif;
    text-align: center;
}
.lp_wrap h3 {
    font-size: 14px;
}
.lp_wrap p {
    color: #000;
}
#pankz_sp2 {
    margin: 139px 0 0 0px;
    background-color: #ffffff00;
    color: #fff;
}
#pankz_sp2 a {
    color: #fff;
}
hr {
    margin: 0 0 150px !important;
}
.title_gold {
    margin: 0 auto 20px !important;
    padding: 260px 0 0 !important;
}


/* NAV MENU */
.nav_menu {
    width: 100%;
    height: 300px;
    background: url(/sp/city_views/img/top_banner.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
.nav_menu h2 {
    color: #fff;
    line-height: 100%;
    font-weight: normal;
    padding: 90px 0 0;
}
.nav_menu h2 span {
    font-size: 16px;
    opacity: 0.6;
}

/* NAV MAIN */
.nav_main {
    width: 100%;
    height: 172px;
    margin: 0 auto;
    background: linear-gradient(0.25turn, #d1a656 50%, #75a5b9 50%);
    position: relative;
}
.nav_main ul {
    width: 40%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    top: -52%;
    left: 50%;
    transform: translate(-50%);
}
.nav_main ul li {
    padding: 0 5%;
    position: relative;
}
.nav_main ul li::after {
    content: '';
    width: 100%;
    height: 173px;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: -1;
} 
.nav_main ul li:nth-child(1)::after {
    background-color: #d1a656;
}
.nav_main ul li:nth-child(2)::after {
    background-color: #9ebd7a;
}
.nav_main ul li:nth-child(3)::after {
    background-color: #75a5b9;
}
.nav_main ul li h5 {
    font-size: 18px;
    font-family: serif;
    margin: 0 0 6px;
}
.nav_main ul li:nth-child(1) h5 {
    color: #fcbf3b;
}
.nav_main ul li:nth-child(2) h5 {
    color: #9ebd7a;
}
.nav_main ul li:nth-child(3) h5 {
    color: #75a5b9;
}
.nav_main ul li p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.nav_main ul li.on p {
    background-color: #fff;
    color: #000;
}
.nav_main ul li a {
    transition: all 0.3s;
}
.nav_main ul li:hover a {
    filter: brightness(115%);
    transition: all 0.3s;
}

/* INTRO */
.intro {
    width: 100%;
    margin: 0 auto;
}
.paris_intro {
    background-color: #d1a656;
}
.rome_intro {
    background-color: #9ebd7a;
}
.london_intro {
    background-color: #75a5b9;
}
.intro_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 300px;
    position: relative;
}
.intro_wrap h1 {
    color: #fff;
    font-weight: normal;
}
.intro_wrap h1 span {
    font-size: 18px;
}

.coin_narabi {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.coin_narabi ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.coin_narabi ul li {
    position: absolute;
    transition: all 0.3s;
}
.coin_narabi ul li:hover {
    text-decoration: underline;
    filter: brightness(110%);
    transition: all 0.3s;
}

.intro_wrap::before {
    font-size: 80px;
    font-family: 'ＭＳ Ｐ明朝';
    color: #fff;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.intro_wrap::after {
    font-size: 140px;
    font-family: serif;
    font-weight: normal;
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0.5;
}

/* PRODUCT */
.product {
    width: 100%;
    margin: -15px 0 0;
    padding: 0 0 100px;
    background: linear-gradient(0.25turn, #fff 50%, #f8f8f8 50%);
}
.product_wrap {
    width: 100%;
}
.product_wrap p {
    width: 660px;
    margin: 0 auto;
    padding: 200px 0 312px;
    color: #fff;
}
.product_wrap p b {
    font-weight: normal;
    background-color: #9f987780;
}

.product_list {
    max-width: 1500px;
    margin: 200px auto 0;
    display: flex;
}
.gold_list, .silver_list {
    width: 40%;
    margin: 0 auto;
    position: relative;
}
p.main-coin {
    width: 300px;
    position: absolute;
    top: -440px;
    left: 50%;
    transform: translateX(-50%);
}
.gold_list ul, .silver_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}
.gold_list ul li:nth-child(1), .silver_list ul li:nth-child(1) {
    width: 26%;
}
.gold_list ul li:nth-child(2), .silver_list ul li:nth-child(2) {
    width: 71%;
}

.product_list a {
    color: #000;
}
.product_list a p {
    margin: 0 0 -10px;
}

.product_list b {
    font-size: 15px;
    cursor: default;
}
.product_list b.meyasu {
    color: #085ddc;
}
.product_list b.re_price {
    color: #000;
    font-weight: normal;
    text-decoration:line-through;
}
.product_list b.price {
    color: red;
}

.sold-out {
    position: relative;
}
.sold-out::before {
    content: '';
    width: 100%;
    height: 180px;
    background-color: #f8f8f850;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.sold-out img {
    filter: brightness(70%);
    opacity: 0.7;
}
.sold-out b {
    line-height: 5rem;
    color: #000;
}
.tag {
    font-size: 12px;
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 6px;
    display: inline-block;
}
.tag-gold {
    background-color: #bd954f;
}
.tag-silver {
    background-color: #595378;
}
.product_list a {
    color: #000;
    display: block;
}
.product_list a:hover {
    text-decoration: underline;
}

/* CONTAINER */
.container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto -20px;
    padding: 0 0 240px !important;
    background: linear-gradient(0.25turn, #d1a656 50%, #f8f8f8 50%);
    position: relative;
}
p.cont_top_banner {
    margin: 0;
}
.cont_wrap {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    
}
.row_one, .row_two {
    width: 44%;
    position: relative;
}

.row_two h3 {
    color: #000;
    font-size: 22px;
    font-family: serif;
    font-weight: normal;
    line-height: 180%;
    margin: 0 0 40px;
}
.cont_wrap p {
    margin: 0 0 30px;
}
.row_two h3 span {
    font-size: 16px;
}
.row_two .row_dan {
    margin: 120px 0;
    display: flex;
    position: relative;
}

.dan-1 .row_img {
    width: 540px;
    position: absolute;
    top: 0;
    left: -122%;
}
.dan-2 .row_img {
    width: 430px;
    position: absolute;
    top: 0;
    left: -51%;
    z-index: 1;
}
.dan-2 .row_txt {
    padding: 0 0 0 190px;
}
.dan-3 .row_img {
    width: 140%;
    position: absolute;
    top: -55%;
    left: -153.6%;
}

.dan-5 .row_img {
    width: 1000px;
    position: absolute;
    top: 0;
    left: -100%;
}
.dan-5 .row_txt {
    padding: 570px 0 0 0;
}

/* BOTTOM COIN NARABI */
.bot_coin_narabi {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.bot_coin_narabi ul {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
}
.bot_coin_narabi ul li {
    position: absolute;
    transition: all 0.3s;
}
.bot_coin_narabi ul li a p {
    font-size: 12px;
    line-height: 160%;
}
.bot_coin_narabi ul li:hover {
    text-decoration: underline;
    filter: brightness(110%);
    transition: all 0.3s;
}

.bot_coin_narabi ul li::after {
    content: '';
    width: 50%;
    height: 30px;
    background: url(/sp/city_views/img/shadow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
    z-index: -1;
}