.pc {
    display: none;
}

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

.lp_wrap h1 {
    font-size: 24px;
    font-family: serif;
    line-height: 3rem;
}
.lp_wrap h2 {
    font-size: 30px;
    font-family: serif;
    text-align: center;
    margin: 0;
}
.lp_wrap h3 {
    font-size: 14px;
}
.lp_wrap p {
    color: #000;
    text-align: justify;
}

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

.nav_main {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    position: relative;
}
.nav_main ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
}
.nav_main ul li {
    padding: 0 3%;
    position: relative;
}
.nav_main ul li::after {
    content: '';
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: -20px;
    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: 14px;
    font-family: serif;
    margin: 0;
}
.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: 12px;
    text-align: center;
}
.nav_main ul li.on p {
    background-color: #fff;
    color: #000;
}

/* INTRO */
.intro {
    width: 100%;
    height: 280px;
    margin: 0 auto;
}
.paris_intro {
    background-color: #d1a656;
}
.rome_intro {
    background-color: #9ebd7a;
}
.london_intro {
    background-color: #75a5b9;
}
.intro_wrap {
    width: 94%;
    margin: -14px auto 0;
    position: relative;
}
.intro_wrap h1 {
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 60px 0 40px;
    text-align: center;
}
.intro_wrap h1 span {
    font-size: 18px;
}

.coin_narabi {
    position: absolute;
    top: 266px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.coin_narabi ul {
    width: 360px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.coin_narabi ul li {
    position: absolute;
}
.coin_narabi ul li:nth-child(1) {
    width: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
}
.coin_narabi ul li:nth-child(2) {
    width: 80px;
    bottom: 0;
    left: 11%;
    z-index: 3;
}
.coin_narabi ul li:nth-child(3) {
    width: 100px;
    bottom: 0;
    left: 26%;
    z-index: 2;
}
.coin_narabi ul li:nth-child(4) {
    width: 100px;
    bottom: 0;
    right: 26%;
}
.coin_narabi ul li:nth-child(5) {
    width: 80px;
    bottom: 0;
    right: 11%;
}
.coin_narabi ul li:nth-child(6) {
    width: 60px;
    bottom: 0;
    right: 0;
}

.intro_wrap::before {
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-family: 'ＭＳ Ｐ明朝';
    color: #fff;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.intro_wrap::after {
    width: 100%;
    text-align: center;
    font-size: 70px;
    font-family: serif;
    font-weight: normal;
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0.5;
}

/* PRODUCT */
.product {
    width: 100%;
    margin: -15px 0 0;
    padding: 0;
}
.product_wrap {
    width: 100%;
}
.product_wrap p {
    width: 94%;
    margin: 0 auto;
    padding: 60px 0 120px;
    color: #fff;
}
.product_wrap p b {
    font-weight: normal;
    background-color: #9f987780;
}

.product_list {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.gold_list, .silver_list {
    padding: 140px 0 60px;
}

/* tab */
.tab{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    position: absolute;
    top: -88px;
    left: 0;
    z-index: 10;
}
.tab li {
    width: 50%;
    background: linear-gradient(0.5turn, #ffffff00 88px, #eaeaea 10px);
}
.tab li.active {
    background: linear-gradient(0.5turn, #ffffff00 88px, #fff 10px);
    position: relative;
}

.tab li a {
    display: block;
    padding: 10px 20px 30px;
    filter: brightness(0.7);
}
.tab li.active a {
    opacity: 1;
    border-radius: 50%;
    filter: brightness(1);
    /* filter: drop-shadow(0px 0px 5px #fff); */
}
.th2_row {
    display: none;
    opacity: 0;
}

.th2_row.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}

.gold_list ul, .silver_list ul {
    width: 94%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #cecece 1px solid;
}
.gold_list ul:last-child, .silver_list ul:last-child {
    border-bottom: none;
}
.gold_list ul li:nth-child(1), .silver_list ul li:nth-child(1) {
    width: 30%;
}
.gold_list ul li:nth-child(2), .silver_list ul li:nth-child(2) {
    width: 65%;
}

.product_list a {
    color: #000;
}
.product_list a p {
    margin: 0 0 -10px;
    font-size: 14px;
    line-height: 3rem;
}

.product_list b {
    font-size: 13px;
}
.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;
}

.coin_yen {
    font-size: 14px !important;
}
.sold-out b {
    font-size: 14px;
    color: #000;
}
.sold-out {
    position: relative;
}
.sold-out::before {
    content: '';
    width: 100%;
    height: 190px;
    background-color: #ffffff50;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.tag {
    font-size: 10px;
    color: #fff !important;
    padding: 0 10px;
    border-radius: 6px;
    display: inline-block;
}
.tag-gold {
    background-color: #bd954f;
}
.tag-silver {
    background-color: #595378;
}
.product_list a {
    color: #000;
    display: block;
}

/* CONTAINER */
.container {
    width: 100%;
    margin: 0;
    padding: 0 0 60px;
    /* background: linear-gradient(0.5turn, #d1a656, #f8f8f8); */
    background-color: #d1a656;
}
.cont_wrap {
    width: 94%;
    margin: 0 auto;
}
p.cont_top_banner {
    margin: 0;
}
.row_two h3 {
    color: #000;
    font-size: 22px;
    font-family: serif;
    /* font-weight: normal; */
    line-height: 150%;
    text-align: center;
    margin: 0 0 40px;
}
.row_two h3 span {
    font-size: 14px;
}

.row_dan {
    margin: 60px 0;
    display: flex;
    flex-wrap: wrap;
}
.row_dan .row_img {
    order: 2;
}
.dan-5 .row_txt {
    order: 2;
}

/* BOTTOM COIN NARABI */
.bot_coin_narabi {
    width: 350px;
    height: 100px;
    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 {
    display: none;
}
.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: 6px;
    background: url(/sp/city_views/img/shadow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
    z-index: -1;
}