@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
.lp-main {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-size: 3.2vw;
    background: #d5f3f8;
    z-index: 10;
}
.lp-main__contents {
    position: relative;
    overflow: hidden;
}
.lp-main section {
    position: relative;
}
.lp-main h2 {
    margin-bottom: 0;
}
.lp-main img {
    vertical-align: bottom;
}

@media only screen and (min-width: 750px) {
    .lp-main {
        font-size: 24px;
    }
    .lp-main:before, .lp-main:after {
        content: "";
        position: fixed;
        height: 100vh;
        width: 261px;
        top: 0;
        background: url(../images/bg.png) no-repeat;
        background-size: 100%;
    }
    .lp-main:before {
        left: 0;
    }
    .lp-main:after {
        right: 0;
    }
    .lp-main__contents {
        max-width: 750px;
        margin: auto;
        z-index: 2;
    }
}
/* ===== MV ===== */
.p-mv {
    height: 187.2vw;
    background: url(../images/mv-bg.png) no-repeat center top;
    background-size: 100%;
    overflow: hidden;
    z-index: 12;
}
.p-mv__loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
}
.p-mv__loading .loading-contents {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30% 0 0;
    justify-content: center;
}
.p-mv__loading .loading-img {
    width: 45.3333333333vw;
    height: 38.6666666667vw;
    margin: 0 auto 2.6666666667vw;
    position: relative;
}
.p-mv__loading .loading-img:before, .p-mv__loading .loading-img:after {
    content: "";
    width: 12.8vw;
    height: 19.7333333333vw;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}
.p-mv__loading .loading-img:before {
    top: 9.3333333333vw;
    left: 10.1333333333vw;
    background-image: url(../images/loading-star01.png);
}
.p-mv__loading .loading-img:after {
    top: 9.3333333333vw;
    right: 10.1333333333vw;
    background-image: url(../images/loading-star02.png);
}
.p-mv__loading .loading-img img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.p-mv__loading .loading-img .off {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.p-mv__loading .loading-bar {
    width: 45.3333333333vw;
    height: 2.1333333333vw;
    margin: auto;
    position: relative;
}
.p-mv__loading .loading-bar:before, .p-mv__loading .loading-bar:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.3333333333vw;
}
.p-mv__loading .loading-bar:before {
    width: 10%;
    background: #78ded4;
}
.p-mv__loading .loading-bar:after {
    width: 100%;
    border: 1px solid #5887da;
}
.p-mv__loading .loading-txt {
    width: 21.0666666667vw;
    height: 5.0666666667vw;
    margin: 1.3333333333vw auto 0;
    position: relative;
}
.p-mv__loading .loading-txt img {
    width: 100%;
}
.p-mv__loading .loading-txt .off {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.p-mv__loading.is--active .loading-img:before, .p-mv__loading.is--active .loading-img:after {
    transition: .8s 3s;
}
.p-mv__loading.is--active .loading-img:before {
    top: -5.3333333333vw;
    left: -12.6666666667vw;
}
.p-mv__loading.is--active .loading-img:after {
    top: -5.3333333333vw;
    right: -12.6666666667vw;
}
.p-mv__loading.is--active .loading-img .off {
    opacity: 0;
    transition: .5s 3s;
}
.p-mv__loading.is--active .loading-bar:before {
    width: 100%;
    transition: 1.5s 1s;
}
.p-mv__loading.is--active .loading-txt .off {
    opacity: 0;
    transition: .5s 3s;
}
.p-mv__visual {
    position: relative;
    height: 100%;
    padding: 24.5333333333vw 0 0;
}
.p-mv__visual .mv-copy {
    position: absolute;
    z-index: 2;
    bottom: 22.6666666667vw;
    left: 2.4vw;
    width: 29.6vw;
}
.p-mv__visual .mv-ttl {
    margin: 0;
    opacity: 0;
}
.p-mv__visual .illust {
    position: absolute;
    opacity: 1;
}
.p-mv__visual .illust img {
    width: 100%;
}
.p-mv__visual .illust01 {
    width: 37.0666666667vw;
    top: -53.3333333333vw;
    left: 50%;
    margin-left: -16.5333333333vw;
}
.p-mv__visual .illust02 {
    width: 50.1333333333vw;
    top: 100%;
    left: 1.8666666667vw;
    transform: translateY(0);
}
.p-mv__visual .illust03 {
    width: 47.7333333333vw;
    top: 100%;
    right: -3.4666666667vw;
    transform: translateY(0);
}
.p-mv__visual .illust04 {
    width: 78.1333333333vw;
    top: 100%;
    right: -3.4666666667vw;
    transform: translateY(0);
    z-index: 1;
}
.p-mv__visual .illust05 {
    width: 59.2vw;
    top: 101.3333333333vw;
    left: 11.4666666667vw;
    opacity: 0;
}
.p-mv__visual.is--active .mv-ttl {
    opacity: 1;
    transition: 2s 1.5s;
}
.p-mv__visual.is--active .illust {
    opacity: 1;
}
.p-mv__visual.is--active .illust01 {
    top: 8vw;
    transition: 2s 3s;
}
.p-mv__visual.is--active .illust02 {
    top: 86.4vw;
    transition: 2s 3s;
    animation: fuwafuwa2 3s 6s infinite;
}
.p-mv__visual.is--active .illust03 {
    top: 75.2vw;
    transition: 2s 3s;
    animation: fuwafuwa2 3s 6s infinite;
}
.p-mv__visual.is--active .illust04 {
    top: 120.2666666667vw;
    transition: 2s 3s;
    animation: fuwafuwa1 3s 6s infinite;
}
.p-mv__visual.is--active .illust05 {
    transition: 2s 3s;
}

@media only screen and (min-width: 750px) {
    .p-mv {
        height: 1404px;
    }
    .p-mv__loading .loading-img {
        width: 340px;
        height: 290px;
        margin: 0 auto 20px;
    }
    .p-mv__loading .loading-img:before, .p-mv__loading .loading-img:after {
        width: 96px;
        height: 148px;
    }
    .p-mv__loading .loading-img:before {
        top: 70px;
        left: 76px;
    }
    .p-mv__loading .loading-img:after {
        top: 70px;
        right: 76px;
    }
    .p-mv__loading .loading-bar {
        width: 340px;
        height: 18px;
    }
    .p-mv__loading .loading-bar:before, .p-mv__loading .loading-bar:after {
        border-radius: 10px;
    }
    .p-mv__loading .loading-txt {
        width: 158px;
        height: 38px;
        margin: 10px auto 0;
    }
    .p-mv__loading.is--active .loading-img:before {
        top: -40px;
        left: -95px;
    }
    .p-mv__loading.is--active .loading-img:after {
        top: -40px;
        right: -95px;
    }
    .p-mv__visual {
        padding: 184px 0 0;
    }
    .p-mv__visual .mv-copy {
        bottom: 170px;
        left: 18px;
        width: 222px;
    }
    .p-mv__visual .illust01 {
        width: 278px;
        top: -200px;
        margin-left: -124px;
    }
    .p-mv__visual .illust02 {
        width: 376px;
        left: 14px;
    }
    .p-mv__visual .illust03 {
        width: 358px;
        right: -26px;
    }
    .p-mv__visual .illust04 {
        width: 586px;
        right: -26px;
    }
    .p-mv__visual .illust05 {
        width: 444px;
        top: 760px;
        left: 86px;
    }
    .p-mv__visual.is--active .illust01 {
        top: 60px;
    }
    .p-mv__visual.is--active .illust02 {
        top: 648px;
    }
    .p-mv__visual.is--active .illust03 {
        top: 564px;
    }
    .p-mv__visual.is--active .illust04 {
        top: 902px;
    }
}
/* ===== guide ===== */
.p-guide {
    padding: 12.5333333333vw 0;
    background-color: #ffda86;
    background-image: url(../images/patt01.png);
    background-repeat: repeat;
    background-size: 14.9333333333vw;
    z-index: 12;
}
.p-guide:before, .p-guide:after {
    content: "";
    width: 100%;
    height: 7.0666666667vw;
    position: absolute;
    left: 0;
    background-image: url(../images/guide-star.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 35.6vw;
    z-index: 1;
}
.p-guide:before {
    top: 0;
    transform: translateY(-50%);
    animation: starLoopLeft 8s linear infinite;
}
.p-guide:after {
    bottom: 0;
    transform: translateY(50%);
    animation: starLoopRight 8s linear infinite;
}
.p-guide__inner {
    padding: 0 2.9333333333vw 0 4vw;
}
.p-guide .guide-btnlist li {
    margin-bottom: 2.9333333333vw;
}
.p-guide .guide-btnlist li:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
    .p-guide {
        padding: 94px 0;
        background-size: 112px;
    }
    .p-guide:before, .p-guide:after {
        height: 53px;
        background-size: 267px;
    }
    .p-guide__inner {
        padding: 0 22px 0 30px;
    }
    .p-guide .guide-btnlist li {
        margin-bottom: 22px;
    }
}
/* ===== about ===== */
.p-about {
    background: #ffd1f6;
    padding: 8vw 0 29.8666666667vw;
}
.p-about .about-message {
    text-align: center;
    padding: 42.1333333333vw 0 0;
    height: 125.8666666667vw;
    background: url(../images/about-message-bg.png) no-repeat center top;
    background-size: 100%;
}
.p-about .about-message__date {
    margin-bottom: 5.3333333333vw;
}
.p-about .about-message__date img {
    width: 57.6vw;
}
.p-about .about-message__txt {
    color: #5f82d6;
    font-weight: 700;
    font-size: 3.4666666667vw;
    line-height: 2.15;
}

@media only screen and (min-width: 750px) {
    .p-about {
        padding: 60px 0 224px;
    }
    .p-about .about-message {
        padding: 316px 0 0;
        height: 944px;
    }
    .p-about .about-message__date {
        margin-bottom: 40px;
    }
    .p-about .about-message__date img {
        width: 432px;
    }
    .p-about .about-message__txt {
        font-size: 26px;
    }
}
/* ===== items ===== */
.p-items__head {
    position: relative;
    z-index: 2;
}
.p-items__head .head-ttl {
    position: relative;
    margin: 0;
    z-index: 1;
}
.p-items__head .head-illust {
    position: absolute;
}
.p-items__head .head-illust01 {
    animation: fuwafuwa1 3s infinite;
}
.p-items__head .head-illust02 {
    z-index: 2;
    transform-origin: center bottom;
    animation: swing 4s infinite;
}
.p-items__head .head-illust03 {
    z-index: 2;
    transform-origin: center top;
    animation: swing 3s infinite;
}
.p-items__head .head-illust04 {
    z-index: 3;
}
.p-items__contents {
    position: relative;
    z-index: 1;
}
.p-items__contents:before, .p-items__contents:after {
    content: "";
    width: 26.6666666667vw;
    height: 100%;
    position: absolute;
    top: 0;
    filter: blur(40px);
}
.p-items__contents:before {
    left: 0;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.p-items__contents:after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.p-items .items-list {
    position: relative;
    z-index: 3;
}
.p-items .items-list__block {
    position: relative;
    display: block;
}
.p-items .items-list__block:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.p-items .items-list__block .block-img {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74.9333333333vw;
    height: 62.9333333333vw;
    background: url(../images/items-item-bg.png) no-repeat center;
    background-size: 100%;
    z-index: 11;
}
.p-items .items-list__block .block-img img {
    width: 90%;
}
.p-items .items-list__block .block-txt {
    position: absolute;
    bottom: 0;
    width: 45.3333333333vw;
    font-weight: 700;
    line-height: 1.42;
    z-index: 11;
}
.p-items .items-list__block .block-txt__name {
    color: #fff;
    text-align: center;
    border-radius: 4vw;
    padding: .8em 1em;
}
.p-items .items-list__block .block-txt__name .caution {
    font-size: 83%;
}
.p-items .items-list__block .block-txt__price {
    display: inline-block;
    background: #fff;
    text-align: left;
    margin-top: .5333333333vw;
    font-size: 2.6666666667vw;
    padding: .3em 1em;
    border-radius: 6.9333333333vw;
}
.p-items .items-list__block .block-txt__price span {
    font-size: 140%;
    display: inline-block;
    margin: 0 .2em;
}
.p-items .items-list__block.left .block-img {
    margin-left: auto;
}
.p-items .items-list__block.left .block-txt {
    left: 4vw;
    text-align: left;
}
.p-items .items-list__block.right .block-txt {
    right: 4vw;
    text-align: right;
}
.p-items .items-list__block.center .block-img {
    margin: auto;
}
.p-items .items-list__block.center .block-txt {
    left: 50%;
    margin-left: -22.6666666667vw;
    text-align: center;
}
.p-items .items-list__block.js-scr::before {
    transform: translateY(20px);
    z-index: 10;
}
.p-items .items-list__block.js-scr .block-img {
    opacity: 0;
    transform: translateY(20px);
}
.p-items .items-list__block.js-scr .block-txt {
    opacity: 0;
    transform: translateY(20px);
}
.p-items .items-list__block.js-scr-active::before {
    transition: 1.5s;
    transform: translateY(0);
}
.p-items .items-list__block.js-scr-active .block-img {
    transition: 1.5s;
    opacity: 1;
    transform: translateY(0);
}
.p-items .items-list__block.js-scr-active .block-txt {
    transition: 1.5s;
    opacity: 1;
    transform: translateY(0);
}
.p-items .items-list__block:nth-child(odd).js-scr-active .block-img {
    animation: fuwafuwa1 3s 2.5s infinite;
}
.p-items .items-list__block:nth-child(odd).js-scr-active .block-txt {
    animation: fuwafuwa1 3s 2.5s infinite;
}
.p-items .items-list__block:nth-child(even).js-scr-active .block-img {
    animation: fuwafuwa2 3s 2.5s infinite;
}
.p-items .items-list__block:nth-child(even).js-scr-active .block-txt {
    animation: fuwafuwa2 3s 2.5s infinite;
}
.p-items__all {
    text-align: center;
    background-color: #a3f0ff;
    background-image: url(../images/patt02.png);
    background-repeat: repeat;
    background-size: 14.9333333333vw;
    padding: 18.1333333333vw 8.5333333333vw 10.6666666667vw 9.6vw;
}
.p-items__all .all-btn a {
    position: relative;
    display: inline-block;
    width: 81.8666666667vw;
}
.p-items__all .all-btn a:before {
    content: "";
    width: 25.6vw;
    height: 18.1333333333vw;
    position: absolute;
    left: 0;
    top: -38.9333333333vw;
    background: url(../images/items-all-illust.png) no-repeat;
    background-size: 100%;
}
.p-items__all .all-txt {
    color: #0d74bd;
    margin-top: .5em;
}
.p-items__all.js-scr-active .all-btn a:before {
    top: -12.2666666667vw;
    transition: 1.5s;
}
.p-items .items-profile {
    padding: 0 4vw;
    position: relative;
    z-index: 3;
}
.p-items .items-profile__block {
    position: relative;
    background: #fff;
    border-radius: 13.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
    margin-bottom: 4vw;
}
.p-items .items-profile__block:last-child {
    margin-bottom: 0;
}
.p-items .items-profile__block .block-img {
    position: absolute;
}
.p-items .items-profile__block .block-txt {
    width: 57.3333333333vw;
}
.p-items .items-profile__block .block-txt__ttl {
    text-align: center;
    margin-bottom: 1em;
}
.p-items .items-profile__block .block-txt__ttl img {
    width: 39.7333333333vw;
}
.p-items .items-profile__block .block-txt__txt {
    line-height: 1.833;
}
.p-items .items-profile__block:nth-child(odd) .block-txt {
    margin-left: auto;
}
.p-items .items-profile__block.profile01 {
    color: #0d74bd;
    padding-top: 6.6666666667vw;
}
.p-items .items-profile__block.profile01 .block-img {
    width: 29.8666666667vw;
    top: -1.3333333333vw;
    left: -2.4vw;
}
.p-items .items-profile__block.profile02 {
    color: #e580c3;
}
.p-items .items-profile__block.profile02 .block-img {
    width: 27.4666666667vw;
    top: 6.9333333333vw;
    left: -1.0666666667vw;
}
.p-items .items-profile__block.profile03 {
    color: #3274d3;
}
.p-items .items-profile__block.profile03 .block-img {
    width: 30.6666666667vw;
    top: 9.3333333333vw;
    right: -2.6666666667vw;
}

.p-items--bi {
    margin-top: -19.4666666667vw;
}
.p-items--bi .p-items__head {
    margin-bottom: 6.4vw;
}
.p-items--bi .p-items__head .head-illust01 {
    width: 17.3333333333vw;
    left: 4.8vw;
    top: -3.2vw;
}
.p-items--bi .p-items__head .head-illust02 {
    width: 28.2666666667vw;
    left: 50%;
    margin-left: -13.6vw;
    top: -1.0666666667vw;
}
.p-items--bi .p-items__head .head-illust03 {
    width: 14.9333333333vw;
    right: -2.1333333333vw;
    top: 17.8666666667vw;
}
.p-items--bi .p-items__head .head-illust04 {
    width: 25.3333333333vw;
    right: -8vw;
    top: 5.3333333333vw;
}
.p-items--bi .p-items__contents {
    background: #a5d4f2;
    margin-top: -25.6vw;
    padding: 25.6vw 0 36.8vw;
}
.p-items--bi .items-list {
    margin-bottom: 12vw;
}
.p-items--bi .items-list__block .block-txt__name {
    background: #3274d3;
}
.p-items--bi .items-list__block .block-txt__price {
    color: #557fc0;
    border: 2px solid #86d2e2;
}
.p-items--bi .items-list .item01 {
    height: 75.7333333333vw;
    margin-bottom: 5.3333333333vw;
}
.p-items--bi .items-list .item01:before {
    top: -9.0666666667vw;
    height: 97.0666666667vw;
    background-image: url(../images/bi-items01-bg.png);
}
.p-items--bi .items-list .item02 {
    height: 78.6666666667vw;
    margin-bottom: 7.4666666667vw;
}
.p-items--bi .items-list .item02:before {
    top: 13.3333333333vw;
    height: 42.9333333333vw;
    background-image: url(../images/bi-items02-bg.png);
}
.p-items--bi .items-list .item03 {
    height: 62.9333333333vw;
    margin-bottom: 13.3333333333vw;
}
.p-items--bi .items-list .item03:before {
    top: -14.6666666667vw;
    height: 35.4666666667vw;
    background-image: url(../images/bi-items03-bg.png);
}
.p-items--bi .items-list .item03 .block-txt {
    bottom: -10.6666666667vw;
}
.p-items--bi .items-list .item04 {
    height: 78.6666666667vw;
    margin-bottom: 5.3333333333vw;
}
.p-items--bi .items-list .item04:before {
    top: 10.9333333333vw;
    height: 20.8vw;
    background-image: url(../images/bi-items04-bg.png);
}
.p-items--bi .items-list .item05 {
    height: 65.0666666667vw;
    margin-bottom: 8.8vw;
}
.p-items--bi .items-list .item05:before {
    top: -20.5333333333vw;
    height: 47.4666666667vw;
    background-image: url(../images/bi-items05-bg.png);
}
.p-items--bi .items-list .item06 {
    height: 75.2vw;
    margin-bottom: 5.3333333333vw;
}
.p-items--bi .items-list .item06:before {
    top: -2.6666666667vw;
    height: 67.4666666667vw;
    background-image: url(../images/bi-items06-bg.png);
}
.p-items--bi .items-list .item07 {
    height: 75.7333333333vw;
}
.p-items--bi .items-list .item07:before {
    top: -2.9333333333vw;
    height: 20.8vw;
    background-image: url(../images/bi-items04-bg.png);
}

.p-items--ri {
    margin-top: -23.4666666667vw;
}
.p-items--ri .p-items__head {
    margin-bottom: 12.2666666667vw;
}
.p-items--ri .p-items__head .head-illust01 {
    width: 15.7333333333vw;
    right: 4.8vw;
    top: 1.6vw;
}
.p-items--ri .p-items__head .head-illust02 {
    width: 41.6vw;
    left: 50%;
    margin-left: -20.8vw;
    top: 0vw;
}
.p-items--ri .p-items__head .head-illust03 {
    width: 14.9333333333vw;
    left: 1.6vw;
    top: 22.4vw;
}
.p-items--ri .p-items__head .head-illust04 {
    width: 25.3333333333vw;
    left: -2.6666666667vw;
    top: 9.8666666667vw;
}
.p-items--ri .p-items__contents {
    background: #e8a8d9;
    margin-top: -23.4666666667vw;
    padding: 23.4666666667vw 0 13.3333333333vw;
}
.p-items--ri .items-list {
    margin-bottom: 10.6666666667vw;
}
.p-items--ri .items-list__block .block-txt__name {
    background: #dc54a1;
}
.p-items--ri .items-list__block .block-txt__price {
    color: #dc54a1;
    border: 2px solid #dc54a1;
}
.p-items--ri .items-list .item01 {
    height: 75.7333333333vw;
    margin-bottom: 5.3333333333vw;
}
.p-items--ri .items-list .item01:before {
    top: -12.2666666667vw;
    height: 20.5333333333vw;
    background-image: url(../images/ri-items01-bg.png);
}
.p-items--ri .items-list .item02 {
    height: 78.6666666667vw;
    margin-bottom: 5.3333333333vw;
}
.p-items--ri .items-list .item02:before {
    top: -12vw;
    height: 24vw;
    background-image: url(../images/ri-items02-bg.png);
}
.p-items--ri .items-list .item02 .block-img img {
    margin-top: -2em;
}
.p-items--ri .items-list .item03 {
    height: 62.9333333333vw;
    margin-bottom: 5.3333333333vw;
}
.p-items--ri .items-list .item03:before {
    top: -23.7333333333vw;
    height: 50.6666666667vw;
    background-image: url(../images/ri-items03-bg.png);
}
.p-items--ri .items-list .item04 {
    height: 78.6666666667vw;
    margin-bottom: 21.3333333333vw;
}
.p-items--ri .items-list .item04:before {
    top: 5.3333333333vw;
    height: 24vw;
    background-image: url(../images/ri-items04-bg.png);
}
.p-items--ri .items-list .item05 {
    height: 65.0666666667vw;
    margin-bottom: 21.3333333333vw;
}
.p-items--ri .items-list .item05:before {
    top: -26.6666666667vw;
    height: 37.3333333333vw;
    background-image: url(../images/ri-items05-bg.png);
}
.p-items--ri .items-list .item05 .block-txt {
    bottom: -16vw;
}
.p-items--ri .items-list .item06 {
    height: 75.2vw;
    margin-bottom: 10.6666666667vw;
}
.p-items--ri .items-list .item06:before {
    top: -3.4666666667vw;
    height: 32.8vw;
    background-image: url(../images/ri-items06-bg.png);
}
.p-items--ri .items-list .item06 .block-txt {
    bottom: -8vw;
}
.p-items--ri .items-list .item07 {
    height: 75.7333333333vw;
}
.p-items--ri .items-list .item07:before {
    top: -24vw;
    height: 22.4vw;
    background-image: url(../images/ri-items07-bg.png);
}

@media only screen and (min-width: 750px) {
    .p-items__contents:before, .p-items__contents:after {
        width: 200px;
    }
    .p-items .items-list__block .block-img {
        width: 562px;
        height: 472px;
    }
    .p-items .items-list__block .block-txt {
        width: 340px;
    }
    .p-items .items-list__block .block-txt__name {
        border-radius: 30px;
    }
    .p-items .items-list__block .block-txt__price {
        margin-top: 4px;
        font-size: 20px;
        border-radius: 52px;
    }
    .p-items .items-list__block.left .block-txt {
        left: 30px;
    }
    .p-items .items-list__block.right .block-txt {
        right: 30px;
    }
    .p-items .items-list__block.center .block-txt {
        margin-left: -85px;
    }
    .p-items__all {
        background-size: 112px;
        padding: 136px 64px 80px 72px;
    }
    .p-items__all .all-btn a {
        width: 614px;
    }
    .p-items__all .all-btn a:before {
        width: 192px;
        height: 136px;
        top: -300px;
    }
    .p-items__all.js-scr-active .all-btn a:before {
        top: -92px;
    }
    .p-items .items-profile {
        padding: 0 30px;
    }
    .p-items .items-profile__block {
        border-radius: 100px;
        padding: 40px 40px 50px;
        margin-bottom: 30px;
    }
    .p-items .items-profile__block .block-txt {
        width: 430px;
    }
    .p-items .items-profile__block .block-txt__ttl img {
        width: 298px;
    }
    .p-items .items-profile__block.profile01 {
        padding-top: 50px;
    }
    .p-items .items-profile__block.profile01 .block-img {
        width: 224px;
        top: -10px;
        left: -18px;
    }
    .p-items .items-profile__block.profile02 .block-img {
        width: 206px;
        top: 52px;
        left: -8px;
    }
    .p-items .items-profile__block.profile03 .block-img {
        width: 230px;
        top: 70px;
        right: -20px;
    }
    .p-items--bi {
        margin-top: -146px;
    }
    .p-items--bi .p-items__head {
        margin-bottom: 48px;
    }
    .p-items--bi .p-items__head .head-illust01 {
        width: 130px;
        left: 36px;
        top: -24px;
    }
    .p-items--bi .p-items__head .head-illust02 {
        width: 212px;
        margin-left: -102px;
        top: -8px;
    }
    .p-items--bi .p-items__head .head-illust03 {
        width: 112px;
        right: -16px;
        top: 134px;
    }
    .p-items--bi .p-items__head .head-illust04 {
        width: 190px;
        right: -60px;
        top: 40px;
    }
    .p-items--bi .p-items__contents {
        margin-top: -192px;
        padding: 192px 0 276px;
    }
    .p-items--bi .items-list {
        margin-bottom: 90px;
    }
    .p-items--bi .items-list .item01 {
        height: 568px;
        margin-bottom: 40px;
    }
    .p-items--bi .items-list .item01:before {
        top: -68px;
        height: 728px;
    }
    .p-items--bi .items-list .item02 {
        height: 590px;
        margin-bottom: 56px;
    }
    .p-items--bi .items-list .item02:before {
        top: 100px;
        height: 322px;
    }
    .p-items--bi .items-list .item03 {
        height: 472px;
        margin-bottom: 100px;
    }
    .p-items--bi .items-list .item03:before {
        top: -110px;
        height: 266px;
    }
    .p-items--bi .items-list .item03 .block-txt {
        bottom: -80px;
    }
    .p-items--bi .items-list .item04 {
        height: 590px;
        margin-bottom: 100px;
    }
    .p-items--bi .items-list .item04:before {
        top: 82px;
        height: 156px;
    }
    .p-items--bi .items-list .item05 {
        height: 488px;
        margin-bottom: 66px;
    }
    .p-items--bi .items-list .item05:before {
        top: -154px;
        height: 356px;
    }
    .p-items--bi .items-list .item06 {
        height: 564px;
        margin-bottom: 40px;
    }
    .p-items--bi .items-list .item06:before {
        top: 40px;
        height: 506px;
    }
    .p-items--bi .items-list .item07 {
        height: 568px;
    }
    .p-items--bi .items-list .item07:before {
        top: -70px;
        height: 156px;
    }
    .p-items--ri {
        margin-top: -176px;
    }
    .p-items--ri .p-items__head {
        margin-bottom: 92px;
    }
    .p-items--ri .p-items__head .head-illust01 {
        width: 118px;
        right: 36px;
        top: 12px;
    }
    .p-items--ri .p-items__head .head-illust02 {
        width: 312px;
        margin-left: -156px;
    }
    .p-items--ri .p-items__head .head-illust03 {
        width: 112px;
        left: 12px;
        top: 168px;
    }
    .p-items--ri .p-items__head .head-illust04 {
        width: 190px;
        left: -20px;
        top: 74px;
    }
    .p-items--ri .p-items__contents {
        margin-top: -176px;
        padding: 176px 0 100px;
    }
    .p-items--ri .items-list {
        margin-bottom: 80px;
    }
    .p-items--ri .items-list .item01 {
        height: 568px;
        margin-bottom: 40px;
    }
    .p-items--ri .items-list .item01:before {
        top: -92px;
        height: 154px;
    }
    .p-items--ri .items-list .item02 {
        height: 590px;
        margin-bottom: 70px;
    }
    .p-items--ri .items-list .item02:before {
        top: -90px;
        height: 180px;
    }
    .p-items--ri .items-list .item03 {
        height: 472px;
        margin-bottom: 40px;
    }
    .p-items--ri .items-list .item03:before {
        top: -120px;
        height: 380px;
    }
    .p-items--ri .items-list .item04 {
        height: 590px;
        margin-bottom: 130px;
    }
    .p-items--ri .items-list .item04:before {
        top: 40px;
        height: 180px;
    }
    .p-items--ri .items-list .item05 {
        height: 488px;
        margin-bottom: 100px;
    }
    .p-items--ri .items-list .item05:before {
        top: -160px;
        height: 280px;
    }
    .p-items--ri .items-list .item05 .block-txt {
        bottom: -120px;
    }
    .p-items--ri .items-list .item06 {
        height: 564px;
        margin-bottom: 80px;
    }
    .p-items--ri .items-list .item06:before {
        top: -26px;
        height: 246px;
    }
    .p-items--ri .items-list .item06 .block-txt {
        bottom: -60px;
    }
    .p-items--ri .items-list .item07 {
        height: 568px;
    }
    .p-items--ri .items-list .item07:before {
        top: -180px;
        height: 168px;
    }
}
/* ===== present ===== */
.p-present {
    padding: 0 0 29.3333333333vw;
    background: url(../images/present-bg.png) no-repeat center bottom;
    background-size: 100%;
}
.p-present__contents {
    background: #fff;
    padding: 0 4vw;
}
.p-present .present-img a {
    display: block;
    position: relative;
}
.p-present .present-img a.end {
    pointer-events: none;
}
.p-present .present-img a.end:before, .p-present .present-img a.end:after {
    position: absolute;
}
.p-present .present-img a.end:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 2.6666666667vw;
}
.p-present .present-img a.end:after {
    content: "終了しました";
    background: #fff;
    color: #dc54a1;
    font-weight: 700;
    font-size: 3.7333333333vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34.6666666667vw;
    line-height: 8vw;
    text-align: center;
}

@media only screen and (min-width: 750px) {
    .p-present {
        padding: 0 0 220px;
    }
    .p-present__contents {
        padding: 0 30px;
    }
    .p-present .present-img a.end:before {
        border-radius: 20px;
    }
    .p-present .present-img a.end:after {
        font-size: 28px;
        width: 260px;
        line-height: 60px;
    }
}
/* ===== campaign ===== */
.p-campaign:before {
    content: "";
    width: 100%;
    height: 26.1333333333vw;
    position: absolute;
    bottom: 100%;
    transform: translateY(100%);
    left: 0;
    background: url(../images/campaign-illust.png) no-repeat center bottom;
    background-size: auto 100%;
}
.p-campaign__inner {
    position: relative;
    z-index: 1;
    background: #ffd1f6;
}
.p-campaign.js-scr-active:before {
    transition: .6s;
    transform: translateY(0);
}

@media only screen and (min-width: 750px) {
    .p-campaign:before {
        height: 196px;
    }
}
/* ===== sns ===== */
.p-sns {
    padding: 4.8vw 0 8vw;
    text-align: center;
    position: relative;
    background-color: #a3f0ff;
    background-image: url(../images/patt02.png);
    background-repeat: repeat;
    background-size: 14.9333333333vw;
}
.p-sns__head {
    margin-bottom: 4vw;
}
.p-sns .sns-txt {
    font-size: 4vw;
    color: #3274d3;
    font-weight: 700;
    margin-bottom: 1.2em;
}
.p-sns .sns-btn a {
    display: inline-block;
    width: 92vw;
}

@media only screen and (min-width: 750px) {
    .p-sns {
        padding: 36px 0 60px;
        background-size: 112px;
    }
    .p-sns__head {
        margin-bottom: 30px;
    }
    .p-sns .sns-txt {
        font-size: 30px;
    }
    .p-sns .sns-btn a {
        width: 690px;
    }
}
/* ===== wallpaper ===== */
.p-wallpaper {
    text-align: center;
    background: #fff4db;
    padding: 13.3333333333vw 0 6.6666666667vw;
}
.p-wallpaper__head {
    position: relative;
    background: #fff;
    width: 81.8666666667vw;
    border-radius: 5.0666666667vw;
    padding: 8vw 0 6.6666666667vw;
    margin: 0 auto;
}
.p-wallpaper__head:before, .p-wallpaper__head:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}
.p-wallpaper__head:before {
    width: 18.6666666667vw;
    height: 12.8vw;
    background-image: url(../images/wallpaper-head-illust01.png);
    top: -8vw;
    right: -2.1333333333vw;
}
.p-wallpaper__head:after {
    width: 27.2vw;
    height: 18.4vw;
    background-image: url(../images/wallpaper-head-illust02.png);
    bottom: -12.8vw;
    left: -14.9333333333vw;
}
.p-wallpaper__head .head-icon {
    width: 17.6vw;
    height: 17.6vw;
    padding: 3.2vw;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-wallpaper__head .head-lead {
    font-weight: 900;
    color: #4dc764;
    font-size: 4vw;
    line-height: 1.466;
}
.p-wallpaper__head .head-ttl {
    font-weight: 900;
    color: #0360c2;
    font-size: 6.1333333333vw;
    letter-spacing: .1em;
    margin-bottom: .2em;
}
.p-wallpaper__head .head-date {
    font-weight: 900;
    color: #4dc764;
    font-size: 4vw;
    line-height: 1.466;
    display: inline-block;
    background: #f5f5e7;
    padding: .1em 1.2em .2em;
    border-radius: 7.4666666667vw;
}
.p-wallpaper__head .head-date span {
    font-size: 86.66%;
}
.p-wallpaper__contents {
    position: relative;
    margin-top: -4vw;
}
.p-wallpaper__contents:before, .p-wallpaper__contents:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0;
}
.p-wallpaper__contents:before {
    width: 32.8vw;
    height: 35.2vw;
    background-image: url(../images/wallpaper-illust01.png);
    top: 55.4666666667vw;
    left: -4.2666666667vw;
    transform: translateX(-100%);
}
.p-wallpaper__contents:after {
    width: 29.6vw;
    height: 32vw;
    background-image: url(../images/wallpaper-illust02.png);
    top: 14.9333333333vw;
    right: -2.6666666667vw;
    transform: translateX(100%);
}
.p-wallpaper__contents.js-scr-active:before, .p-wallpaper__contents.js-scr-active:after {
    transition: 1.5s;
    opacity: 1;
    transform: translateX(0);
}
.p-wallpaper .wallpaper-img {
    margin-bottom: 4vw;
}
.p-wallpaper .wallpaper-img img {
    width: 39.2vw;
}
.p-wallpaper .wallpaper-btn {
    position: relative;
    z-index: 1;
    padding-left: 1.6vw;
}
.p-wallpaper .wallpaper-btn a {
    display: inline-block;
    width: 68.5333333333vw;
}
.p-wallpaper .wallpaper-txt {
    font-weight: 2.6666666667vw;
    font-weight: 400;
    color: #4dc764;
    margin-top: 1em;
}

@media only screen and (min-width: 750px) {
    .p-wallpaper {
        padding: 100px 0 50px;
    }
    .p-wallpaper__head {
        width: 614px;
        border-radius: 38px;
        padding: 60px 0 50px;
    }
    .p-wallpaper__head:before {
        width: 140px;
        height: 96px;
        top: -60px;
        right: -16px;
    }
    .p-wallpaper__head:after {
        width: 204px;
        height: 138px;
        bottom: -96px;
        left: -112px;
    }
    .p-wallpaper__head .head-icon {
        width: 132px;
        height: 132px;
        padding: 24px;
    }
    .p-wallpaper__head .head-lead {
        font-size: 30px;
    }
    .p-wallpaper__head .head-ttl {
        font-size: 46px;
    }
    .p-wallpaper__head .head-date {
        font-size: 30px;
        border-radius: 56px;
    }
    .p-wallpaper__contents {
        margin-top: -30px;
    }
    .p-wallpaper__contents:before {
        width: 246px;
        height: 264px;
        top: 416px;
        left: -32px;
    }
    .p-wallpaper__contents:after {
        width: 222px;
        height: 240px;
        top: 118px;
        right: -20px;
    }
    .p-wallpaper .wallpaper-img {
        margin-bottom: 30px;
    }
    .p-wallpaper .wallpaper-img img {
        width: 294px;
    }
    .p-wallpaper .wallpaper-btn {
        padding-left: 12px;
    }
    .p-wallpaper .wallpaper-btn a {
        width: 514px;
    }
    .p-wallpaper .wallpaper-txt {
        font-weight: 20px;
    }
}
/* ===== news ===== */
.p-news {
    background: #a3f0ff;
    padding: 6.6666666667vw 0 8vw;
}
.p-news__head {
    margin-bottom: 4vw;
}
.p-news__contents {
    padding: 0 4vw;
}

@media only screen and (min-width: 750px) {
    .p-news {
        padding: 50px 0 60px;
    }
    .p-news__head {
        margin-bottom: 30px;
    }
    .p-news__contents {
        padding: 0 30px;
    }
}
/* ===== shindan ===== */
.p-shindan {
    background: #ffd1f6;
    padding: 5.3333333333vw 4vw;
}
.p-shindan__contents {
    text-align: center;
    background: #fffbd5;
    padding: 4.2666666667vw 0 6.4vw;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw/0 0 5.3333333333vw 5.3333333333vw;
}
.p-shindan .shindan-lead {
    color: #0d74bd;
    font-size: 3.4666666667vw;
    line-height: 1.85;
    margin-bottom: 1.5em;
}
.p-shindan .shindan-btn {
    padding-left: .8vw;
}
.p-shindan .shindan-btn a {
    display: inline-block;
    width: 67.4666666667vw;
}
.p-shindan .shindan-qr {
    display: none;
}

@media only screen and (min-width: 750px) {
    .p-shindan {
        padding: 40px 30px;
    }
    .p-shindan__contents {
        padding: 32px 0 45px;
        border-radius: 0 0 20px 20px/0 0 20px 20px;
    }
    .p-shindan .shindan-lead {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .p-shindan .shindan-btn {
        display: none;
    }
    .p-shindan .shindan-qr {
        display: block;
    }
    .p-shindan .shindan-qr__txt {
        font-size: 25px;
        letter-spacing: .08em;
        line-height: 1.85;
        color: #e96bb0;
    }
    .p-shindan .shindan-qr__img {
        padding: 30px 0;
    }
    .p-shindan .shindan-qr__img img {
        width: 220px;
    }
}
/* ===== more ===== */
.p-more {
    padding: 8vw 4vw;
    background: #a3f0ff;
    text-align: center;
}

@media only screen and (min-width: 750px) {
    .p-more {
        padding: 60px 30px;
    }
}
/* ===== fix-nav ===== */
.fix-nav {
    position: fixed;
    z-index: 10;
    left: 0;
    bottom: 60px;
    width: 100%;
}
.fix-nav__list {
    display: flex;
    padding: 0 5.3333333333vw 1.3333333333vw;
    justify-content: space-between;
}
.fix-nav__list li {
    width: 48%;
}
.fix-nav__list img {
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .fix-nav {
        z-index: 1;
        left: auto;
        bottom: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: calc((100% - 750px) / 2);
    }
    .fix-nav__list {
        display: block;
        padding: 0 25px;
        max-width: 308px;
        margin: auto;
    }
    .fix-nav__list li {
        width: 100%;
        padding: .5em 0;
    }
}
.js-hide {
    display: none;
}
.js-hide.is--active {
    display: block;
}

/* ===== animation ===== */
@keyframes starLoopLeft {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -35.6vw 0;
    }
}
@keyframes starLoopRight {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 35.6vw 0;
    }
}
@keyframes fuwafuwa1 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
}
@keyframes fuwafuwa2 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}
@keyframes swing {
    0%, 100% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
}
@media only screen and (min-width: 750px) {
    @keyframes starLoopLeft {
        from {
            background-position: 0 0;
        }
        to {
            background-position: -267px 0;
        }
    }
    @keyframes starLoopRight {
        from {
            background-position: 0 0;
        }
        to {
            background-position: 267px 0;
        }
    }
}
@media only screen and (min-width: 750px) {
    #header_line_banner_wrapper, .pane-header#header {
        position: relative;
        z-index: 20;
    }
    .forcms_block#pankuzu_wrap {
        background: #fff;
        position: relative;
        z-index: 20;
    }
    .forcms_block#pankuzu_wrap .breadcrumb {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.pane-footer {
    position: relative;
    z-index: 10;
    margin-top: 0;
}
