@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Open+Sans:wght@300;500&display=swap');

body {
    margin: 0;
    padding: 0;
}

:root {
    --keycolor: #7a251f;
    --subcolor: #f3f3f3;
    --gap: 50px;
    --gap30: 30px;
    --rounded: 45px;
}

#panasonic-beauty {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
}

#panasonic-beauty * {
    box-sizing: border-box;
}

#panasonic-beauty img {
    width: 100%;
    vertical-align: bottom;
}

#panasonic-beauty .en {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#panasonic-beauty .en-bold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

#panasonic-beauty .sp {
    display: none;
}

#panasonic-beauty .pc {
    display: block;
}

#panasonic-beauty .iblock {
    display: inline-block;
}

@media screen and (max-width:767px) {
    #panasonic-beauty .sp {
        display: block;
    }

    #panasonic-beauty .pc {
        display: none;
    }
}

#panasonic-beauty .flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#panasonic-beauty .flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#panasonic-beauty sup {
    font-size: .7em;
}

.panasonic-beauty {
    width: 100%;
    position: relative;
}

/* fixed beauty footer */
.panasonic-beauty .fixed-footer {
    width: 100%;
    padding: 1em;
    background-color: #121212;
    position: sticky;
    bottom: 0;
    z-index: 99;
}

.panasonic-beauty .fixed-footer .footer-inner {
    align-items: center;
}

@media screen and (max-width:767px) {
    .panasonic-beauty .fixed-footer .footer-inner {
        padding: 0 !important;
    }
}

.panasonic-beauty .fixed-footer .footer-item {
    margin: 0 10px;
    color: #fff;
    position: relative;
}

.panasonic-beauty .fixed-footer .footer-item p {
    margin: 0;
    padding: 0;
}

@media screen and (max-width:767px) {
    .panasonic-beauty .fixed-footer .footer-item {
        margin: 0;
    }
}

.panasonic-beauty .fixed-footer .pb-icon {
    width: 50px;
    margin-right: 30px;
}


.panasonic-beauty .fixed-footer .footer-item.label {
    display: inline-block;
    font-size: min(.9em, 3.3vw);
    position: relative;
}

@media screen and (max-width:767px) {
    .panasonic-beauty .fixed-footer .footer-item.label {
        margin: 0 auto 1em;
    }
}

.panasonic-beauty .fixed-footer .footer-item.label::before {
    content: '';
    width: 1.4em;
    height: 1.4em;
    position: absolute;
    top: 50%;
    left: -1.5em;
    background-image: url(/excludes/KPC/img/Special/panasonic/beauty/2024winter/star-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.panasonic-beauty .fixed-footer .btn-wrp {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

@media screen and (max-width:767px) {
    .panasonic-beauty .fixed-footer .btn-wrp {
        width: 100%;
    }
}

.panasonic-beauty .fixed-footer .footer-item.btn {
    width: 32%;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: var(--keycolor);
    text-align: center;
    font-size: 11px;
    line-height: 1.3;
    border-radius: 5px;
    padding: .5em .5em .3em;
    position: relative;
    transition: all .3s;
}

.panasonic-beauty .fixed-footer .footer-item.btn:hover {
    background-color: #fff;
    color: var(--keycolor);

}

@media screen and (max-width:767px) {
    .panasonic-beauty .fixed-footer .footer-item.btn {}
}


.panasonic-beauty .fixed-footer .footer-item.btn::after {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s;
}

.panasonic-beauty .fixed-footer .footer-item.btn:hover::after {
    border-top: 1px solid var(--keycolor);
    border-right: 1px solid var(--keycolor);
}

/* grid layout */
.panasonic-beauty .grid {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    gap: var(--gap);
    position: relative;

}

@media screen and (max-width:767px) {
    .panasonic-beauty .grid {
        /* gap: 30px 15px; */
        gap: 30px;
    }
}

/* width */
.panasonic-beauty .w1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 0 1em;
}

.panasonic-beauty .w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1em;
}

.panasonic-beauty .w980 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 0 1em;
}

.panasonic-beauty .w800 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 0 1em;
}

@media screen and (max-width:767px) {
    .panasonic-beauty .movie .w800,
    .panasonic-beauty .movie .w1200,
    .panasonic-beauty .movie .w1440 {
        padding: 0;
    }
}


.panasonic-beauty .header {
    text-align: center;
    padding: 1.5em 1em;
}

.panasonic-beauty .header .title {
    font-size: min(2em, 5.5vw);
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

.panasonic-beauty .header .year {
    display: inline-block;
    font-size: min(1.3em, 6vw);
    color: var(--keycolor);
    margin: 0;
}

.panasonic-beauty .main-img {
    background-color: var(--keycolor);
    margin: 0;
    padding: 0;
    border-radius: var(--rounded);
    overflow: hidden;
}

/* fix */
.panasonic-beauty .main-img img {
    width: 100%;
    height: auto;
}

.introduction {
    background-color: var(--subcolor);
    color: var(--keycolor);
    text-align: center;
    padding: 3em;

    border-radius: var(--rounded);
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .introduction {
        padding: 1em 1em 2em;
    }
}

.introduction .star {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 175px;
    height: 175px;
}

.introduction .title {
    display: inline-block;
    font-size: min(2.5em, 5vw);
    line-height: 1.6;
    letter-spacing: .05em;
    font-weight: 300;
    position: relative;
    margin: .5em 0;
    padding: 0;
}

.introduction .title::before {
    content: '';
    width: 175px;
    height: 175px;
    position: absolute;
    top: 0;
    left: -220px;
    background-image: url(/excludes/KPC/img/Special/panasonic/beauty/2024winter/star.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width:767px) {
    .introduction .title::before {
        content: '';
        width: 60px;
        height: 60px;
        top: -10px;
        left: -60px;
    }
}

.introduction .lead {
    font-size: min(1.1em, 3.5vw);
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 400;
    margin: 0;
    padding: .5em;
}

.introduction .anchor-menu {
    width: min(800px, 100%);
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.introduction .menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.introduction .anchor-menu .menu {
    display: block;
    width: 30%;
    margin: 1em auto;
    padding: 0;
}

@media screen and (max-width:767px) {
    .introduction .anchor-menu .menu {
        display: block;
        width: 33%;
        margin: 1em auto;
    }
}

.introduction .anchor-menu .icon {
    width: 50%;
    max-width: 80px;
    margin: 1em auto;
    padding: 0;
}

@media screen and (max-width:767px) {
    .introduction .anchor-menu .icon {
        margin: .5em auto;
    }
}

.introduction .anchor-menu .menu-label {
    display: inline-block;
    color: var(--keycolor);
    font-size: min(1.3em, 4vw);
    line-height: 1.2;
    text-decoration: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all .3s;
}

.introduction .anchor-menu .acnhor-link:hover .menu-label {
    color: #121212;
}

.introduction .anchor-menu .acnhor-link .sml {
    display: inline-block;
    font-size: .6em;
    font-weight: 400;
    line-height: 1.2;
}

@media screen and (max-width:767px) {
    .introduction .anchor-menu .acnhor-link .sml {
        font-size: 3vw;
    }
}

.introduction .anchor-menu .acnhor-link .menu-label::before {
    content: '';
    width: .5em;
    height: .5em;
    border-right: 1px solid #121212;
    border-bottom: 1px solid #121212;
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .3s;
}

.introduction .anchor-menu .acnhor-link:hover .menu-label::before {
    transform: translate(-50%, 20%) rotate(45deg);
}

/* care item wrp ---------------------------*/
.care-item {
    width: 100%;
    display: grid!important;
    grid-template-columns: 100%;
    gap: var(--gap);
}

@media screen and (max-width:767px) {
    .care-item {
        gap: 30px;
    }
}

/* care item title ---------------------------*/
.care-wrp {
    position: relative;
    aspect-ratio: 2/1;
    border-radius: var(--rounded);
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .care-wrp {
        aspect-ratio: 1/1;
    }
}

.care-img {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.care-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.care-title-wrp {
    position: absolute;
    bottom: 7%;
    left: 7%;
}

@media screen and (max-width:767px) {
    .care-title-wrp {
        bottom: 3%;
    }
}

.care-title {
    display: inline-block;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: min(3em, 10vw);
    line-height: 1;
    margin-bottom: .5em;
    position: relative;
}

.care-title.keycolor {
    color: var(--keycolor);
}

.care-title::after {
    content: '';
    width: 84px;
    height: 84px;
    position: absolute;
    top: -20px;
    right: -100px;
    background-image: url(/excludes/KPC/img/Special/panasonic/beauty/2024winter/star.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.haircare .care-title::after {
    background-image: url(/excludes/KPC/img/Special/panasonic/beauty/2024winter/star-white.svg);
}

@media screen and (max-width:767px) {
    .care-title::after {
        width: 50px;
        height: 50px;
        top: -55px;
        right: 80%;
    }
}

.care-lead {
    color: #fff;
    font-size: min(1.4em, 4vw);
}

.care-lead.keycolor {
    color: var(--keycolor);
}

/* item wrp ---------------------------*/
.item-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(29px, 4vw) min(29px, 2vw);
}

.item-wrp.col-2 {
    max-width: 810px;
}

.item-wrp>* {
    width: min(370px, 46vw);
}

@media screen and (max-width:600px) {
    .item-wrp {
        gap: 5vw 0;
    }

    .item-wrp>* {
        width: 100%;
    }
}

.product-pickup {
    position: relative;
}

/* title-block */
.product-pickup.title-block {
    padding: 2em 2em 1em;
    aspect-ratio: 1/1;
    align-self: flex-start;
    border-radius: var(--rounded);
}

.product-pickup.title-block .category-title {
    display: block;
    position: absolute;
    bottom: 1.5em;
    left: 2em;
    font-size: min(1.2em, 5vw);
    z-index: 2;
    color: #fff;
}

.product-pickup.title-block .category-title .en {
    margin: 0;
    padding: 0;
    position: relative;
}

.product-pickup.title-block .category-title .en::after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    top: -40px;
    right: 84%;

    background-image: url(/excludes/KPC/img/Special/panasonic/beauty/2024winter/star-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.product-pickup.title-block .category-title .jp-title {
    font-size: min(1.2em, 5vw);
    margin: 0;
    padding: 0;
}

.product-pickup a {
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.product-pickup.spotimg {
    align-self: flex-start;
    aspect-ratio: 1/1;
}

.product-pickup .pickupimg {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    left: 0;
}

.product-pickup .pickupimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-pickup .product-name ,
.product-pickup .product-number {
    margin: .75em 0 0;
    color: #3f2b2a;
}

.product-pickup .product-number {
    margin: 0;
    font-size: .9em;
    font-weight: 600;
}

.pickupimg {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-bottom: 100%;
}

.pickupimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5%;
    overflow: hidden;
}

/* product link ---------------------------*/
.product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* movie ---------------------------*/
.movie {
    background-color: #f9f9f9;
    padding: 5em 1em;
}

@media screen and (max-width:767px) {
    .movie {
        padding: 3em 1em 2em;
    }
}

.main + .movie {
    background-color: unset;
    padding: 3em 1em;
}

@media screen and (max-width:767px) {
    .main + .movie {
        padding: 0 1em;
    }
}


.movie-title {
    text-align: center;
    color: var(--keycolor);
}

.movie-title .title {
    font-size: min(2.4em, 5vw);
    line-height: 1.5;
    font-weight: 400;
    display: block;
    width: 100%;
    margin: 0 auto .5em;
    padding: 0;
}

.movie-title .dash-title {
    display: inline-block;
    font-size: min(1.8em, 5vw);
    font-weight: 400;
    margin: 0 auto;
    padding: 0 1.7em;
    position: relative;
}

@media screen and (max-width:767px) {
    .movie-title .dash-title {
        margin: 0 auto 1em;
    }
}

.movie-title .dash-title::before,
.movie-title .dash-title::after {
    content: '';
    width: 1em;
    height: 0;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
}

.movie-title .dash-title::before {
    left: 0;
}

.movie-title .dash-title::after {
    right: 0;
}

.movie-wrp {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.movie-title + [class*="w"] .movie-wrp {
    margin: 3em auto 0;
}

@media screen and (max-width:767px) {
    .movie-title + [class*="w"] .movie-wrp {
        margin: 1em auto;
    }
}

.movie .flex-box {
    width: 48%;
}

@media screen and (max-width:767px) {
    .movie .flex-box {
        width: 100%;
    }
}

.movie-wrp iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.movie-wrp img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.movie .flex-box .movie-caption {
    display: block;
    margin: 1.5em 0 0;
    padding: 0;
    font-size: min(.9em, 3.2vw);
    text-align: center;
}

@media screen and (max-width:767px) {
    .movie .flex-box .movie-caption {
        margin: 1.5em 0;
    }
}

.movie-btn {
    display: block;
    width: 5em;
    height: 5em;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.movie-btn::before {
    content: '';
    width: 30%;
    height: 35%;
    background-color: #7a251f;
    clip-path: polygon(0 0, 100% 50%, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
}

.banner-area {
    text-align: center;
    margin: 40px auto;
}

.banner-area .campaign-title-wrp {
    display: block;
    width: 100%;
    text-align: center;
}

.banner-area .campaign-title {
    display: inline-block;
    font-size: min(1.6em, 4vw);
    line-height: 1;
    margin: .75em auto;
    padding: 0 1.5em;
    letter-spacing: .05em;
    color: var(--keycolor);
    position: relative;
}

.banner-area .campaign-title::before,
.banner-area .campaign-title::after {
    content: '';
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    background-image: url(/excludes/KPC/img/Special/panasonic/beauty/2024winter/star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.banner-area .campaign-title::before {
    left: 0;
}

.banner-area .campaign-title::after {
    right: 0;
}

.banner-area .serif-title {
    display: inline-block;
    margin: 0 0 1.5em;
    font-size: min(2.2em, 5vw);
    font-weight: 400;
}

.banner-area .serif-title {
    display: inline-block;
    padding: 0 1em;
    position: relative;
}

@media screen and (max-width:767px) {
    .banner-area .serif-title {
        padding: 0 1.5em;
        margin-bottom: 1.5em;
    }
}

.banner-area .serif-title::before,
.banner-area .serif-title::after {
    content: '';
    width: 0;
    border-left: 1px solid;
    display: inline-block;
    position: absolute;
    height: 105%;
    top: -10%;
}

.banner-area .serif-title::before {
    left: 0;
    transform: translateY(.2em) rotate(-35deg);
}

.banner-area .serif-title::after {
    transform: translateY(.2em) rotate(35deg);
    right: 0;
}

.banner-area .banner {
    margin-bottom: 2em;
    vertical-align: top;
}

.banner-area .banner1 {
    width: 50%;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
}

.banner-area .banner2 {
    width: 45%;
}

@media screen and (max-width:767px) {
    .banner-area .banner {
        width: 100%;
        margin-bottom: 1em;
    }
}

.shop-product-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.5em;
    gap: 1%;
}

@media screen and (max-width:767px) {
    .shop-product-list {
        padding: 1em;
    }
}

.shop-product-list .product {
    /*width: 24%; 4列*/
    width: 30%; 
    padding: 1em;
    margin-bottom: 2em;
    background-color: #f9f9f9;
}

@media screen and (max-width:767px) {
    .shop-product-list .product {
        width: 100%;
        max-width: 100%;
    }
}

.shop-product-list .product p {
    margin: 0;
    padding: 0;
    margin-bottom: .5em;
}

.shop-product-list .product .price {
    display: inline-block;
    color: #c00;
}

.shop-product-list .product .sml {
    font-size: .8em;
}

/* note */
.note-wrp {
    padding-bottom: 3em !important;
}

.note-wrp.mtop-2 {
    margin-top: 2em;
    padding-bottom: 0 !important;
}

.note {
    width: 100%;
    margin: 2em auto;
    list-style: none;
    padding: 0;
}

.note li {
    list-style: none;
    font-size: min(.75em, 3.2vw);
    font-weight: 400;
    margin: 0 0 .5em;
    counter-increment: number;
    padding: 0;
    padding-left: 1.5em;
    position: relative;
}

.note.num li {
    padding-left: 2em;
}

.note li::before {
    content: '※';
    display: block;
    width: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
}

.note.num li::before {
    content: '※' counter(number);
    display: block;
    width: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
}