@charset "utf-8";

/*==========================
common
==========================*/

:root {
    --primary-white: #FFFFFF;
    --primary-black: #312A2A;
    --primary-gray: #A79F9F;
    --primary-pink: #FFDBFF;
    --primary-pinkBG: #FFF7FF;
    --primary-yellow: #F6D654;
    --primary-yellowBG: #FFFFD2;
    --primary-skyblue: #E5FFFF;
    --primary-green: #C5FFCC;
}

html,
body {
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Yomogi', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--primary-black, #312A2A);
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

.slick-list {
    margin: 0 -5px;
}

.slick-slide {
    margin: 0 5px;
}

h3 {
    height: 47px;
}


@media screen and (min-width:768px) {
    .sp_br {
        display: none;
    }

    h3 {
        height: auto;
    }
}

.btn:hover {
    opacity: 0.7;
    cursor: pointer;
}

/* .btn sp  */
@media (max-width: 767px) {
    .btn {
        display: block;
        color: var(--primary-white);
        text-align: center;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
        border-radius: 50px;
        background: var(--primary-yellow);
        padding: 12px 19px;
        position: relative;
        transition: 0.4s;
        width: 240px;
        position: relative;
        margin: 32px auto 0;
        cursor: pointer;
    }


    .btn::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../images/link.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        position: absolute;
        right: 19px;
        top: 50%;
        transform: translateY(-50%);
    }

    .btn:hover {
        opacity: 0.5;
    }

    .btn--Profile::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../images/mingcute_arrow-left-fill.svg );
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        position: absolute;
        right: 19px;
        top: 50%;
        transform: translateY(-50%);
    }

}

/* sp 767px */

/* .btn pc  */
@media screen and (min-width:768px) {
    .btn {
        display: block;
        color: var(--primary-white);
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1;
        border-radius: 50px;
        background: var(--primary-yellow);
        padding: 15px 32px;
        position: relative;
        transition: 0.4s;
        width: 300px;
        position: relative;
        margin: 32px auto 0;
    }

    .btn::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../images/link.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        position: absolute;
        right: 19px;
        top: 50%;
        transform: translateY(-50%);
    }

    .btn--Profile {
        margin: 24px 0 auto;
    }


    .btn--Profile::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../images/mingcute_arrow-left-fill.svg );
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        position: absolute;
        right: 19px;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* pc 768px */


.follow {
    width: 331px;
    height: 85px;
    margin: 35px auto 0;
    transition: 0.4s;
}

.follow:hover {
    opacity: 0.5;
}

/*==========================
loading
==========================*/

.loader-bg {
    align-items: center;
    background-color: var(--primary-pinkBG);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99999;
}

.loader_rabbit {
    width: 274px;
    height: 291px;
}


@media screen and (min-width:768px) {
    .loader_rabbit {
        width: 374px;
        height: 391px;
    }
}



/*==========================
header
==========================*/


.header {
    padding: 0 1% 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    width: 100%;
    transition: transform 0.3s 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header_logo {
    width: 86px;
    height: 45px;
    cursor: pointer;
}

.header__btn {
    width: 67px;
    height: 54px;
    cursor: pointer;
}

/* nav初期表示 */

.nav {
    position: fixed;
    z-index: 9999 !important;
    background-color: rgba(255, 241, 255, 0.95);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__btn {
    display: block;
    margin-left: auto;
    width: 67px;
    height: 54px;
    cursor: pointer;
}

.nav_menu {
    margin-right: 1%;
    display: flex;
    align-items: center;
    height: 80px;
}

.nav_logo {
    display: block;
    width: 149px;
    height: 80px;
    margin: 0 auto;
}

.nav_menuTxt {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 48px;
}

.nav_item {
    margin-bottom: 32px;
}

.nav_sns {
    display: flex;
    padding-top: 16px;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.nav_icon {
    display: block;
    width: 60px;
    height: 60px;
    transition: 0.4s;
}

.nav_icon:hover {
    opacity: 0.5;
}



/* nav.active表示 */

.nav.active {
    transform: translateX(0);
}


@media screen and (min-width:768px) {
    .header {
        height: 96px;
        padding: 12px 1% 0;
    }

    .header_logo {
        width: 150px;
        height: 78px;
    }

    .header__btn {
        width: 104px;
        height: 84px;
    }

    .nav_menuTxt {
        font-size: 2.8rem;
    }

    .nav_menu {
        height: 96px;
        padding-top: 12px;
    }

    .nav_logo {
        width: 238px;
        height: 128px;
    }

    .nav__btn {
        width: 104px;
        height: 84px;
    }

    .nav_sns {
        gap: 48px;
    }
}

/* pc 768px */

/*==========================
Top
==========================*/

.cloud_BG {
    background-color: #FEFCFE;
    animation: cloud 25s linear infinite;
    background: url(../images/cloud_BG.png);
    background-position-x: 0%;
    background-position-y: 35%;
    background-repeat: repeat-x;
    background-size: 680px auto;
}

.Top {
    width: 100vw;
    height: 80vh;
    position: relative;
}

.bg_box {
    position: relative;
    background-image: url(../images/main_MV.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 408px;
    margin: 104px 1% 0;
    opacity: 0;
    animation: fadeInMain 1s ease forwards;
}

@keyframes fadeInMain {
    to {
        opacity: 1;
    }
}

.bg_box img {
    opacity: 0;
    transform: translateY(12px);
    animation-name: fadeUp;
    animation-duration: 2800ms;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

/* メイン飾り */

.butterfly1 {
    position: absolute;
    width: 70px;
    height: 67px;
    top: 31px;
    right: calc(50% + 96px);
    animation-delay: 600ms;
}

.butterfly2 {
    position: absolute;
    width: 55px;
    height: 50px;
    top: 96px;
    left: calc(50% + 133px);
    animation-delay: 800ms;
}

.butterfly3 {
    position: absolute;
    width: 53px;
    height: 54px;
    bottom: 11px;
    right: calc(50% + 119px);
    animation-delay: 1000ms;
}

.flower1 {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 175px;
    right: calc(50% + 152px);
    animation-delay: 1200ms;
}

.flower1a {
    display: none;
}

.flower3 {
    position: absolute;
    width: 73px;
    height: 74px;
    top: 32px;
    left: calc(50% + 85px);
    animation-delay: 1600ms;
}

.heart1 {
    position: absolute;
    width: 37px;
    height: 31px;
    top: 110px;
    right: calc(50% + 141px);
    animation-delay: 1800ms;
}

.heart2 {
    position: absolute;
    width: 33px;
    height: 28px;
    bottom: 121px;
    left: calc(50% + 149px);
    animation-delay: 2000ms;
}

.heart3 {
    display: none;
}

.heart4 {
    display: none;
}

.insect1 {
    position: absolute;
    width: 83px;
    height: 63px;
    top: 237px;
    right: calc(50% + 111px);
    animation-delay: 2200ms;
}

.bear1 {
    position: absolute;
    width: 91px;
    height: 77px;
    bottom: 37px;
    left: calc(50% + 94px);
    animation-delay: 2400ms;
}

.bear2 {
    position: absolute;
    width: 61px;
    height: 47px;
    top: 157px;
    left: calc(50% + 99px);
    animation-delay: 1400ms;
}

.star1 {
    position: absolute;
    width: 27px;
    height: 25px;
    bottom: 81px;
    right: calc(50% + 158px);
    animation-delay: 2600ms;
}

.clover1 {
    position: absolute;
    width: 26px;
    height: 32px;
    bottom: -10px;
    left: calc(50% + 146px);
    animation-delay: 2800ms;
}

.strawberry1 {
    display: none;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ipad 飾り */
@media screen and (min-width:768px) {
    .Top {
        height: 70vh;
    }

    .bg_box {
        height: 541px;
        margin: 104px 0 0;
    }


    .butterfly1 {
        position: absolute;
        width: 90px;
        height: 87px;
        top: 42px;
        right: calc(50% + 119px);
        animation-delay: 800ms;
    }

    .butterfly2 {
        position: absolute;
        width: 55px;
        height: 50px;
        top: 133px;
        left: calc(50% + 207px);
        animation-delay: 1000ms;
    }

    .butterfly3 {
        position: absolute;
        width: 93px;
        height: 84px;
        bottom: 11px;
        right: calc(50% + 119px);
        animation-delay: 1200ms;
    }

    .flower1 {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 51px;
        right: calc(50% + 285px);
        animation-delay: 1400ms;
    }

    .flower3 {
        position: absolute;
        width: 83px;
        height: 84px;
        top: 32px;
        left: calc(50% + 118px);
        animation-delay: 1600ms;
    }

    .heart1 {
        position: absolute;
        width: 37px;
        height: 31px;
        top: 150px;
        right: calc(50% + 223px);
        animation-delay: 1800ms;
    }

    .heart2 {
        position: absolute;
        width: 33px;
        height: 28px;
        bottom: 121px;
        left: calc(50% + 268px);
        animation-delay: 2000ms;
    }

    .heart3 {
        display: block;
        position: absolute;
        width: 40px;
        height: 25px;
        top: 91px;
        left: calc(50% + 310px);
        animation-delay: 1200ms;
    }

    .heart4 {
        display: block;
        position: absolute;
        width: 40px;
        height: 25px;
        bottom: 13px;
        right: calc(50% + 310px);
        animation-delay: 1200ms;
    }

    .insect1 {
        position: absolute;
        width: 133px;
        height: 113px;
        top: 237px;
        right: calc(50% + 230px);
        animation-delay: 2400ms;
    }

    .bear1 {
        position: absolute;
        width: 111px;
        height: 97px;
        bottom: 37px;
        left: calc(50% + 162px);
        animation-delay: 2600ms;
    }

    .bear2 {
        position: absolute;
        width: 154px;
        height: 88px;
        top: 214px;
        left: calc(50% + 211px);
        animation-delay: 1400ms;
    }

    .star1 {
        position: absolute;
        width: 37px;
        height: 35px;
        bottom: 81px;
        right: calc(50% + 239px);
        animation-delay: 2800ms;
    }

    .clover1 {
        position: absolute;
        width: 46px;
        height: 52px;
        bottom: -29px;
        left: calc(50% + 182px);
        animation-delay: 3000ms;
    }

    .strawberry1 {
        display: block;
        position: absolute;
        width: 46px;
        height: 52px;
        bottom: 8px;
        left: calc(50% + 303px);
        animation-delay: 1000ms;
    }
}

/* pc 飾り */
@media screen and (min-width:960px) {
    .Top {
        height: 90vh;
    }

    .bg_box {
        height: 541px;
        margin: 60px 0 0;
    }

    .flower1 {
        width: 50px;
        height: 50px;
        right: calc(50% + 361px);
    }

    .flower3 {
        top: 60px;
    }

    .heart2 {
        left: calc(50% + 318px);
    }

    .heart3 {
        width: 50px;
        height: 35px;
        left: calc(50% + 344px);
    }

    .heart4 {
        width: 50px;
        height: 35px;
        right: calc(50% + 356px);
    }

    .butterfly1 {
        top: 56px;
    }

    .butterfly2 {
        width: 75px;
        height: 70px;
    }

    .insect1 {
        width: 153px;
        height: 133px;
    }

    .bear1 {
        width: 131px;
        height: 117px;
    }

    .bear2 {
        top: 233px;
        left: calc(50% + 246px);
    }

    .strawberry1 {
        left: calc(50% + 363px);
    }

    .clover1 {
        bottom: -54px;
    }
}


.bg_img__PC {
    display: none;
}

/* スクロールダウンの位置 */
.scroll {
    position: absolute;
    writing-mode: vertical-rl;
    right: 47%;
    margin-top: 20px;
    z-index: 10;
}

.scroll span {
    font-size: 16px;
    color: var(--primary-gray);
}

/* 線のアニメーション部分 */
.scroll::before {
    animation: scroll 2s infinite;
    background-color: var(--primary-pink);
    bottom: -122px;
    content: "";
    height: 100px;
    left: 0;
    margin: 14px;
    position: absolute;
    right: 0;
    width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}


/* 雲が流れる*/
@keyframes cloud {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 800px;
    }
}





/* .top pc */

@media screen and (min-width:768px) {
    .cloud_BG {
        background: url(../images/PC_cloud_BG.png);
        background-position-x: 0%;
        background-position-y: 3%;
        background-repeat: repeat-x;
        background-size: 1440px auto;
    }

    .bg_img__SP {
        display: none;
    }

    .bg_img__PC {
        display: block;
        margin: 0 auto;
        max-width: 80%;
    }

    .line__SP {
        display: none;
    }

    .line__PC {
        display: block;
        position: absolute;
        bottom: -18px;
        width: 100vw;
        z-index: 1;
    }

    .scroll {
        right: 49%;
    }

    .scroll span {
        font-size: 20px;
    }

    .scroll::before {
        margin: 16px;
    }
}

/* pc 768px */

/*==========================
Porofile
==========================*/

.inview.fadeup {
    opacity: 0;
    transition-duration: 2s;
    transform: translateY(10px);
}

.inview.fadeup.active {
    opacity: 1;
    transform: translateY(0px);
}

.Profile {
    padding: 0px 9% 20px;
    background-color: var(--primary-pinkBG);
    position: relative;
}

.Profile_inner {
    text-align: center;
    padding-top: 80px;
}

.Title_Profile {
    width: 239px;
    margin: 0 auto;
}

.Profile_icon {
    margin-top: 40px;
    width: 194px;
    height: 194px;
}

.Profile_name {
    width: 154px;
    height: 40px;
    margin: 32px auto 0;
}

.Profile_txt {
    font-size: 1.6rem;
    margin-top: 32px;
    text-align: center;
}

.Modal {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, transform 0.4s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 241, 255, 0.95);
    pointer-events: none;
    z-index: 10000;
    overflow-y: auto;
}

.Modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 48px 4% 57px;
    width: 300px;
    background-color: #FFFFFF;
    border: 1px solid var(--primary-gray);
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0.95);
    transition: transform 0.4s ease;
    z-index: 101;
}

.Modal.show .modal-content {
    transform: translate(-50%, -50%) scale(1);
}

#closeModal {
    position: absolute;
    display: flex;
    justify-content: center;
    top: -10%;
    right: -7%;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #FFF;
    width: 45px;
    height: 45px;
    background-color: #EA4C91;
    border: #EA4C91;
    border-radius: 50%;
}

.Modal_txt {
    font-size: 1.6rem;
    line-height: 1.8;
}

.window-wrapper {
    position: relative;
    height: 80vh;
    width: 100vw;
}

.frame {
    position: absolute;
    pointer-events: none;
    width: 100vw;
    z-index: 10;
}

.window-area {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.window-area::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/window.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
    transform: translateZ(0);
}

.window-area {
    -webkit-mask-image: linear-gradient(black, black);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    mask-image: linear-gradient(black, black);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
}


.top_PC {
    display: none;
}

.bottom_PC {
    display: none;
}


.frame.top {
    top: -2px;
    right: 0px;
}

.frame.bottom {
    bottom: -2px;
    right: 0;
}

/* .Profile pc */

@media screen and (min-width:768px) {
    .Profile {
        padding: 40px 0 20px;
    }

    .Title_Profile {
        width: 336px;
    }

    .Profile_contents {
        margin: 64px auto 0;
        display: flex;
        justify-content: center;
        max-width: 736px;
        gap: 128px;
        align-items: end;
    }

    .Profile_icon {
        width: 265px;
        height: 269px;
        margin: 0;
    }

    .Profile_name {
        margin: 0;
    }

    .Profile_txt {
        font-size: 2rem;
        margin-top: 24px;
        line-height: 1.8;
        text-align: left;
    }

    .modal-content {
        padding: 76px 4%;
        width: 400px;
    }

    #closeModal {
        top: -5%;
        right: -5%;
    }

    .frame.top {
        display: none;
    }

    .frame.bottom {
        display: none;
    }

    .top_PC {
        display: block;
        top: -4%;
    }

    .bottom_PC {
        display: block;
        bottom: -3%;
    }

    .window-area::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/PC_window.jpg) no-repeat center center;
        background-size: cover;
        z-index: -1;
        transform: translateZ(0);
    }
}

/* pc 768px */


/*==========================
Goods
==========================*/

.Goods {
    text-align: center;
    background-color: var(--primary-pinkBG);
    padding-top: 20px;
}

.Title_Goods {
    width: 204px;
    margin: 0 auto;
}

.kawaii-shop {
    width: 252px;
    height: 185px;
    margin: 40px auto 0;
}


/* .Goods pc  */

@media screen and (min-width:768px) {
    .Goods {
        padding-top: 80px;
    }

    .Title_Goods {
        width: 278px;
    }

    .kawaii-shop {
        width: 544px;
        height: 430px;
        margin: 64px auto 0;
    }
}

/* pc 768x */


/* original-shop */

.originalShop_logo {
    margin: 40px auto 0;
    width: 249px;
    height: 39px;
}

.originalShop_txt {
    margin: 40px 0 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
}


/* slick */
.slider_box {
    position: relative;
}

.slider_box::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 19px;
    background-image: url(../images/heart_line.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.slider_box::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 19px;
    background-image: url(../images/heart_line.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.originalShop_slider {
    background-color: #FFFFFF;
    padding: 21px 0;
}

.originalShop_slider .slider_item img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 2px solid var(--primary-gray);
}


/* .original-shop pc  */

@media screen and (min-width:768px) {
    .originalShop_logo {
        width: 409px;
        height: 56px;
    }

    .originalShop_txt {
        margin: 40px auto 24px;
        font-size: 1.8rem;
    }

    .originalShop_slider {
        background-color: #FFFFFF;
        padding: 40px 0;
    }

    .originalShop_slider .slider_item img {
        width: 248px;
        height: 248px;
    }

    .slider_box {
        position: relative;
    }

    .slider_box::before {
        content: '';
        display: inline-block;
        height: 20px;
        background-image: url(../images/heart_line.png);
        background-size: contain;
        background-position: center;
        text-align: center;
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
    }

    .slider_box::after {
        content: '';
        display: inline-block;
        height: 20px;
        background-image: url(../images/heart_line.png);
        background-size: contain;
        background-position: center;
        text-align: center;
        position: absolute;
        bottom: 8px;
        left: 0;
        right: 0;
    }
}

/* pc 768px */


/* LINEきせかえスタンプ */

.LINE_logo {
    width: 307px;
    height: 52px;
    margin: 80px auto 0;
}

.PC__LINE_logo {
    display: none;
}

.LINEBackground {
    margin: 40px 5% 0;
}

.LINEBackground_innerBox {
    background-color: #FFFFFF;
    margin: 16px auto 0;
    border-radius: 20px;
    padding: 32px 6.4%;
    position: relative;
    max-width: 350px;
}

.LINEBackground_innerBox::before {
    content: '';
    display: inline-block;
    width: 342px;
    height: 19px;
    background-image: url(../images/flower_line.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.LINEBackground_innerBox::after {
    content: '';
    display: inline-block;
    width: 342px;
    height: 19px;
    background-image: url(../images/flower_line.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
}



.LINEBackground_txt {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
}

.kisekae_slider .slider_item {
    border: 1px solid var(--primary-gray)
}

button {
    z-index: 50;
}

.slick-prev:before,
.slick-next:before {
    font-size: 28px;
    color: #EA4C91;
    text-align: center;
    z-index: 10 !important;
}

.slick-prev:before {
    position: absolute;
    top: 4%;
    transform: translateX(-27%);
}

.slick-next:before {
    position: absolute;
    top: 4%;
    transform: translateX(-72%);
}

.LINEStamp {
    padding: 40px 5% 0;
}

.LINEStamp_txt {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
}

.LINEStamp_innerBox {
    margin: 16px auto 0;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 32px 5%;
    position: relative;
    max-width: 350px;
}

.LINEStamp_innerBox::before {
    content: '';
    display: inline-block;
    width: 321px;
    height: 13px;
    background-image: url(../images/ribbon_line.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    text-align: center;
    position: absolute;
    top: 0;
    left: 7px;
    z-index: 50;
}

.LINEStamp_innerBox::after {
    content: '';
    display: inline-block;
    width: 321px;
    height: 13px;
    background-image: url(../images/ribbon_line.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 7px;
    z-index: 50;
}

.LINEStamp_image {
    display: flex;
    gap: 0 10px;
    justify-content: center;
}

.LINEStamp_slider img,
.kisekae_slider img {
    width: 150px;
}

@media screen and (min-width:768px) {
    .LINE_logo {
        width: 558px;
        height: 56px;
    }

    .SP__LINE_logo {
        display: none;
    }

    .PC__LINE_logo {
        display: block;
    }

    .LINEGoods_innerbox {
        display: flex;
        justify-content: center;
        gap: 0 60px;
        margin-top: 40px;
        padding-bottom: 80px;
    }

    .LINEBackground {
        margin: 0;
    }

    .LINEBackground_txt {
        font-size: 1.8rem;
    }

    .LINEBackground_innerBox {
        max-width: 496px;
        margin: 24px auto 0;
        border-radius: 20px;
        padding: 40px 6.4%;
        position: relative;
    }

    .LINEBackground_innerBox::before {
        background-repeat: repeat-x;
        width: 100%;
    }

    .LINEBackground_innerBox::after {
        background-repeat: repeat-x;
        width: 100%;
    }

    .kisekae_slider.slider_item {
        width: 206px !important;
    }

    .slick-prev:before {
        font-size: 4.1rem;
    }

    .slick-next:before {
        font-size: 4.1rem;
    }


    .LINEStamp {
        text-align: center;
    }

    .LINEStamp_innerBox {
        max-width: 496px;
        margin: 24px auto 0;
        border-radius: 20px;
        padding: 40px 6.4%;
    }


    .LINEStamp_txt {
        font-size: 1.8rem;
    }

    .LINEStamp_image img {
        width: 204px;
    }

    .LINEStamp_innerBox::before {
        width: 96%;
        background-repeat: repeat-x;
    }

    .LINEStamp_innerBox::after {
        width: 96%;
        background-repeat: repeat-x;
    }
}

/* pc 768px */


@media screen and (min-width: 1100px) {
    .LINEGoods_innerbox {
        display: flex;
        justify-content: center;
        gap: 0 60px;
        margin-top: 40px;
        padding-bottom: 80px;
    }

    .LINEStamp {
        padding: 0;
    }

    .LINEBackground_innerBox,
    .LINEStamp_innerBox {
        flex: 1;
        min-width: 0;
        max-width: 496px;
    }

    .LINEStamp_slider img,
    .kisekae_slider img {
        max-width: 206px;
        height: auto;
    }
}

@media screen and (max-width: 1099px) {
    .LINEGoods_innerbox {
        display: block;
        /* 縦並び */
        margin-top: 40px;
        padding-bottom: 80px;
    }
}

/* pc 1100px slider横並び*/



/*==========================
Instagram
==========================*/

.Instagram {
    padding-bottom: 40px;
    background-color: var(--primary-skyblue);
    position: relative;
}

.PC_Instagram_Topline {
    display: none;
    width: 100vw;
}

.Title_Instagram {
    width: 294px;
    margin: 80px auto 0;
}

.instagram_txt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 32px;
}

.Instagram_slider {
    margin-top: 16px;
    background-color: #FFFFFF;
    padding: 14px 0;
}

.Instagram_slider .slider_item {
    width: 200px;
    height: 200px;
    margin: 0 10px;
    border: 2px solid var(--primary-gray);
}



@media screen and (min-width:768px) {
    .SP_Instagram_Topline {
        display: none;
    }

    .PC_Instagram_Topline {
        display: block;
    }

    .Title_Instagram {
        width: 447px;
    }

    .instagram_txt {
        font-size: 1.8rem;
        margin-top: 40px;
    }


    .Instagram_slider {
        background-color: #FFFFFF;
        padding: 16px 0;
        margin-top: 24px;
    }


    .Instagram_slider .slider_item {
        width: 248px;
        height: 248px;
        margin: 0 5px;
    }

    .follow {
        margin: 41px auto 0;
        width: 425px;
        height: 100%;
    }
}

/* pc 768px */

/*==========================
TikTok
==========================*/

.TikTok {
    background-color: var(--primary-yellowBG);
    padding-bottom: 40px;
}

.PC__TikTok_TopLine {
    display: none;
    width: 100vw;
}

.Title_TikTok {
    width: 242px;
    margin: 80px auto 0;
}

.TikTok_txt {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-top: 32px;
}


.TikTok_movie {
    margin: 16px auto 0;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 14px 0;
    max-width: 350px;
}



@media screen and (min-width:768px) {
    .SP__TikTok_TopLine {
        display: none;
    }

    .PC__TikTok_TopLine {
        display: block;
    }

    .Title_TikTok {
        width: 382px;
    }

    .TikTok_txt {
        font-size: 1.8rem;
    }

    .TikTok_movie {
        margin: 24px auto 0;
    }
}

/* pc 768px */

/*==========================
Youtube
==========================*/

.Youtube {
    background-color: var(--primary-green);
    padding-bottom: 112px;
}

.PC__Youtube_TopLine {
    display: none;
    width: 100vw;
}

.Title_Youtube {
    width: 249px;
    margin: 80px auto 0;
}


.YouTube_txt {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-top: 32px;
}

.video_box {
    padding: 0 5% 0;
    margin-top: 16px;
}

.video_wrap {
    max-width: 560px;
    padding: 14px;
    background: #ffffff;
    border-radius: 20px;
    margin: 0 auto;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}



@media screen and (min-width:768px) {
    .SP__Youtube_TopLine {
        display: none;
    }

    .PC__Youtube_TopLine {
        display: block;
    }

    .Title_Youtube {
        width: 372px;
    }

    .YouTube_txt {
        font-size: 1.8rem;
    }

    .video_box {
        margin-top: 24px;
    }
}

/* pc 768px */

/*==========================
Footer
==========================*/

.footer_top {
    width: 100vw;
    height: 32px;
}

.PC__Footer_TopLine {
    display: none;
    width: 100vw;
}

.footer {
    background-image: url(../images/footerBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0 5%;
}

.page-upBtn {
    margin: 0 auto;
    width: 78px;
    cursor: pointer;
}

.footer_deco {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 500px;
}

.footer_deco__PC {
    display: none;
}

.footer_deco__SP {
    width: 154px;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
    margin-top: 15px;
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-7deg);
    }

    50% {
        transform: translate(0, -7px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(7deg);
    }
}



.footer_Goods {
    text-align: center;
}

.footer_title {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
}

.footer_Goods_btn {
    margin: 32px auto 0;
    width: 250px;
}

.btn_shop {
    transition: 0.4s;
}

.btn_shop:hover {
    opacity: 0.6;
}

.footer_Goods_btn a:first-of-type {
    display: block;
    margin-top: 0;
}

.footer_Goods_btn a {
    display: block;
    margin-top: 24px;
}

.footer_Follow {
    text-align: center;
    margin-top: 56px;
}

.footer_Follow_title {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
}

.footer_sns {
    display: flex;
    justify-content: center;
    gap: 0 45px;
    padding-top: 32px;
}

.footer_sns img {
    width: 60px;
    height: 60px;
    transition: 0.4s;
}

.footer_sns img:hover {
    opacity: 0.5;
}

.footer_snsTxt {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 24px;
}

.footer small {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    padding: 104px 40px 16px;
}


@media screen and (min-width:768px) {
    .footer_top {
        height: 40px;
    }

    .page-upBtn {
        width: 90px;
    }

    .SP__Footer_TopLine {
        display: none;
    }

    .PC__Footer_TopLine {
        display: block;
    }

    .footer {
        background-image: url(../images/PC__footerBG.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }


    .footer_deco {
        max-width: 912px;
    }

    .footer_deco__SP {
        display: none;
    }

    .footer_deco__PC {
        display: block;
        width: 360px;
        height: 307px;
    }

    .footer_deco__PC {
        width: 360px;
        animation: fuwafuwa 3s ease-in-out infinite alternate;
        transition: 1.5s ease-in-out;
        margin-top: 15px;
    }

    .footer_title {
        font-size: 4.8em;
    }

    .footer_Goods {
        max-width: 960px;
        margin: 0 auto;
    }

    .footer_Goods_btn {
        display: flex;
        width: auto;
        margin: 80px auto 0;
        justify-content: space-between;
        gap: 20px;
    }

    .footer_Goods_btn a {
        margin-top: 0;
    }

    .footer_Goods_btn img {
        width: 260px;
    }

    .footer_Follow {
        margin: 80px auto 0;
        max-width: 710px;
    }

    .footer_sns {
        gap: 0 96px;
        padding-top: 40px;
    }

    .footer_sns img {
        width: 93px;
        height: 93px;
    }

    .footer_snsTxt {
        font-size: 2rem;
        margin-top: 40px;
    }

    .footer small {
        font-size: 1.6rem;
        padding: 140px auto 20px;
    }
}