@charset "UTF-8";
/*
 * section_layout
 */
.l-wrap {
    background-color: #fffded;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.l-header__h1 {
    font-size: 3.75vw;
    padding: 3.125%;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
    background: #fff;
}

.l-main {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

/*
 * section_compornent
 */
.c-product {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 13.125%;
    margin: 3.125% auto 0;
}

.c-product__current {
    display: block;
    color: #cca56d;
    margin-top: 10px;
}

.c-product__imgSlide {
    position: relative;
}

.c-product__imgList {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin-left: -200%;
    opacity: 1;
    width: 640px;
    /* display: flex; */
}

.c-product__imgList.c-product__onlyList {
    width: 74%;
    overflow: initial;
    margin: 0 auto;
}

.c-product__imgList.c-product__onlyList .c-product__imgItem {
    width: auto;
}

.c-product__imgList.c-product__onlyList .c-product__img,
.c-product__imgList.c-product__onlyList .c-findOutNow__btn {
    width: 100%;
}

.c-product__imgList::after {
    content: "";
    clear: both;
    display: block;
}

.c-product__imgList.is-animation {
    transition-duration: 0.5s;
}

.c-product__imgItem {
    display: block;
    position: relative;
    width: 320px;
    box-sizing: border-box;
    float: left;
}

/* .c-product__imgItem .c-findOutNow__btn a:after {
    content: "";
    position: absolute;
    width: 75%;
    margin: 0 auto 12.03125%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */

.product_cart_btn {
  margin-top: 5%;
}

.c-product__img {
    border: 1px solid #be8a3a;
    margin: 6.25% auto 0;
    width: 74%;
    box-sizing: border-box;
}

.c-product__img img {
    display: block;
    width: 100%;
}

/* .lpMjSet-productsItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    background: none
} */
.c-product__name {
    margin: 3.125% 0;
    font-size: 3vw;
}

.c-product__description--tax {
    font-size: 0.8em;
}

.c-product__slideNav__item {
    position: absolute;
    top: 33%;
    z-index: 1;
}

.c-product__slideNav__item a {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 0;
    background-size: contain;
    display: block;
}

.c-product__slideNav__item img {
    width: 4.6875vw;
    height: auto;
}

.c-product__slideNav--prev {
    left: 3.125%;
}

.c-product__slideNav--next {
    right: 9.375%;
}

.c-findOutNow__btn {
    width: 75%;
    margin: 0 auto;
}

.c-findOutNow__btn a {
    display: block;
}

.c-findOutNow__btn img {
    display: block;
    width: 100%;
}

.lp_button_cart_1 {
    display: block;
    width: 75%;
    margin: 5.33333% auto 0;
}

.lp_button_cart_1 a {
    display: block;
}

.lp_button_cart_1 img {
    display: block;
    width: 100%;
}

.c-font-serif {
    font-family: "Noto Serif JP", serif, "ヒラギノ明朝 W6 JIS2004", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
}

/*
 * section_project
*/
.p-category__title {
    text-align: center;
    position: relative;
}

.p-category__title::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7.5%;
    height: 74%;
    background-image: url(../img/bg_decoration_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 17.5%;
}

.p-category__title::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7.5%;
    height: 74%;
    background-image: url(../img/bg_decoration_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 16.25%;
}

.p-category__title img {
    margin: 0 auto;
    width: 40%;
    height: auto;
    display: block;
    margin-bottom: 1.5625%;
}

.p-category__title--mini {
    font-weight: bold;
    font-size: calc(0.625rem + 4 * (100vw - 320px) / 448);
}

.p-kv_title {
    background-color: #fffdee;
}

.p-kv_title__image {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 3.125% 0;
}

.p-kv__slide__img {
    position: relative;
    overflow: hidden;
}

.p-kv {
    position: relative;
}

.p-kv__slide {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.p-kv__slide__items {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.p-kv__slide__item {
    z-index: 4;
    width: 100%;
    display: none;
    position: absolute;
    color: #fff;
}

.p-kv__slide__item a {
    color: #fff;
    text-decoration: none;
}

.p-kv__slide__item.is-current {
    display: block;
}

.p-kv__slide__img img {
    width: 100%;
    height: auto;
}

.p-kv__slide__txt {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition-duration: 1s;
    transition-delay: 0.1s;
    opacity: 0;
}

.p-kv__slide__txt img {
    width: 100%;
    height: auto;
    display: block;
}

.p-kv__slide__item.is-current .p-kv__slide__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.p-kv__slide__item.is-current .p-kv__slide__txt {
    opacity: 1;
}

.p-kv {
    position: relative;
}

.p-kv__slide {
    width: 100%;
    padding-bottom: 56%;
    position: relative;
}

.p-kv__slide__item.is-current .p-kv__slide__txt {
    opacity: 1;
}

/* section__limited */
.p-limited {
    padding: 9.33333% 0 5.33333%;
}

.p-limited__ttl {
    width: 66.66667%;
    margin: 0 auto;
}

.p-limited__ttl img {
    width: 100%;
    height: auto;
}

.p-limited__txt {
    text-align: center;
    margin: 3.2% auto 0;
    font-feature-settings: "palt";
    letter-spacing: .6px;
    line-height: 1.7;
    font-size: 4.26667vw;
    font-weight: bold;
    color: #de006e;
}

/*----- test ------*/
.p-anchorLink__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.p-anchorLink li {
    background-color: #be8a3a;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #fffdee;
    position: relative;
}

.p-anchorLink li::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/btn_arrow.png);
    width: 2.5vw;
    height: 2.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    top: 69%;
    left: 48%;
}

.p-anchorLink li:nth-child(odd) {
    border-right: 1px solid #fffdee;
}

.p-anchorLink li:nth-child(n + 3) {
    border-bottom: none;
}

.p-anchorLink__text {
    width: 100%;
    height: auto;
}

.p-concept {
    padding: 13.33333% 3.125% 0;
    text-align: center;
}

.p-concept__inner {
    border: solid 3px #be8a3a;
    padding: 1.2069%;
    background-color: #e9ddc2;
    position: relative;
}

.p-concept__inner:before,
.p-concept__inner:after {
    content: "";
    width: 0;
    height: 0;
    padding-left: 5.86207%;
    padding-top: 5.86207%;
    background: url(../img/ornament_01.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
}

.p-concept__inner:before {
    top: 0px;
    left: 0px;
    margin-top: 1.2069%;
    margin-left: 1.2069%;
}

.p-concept__inner:after {
    top: 0px;
    right: 0px;
    margin-top: 1.2069%;
    margin-right: 1.2069%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.p-concept__inner2 {
    border: solid 1px #be8a3a;
    background-color: #fff;
    padding: 7.8125% 0 12%;
}

.p-concept__inner2:before,
.p-concept__inner2:after {
    content: "";
    width: 0;
    height: 0;
    padding-left: 5.86207%;
    padding-top: 5.86207%;
    background: url(../img/ornament_01.png);
    background-size: contain;
    position: absolute;
}

.p-concept__inner2:before {
    bottom: 0px;
    left: 0px;
    margin-bottom: 1.2069%;
    margin-left: 1.2069%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.p-concept__inner2:after {
    bottom: 0px;
    right: 0px;
    margin-bottom: 1.2069%;
    margin-right: 1.2069%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.p-concept__title {
    width: 62.53731%;
    margin: 0 auto;
}

.p-concept__title img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.p-concept__text {
    margin-top: 3.125%;
}

.p-concept__text li {
    line-height: 1.9em;
    font-size: 3.9375vw;
}

.p-concept__text li:nth-child(n + 3) {
    margin-top: 2.5%;
}

.p-newItem {
    padding-top: 13.4375%;
}

.p-newItem::after {
    content: "";
    display: block;
    background-image: url(../img/bdr_01.png);
    background-repeat: repeat-x;
    background-size: contain;
    width: 90%;
    margin: 0 auto;
    height: 2px;
}

.p-newItem__new {
    margin: 3.125% 0 -3.125%;
}

.p-newItem__new img {
    display: block;
    width: 20%;
    height: auto;
    margin: 0 auto;
}

.p-newItem__img {
    position: relative;
}

.p-newItem__img:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 7%;
    font-size: 0.8em;
    background-image: url(../img/icon_limited.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.p-newItem__img.is-new:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 7%;
    font-size: 0.8em;
    background-image: url(../img/icon_new.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.p-newItem .c-product {
    width: 319px;
    margin: 3.125% auto 0;
}

.p-bestSeller {
    margin-top: 13.4375%;
}

.p-bestSeller__img {
    position: relative;
}

.p-bestSeller__img a {
    display: block;
    text-decoration: none;
}

.p-bestSeller__img::before {
    position: absolute;
    content: "";
    width: 14.6875vw;
    height: 9%;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    top: 5%;
    left: 5%;
}

.p-bestSeller__img--1st::before {
    background-image: url(../img/icon_01.png);
}

.p-bestSeller__img--2nd::before {
    background-image: url(../img/icon_02.png);
}

.p-bestSeller__img--3rd::before {
    background-image: url(../img/icon_03.png);
}

.p-bestSeller__img--4th::before {
    background-image: url(../img/icon_04.png);
}

.p-bestSeller__img--5th::before {
    background-image: url(../img/icon_05.png);
}

.p-bestSeller__img--6th::before {
    background-image: url(../img/icon_06.png);
}

.p-bestSeller__img--7th::before {
    background-image: url(../img/icon_07.png);
}

.p-bestSeller__img--8th::before {
    background-image: url(../img/icon_08.png);
}

.p-bestSeller__img--9th::before {
    background-image: url(../img/icon_09.png);
}

.p-bestSeller__img--10th::before {
    background-image: url(../img/icon_10.png);
}

.p-bestSeller__title img {
    width: 33%;
}

.p-bestseller__annotation {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.p-bestseller__annotation p {
    display: block;
    margin: 20px 1em -20px;
    font-size: 0.8em;
}

.p-bestseller__annotation ::before {
    content: "※";
    display: inline-block;
    font-size: 0.9em;
    margin-left: -1em;
}

.p-allItems {
    border: 1px solid #be8a3a;
    border-right: none;
    border-left: none;
    width: auto;
    background-color: #fff;
}

.p-allItems__inner {
    padding: 12.5% 0 12.1875%;
    box-sizing: border-box;
}

.p-allItem__list {
    margin-top: 6.25%;
    margin-bottom: 7.5%;
    padding: 0 3.125%;
    z-index: 2;
    position: relative;
}

.p-allItem__list__inner2 {
    overflow: hidden;
    position: relative;
    max-width: 87%;
    margin: 0 auto;
}

.p-allItem__list__inner {
    position: relative;
    left: 0;
    width: 33.33333%;
    margin-left: -33.33333%;
}

.p-allItem__items {
    padding-bottom: 0;
    top: 0;
    left: 0;
    position: relative;
    font-size: 0;
}

.p-allItem__items.is-animation {
    transition-duration: 0.3s;
}

.p-allItem__item {
    width: 11.11111%;
    padding: 0 0.3%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    /* margin-bottom: .5em; */
}

.p-allItem__item a {
    text-decoration: none;
    display: block;
    transition-duration: 0.1s;
    transition-property: opacity;
}

.p-allItem__item a:hover {
    opacity: 0.8;
}

.p-allItem__img {
    margin: 0 8%;
}

.p-allItem__img img {
    width: 92%;
    height: auto;
}

.p-allItem__slideNav__item {
    position: absolute;
    top: 39%;
    z-index: 1;
}

.p-allItem__slideNav__item a {
    position: absolute;
    top: -10px;
    left: 0;
    padding-bottom: 0;
    display: block;
}

.p-allItem__slideNav__item img {
    width: 4.6875vw;
    height: auto;
}

.p-allItem__slideNav--prev {
    left: 3.125%;
}

.p-allItem__slideNav--next {
    right: 9.375%;
}

.topIndex .mj-productsSection {
    width: auto;
}

.p-allItem__txt {
    margin: 0;
    position: relative;
    display: inline-block;
    padding-right: 1.1em;
    color: #333;
    font-size: calc(0.65rem + 4 * (100vw - 320px) / 448);
    letter-spacing: -0.2px;
    font-weight: bold;
    margin-top: 18px;
}

.p-allItem__txt::after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: url(../img/icon_arrow_blk.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 55%;
    margin-top: -0.4em;
}

.p-allItem__inner {
    width: 16.66667%;
    margin-left: -33.33333%;
}

.p-allItem__inner2 {
    max-width: 100%;
}

.p-allItem__title {
    text-align: center;
    position: relative;
}

.p-allItem__title::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 2.5%;
    height: 30%;
    background-image: url(../img/bg_decoration_star.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10%;
    left: 29%;
}

.p-allItem__title::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 2.5%;
    height: 30%;
    background-image: url(../img/bg_decoration_star.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10%;
    right: 29%;
}

.p-allItem__title img {
    margin: 0 auto;
    width: 26%;
    height: auto;
    display: block;
    margin-bottom: 1.5625%;
}

.p-majolipia {
    padding: 9.33333% 3.125% 0;
}

.p-majolipia__introduction {
    height: auto;
    width: 100%;
    background-image: url(../img/bg_majolipia.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 65.33333% 6.25% 16%;
}

.p-majolipia__title {
    margin: 10% auto 0;
}

.p-majolipia__title img {
    width: 67%;
    margin: 0 auto;
    display: block;
}

.p-majolipia__description p {
    margin: 5.06667% 0 0;
    font-size: 3.73333vw;
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
    line-height: 1.5;
}

.p-majolipia__description p + p {
    margin: 2.66667% 0 0;
}

.p-findOutNow__btn--description {
    width: 91%;
    margin: 0 auto;
    margin-top: 6%;
}

.p-findOutNow__btn--description a {
    display: block;
}

.p-findOutNow__btn--description img {
    display: block;
    width: 100%;
}

.instagram {
    display: none;
    /* background: #1a1a1a; */
    padding: 10.15625% 6.25% 0;
}

.instagram .instagram__inner {
    max-width: 640px;
    margin: 0 auto;
}

.instagram .instagram__inner .insta__title {
    margin: 0 auto;
}

.instagram .instagram__inner .insta__title img {
    width: 100%;
}

.instagram .instagram__inner .insta__content {
    position: relative;
    background-color: #fff;
    border: solid 1px #be8a3a;
    padding: 2.69231% 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6.25% 3.125% 3.125%;
}

.instagram .instagram__inner .insta__content:before,
.instagram .instagram__inner .insta__content:after {
    content: "";
    width: 0;
    height: 0;
    padding-left: 10px;
    padding-top: 10px;
    background: url(../img/ornament_01.png);
    background-size: contain;
    position: absolute;
}

.instagram .instagram__inner .insta__content:before {
    top: 0;
    left: 0;
}

.instagram .instagram__inner .insta__content:after {
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.instagram .instagram__inner .insta__content__inner {
    color: #333;
    font-size: 16px;
    font-size: calc(1rem + 4 * (100vw - 320px) / 448);
}

.instagram .instagram__inner .insta__content__inner:before,
.instagram .instagram__inner .insta__content__inner:after {
    content: "";
    width: 0;
    height: 0;
    padding-left: 10px;
    padding-top: 10px;
    background: url(../img/ornament_01.png);
    background-size: contain;
    position: absolute;
}

.instagram .instagram__inner .insta__content__inner:before {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.instagram .instagram__inner .insta__content__inner:after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.instagram .instagram__inner .insta__dummy {
    margin-top: 5.46875%;
}

.instagram .instagram__inner .insta__dummy img {
    width: 100%;
}

.p-banner__image img {
    width: 100%;
    height: auto;
}

.p-banner {
    text-align: center;
    padding: 10.46875% 3.125% 12.5%;
}

.p-banner__list {
    padding: 10.46875% 3.125% 12.5%;
}

.p-banner__title {
    position: relative;
    display: inline-block;
    font-size: 1.0em;
    padding-left: 3.425%;
}

.p-banner__title::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 3.125%;
    height: 50%;
    background-image: url(../img/bg_decoration_star.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 30%;
    left: 0;
}

.p-banner__title::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 3.125%;
    height: 50%;
    background-image: url(../img/bg_decoration_star.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 30%;
    right: -6%;
}

.p-banner__item:nth-child(2) {
    margin-top: 27px;
}

.p-banner__image {
    margin-top: 13px;
    display: block;
}

.p-sns {
    border: 1px solid #be8a3a;
    border-right: none;
    border-left: none;
    width: auto;
    background-color: #fff;
    padding: 12.5% 0;
}

.p-category__title--sns img {
    width: 14%;
}

.p-sns__list {
    margin-top: 6.25%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.p-sns__list li {
    margin-right: 7.8125%;
}

.p-sns__list li:first-child {
    margin-right: 6.875%;
}

.p-sns__list li:last-child {
    margin-right: 0;
}

.p-sns__image img {
    display: block;
    width: 12.5vw;
    height: auto;
}

.p-sns__image img {
    display: block;
    height: 40px;
    width: auto;
}



@media screen and (min-width: 750px) {

    .l-header__h1 {
        font-size: 30px;
        padding: 3.125%;
        border-bottom: 1px solid #d8d8d8;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 100%;
        background: #fff;
    }
    
    .l-main {
        overflow: hidden;
        position: relative;
        display: block;
        width: 750px;
        margin: 0 auto;
    }
    
    /*
     * section_compornent
     */
    .c-product {
        overflow: hidden;
        position: relative;
        text-align: center;
        padding-bottom: 13.125%;
        margin: 3.125% auto 0;
    }
    
    .c-product__current {
        display: block;
        color: #cca56d;
        margin-top: 10px;
        font-size: 24px;
    }
    
    .c-product__imgSlide {
        position: relative;
    }
    
    .c-product__imgList {
        overflow: hidden;
        position: relative;
        top: 0;
        left: 0;
        margin-left: -200%;
        opacity: 1;
        width: 640px;
        /* display: flex; */
    }
    
    .c-product__imgList.c-product__onlyList {
        width: 74%;
        overflow: initial;
        margin: 0 auto;
    }

    .c-product__imgList.c-product__onlyList .c-product__imgItem {
        width: auto;
    }

    .c-product__imgList.c-product__onlyList .c-product__img,
    .c-product__imgList.c-product__onlyList .c-findOutNow__btn {
        width: 100%;
    }
    
    .c-product__imgList::after {
        content: "";
        clear: both;
        display: block;
    }
    
    .c-product__imgList.is-animation {
        transition-duration: 0.5s;
    }
    
    .c-product__imgItem {
        display: block;
        position: relative;
        width: 320px;
        box-sizing: border-box;
        float: left;
    }
    
    /* .c-product__imgItem .c-findOutNow__btn a:after {
        content: "";
        position: absolute;
        width: 75%;
        margin: 0 auto 12.03125%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    } */
    
    .product_cart_btn {
      margin-top: 5%;
    }
    
    .c-product__img {
        border: 1px solid #be8a3a;
        margin: 6.25% auto 0;
        width: 74%;
    }
    
    .c-product__img img {
        display: block;
        width: 100%;
    }
    
    /* .lpMjSet-productsItem:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        background: none
    } */
    .c-product__name {
        margin: 3.125% 0;
        font-size: 24px;
    }
    
    .c-product__description--tax {
        font-size: 0.8em;
    }
    
    .c-product__slideNav__item {
        position: absolute;
        top: 33%;
        z-index: 1;
    }
    
    .c-product__slideNav__item a {
        position: absolute;
        top: 0;
        left: 0;
        padding-bottom: 0;
        background-size: contain;
        display: block;
    }
    
    .c-product__slideNav__item img {
        width: 38px;
        height: auto;
    }
    
    .c-product__slideNav--prev {
        left: 3.125%;
    }
    
    .c-product__slideNav--next {
        right: 9.375%;
    }
    
    .c-findOutNow__btn {
        width: 75%;
        margin: 0 auto;
    }
    
    .c-findOutNow__btn a {
        display: block;
    }
    
    .c-findOutNow__btn img {
        display: block;
        width: 100%;
    }
    
    .lp_button_cart_1 {
        display: block;
        width: 75%;
        margin: 5.33333% auto 0;
    }
    
    .lp_button_cart_1 a {
        display: block;
    }
    
    .lp_button_cart_1 img {
        display: block;
        width: 100%;
    }
    
    .c-font-serif {
        font-family: "Noto Serif JP", serif, "ヒラギノ明朝 W6 JIS2004", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "palt";
    }
    
    /*
     * section_project
    */
    .p-category__title {
        text-align: center;
        position: relative;
    }
    
    .p-category__title::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 7.5%;
        height: 74%;
        background-image: url(../img/bg_decoration_left.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left: 17.5%;
    }
    
    .p-category__title::after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 7.5%;
        height: 74%;
        background-image: url(../img/bg_decoration_right.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        right: 16.25%;
    }
    
    .p-category__title img {
        margin: 0 auto;
        width: 40%;
        height: auto;
        display: block;
        margin-bottom: 1.5625%;
    }
    
    .p-category__title--mini {
        font-weight: bold;
        font-size: calc(0.625rem + 4 * (100vw - 320px) / 448);
    }
    
    .p-kv_title {
        background-color: #fffdee;
    }
    
    .p-kv_title__image {
        display: block;
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding: 3.125% 0;
    }
    
    .p-kv__slide__img {
        position: relative;
        overflow: hidden;
    }
    
    .p-kv {
        position: relative;
    }
    
    .p-kv__slide {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }
    
    .p-kv__slide__items {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .p-kv__slide__item {
        z-index: 4;
        width: 100%;
        display: none;
        position: absolute;
        color: #fff;
    }
    
    .p-kv__slide__item a {
        color: #fff;
        text-decoration: none;
    }
    
    .p-kv__slide__item.is-current {
        display: block;
    }
    
    .p-kv__slide__img img {
        width: 100%;
        height: auto;
    }
    
    .p-kv__slide__txt {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition-duration: 1s;
        transition-delay: 0.1s;
        opacity: 0;
    }
    
    .p-kv__slide__txt img {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .p-kv__slide__item.is-current .p-kv__slide__img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    
    .p-kv__slide__item.is-current .p-kv__slide__txt {
        opacity: 1;
    }
    
    .p-kv {
        position: relative;
    }
    
    .p-kv__slide {
        width: 100%;
        padding-bottom: 56%;
        position: relative;
    }
    
    .p-kv__slide__item.is-current .p-kv__slide__txt {
        opacity: 1;
    }
    
    /* section__limited */
    .p-limited {
        padding: 9.33333% 0 5.33333%;
    }
    
    .p-limited__ttl {
        width: 66.66667%;
        margin: 0 auto;
    }
    
    .p-limited__ttl img {
        width: 100%;
        height: auto;
    }
    
    .p-limited__txt {
        text-align: center;
        margin: 3.2% auto 0;
        font-feature-settings: "palt";
        letter-spacing: .6px;
        line-height: 1.7;
        font-size: 34px;
        font-weight: bold;
        color: #de006e;
    }
    
    /*----- test ------*/
    .p-anchorLink__list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    
    .p-anchorLink li {
        background-color: #be8a3a;
        width: 50%;
        box-sizing: border-box;
        text-align: center;
        border-bottom: 1px solid #fffdee;
        position: relative;
    }
    
    .p-anchorLink li::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/btn_arrow.png);
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        top: 69%;
        left: 48%;
    }
    
    .p-anchorLink li:nth-child(odd) {
        border-right: 1px solid #fffdee;
    }
    
    .p-anchorLink li:nth-child(n + 3) {
        border-bottom: none;
    }
    
    .p-anchorLink__text {
        width: 100%;
        height: auto;
    }
    
    .p-concept {
        padding: 13.33333% 3.125% 0;
        text-align: center;
    }
    
    .p-concept__inner {
        border: solid 3px #be8a3a;
        padding: 1.2069%;
        background-color: #e9ddc2;
        position: relative;
    }
    
    .p-concept__inner:before,
    .p-concept__inner:after {
        content: "";
        width: 0;
        height: 0;
        padding-left: 5.86207%;
        padding-top: 5.86207%;
        background: url(../img/ornament_01.png);
        background-size: contain;
        position: absolute;
        background-repeat: no-repeat;
    }
    
    .p-concept__inner:before {
        top: 0px;
        left: 0px;
        margin-top: 1.2069%;
        margin-left: 1.2069%;
    }
    
    .p-concept__inner:after {
        top: 0px;
        right: 0px;
        margin-top: 1.2069%;
        margin-right: 1.2069%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .p-concept__inner2 {
        border: solid 1px #be8a3a;
        background-color: #fff;
        padding: 7.8125% 0 12%;
    }
    
    .p-concept__inner2:before,
    .p-concept__inner2:after {
        content: "";
        width: 0;
        height: 0;
        padding-left: 5.86207%;
        padding-top: 5.86207%;
        background: url(../img/ornament_01.png);
        background-size: contain;
        position: absolute;
    }
    
    .p-concept__inner2:before {
        bottom: 0px;
        left: 0px;
        margin-bottom: 1.2069%;
        margin-left: 1.2069%;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    
    .p-concept__inner2:after {
        bottom: 0px;
        right: 0px;
        margin-bottom: 1.2069%;
        margin-right: 1.2069%;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .p-concept__title {
        width: 62.53731%;
        margin: 0 auto;
    }
    
    .p-concept__title img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    
    .p-concept__text {
        margin-top: 3.125%;
    }
    
    .p-concept__text li {
        line-height: 1.9em;
        font-size: 30px;
    }
    
    .p-concept__text li:nth-child(n + 3) {
        margin-top: 2.5%;
    }
    
    .p-newItem {
        padding-top: 13.4375%;
    }
    
    .p-newItem::after {
        content: "";
        display: block;
        background-image: url(../img/bdr_01.png);
        background-repeat: repeat-x;
        background-size: contain;
        width: 100%;
        margin: 0 auto;
        height: 2px;
    }
    
    .p-newItem__new {
        margin: 3.125% 0 -3.125%;
    }
    
    .p-newItem__new img {
        display: block;
        width: 20%;
        height: auto;
        margin: 0 auto;
    }
    
    .p-newItem__img {
        position: relative;
    }
    
    .p-newItem__img:before {
        position: absolute;
        content: "";
        width: 30%;
        height: 7%;
        font-size: 0.8em;
        background-image: url(../img/icon_limited.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
    }
    
    .p-newItem__img.is-new:before {
        position: absolute;
        content: "";
        width: 30%;
        height: 7%;
        font-size: 0.8em;
        background-image: url(../img/icon_new.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
    }

    .p-newItem .c-product {
        width: 639px;
    }
    
    .p-bestSeller {
        margin-top: 13.4375%;
    }
    
    .p-bestSeller__img {
        position: relative;
    }
    
    .p-bestSeller__img a {
        display: block;
        text-decoration: none;
    }
    
    .p-bestSeller__img::before {
        position: absolute;
        content: "";
        width: 118px;
        height: 9%;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        top: 5%;
        left: 5%;
    }
    
    .p-bestSeller__img--1st::before {
        background-image: url(../img/icon_01.png);
    }
    
    .p-bestSeller__img--2nd::before {
        background-image: url(../img/icon_02.png);
    }
    
    .p-bestSeller__img--3rd::before {
        background-image: url(../img/icon_03.png);
    }
    
    .p-bestSeller__img--4th::before {
        background-image: url(../img/icon_04.png);
    }
    
    .p-bestSeller__img--5th::before {
        background-image: url(../img/icon_05.png);
    }
    
    .p-bestSeller__img--6th::before {
        background-image: url(../img/icon_06.png);
    }
    
    .p-bestSeller__img--7th::before {
        background-image: url(../img/icon_07.png);
    }
    
    .p-bestSeller__img--8th::before {
        background-image: url(../img/icon_08.png);
    }
    
    .p-bestSeller__img--9th::before {
        background-image: url(../img/icon_09.png);
    }
    
    .p-bestSeller__img--10th::before {
        background-image: url(../img/icon_10.png);
    }
    
    .p-bestSeller__title img {
        width: 33%;
    }
    
    .p-bestseller__annotation {
        width: 75%;
        margin: 0 auto;
        text-align: center;
    }
    
    .p-bestseller__annotation p {
        display: block;
        margin: 20px 1em -20px;
        font-size: 1.2em;
    }
    
    .p-bestseller__annotation ::before {
        content: "※";
        display: inline-block;
        font-size: 0.9em;
        margin-left: -1em;
    }
    
    .p-allItems {
        border: 1px solid #be8a3a;
        border-right: none;
        border-left: none;
        width: auto;
        background-color: #fff;
        
    }
    
    .p-allItems__inner {
        padding: 12.5% 0 12.1875%;
        box-sizing: border-box;
        width: 750px;
        margin: 0 auto;
    }
    
    .p-allItem__list {
        margin-top: 6.25%;
        margin-bottom: 7.5%;
        padding: 0 3.125%;
        z-index: 2;
        position: relative;
    }
    
    .p-allItem__list__inner2 {
        overflow: hidden;
        position: relative;
        max-width: 87%;
        margin: 0 auto;
    }
    
    .p-allItem__list__inner {
        position: relative;
        left: 0;
        width: 33.33333%;
        margin-left: -33.33333%;
    }
    
    .p-allItem__items {
        padding-bottom: 0;
        top: 0;
        left: 0;
        position: relative;
        font-size: 0;
    }
    
    .p-allItem__items.is-animation {
        transition-duration: 0.3s;
    }
    
    .p-allItem__item {
        width: 11.11111%;
        padding: 0 0.3%;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 14px;
        /* margin-bottom: .5em; */
    }
    
    .p-allItem__item a {
        text-decoration: none;
        display: block;
        transition-duration: 0.1s;
        transition-property: opacity;
    }
    
    .p-allItem__item a:hover {
        opacity: 0.8;
    }
    
    .p-allItem__img {
        margin: 0 8%;
    }
    
    .p-allItem__img img {
        width: 92%;
        height: auto;
    }
    
    .p-allItem__slideNav__item {
        position: absolute;
        top: 39%;
        z-index: 1;
    }
    
    .p-allItem__slideNav__item a {
        position: absolute;
        top: -10px;
        left: 0;
        padding-bottom: 0;
        display: block;
    }
    
    .p-allItem__slideNav__item img {
        width: 38px;
        height: auto;
    }
    
    .p-allItem__slideNav--prev {
        left: 3.125%;
    }
    
    .p-allItem__slideNav--next {
        right: 9.375%;
    }
    
    .topIndex .mj-productsSection {
        width: auto;
    }
    
    .p-allItem__txt {
        margin: 0;
        position: relative;
        display: inline-block;
        padding-right: 1.1em;
        color: #333;
        font-size: calc(0.65rem + 4 * (100vw - 320px) / 448);
        letter-spacing: -0.2px;
        font-weight: bold;
        margin-top: 18px;
    }
    
    .p-allItem__txt::after {
        content: "";
        width: 0.8em;
        height: 0.8em;
        background: url(../img/icon_arrow_blk.svg) no-repeat center center;
        background-size: 100% auto;
        position: absolute;
        right: 0;
        top: 55%;
        margin-top: -0.4em;
    }
    
    .p-allItem__inner {
        width: 16.66667%;
        margin-left: -33.33333%;
    }
    
    .p-allItem__inner2 {
        max-width: 100%;
    }
    
    .p-allItem__title {
        text-align: center;
        position: relative;
    }
    
    .p-allItem__title::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 2.5%;
        height: 30%;
        background-image: url(../img/bg_decoration_star.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 10%;
        left: 29%;
    }
    
    .p-allItem__title::after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 2.5%;
        height: 30%;
        background-image: url(../img/bg_decoration_star.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 10%;
        right: 29%;
    }
    
    .p-allItem__title img {
        margin: 0 auto;
        width: 26%;
        height: auto;
        display: block;
        margin-bottom: 1.5625%;
    }
    
    .p-majolipia {
        padding: 9.33333% 3.125% 0;
    }
    
    .p-majolipia__introduction {
        height: auto;
        width: 100%;
        background-image: url(../img/bg_majolipia.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto;
        text-align: center;
        box-sizing: border-box;
        padding: 65.33333% 6.25% 16%;
    }
    
    .p-majolipia__title {
        margin: 10% auto 0;
    }
    
    .p-majolipia__title img {
        width: 67%;
        margin: 0 auto;
        display: block;
    }
    
    .p-majolipia__description p {
        margin: 5.06667% 0 0;
        font-size: 30px;
        font-feature-settings: "palt";
        letter-spacing: 1.5px;
        line-height: 1.5;
    }
    
    .p-majolipia__description p + p {
        margin: 2.66667% 0 0;
    }
    
    .p-findOutNow__btn--description {
        width: 91%;
        margin: 0 auto;
        margin-top: 6%;
    }
    
    .p-findOutNow__btn--description a {
        display: block;
    }
    
    .p-findOutNow__btn--description img {
        display: block;
        width: 100%;
    }
    
    .instagram {
        display: none;
        /* background: #1a1a1a; */
        padding: 10.15625% 6.25% 0;
    }
    
    .instagram .instagram__inner {
        max-width: 640px;
        margin: 0 auto;
    }
    
    .instagram .instagram__inner .insta__title {
        margin: 0 auto;
    }
    
    .instagram .instagram__inner .insta__title img {
        width: 100%;
    }
    
    .instagram .instagram__inner .insta__content {
        position: relative;
        background-color: #fff;
        border: solid 1px #be8a3a;
        padding: 2.69231% 0;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 6.25% 3.125% 3.125%;
    }
    
    .instagram .instagram__inner .insta__content:before,
    .instagram .instagram__inner .insta__content:after {
        content: "";
        width: 0;
        height: 0;
        padding-left: 10px;
        padding-top: 10px;
        background: url(../img/ornament_01.png);
        background-size: contain;
        position: absolute;
    }
    
    .instagram .instagram__inner .insta__content:before {
        top: 0;
        left: 0;
    }
    
    .instagram .instagram__inner .insta__content:after {
        top: 0;
        right: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .instagram .instagram__inner .insta__content__inner {
        color: #333;
        font-size: 16px;
        font-size: calc(1rem + 4 * (100vw - 320px) / 448);
    }
    
    .instagram .instagram__inner .insta__content__inner:before,
    .instagram .instagram__inner .insta__content__inner:after {
        content: "";
        width: 0;
        height: 0;
        padding-left: 10px;
        padding-top: 10px;
        background: url(../img/ornament_01.png);
        background-size: contain;
        position: absolute;
    }
    
    .instagram .instagram__inner .insta__content__inner:before {
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    
    .instagram .instagram__inner .insta__content__inner:after {
        bottom: 0;
        right: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .instagram .instagram__inner .insta__dummy {
        margin-top: 5.46875%;
    }
    
    .instagram .instagram__inner .insta__dummy img {
        width: 100%;
    }
    
    .p-banner__image img {
        width: 100%;
        height: auto;
    }
    .p-banner {
        text-align: center;
        padding: 10.46875% 3.125% 12.5%;
    }
    
    .p-banner__list {
        padding: 10.46875% 3.125% 12.5%;
    }
    
    .p-banner__title {
        position: relative;
        display: inline-block;
        font-size: 1.6em;
        padding-left: 3.425%;
    }
    
    .p-banner__title::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 3.125%;
        height: 50%;
        background-image: url(../img/bg_decoration_star.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 30%;
        left: 0;
    }
    
    .p-banner__title::after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 3.125%;
        height: 50%;
        background-image: url(../img/bg_decoration_star.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 30%;
        right: -6%;
    }
    
    .p-banner__item:nth-child(2) {
        margin-top: 27px;
    }
    
    .p-banner__image {
        margin-top: 13px;
        display: block;
    }
    
    .p-sns {
        border: 1px solid #be8a3a;
        border-right: none;
        border-left: none;
        width: auto;
        background-color: #fff;
        padding: 12.5% 0;
    }

    .p-sns_wrap{
        width: 750px;
        margin: 0 auto;

    }
    
    .p-category__title--sns img {
        width: 14%;
    }
    
    .p-sns__list {
        margin-top: 6.25%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .p-sns__list li {
        margin-right: 7.8125%;
    }
    
    .p-sns__list li:first-child {
        margin-right: 6.875%;
    }
    
    .p-sns__list li:last-child {
        margin-right: 0;
    }
    
    .p-sns__image img {
        display: block;
        width: 100px;
        height: auto;
    }
    
    .p-sns__image img {
        display: block;
        height: 40px;
        width: auto;
    }
    
}



