/*------------------------------------------
  Base Layout
------------------------------------------*/
.lp-main {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333;
    line-height: 1.5384;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}
.lp-main__left {
    display: none;
}
.lp-main__contents {
    position: relative;
    z-index: 2;
}
.lp-main section {
    position: relative;
}
.lp-main img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
    .lp-main {
        font-size: 14px;
        background: #f8b5d4;
    }
    .lp-main__in {
        max-width: 1122px;
        margin: auto;
    }
    .lp-main__contents {
        width: 400px;
        margin-left: auto;
    }
    .lp-main__contents:before, .lp-main__contents:after {
        content: "";
        width: 60px;
        height: 100%;
        position: absolute;
        top: 0;
        background: linear-gradient(90deg, rgba(248, 181, 212, 0) 0%, #ffe8f2 100%);
    }
    .lp-main__contents:before {
        right: 100%;
    }
    .lp-main__contents:after {
        left: 100%;
        transform: scale(-1, 1);
    }
}

footer .block-page-top {
    display: none !important;
}

#footer_top {
    margin-top: 0;
}

@media only screen and (min-width: 751px) {
    .pane-footer {
        z-index: 1000;
    }
}

/*------------------------------------------
  layout
------------------------------------------*/
.l-inner {
    padding: 0 4.26667vw;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .l-inner {
        padding: 0 17px;
    }
}

.lp-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.lp-bg * {
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.lp-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.lp-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
}

@media only screen and (min-width: 768px) {
    .lp-bg {
        width: 400px;
        left: 793px;
    }
}

@media only screen and (min-width: 1270px) {
    .lp-bg {
        left: calc(722px + (100% - 1122px) / 2);
    }
}

.lp-pagetop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 2.66667vw;
    width: 14.66667vw;
    transition: opacity .3s;
    z-index: 9;
}
.lp-pagetop a {
    display: block;
}

@media only screen and (min-width: 768px) {
    .lp-pagetop {
        right: 12px;
        bottom: 40px;
        width: 59px;
    }
}

.pc-img {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc-img img {
    width: 480px;
}

.pc-left {
    display: none;
}

@media only screen and (min-width: 768px) {
    .pc-left {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 794px;
        height: 100vh;
    }
    .pc-left__inner {
        padding-top: 60px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pc-left img {
        width: 480px;
    }
}

@media only screen and (min-width: 1270px) {
    .pc-left {
        width: calc(100% - ((100% - 1122px) / 2) - 400px);
    }
}

/*------------------------------------------
  project
------------------------------------------*/
/* ========== p-mv ========== */
.p-mv {
    position: relative;
}
.p-mv .mv-illust {
    position: absolute;
    -webkit-animation: 3s illustMove infinite ease-in-out;
            animation: 3s illustMove infinite ease-in-out;
}
.p-mv .mv-illust01 {
    width: 52.53333vw;
    top: 9.6vw;
    left: 5.06667vw;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.p-mv .mv-illust02 {
    width: 38.13333vw;
    top: 45.06667vw;
    right: 7.46667vw;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.p-mv .mv-illust03 {
    width: 34.13333vw;
    top: 86.4vw;
    left: 8.53333vw;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}

@-webkit-keyframes illustMove {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(1em);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes illustMove {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(1em);
    }
    100% {
        transform: translateY(0);
    }
}

@media only screen and (min-width: 768px) {
    .p-mv .mv-illust01 {
        width: 210px;
        top: 38px;
        left: 20px;
    }
    .p-mv .mv-illust02 {
        width: 152px;
        top: 180px;
        right: 30px;
    }
    .p-mv .mv-illust03 {
        width: 136px;
        top: 345px;
        left: 34px;
    }
}

/* ========== p-loop ========== */
.p-loop {
    padding: 15.46667vw 0 4.8vw;
    background: #ffafd2;
}
.p-loop:before {
    content: "";
    width: 100%;
    height: 17.86667vw;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #f2e4ea 0%, #f4b2cf 100%);
}
.p-loop:after {
    content: "";
    width: 68vw;
    height: 6.4vw;
    background: url(../images/tap.webp) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 9.06667vw;
    left: 50%;
    transform: translateX(-50%);
}
.p-loop__inner {
    position: relative;
    z-index: 1;
}
.p-loop .loop-slide {
    position: relative;
}
.p-loop .loop-slide__item img {
    width: auto;
    height: 51.2vw;
}

@media only screen and (min-width: 768px) {
    .p-loop {
        padding: 62px 0 20px;
    }
    .p-loop:before {
        height: 71px;
    }
    .p-loop:after {
        width: 272px;
        height: 26px;
        top: 36px;
    }
    .p-loop .loop-slide__item img {
        height: 205px;
    }
}

/* ========== p-intro ========== */
.p-intro {
    background: rgba(252, 200, 223, .94);
    padding: 31.46667vw 0 13.33333vw;
}
.p-intro__inner {
    padding-top: 17.86667vw;
    position: relative;
    background: url(../images/intro-bg-top.webp) no-repeat center top;
    background-size: 42.4vw;
}
.p-intro__inner:before {
    content: "";
    width: 100%;
    height: 36.26667vw;
    position: absolute;
    top: -22.13333vw;
    left: 0;
    background: url(../images/intro-character.webp) no-repeat center top;
    background-size: 56.53333vw;
}
.p-intro .intro-txt {
    background: rgba(255, 255, 255, .8);
    border-radius: 5.86667vw;
    margin-bottom: 16vw;
    padding: 5.86667vw 0;
    text-align: center;
    font-size: 3.73333vw;
    letter-spacing: .06em;
    font-weight: 500;
    line-height: 2;
}
.p-intro .intro-date {
    text-align: center;
    margin-bottom: 4.26667vw;
    padding-bottom: 34.66667vw;
    position: relative;
    background: url(../images/intro-bg-bottom.webp) no-repeat center bottom;
    background-size: 42.4vw;
}
.p-intro .intro-date img {
    width: 76.8vw;
}
.p-intro .intro-date:before {
    content: "";
    width: 100%;
    height: 21.33333vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/kirakira.gif) no-repeat center bottom;
    background-size: 77.33333vw;
}

@media only screen and (min-width: 768px) {
    .p-intro {
        padding: 126px 0 53px;
    }
    .p-intro__inner {
        padding-top: 71px;
        background-size: 170px;
    }
    .p-intro__inner:before {
        height: 145px;
        top: -88px;
        background-size: 226px;
    }
    .p-intro .intro-txt {
        border-radius: 23px;
        margin-bottom: 64px;
        padding: 23px 0;
        font-size: 15px;
    }
    .p-intro .intro-date {
        margin-bottom: 17px;
        padding-bottom: 138px;
        background-size: 170px;
    }
    .p-intro .intro-date img {
        width: 307px;
    }
    .p-intro .intro-date:before {
        height: 85px;
        background-size: 309px;
    }
}

/* ========== p-products ========== */
.p-products .products-ttl {
    text-align: center;
    background: linear-gradient(0deg, #ffe8f2 0%, #ffa5d2 100%);
    margin: 0;
}
.p-products .products-ttl span {
    display: block;
    padding: 9.33333vw 0 17.33333vw;
    background: url(../images/products-ttl-bg.webp) no-repeat right top;
    background-size: 46.93333vw;
}
.p-products .products-ttl img {
    width: 89.06667vw;
}

.p-products .products-list__item {
    display: block;
    position: relative;
    min-height: 116.53333vw;
    padding: 7.46667vw 4.26667vw 8.8vw;
    background-image: url(../images/item-bg01.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
.p-products .products-list__item:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    z-index: 1;
}
.p-products .products-list__item:after {
    content: "";
    width: 100%;
    height: calc(100% - 70vw);
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #ffa5d2 0%, #ffc0de 100%);
}
.p-products .products-list__item .item-img {
    position: relative;
    height: 62.13333vw;
    margin-bottom: 8.26667vw;
}
.p-products .products-list__item .item-img span {
    position: absolute;
    z-index: 2;
}
.p-products .products-list__item .item-img span img {
    opacity: 0;
    transform: scale(1.1);
}
.p-products .products-list__item .item-img.js-scr-active span img {
    opacity: 1;
    transform: scale(1);
    transition: .5s;
}
.p-products .products-list__item .item-txt {
    text-align: right;
    position: relative;
    z-index: 3;
}
.p-products .products-list__item .item-txt .name {
    margin-bottom: .3em;
}
.p-products .products-list__item .item-txt .name span {
    background: #fff;
    padding: .3em .4em;
    display: inline-block;
}
.p-products .products-list__item .item-txt .name p {
    margin-bottom: .3em;
}
.p-products .products-list__item .item-txt .name p:last-child {
    margin-bottom: 0;
}
.p-products .products-list__item .item-txt .price {
    line-height: 1.3;
}
.p-products .products-list__item .item-txt .price p {
    display: inline-block;
    padding: 0 .4em;
    background: #fff;
}
.p-products .products-list__item .item-txt .price .num {
    font-weight: 700;
    font-size: 4.8vw;
}
.p-products .products-list__item .item-txt .price .num .various {
    font-size: 80%;
}
.p-products .products-list__item .item-txt .price .num strong {
    font-size: 6.66667vw;
}
.p-products .products-list__item .item-txt .price .tax {
    font-size: 2.66667vw;
    padding-left: .4em;
}
.p-products .products-list__item .item-txt .more {
    width: 100%;
    margin-top: 1em;
}
.p-products .products-list__item .item-txt .more span {
    display: inline-block;
    background: #1a1311;
    width: 19.2vw;
    text-align: center;
    padding: .4em 0 .6em;
}
.p-products .products-list__item .item-txt .more span img {
    width: 14.4vw;
}
.p-products .products-list__item .item-txt.col2 {
    display: -moz-flex;
    display:      flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    gap: 0 .4em;
}
.p-products .products-list__item .item-txt.end {
    justify-content: flex-end;
}
.p-products .products-list__item .item-illust {
    position: absolute;
    z-index: 1;
}
.p-products .products-list__item .item-illust.fadeIn {
    opacity: 0;
}
.p-products .products-list__item .item-illust.fadeInLbRt {
    opacity: 0;
    transform: translate(-3em, 3em);
}
.p-products .products-list__item .item-illust.fadeInRL {
    opacity: 0;
    transform: translateX(3em);
}
.p-products .products-list__item .item-illust.fadeInLR {
    opacity: 0;
    transform: translateX(-3em);
}
.p-products .products-list__item .item-illust.js-scr-active.fadeIn {
    opacity: 1;
    transition: .5s;
}
.p-products .products-list__item .item-illust.js-scr-active.fadeInLbRt {
    opacity: 1;
    transform: translate(0);
    transition: .5s;
}
.p-products .products-list__item .item-illust.js-scr-active.fadeInRL {
    opacity: 1;
    transform: translateX(0);
    transition: .5s;
}
.p-products .products-list__item .item-illust.js-scr-active.fadeInLR {
    opacity: 1;
    transform: translateX(0);
    transition: .5s;
}
.p-products .products-list__item .item-illust.js-scr-active.fuwafuwa {
    -webkit-animation: fuwafuwa 2.5s infinite;
            animation: fuwafuwa 2.5s infinite;
}
.p-products .products-list__item:nth-child(2n) {
    background-image: url(../images/item-bg02.webp);
}
.p-products .products-list__item:nth-child(2n):after {
    background: linear-gradient(0deg, #ffe8f2 0%, #ffcde6 100%);
}
.p-products .products-list__item:nth-child(2n) .item-img {
    margin-bottom: 4.53333vw;
}
.p-products .products-list__item:nth-child(2n) .item-txt {
    text-align: left;
}

.p-products .products-list .item01:before {
    height: 142.93333vw;
    top: -20.8vw;
    background-image: url(../images/item01-bg.webp);
}

.p-products .products-list .item01 .item-img span {
    width: 89.6vw;
    top: -21.33333vw;
    left: 1.06667vw;
}

.p-products .products-list .item01 .item-illust {
    width: 27.46667vw;
    top: 67.73333vw;
    left: 3.2vw;
}

.p-products .products-list .item02 {
    padding-bottom: 12vw;
}
.p-products .products-list .item02:before {
    height: 108.26667vw;
    top: -6.66667vw;
    background-image: url(../images/item02-bg.webp);
}
.p-products .products-list .item02 .item-img span {
    width: 70.66667vw;
    top: -6.93333vw;
    left: 4vw;
}
.p-products .products-list .item02 .item-illust {
    width: 33.33333vw;
    top: -1.33333vw;
    right: 7.2vw;
}

.p-products .products-list .item03:before {
    height: 129.6vw;
    top: -26.66667vw;
    background-image: url(../images/item03-bg.webp);
}

.p-products .products-list .item03 .item-img span {
    width: 70.66667vw;
    top: -4vw;
    right: -1.6vw;
}

.p-products .products-list .item03 .item-illust {
    width: 27.2vw;
    top: -8.8vw;
    left: 7.46667vw;
}

.p-products .products-list .item04:before {
    height: 117.33333vw;
    top: -.53333vw;
    background-image: url(../images/item04-bg.webp);
}

.p-products .products-list .item04 .item-img span {
    width: 76.8vw;
    top: -14.93333vw;
    left: -8.26667vw;
    transform: rotate(-8deg);
}

.p-products .products-list .item04 .item-illust {
    width: 38.4vw;
    top: 0;
    right: 1.06667vw;
}

.p-products .products-list .item05:before {
    height: 108vw;
    top: 0;
    background-image: url(../images/item05-bg.webp);
}

.p-products .products-list .item05 .item-img span {
    width: 78.66667vw;
    top: -2.4vw;
    left: 6.4vw;
}

.p-products .products-list .item05 .item-illust {
    width: 29.86667vw;
    top: -6.66667vw;
    left: 5.33333vw;
}

.p-products .products-list .item06:before {
    height: 127.46667vw;
    top: -20vw;
    background-image: url(../images/item06-bg.webp);
}

.p-products .products-list .item06 .item-img span {
    width: 76.8vw;
    top: -14.4vw;
    left: -1.6vw;
}

.p-products .products-list .item06 .item-illust {
    width: 26.66667vw;
    top: 27.46667vw;
    right: 7.2vw;
}

.p-products .products-list .item07:before {
    height: 123.2vw;
    top: -11.73333vw;
    background-image: url(../images/item07-bg.webp);
}

.p-products .products-list .item07 .item-img {
    margin-bottom: 9.86667vw;
}
.p-products .products-list .item07 .item-img span {
    width: 68vw;
    top: -17.06667vw;
    right: 9.06667vw;
}

.p-products .products-list .item07 .item-illust {
    width: 36.26667vw;
    top: 54.13333vw;
    left: .53333vw;
}

.p-products .products-list .item08:before {
    height: 114.13333vw;
    top: -6.93333vw;
    background-image: url(../images/item08-bg.webp);
}

.p-products .products-list .item08 .item-img span {
    width: 68vw;
    top: -4.26667vw;
    left: 2.93333vw;
}

.p-products .products-list .item08 .item-illust {
    width: 31.73333vw;
    top: 4vw;
    right: 4.53333vw;
}

.p-products .products-list .item09:before {
    height: 133.33333vw;
    top: -26.66667vw;
    background-image: url(../images/item09-bg.webp);
}

.p-products .products-list .item09 .item-img span {
    width: 76vw;
    top: -9.6vw;
    right: -4vw;
}

.p-products .products-list .item09 .item-illust {
    width: 26.4vw;
    top: 7.46667vw;
    left: 10.13333vw;
}

.p-products .products-list .item10 {
    padding-bottom: 12vw;
}
.p-products .products-list .item10:before {
    height: 76.8vw;
    top: 0;
    background-image: url(../images/item10-bg.webp);
}
.p-products .products-list .item10 .item-img span {
    width: 74.13333vw;
    top: -14.13333vw;
    left: 1.6vw;
}
.p-products .products-list .item10 .item-illust {
    width: 30.93333vw;
    top: 28.53333vw;
    right: 2.13333vw;
}

.p-products .products-list .item11:before {
    height: 123.2vw;
    top: -20.8vw;
    background-image: url(../images/item11-bg.webp);
}

.p-products .products-list .item11 .item-img span {
    width: 69.06667vw;
    top: -.53333vw;
    left: 11.2vw;
}

.p-products .products-list .item11 .item-illust {
    width: 32.26667vw;
    top: -9.6vw;
    left: 4vw;
}

.p-products .products-list .item12:before {
    height: 136.53333vw;
    top: -19.2vw;
    background-image: url(../images/item12-bg.webp);
}

.p-products .products-list .item12 .item-img span {
    width: 72.53333vw;
    top: -8.53333vw;
    left: 7.73333vw;
}

.p-products .products-list .item12 .item-illust {
    width: 28.26667vw;
    top: 80vw;
    right: 2.66667vw;
}

.p-products .products-list .item13:before {
    height: 98.66667vw;
    top: -3.46667vw;
    background-image: url(../images/item13-bg.webp);
}

.p-products .products-list .item13 .item-img {
    margin-bottom: 11.46667vw;
}
.p-products .products-list .item13 .item-img span {
    width: 76.26667vw;
    top: -10.13333vw;
    left: 4vw;
}

.p-products .products-list .item13 .item-illust {
    width: 37.33333vw;
    top: 50.13333vw;
    left: 5.33333vw;
}

.p-products .products-list .item14:before {
    height: 107.73333vw;
    top: -5.33333vw;
    background-image: url(../images/item14-bg.webp);
}

.p-products .products-list .item14 .item-img span {
    width: 61.6vw;
    top: -1.6vw;
    left: 1.6vw;
    transform: rotate(8deg);
}

.p-products .products-list .item14 .item-illust {
    width: 31.46667vw;
    top: -1.6vw;
    right: 1.6vw;
}

.p-products .products-list .item15:before {
    height: 137.06667vw;
    top: -27.2vw;
    background-image: url(../images/item15-bg.webp);
}

.p-products .products-list .item15 .item-img span {
    width: 74.4vw;
    top: -8vw;
    right: 0;
}

.p-products .products-list .item15 .item-illust {
    width: 22.4vw;
    top: 7.46667vw;
    left: 4.26667vw;
}

.p-products .products-more {
    padding: 0 0 14.93333vw;
    position: relative;
    background: linear-gradient(0deg, #ffc1df 0%, #ffa5d2 100%);
}
.p-products .products-more__inner {
    padding-top: 8vw;
    background: url(../images/products-more-bg.webp) no-repeat center top;
    background-size: 100%;
}
.p-products .products-more__all {
    margin-bottom: 10.66667vw;
}
.p-products .products-more .more-btn {
    text-align: center;
}
.p-products .products-more .more-btn__label {
    margin-bottom: 2.13333vw;
}
.p-products .products-more .more-btn__label img {
    width: 68.8vw;
}
.p-products .products-more .more-caution {
    margin-top: 4.53333vw;
    text-align: center;
}
.p-products .products-more .more-caution p {
    display: inline-block;
    text-align: left;
    font-size: 2.4vw;
    line-height: 1.66;
    letter-spacing: .08em;
}

@-webkit-keyframes fuwafuwa {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(.5em);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fuwafuwa {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(.5em);
    }
    100% {
        transform: translateY(0);
    }
}

@media only screen and (min-width: 768px) {
    .p-products .products-ttl span {
        padding: 37px 0 69px;
        background-size: 188px;
    }
    .p-products .products-ttl img {
        width: 356px;
    }
    .p-products .products-list__item {
        min-height: 466px;
        padding: 30px 17px 35px;
    }
    .p-products .products-list__item:after {
        height: calc(100% - 280px);
    }
    .p-products .products-list__item .item-img {
        margin-bottom: 33px;
        height: 248px;
    }
    .p-products .products-list__item .item-txt .price .num {
        font-size: 19px;
    }
    .p-products .products-list__item .item-txt .price .num strong {
        font-size: 27px;
    }
    .p-products .products-list__item .item-txt .price .tax {
        font-size: 11px;
    }
    .p-products .products-list__item .item-txt .more span {
        width: 77px;
    }
    .p-products .products-list__item .item-txt .more span img {
        width: 58px;
    }
    .p-products .products-list__item:nth-child(2n) .item-img {
        margin-bottom: 18px;
    }
    .p-products .products-list__item:hover .item-txt .more span {
        background: #f53c99;
    }
    .p-products .products-list .item01:before {
        height: 571px;
        top: -83px;
    }
    .p-products .products-list .item01 .item-img span {
        width: 358px;
        top: -85px;
        left: 5px;
    }
    .p-products .products-list .item01 .item-illust {
        width: 110px;
        top: 271px;
        left: 13px;
    }
    .p-products .products-list .item02 {
        padding-bottom: 48px;
    }
    .p-products .products-list .item02:before {
        height: 433px;
        top: -27px;
    }
    .p-products .products-list .item02 .item-img span {
        width: 282px;
        top: -28px;
        left: 16px;
    }
    .p-products .products-list .item02 .item-illust {
        width: 133px;
        top: -6px;
        right: 29px;
    }
    .p-products .products-list .item03:before {
        height: 518px;
        top: -106px;
    }
    .p-products .products-list .item03 .item-img span {
        width: 282px;
        top: -16px;
        right: -7px;
    }
    .p-products .products-list .item03 .item-illust {
        width: 109px;
        top: -35px;
        left: 30px;
    }
    .p-products .products-list .item04:before {
        height: 686px;
        top: -3px;
    }
    .p-products .products-list .item04 .item-img span {
        width: 307px;
        top: -60px;
        left: -33px;
    }
    .p-products .products-list .item04 .item-illust {
        width: 154px;
        right: 5px;
    }
    .p-products .products-list .item05:before {
        height: 432px;
    }
    .p-products .products-list .item05 .item-img span {
        width: 314px;
        top: -10px;
        left: 26px;
    }
    .p-products .products-list .item05 .item-illust {
        width: 119px;
        top: -27px;
        left: 21px;
    }
    .p-products .products-list .item06:before {
        height: 510px;
        top: -80px;
    }
    .p-products .products-list .item06 .item-img span {
        width: 307px;
        top: -58px;
        left: -7px;
    }
    .p-products .products-list .item06 .item-illust {
        width: 106px;
        top: 110px;
        right: 29px;
    }
    .p-products .products-list .item07:before {
        height: 492px;
        top: -47px;
    }
    .p-products .products-list .item07 .item-img {
        margin-bottom: 39px;
    }
    .p-products .products-list .item07 .item-img span {
        width: 272px;
        top: -68px;
        right: 36px;
    }
    .p-products .products-list .item07 .item-illust {
        width: 145px;
        top: 216px;
        left: 3px;
    }
    .p-products .products-list .item08:before {
        height: 456px;
        top: -28px;
    }
    .p-products .products-list .item08 .item-img span {
        width: 272px;
        top: -17px;
        left: 12px;
    }
    .p-products .products-list .item08 .item-illust {
        width: 127px;
        top: 16px;
        right: 19px;
    }
    .p-products .products-list .item09:before {
        height: 533px;
        top: -106px;
    }
    .p-products .products-list .item09 .item-img span {
        width: 304px;
        top: -38px;
        right: -16px;
    }
    .p-products .products-list .item09 .item-illust {
        width: 106px;
        top: 30px;
        left: 40px;
    }
    .p-products .products-list .item10 {
        padding-bottom: 48px;
    }
    .p-products .products-list .item10:before {
        height: 307px;
    }
    .p-products .products-list .item10 .item-img span {
        width: 296px;
        top: -56px;
        left: 7px;
    }
    .p-products .products-list .item10 .item-illust {
        width: 124px;
        top: 114px;
        right: 9px;
    }
    .p-products .products-list .item11:before {
        height: 492px;
        top: -83px;
    }
    .p-products .products-list .item11 .item-img span {
        width: 276px;
        top: -3px;
        left: 45px;
    }
    .p-products .products-list .item11 .item-illust {
        width: 129px;
        top: -38px;
        left: 16px;
    }
    .p-products .products-list .item12:before {
        height: 546px;
        top: -77px;
    }
    .p-products .products-list .item12 .item-img span {
        width: 290px;
        top: -34px;
        left: 33px;
    }
    .p-products .products-list .item12 .item-illust {
        width: 113px;
        top: 320px;
        right: 11px;
    }
    .p-products .products-list .item13:before {
        height: 394px;
        top: -14px;
    }
    .p-products .products-list .item13 .item-img {
        margin-bottom: 46px;
    }
    .p-products .products-list .item13 .item-img span {
        width: 305px;
        top: -40px;
        left: 16px;
    }
    .p-products .products-list .item13 .item-illust {
        width: 149px;
        top: 200px;
        left: 21px;
    }
    .p-products .products-list .item14:before {
        height: 431px;
        top: -22px;
    }
    .p-products .products-list .item14 .item-img span {
        width: 246px;
        top: -7px;
        left: 7px;
    }
    .p-products .products-list .item14 .item-illust {
        width: 126px;
        top: -7px;
        right: 7px;
    }
    .p-products .products-list .item15:before {
        height: 548px;
        top: -109px;
    }
    .p-products .products-list .item15 .item-img span {
        width: 297px;
        top: -34px;
    }
    .p-products .products-list .item15 .item-illust {
        width: 90px;
        top: 30px;
        left: 17px;
    }
    .p-products .products-more {
        padding: 0 0 60px;
    }
    .p-products .products-more__inner {
        padding-top: 32px;
    }
    .p-products .products-more__all {
        margin-bottom: 43px;
    }
    .p-products .products-more .more-btn__label {
        margin-bottom: 9px;
    }
    .p-products .products-more .more-btn__label img {
        width: 275px;
    }
    .p-products .products-more .more-caution {
        margin-top: 18px;
    }
    .p-products .products-more .more-caution p {
        font-size: 10px;
    }
}

/* ========== p-limited ========== */
.p-limited {
    background: linear-gradient(0deg, rgba(255, 228, 240, .9) 0%, rgba(255, 193, 223, .9) 100%);
    padding: 0 9.06667vw 12.8vw;
}

@media only screen and (min-width: 768px) {
    .p-limited {
        padding: 0 32px 51px;
    }
}

/* ========== p-event ========== */
.p-event .event-ttl {
    display: flex;
    height: 15.46667vw;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    background: linear-gradient(0deg, rgba(255, 232, 242, .9) 0%, rgba(255, 228, 240, .9) 100%);
    margin: 0;
}
.p-event .event-ttl img {
    width: 69.86667vw;
}

.p-event .event-bnr {
    padding-bottom: 5.33333vw;
    position: relative;
}
.p-event .event-bnr:before {
    content: "";
    width: 100%;
    height: 5.33333vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 232, 242, .9) 0%, rgba(255, 165, 210, .9) 100%);
}

.p-event .event-movie {
    padding-bottom: 5.33333vw;
    position: relative;
}
.p-event .event-movie:before {
    content: "";
    width: 100%;
    height: 5.33333vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 165, 210, .9) 0%, rgba(255, 232, 242, .9) 100%);
}

@media only screen and (min-width: 768px) {
    .p-event .event-ttl {
        height: 62px;
    }
    .p-event .event-ttl img {
        width: 279px;
    }
    .p-event .event-bnr {
        padding-bottom: 21px;
    }
    .p-event .event-bnr:before {
        height: 21px;
    }
    .p-event .event-movie {
        padding-bottom: 21px;
    }
    .p-event .event-movie:before {
        height: 21px;
    }
}

/* ========== foot ========== */
.p-foot {
    padding: 2em 0 0;
    background: #eea4c6;
}

/*------------------------------------------
  component
------------------------------------------*/
.c-btn {
    position: relative;
    display: inline-block;
    width: 74.66667vw;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, .16);
}
.c-btn a {
    display: block;
    background: #b8001b;
    transition: .3s;
}
.c-btn a:hover {
    opacity: 1;
    transform: translateY(6px);
    background: #f53c99;
}
.c-btn--bk a {
    background: #1a1311;
}

@media only screen and (min-width: 768px) {
    .c-btn {
        width: 298px;
    }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: #f8b5d4;
}
.loading.dev {
    display: none;
}
.loading__inner {
    height: 100%;
    padding: 82px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading .loading-illust {
    margin: 0 auto 6.4vw;
    position: relative;
    width: 79.46667vw;
}
.loading .loading-illust__bg .pc {
    display: none;
}
.loading .loading-illust .illust {
    position: absolute;
    z-index: 1;
    -webkit-animation: 3s illustMove infinite ease-in-out;
            animation: 3s illustMove infinite ease-in-out;
}
.loading .loading-illust .illust01 {
    width: 34.66667vw;
    bottom: 0;
    left: 10.93333vw;
}
.loading .loading-illust .illust02 {
    width: 26.93333vw;
    bottom: 0;
    right: -2.13333vw;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.loading .loading-illust .illust03 {
    width: 20.53333vw;
    top: -8vw;
    right: 14.66667vw;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.loading .loading-progress {
    display: flex;
    gap: 0 .29333vw;
    justify-content: center;
}
.loading .loading-progress img {
    width: auto;
    height: 5.33333vw;
}
.loading .loading-progress__dots {
    display: flex;
    gap: 0 .72vw;
    justify-content: center;
}
.loading .loading-progress__dots span {
    opacity: 0;
    -webkit-animation: loadingWave 1s ease forwards;
            animation: loadingWave 1s ease forwards;
}
.loading .loading-progress__dots span:nth-child(1) {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
}
.loading .loading-progress__dots span:nth-child(2) {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms;
}
.loading .loading-progress__dots span:nth-child(3) {
    -webkit-animation-delay: 2500ms;
            animation-delay: 2500ms;
}

@-webkit-keyframes loadingWave {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes loadingWave {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (min-width: 768px) {
    .loading__inner {
        padding: 168px 0 0;
    }
    .loading .loading-illust {
        margin-bottom: 42px;
        width: 552px;
    }
    .loading .loading-illust__bg .sp {
        display: none;
    }
    .loading .loading-illust__bg .pc {
        display: block;
    }
    .loading .loading-illust .illust01 {
        width: 201px;
        bottom: 56px;
        left: -20px;
    }
    .loading .loading-illust .illust02 {
        width: 144px;
        bottom: -25px;
        right: 54px;
    }
    .loading .loading-illust .illust03 {
        width: 110px;
        top: -26px;
        right: 174px;
    }
    .loading .loading-progress {
        gap: 0 1.5px;
    }
    .loading .loading-progress img {
        height: 30px;
    }
    .loading .loading-progress__dots {
        gap: 0 3.8px;
    }
}

.js-pageActive {
    opacity: 0;
}
.js-pageActive.is--active {
    opacity: 1;
    transition: opacity 1s;
}