.sm {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: 0 auto;
    /* padding: 196px 0 0; */
    overflow: hidden;
}

.lp_wrap h1 {
    color: #000;
    font-family: serif;
    text-align: center;
    line-height: 5rem;
    margin: 0 0 40px;
    cursor: default;
}
.lp_wrap h2 {
    font-size: 20px;
    font-family: serif;
    cursor: default;
}
.lp_wrap h3 {
    font-size: 14px;
    cursor: default;
}
.lp_wrap p {
    color: #000;
    cursor: default;
}

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


/* Fade in */
.fadein {
    animation-name: fadeinAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeinAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeinTrigger{
    opacity: 0;
}


/* TOP BANNER */
.main_bg {
    width: 100%;
    position: relative;
}
.main_bg_wrap {
    width: 100%;
    height: 37vw;
    min-height: 560px;
    background: url(/sp/monnaie_de_paris/img/bg.webp) no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #061476;
    position: absolute;
    z-index: 1;
}
.main_top {
    width: 100%;
    margin: 0 0 -140px;
    position: relative;
    overflow: hidden;
}
.main_top_wrap {
    height: 50vw;
    min-height: 775px;
    position: relative;
    z-index: 1;
}

.main_top .main_top_wrap .main_logo {
    width: 12%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 65%);
    z-index: 1;
}
.main_top .main_top_wrap .main_title {
    width: 45%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 140%);
    z-index: 1;
}
.main_top .main_top_wrap .main_img {
    width: 45%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 1;
}
.main_top .main_top_wrap::after {
    content: '';
    width: 56%;
    height: 30vw;
    min-height: 500px;
    background: url(/sp/monnaie_de_paris/img/deco-1.webp) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(45%, -30%);
    z-index: 0;
}


/* INTRO */
.intro {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.intro_wrap {
    width: 598px;
    margin: 160px auto 100px;
}

.intro::before {
    content: '';
    width: 250px;
    height: 600px;
    background: center / 100% no-repeat url(/sp/monnaie_de_paris/img/deco-2.webp);
    position: absolute;
    top: 5%;
    left: 0%;
}


/* PRODUCT */
.product, .product_wrap, .product .area {
    width: 100%;
}
.product .area_wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.product .lancome {
    margin-top: 140px;
}
.product .area h1 {
    font-size: 30px;
    font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 1;
}
.product .area h1::before {
    content: '';
    width: 50px;
    height: 80px;
    position: absolute;
    z-index: -1;
}
.product .area h1::after {
    content: 'Collection';
    font-size: 26px;
    font-family: "Homemade Apple", cursive;
    font-weight: lighter;
    font-style: italic;
    position: absolute;
    top: 40%;
    left: 59%;
    transform: translateX(-50%);
    z-index: 2;
}
.product .snoopy h1::before {
    background: center / 100% no-repeat url(/sp/monnaie_de_paris/img/snoopy_tit.webp);
    top: -5%;
    left: 41.2%;
    transform: translate(-50%, -50%);
}
.product .lancome h1::before {
    background: center / 100% no-repeat url(/sp/monnaie_de_paris/img/lancome_tit.webp);
    top: 5%;
    left: 43.2%;
    transform: translate(-50%, -50%);
}
.product .snoopy h1::after {
    color: #85d4e7;
}
.product .lancome h1::after {
    color: #e4a5bb;
}

.product .area ul {
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}
.product .area ul li {
    width: 25%;
    padding: 0 4%;
}
.product .area ul li a {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.2s;
}
.product .area ul li a:hover {
    filter: brightness(1.07);
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #000;
    transition: all 0.2s;
}
.product .area ul li a p {
    margin-bottom: auto;
}
.product .area ul li .img_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.product .snoopy ul li .img_wrap {
    height: 210px;
}
.product .lancome ul li .img_wrap {
    height: 260px;
}
.product .snoopy ul li a.snoopy_coin img {
    height: 210px;
    object-fit: contain;
}
.product .lancome ul li a.lipstick_coin img {
    height: 260px;
    object-fit: contain;
}
.snoopy .area_wrap::before {
    content: '';
    width: 180px;
    height: 200px;
    background: center / 100% no-repeat url(/sp/monnaie_de_paris/img/snoopy_deco-1.webp);
    position: absolute;
    top: -5%;
    left: -35%;
}
.snoopy .area_wrap::after {
    content: '';
    width: 230px;
    height: 400px;
    background: center / 100% no-repeat url(/sp/monnaie_de_paris/img/snoopy_deco-2.webp);
    position: absolute;
    top: 8%;
    right: -25%;
}

.lancome .area_wrap::before {
    content: '';
    width: 170px;
    height: 170px;
    background: center / 100% no-repeat url(/sp/monnaie_de_paris/img/lancome_deco-1.webp);
    position: absolute;
    top: 8%;
    right: -25%;
}
.lancome .area_wrap::after {
    content: '';
    width: 150px;
    height: 150px;
    background: center / 100% no-repeat url(/sp/monnaie_de_paris/img/lancome_deco-2.webp);
    position: absolute;
    top: 56%;
    left: -30%;
}


/* CONTENT */
.content {
    width: 100%;
    margin: 160px auto 0;
    background: bottom center / 100% no-repeat url(/sp/monnaie_de_paris/img/content_bg.webp);
    background-color: #e7edee;
}
.content_wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 100px;
}
.content h2 {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    color: #0049b1;
}
.content h2 ruby {
    ruby-align: center; /* furigana */
}
.content h2 rt {
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
}
.content h3 {
    margin: 0 0 30px;
    font-size: 26px;
    font-family: serif;
    font-weight: 600;
    text-align: center;
    color: #0049b1;
}

.content .content_wrap .cont {
    margin: 80px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.content .content_wrap .cont:nth-child(odd) {
    flex-direction: row-reverse;
}
.content .content_wrap .cont_img {
    width: 50%;
}

.content .content_wrap .cont_txt {
    width: 46%;
}

.content .content_wrap .cont-3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content .content_wrap .cont-3 ul li {
    width: 50%;
    text-align: center;
}
.content .content_wrap .cont-3 ul li:nth-child(-n+2) {
    margin-bottom: 20px;
}
.content .content_wrap .cont-3 ul li .round-tit {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background-color: #073372;
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.content .content_wrap .cont-3 ul li .round-tit b {
    width: 60%;
    font-size: 18px;
    line-height: 1.3;
}
.content .content_wrap .cont-3 ul li .round-tit i {
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.3;
}
.content .content_wrap .cont-3 ul li p {
    margin: 10px 0 0;
}

/* VIDEO */
.video {
    width: 100%;
}
.video_wrap {
    width: 700px;
    margin: 100px auto;
}
.video .video_wrap iframe {
    aspect-ratio: 16 / 9;
    width: 100%;    
    height: auto;
}

/* LOGO */
.mdp_logo {
    width: 160px;
    margin: 0 auto 60px;
}


