.pc {
    display: none;
}

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

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

/* 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: 84vw;
    background: url(/sp/monnaie_de_paris/img/bg.webp) no-repeat;
    background-size: auto 100%;
    background-position: bottom left 67%;
    background-color: #061476;
    position: absolute;
    z-index: 1;
}
.main_top {
    width: 100%;
    margin: 0 0 -70vw;
    position: relative;
    overflow: hidden;
}
.main_top_wrap {
    height: 180vw;
    position: relative;
    z-index: 1;
}

.main_top .main_top_wrap .main_logo {
    width: 25%;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, 65%);
    z-index: 1;
}
.main_top .main_top_wrap .main_title {
    width: 90%;
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 1;
}
.main_top .main_top_wrap .main_img {
    width: 90%;
    position: absolute;
    top: 5.5%;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 1;
}
.main_top .main_top_wrap::after {
    content: '';
    width: 100%;
    height: 60vw;
    background: url(/sp/monnaie_de_paris/img/deco-1.webp) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    bottom: 16%;
    right: 0;
    transform: translate(83%, -100%);
    z-index: 0;
}

/* INTRO */
.intro {
    width: 100%;
    margin: 0 auto;
}
.intro_wrap {
    width: 94%;
    margin: 0 auto;
}

/* PRODUCT */
.product {
    width: 100%;
    overflow: hidden;
}
.product_wrap {
    width: 100%;
    margin: 100px auto 0;
}
.product .area_wrap {
    position: relative;
    z-index: 1;
}
.product .lancome {
    margin-top: 100px;
}
.product .area h1 {
    font-size: 6vw;
    font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 1;
}
.product .area h1::before {
    content: '';
    width: 10vw;
    height: 15vw;
    position: absolute;
    z-index: -1;
}
.product .area h1::after {
    content: 'Collection';
    font-size: 4.5vw;
    font-family: "Homemade Apple", cursive;
    font-weight: lighter;
    font-style: italic;
    position: absolute;
    top: 40%;
    left: 64%;
    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: -15%;
    left: 33%;
    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: 36%;
    transform: translate(-50%, -50%);
}
.product .snoopy h1::after {
    color: #85d4e7;
}
.product .lancome h1::after {
    color: #e4a5bb;
}

.product .area ul {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e4e4e4;
}
.product .area ul li {
    width: 50%;
    padding: 10% 5% 3%;
    border-bottom: 1px solid #e4e4e4;
}
.product .area ul li:nth-child(odd) {
border-right: 1px solid #e4e4e4;
}
.product .area ul li a {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.2s;
}
.product .area ul li a:active {
    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 {
    font-size: 3.8vw;
    line-height: 1.5;
    text-align: center;
}
.product .area ul li a img {
    width: 75%;
    margin: 0 auto;
}
.product .snoopy ul li a.snoopy_coin img {
    width: 75%;
    margin: 0 auto;
    object-fit: contain;
}
.product .lancome ul li a.lipstick_coin img {
    width: 50%;
    margin: 0 auto;
    object-fit: contain;
}

.snoopy .area_wrap::before {
    content: '';
    width: 12vw;
    height: 10vw;
    background: center / 100% no-repeat url(/sp/monnaie_de_paris/img/snoopy_deco-1.webp);
    position: absolute;
    top: -5%;
    left: 5%;
}
.snoopy .area_wrap::after {
    content: '';
    width: 15vw;
    height: 25vw;
    background: center / 100% no-repeat url(/sp/monnaie_de_paris/img/snoopy_deco-2.webp);
    position: absolute;
    top: -12%;
    right: 4%;
}

.lancome .area_wrap::before {
    content: '';
    width: 14vw;
    height: 14vw;
    background: center / 100% no-repeat url(/sp/monnaie_de_paris/img/lancome_deco-1.webp);
    position: absolute;
    top: -5%;
    right: 3%;
}
.lancome .area_wrap::after {
    content: '';
    width: 10vw;
    height: 10vw;
    background: center / 100% no-repeat url(/sp/monnaie_de_paris/img/lancome_deco-2.webp);
    position: absolute;
    top: 0%;
    left: 5%;
}



/* CONTENT */
.content {
    width: 100%;
    margin: 0 auto;
    background: bottom left / auto 30% no-repeat url(/sp/monnaie_de_paris/img/content_bg.webp);
    background-color: #e7edee;
}

.content_wrap {
    width: 94%;
    margin: 0 auto;
    padding: 80px 0;
}
.content h2 {
    font-size: 8vw;
    font-weight: 600;
    line-height: 1.8;
    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: 30px 0 14px;
    font-size: 26px;
    font-family: serif;
    font-weight: 600;
    text-align: center;
    color: #0049b1;
}
.content .content_wrap .cont {
    margin: 60px 0 0;
}
.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: 30vw;
    height: 30vw;
    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: 4vw;
    line-height: 1.3;
}
.content .content_wrap .cont-3 ul li .round-tit i {
    width: 100%;
    font-size: 3vw;
    font-weight: lighter;
    line-height: 1.3;
}
.content .content_wrap .cont-3 ul li p {
    margin: 10px 0 0;
    text-align: center;
}

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

/* LOGO */
.mdp_logo {
    width: 100px;
    margin: 0 auto 20px;
}