@charset "Shift_JIS";

/* リセットCSS
================================ */

#micola *,
#micola *::before,
#micola *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#micola h1,
#micola h2,
#micola h3,
#micola h4,
#micola h5,
#micola h6,
#micola ul,
#micola ol,
#micola dl,
#micola li,
#micola dt,
#micola dd,
#micola p,
#micola div,
#micola span,
#micola img,
#micola a,
#micola table,
#micola tr,
#micola th,
#micola td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#micola header,
#micola footer,
#micola nav,
#micola section,
#micola article,
#micola main,
#micola aside,
#micola figure,
#micola figcaption {
    display: block;
}

#micola ol,
#micola ul,
#micola li {
    list-style: none;
    list-style-type: none;
}

#micola img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#micola a {
    color: inherit;
    text-decoration: none;
}

#micola a:hover {
    opacity: 0.5;
}

#micola .spesicalprice,
#micola .intax {
    /*税込削除*/
    display: none;
}

/*-----------------------------------------------------------------------------------------
important
----------------------------------------------------------------------------------------*/
#micola .hidden {
    display: none !important;
}


/*-----------------------------------------------------------------------------------------
base
----------------------------------------------------------------------------------------*/

body {
    box-sizing: border-box;
    color: #262326;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif, "Plus Jakarta Sans", sans-serif;
    ;
}

#micola {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;

    a {
        color: #262326;
    }
}

/*-----------------------------------------------------------------------------------------
common
----------------------------------------------------------------------------------------*/
/*==========text==========*/
#micola {
    h2 {
        font-size: 60px;
        color: white;
        padding-bottom: 2%;

        p {
            font-size: 16px
        }
    }

    h3 span {
        border: 1px solid;
        border-radius: 90px;
        padding: 0 10px;
        margin: 0 5px;
    }

    h4 {
        font-size: 12px;
        color: #262326;
    }

    .price {
        font-size: 2rem;
        color: #262326 !important;
    }

    .grd {
        font-weight: bold;
        background: linear-gradient(to bottom left, #e3e3e3, #dab6cb, #acc1db);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

}

/*==========price==========*/
#micola .prices {
    font-size: 40px;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-weight: 700;

    .prdisp-taxin {
        padding-right: 10px;
    }
}

#micola .prices::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #262326;
    border-right: solid 2px #262326;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*==========表示==========*/
.hidden2 {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 1s ease-out, filter 1s ease-out;
}

.visible {
    opacity: 1;
    filter: blur(0);
}

/*==========パーツ==========*/
/*丸いアイコン*/
#micola .maru {
    display: flex;
    justify-content: center;
    gap: 10px;

    div {
        color: #fff;
        background-color: #262326;
        border: solid 1px #262326;
        border-radius: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        width: 25px;
    }
}

#micola .maru a:hover {
    color: #262326;
    background-color: #ffffff6c;
    transition: 1s;
}



/*クーポン*/
#micola .coupon>div {
    position: relative;
    background-color: #b73b6e;
    padding: 10px;
    color: white;
    margin-top: 10px;

    p span:first-of-type {
        color: #e4ef34;
        font-weight: 900;
    }

    p span:last-of-type {
        border: 1px solid white;
        margin: 0 10px;
        padding: 0 10px;
    }
}

/*詳細はこちらボタン*/
#micola .buy_btn {
    position: relative;
    display: block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #262326;
    border: solid 1px #262326;
    margin: 2% auto 0;
    width: 100%;
    padding: 3% 0;
    transition: 0.3s;
}

#micola .buy_btn::after {
    position: absolute;
    font-family: "Material Icons";
    content: 'arrow_forward_ios';
    font-weight: 100;
    margin-left: 2%;
    transform: translateY(-50%);
    top: 50%;
    right: 5%;
}

#micola .buy_btn:hover {
    color: #000000 !important;
    background-color: #ffffff6c;
}

/*-----------------------------------------------------------------------------------------
header
----------------------------------------------------------------------------------------*/
#micola #header {
    width: 100%;
    height: 100vh;
    background-color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;

    h1 {
        z-index: 99;
        position: relative;
        width: 30vw;
        opacity: 0;
        filter: blur(10px);
        animation: reveal 1s ease forwards;
        animation-delay: 0.3s;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        filter: blur(0);
    }
}

#micola #header .backimage {
    div {
        position: absolute;
    }

    img {
        filter: grayscale(100%);
        animation: colorize 3s ease forwards;
        opacity: 1;
    }

    .hi_7 {
        left: -3vw;
        top: 10vh;
        width: 23vw;

        img {
            animation-delay: 1s;
        }
    }

    .hi_6 {
        bottom: 5vw;
        width: 35vw;
        right: -9vw;

        img {
            animation-delay: 1.5s;
        }
    }

    .hi_5 {
        width: 13vw;
        top: 26vh;
        right: 2vw;

        img {
            animation-delay: 2s;
        }
    }

    .hi_4 {
        width: 13vw;
        bottom: 1vw;
        left: 3vw;

        img {
            animation-delay: 2.5s;
        }
    }

    .hi_3 {
        width: 25vw;
        bottom: -6vh;
        right: 1vw;
        filter: blur(3px);

        img {
            animation-delay: 2.5s;
        }
    }

    .hi_2 {
        left: -1vw;
        top: 0;
        width: 11vw;
        filter: blur(3px);

        img {
            animation-delay: 3s;
        }
    }

    .hi_1 {
        width: 27vw;
        right: 0vw;
        top: -6vh;
        filter: blur(3px);

        img {
            animation-delay: 3s;
        }
    }

}

@keyframes colorize {
    0% {
        filter: grayscale(100%);

    }

    50% {
        filter: saturate(200%);
    }

    100% {
        filter: grayscale(0%);
    }
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down a {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
}

.scroll_down a {
    color: #262326;
    position: absolute;
    bottom: 60px;
    left: 50%;
    display: block;
    background-size: 14px auto;
    z-index: 2;
    text-decoration: none;
    transform: translate(-50%, -50%);
}

.scroll_down a:before {
    position: absolute;
    top: calc(50% + 24px);
    left: calc(50% - 8px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #262326;
    border-width: 0px 0 2px 2px;
    animation: bounce 2s linear infinite;
}

.scroll_down a:after {
    position: absolute;
    width: 32px;
    height: 32px;
    border: 2px solid #262326;
    content: "";
    border-radius: 50%;
    top: calc(50% + 16px);
    left: calc(50% - 18px);
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    70%,
    80% {
        -webkit-transform: translateY(0)rotate(-45deg);
        -ms-transform: translateY(0)rotate(-45deg);
        transform: translateY(0)rotate(-45deg);
    }

    40% {
        -webkit-transform: translateY(-8px)rotate(-45deg);
        -ms-transform: translateY(-8px)rotate(-45deg);
        transform: translateY(-8px)rotate(-45deg);
    }

    60% {
        -webkit-transform: translateY(-4px)rotate(-45deg);
        -ms-transform: translateY(-4px)rotate(-45deg);
        transform: translateY(-4px)rotate(-45deg);
    }
}


/*-----------------------------------------------------------------------------------------
main
----------------------------------------------------------------------------------------*/

#micola #main {
    width: 100%;
}

#micola #main .wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#micola #main .wrap>div {
    width: 100%;

    .inner {
        width: 100%;
        padding: 50px 20px;
        box-sizing: border-box;
    }
}


/*-----------------------------------------------------------------------------------------
main intro
----------------------------------------------------------------------------------------*/
#micola #intro {
    background-color: #f6f6fa;
    position: relative;
    padding: 50px 0;

    .inner {
        margin: auto;
        width: 1080px;
    }
}

#micola #intro .inner>div:first-of-type {
    display: flex;
    width: 500px;
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 1;

    img {
        width: 80%;
    }
}

#micola #intro .intropic {
    position: absolute;
    bottom: 0px;
    right: -39px;
    width: 35vw;

    img {
        max-height: 100vh;
        filter: grayscale(100%);
        animation: colorize 3s ease forwards;
        animation-delay: 3s;
    }

}

/*-----------------------------------------------------------------------------------------
main ranking
----------------------------------------------------------------------------------------*/
#micola #ranking {
    z-index: 2;
    background-color: #e2d0d9;
    background: linear-gradient(to bottom left, #e3e3e3, #dab6cb, #acc1db);

    .inner {
        width: 880px;
        margin: auto;
    }

    .itemlist {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        box-sizing: border-box;
        gap: 20px;
    }

    img:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
}

#micola #ranking .item {
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;

    img {
        width: 100%;
    }

    p.grd {
        font-size: 3rem;
    }

    .text {
        display: flex;
        flex-direction: column;
    }
}

#micola #ranking .no1 {
    width: 100%;
    display: flex;
    flex-direction: row;

    .pic {
        width: 50%;
    }

    .text {
        width: 50%;
    }
}

#micola #ranking .no2,
#micola #ranking .no3 {
    display: flex;
    flex-direction: column;
    width: calc(100% / 2 - 10px);

    .pic {
        width: 100%;
    }

    .text {
        width: 100%;
    }
}

/*-----------------------------------------------------------------------------------------
main itemroop
----------------------------------------------------------------------------------------*/
#micola #itemroop {
    position: relative;
    background-color: white;
    overflow: hidden;

    .inner {
        padding: 0;
    }
}

#micola img.bgtext {
    top: 50%;
    width: 100vw;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}


#micola .parade {
    overflow: hidden;
    width: 200%;
    animation: scroll 50s linear infinite;
}

#micola .parade-track {
    display: flex;
    width: calc(200%);
    animation: scroll 50s linear infinite;

    a {
        width: 221px;
    }

    img {
        flex-shrink: 0;
        width: 100%;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/*-----------------------------------------------------------------------------------------
main itemcorner
----------------------------------------------------------------------------------------*/
#micola #itemcorner {
    background: linear-gradient(to bottom, #e3e3e3, #dab6cb, #acc1db);

    .inner {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 1080px;
        margin: auto;
    }
}

#micola #itemcorner .itemlist .item {
    width: 400px;
    display: flex;
    flex-direction: column;
}

#micola #itemcorner .itemlist ul li .slide_area{
    position: relative;
}

#micola #itemcorner .itemlist .pickup {
    margin: 10px;
    position: absolute;
    left: 0;
    bottom: 0%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 80;

    div {
        border: 1px solid #262326;
        width: 70px;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff61;
    }

}

#micola #itemcorner h3 {
    margin-bottom: 10px;
}

/*お気に入り=========*/
#micola .item a.heart {
    position: absolute;
    font-size: 40px;
    z-index: 99;
    top: 5px;
    left: 10px;
    color: #fff;
    transition: 0.3s;

}

#micola .item a.heart:hover {
    color: #ffb6c2;
    opacity: 1;
}


/*-----------------------------------------------------------------------------------------
navi
----------------------------------------------------------------------------------------*/
#micola #navi {
    padding: 50px 20px;
    border-radius: 20px;
    z-index: 100;
    width: 200px;
    position: fixed;
    left: 20px;
    top: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.5s ease, filter 0.5s ease;
    backdrop-filter: blur(0);

    .wrap {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
}

#micola #navi.show {
    opacity: 1;
    filter: blur(0);
    backdrop-filter: blur(5PX);
    filter: drop-shadow(2px 4px 6px #2c2c2c42);
}

#micola #navi .menu {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

#micola #navi .menu a:hover {
    color: #b73b6e;
    filter: blur(1px);
}


/*-----------------------------------------------------------------------------------------
241121追加しました
----------------------------------------------------------------------------------------*/
#micola .coupon_area {
    width: 880px;
    margin: 4% auto 3%;
}

#micola .coupon_area a {
    text-align: center;
}

#micola .coupon_area p {
    font-size: 35px;
    padding-top: 20px;
    width: 73%;
    margin: 0 auto;
}


#micola ul.col_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 5%;
}

#micola ul.col_2>li {
    width: calc(calc(100% - 5%) / 2);
    margin: 0 auto;
}

/* CSSスライダー追加 */
#micola .c-carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#micola .c-carousel__activator-main {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#micola .c-carousel__main {
    overflow: hidden;
    position: relative;
}

#micola .c-carousel__main-track {
    display: flex;
    transition: transform 0.3s ease-out;
}

#micola .c-carousel__main-item {
    flex-shrink: 0;
    width: 100%;
}

#micola .c-carousel__main-image {
    display: block;
    width: 100%;
}

#micola .c-carousel__main-control-item {
    display: none;
}

#micola .c-carousel__btn-prev-main,
#micola .c-carousel__btn-next-main {
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    /* background-color: #000; */
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}

#micola .c-carousel__btn-prev-main:hover,
#micola .c-carousel__btn-next-main:hover {
    transform: translateY(-50%) scale(1.1);
}

#micola .c-carousel__btn-prev-main::after,
#micola .c-carousel__btn-next-main::after {
    width: 100%;
    height: 100%;
    font-family: "Material Icons Outlined";
    content: "chevron_left";
    background-color: rgb(0, 0, 0, .2);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 200;
    margin: auto;
    z-index: 9;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

#micola .c-carousel__btn-next-main::after {
    transform: rotate(180deg);
}

#micola .c-carousel__btn-prev-main {
    right: auto;
    left: 5px;
}

/* Aボタンエリア解説 開始 */
#micola .c-carousel__activator-main:nth-child(1):checked~.c-carousel__main .c-carousel__main-control-item:nth-child(1) {
    display: block;
}

#micola .c-carousel__activator-main:nth-child(2):checked~.c-carousel__main .c-carousel__main-control-item:nth-child(2) {
    display: block;
}

#micola .c-carousel__activator-main:nth-child(3):checked~.c-carousel__main .c-carousel__main-control-item:nth-child(3) {
    display: block;
}

#micola .c-carousel__activator-main:nth-child(4):checked~.c-carousel__main .c-carousel__main-control-item:nth-child(4) {
    display: block;
}

#micola .c-carousel__activator-main:nth-child(5):checked~.c-carousel__main .c-carousel__main-control-item:nth-child(5) {
    display: block;
}

#micola .c-carousel__activator-main:nth-child(6):checked~.c-carousel__main .c-carousel__main-control-item:nth-child(6) {
    display: block;
}

/* Aボタンエリア解説 終了 */

/* @スライドエリア解説 開始 */
#micola .c-carousel__activator-main:nth-child(1):checked~.c-carousel__main .c-carousel__main-track {
    transform: translateX(calc(-100% * 0));
}

#micola .c-carousel__activator-main:nth-child(2):checked~.c-carousel__main .c-carousel__main-track {
    transform: translateX(calc(-100% * 1));
}

#micola .c-carousel__activator-main:nth-child(3):checked~.c-carousel__main .c-carousel__main-track {
    transform: translateX(calc(-100% * 2));
}

#micola .c-carousel__activator-main:nth-child(4):checked~.c-carousel__main .c-carousel__main-track {
    transform: translateX(calc(-100% * 3));
}

#micola .c-carousel__activator-main:nth-child(5):checked~.c-carousel__main .c-carousel__main-track {
    transform: translateX(calc(-100% * 4));
}

#micola .c-carousel__activator-main:nth-child(6):checked~.c-carousel__main .c-carousel__main-track {
    transform: translateX(calc(-100% * 5));
}

/* @スライドエリア解説 終了 */

/* CSSスライダー追加 */

/* 色玉新規追加 */
#micola .item .color {
    width: 100%;
    margin-top: 3%;
}

#micola .color-list {
    width: 100%;
    display: flex;
    justify-content: center;
    /* gap: 5%; */
}

#micola .color-list li {
    position: relative;
    width: 1.8em;
    height: 1.8em;
    border-radius: 100em;
    border: 1px solid;
    border: solid 1px #b1b1b1;
    margin: 10px 4px 0;
}

#micola .color-list li .c-carousel__btn-color {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}

/* 色玉新規追加 */

/*-----------------------------------------------------------------------------------------
看板下スライダー
----------------------------------------------------------------------------------------*/
#micola .scroll-infinity {
    margin-bottom: 1.5em;
    margin-top: 0.5em;
    position: relative;
    height: 140px;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

#micola .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}

#micola .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
}

#micola .scroll-infinity__list--left {
    animation: infinity-scroll-left 55s infinite linear 0.5s both;
}

#micola .scroll-infinity__item {
    width: 100em;
}

#micola .scroll-infinity__item>img {
    width: 100%;
}