.index-nav {
    height: 10.4vw;
    background-color: #f6f6f6;
    width: 100%;
    display: flex;
    align-items: center
}

.index-nav a {
    display: block;
    flex: 1;
    font-size: 2.6666666667vw;
    font-family: Arial;
    color: #2d2d2d;
    font-weight: 400;
    text-align: center;
    line-height: 10.4vw;
    transform: scale(0.9)
}

.index-nav i {
    display: block;
    width: 1px;
    height: 3.7333333333vw;
    background-color: #2d2d2d
}

.index-banner-wrap {
    margin-bottom: 4.9333333333vw
}

.index-banner-wrap .index-banner {
    padding-bottom: 5.3333333333vw
}

.index-banner-wrap .swiper-pagination {
    bottom: 0
}

.index-banner-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 7.4666666667vw;
    height: 2px;
    background-color: #f1f1f1;
    opacity: 1;
    border-radius: 0;
    border: none
}

.index-banner-wrap .swiper-pagination .swiper-pagination-bullet-active {
    width: 7.4666666667vw;
    height: 2px;
    background-color: #9e8f7c;
    border-radius: 0;
    border: none
}

.index-public-wrap {
    margin-bottom: 13.3333333333vw;
    padding: 0 2.6666666667vw
}

.index-public-wrap.other {
    margin-bottom: 10.6666666667vw
}

.index-pro-title.new-in {
    margin-bottom: 2.6666666667vw
}

.index-pro-title.other {
    margin-bottom: 5.3333333333vw
}

.index-pro-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.index-pro-box::after {
    content: "";
    width: 29.8666666667vw
}

.index-pro-box .pro-item {
    width: calc((100% - 3.37vw)/2);
    margin-bottom: 6.66667vw;
    position: relative
}

.index-pro-box .pro-item .pro-img .like_btn {
    position: absolute;
    top: 8px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none
}

.index-pro-box .pro-item .pro-info {
    padding-top: 10px;
    text-align: left
}

.index-pro-box .pro-item .pro-info .pro-name {
    font-family: Yu Gothic;
    font-size: 3.2vw;
    color: #2d2d2d;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-pro-box .pro-item .pro-info .pro-price {
    margin-top: 5px;
    font-family: "Kozuka Gothic Pr6N";
    color: #2d2d2d;
    font-size: 3.2vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index-pro-box .index-pro {
    position: relative;
    padding-top: 3px;
    width: 29.8666666667vw;
    margin-bottom: 6.6666666667vw
}

.index-pro-box .index-pro .pro-img .pro-flag {
    position: absolute;
    top: .8vw;
    left: 0px;
    width: 7.33333vw
}

.index-pro-box .index-pro span.pro-flag {
    width: 5.6vw;
    height: 4.6vw;
    font-size: 3.2vw;
    background-color: #010101;
    border-radius: 3px;
    line-height: 4.6vw;
    text-align: center;
    color: #fff
}

.index-pro-box .index-pro .pro-info {
    padding: 2.6666666667vw 0 0;
    text-align: center;
    font-family: Kozuka Gothic Pr6N
}

.index-pro-box .index-pro .pro-info .pro-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #2d2d2d;
    font-size: 3.2vw;
    font-family: inherit;
    height: 9.6vw
}

.index-pro-box .index-pro .pro-info .pro-price {
    font-size: 3.2vw;
    color: #2d2d2d;
    font-family: inherit;
    margin-top: 2px
}

.index-pro-box .index-pro .pro-info .pro-price .price-tax {
    color: gray
}

.index-pro-box .index-pro .pro-info.sale {
    color: #981d2d
}

.index-pro-box .index-pro .pro-info.sale .pro-price {
    color: inherit;
    margin-top: 0
}

.index-pro-box .index-pro .pro-info.sale .price-tax {
    color: inherit
}

.index-pro-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2d2d2d;
    font-size: 4.5333333333vw;
    font-family: Kozuka Gothic Pr6N
}

.index-pro-link img {
    margin-left: 3.2vw;
    height: 11px
}

.index-pro-link.other {
    margin-top: 6.66667vw
}

.banner-desc {
    width: 100%;
    padding: 0 0 !important;
    margin-bottom: 0
}

.banner-desc h1 {
    font-size: 2em
}

.banner-desc h2 {
    font-size: 1.5em
}

.banner-desc h3 {
    font-size: 1.3em
}

.banner-desc h4 {
    font-size: 1em
}

.banner-desc h5 {
    font-size: .8em
}

.banner-desc h6 {
    font-size: .7em
}

.banner-desc:first-child {
    padding: 6.1333333333vw 0
}

.banner-desc:last-child {
    margin-bottom: 0
}

.index-new-in {
    font-size: 3.2vw;
    color: #424242;
    font-family: Kozuka Gothic Pr6N;
    text-align: center
}

.index-new-desc {
    margin: 5.3333333333vw 0;
    text-align: center
}

.index-new-desc * {
    text-align: center;
    /* font-size: 3.2vw; */
    color: #000;
    font-family: Kozuka Gothic Pr6N
}

.index-collection .coll-item:first-child a {
    padding-top: 0
}

.index-collection .coll-item a {
    border-bottom: 1px solid #e5e5e5;
    padding: 2.6666666667vw 6.6666666667vw 2.6666666667vw 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.index-collection .coll-item a .coll-img {
    width: 29.3333333333vw;
    margin-right: 4.4vw
}

.index-collection .coll-item a .coll-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4vw 0
}

.coll-name {
    font-size: 3.2vw;
    color: #333;
    font-weight: bold;
    margin-bottom: 4vw;
    font-family: Kozuka Gothic Pr6N
}

.coll-desc {
    color: #333;
    font-size: 3.2vw;
    font-family: Kozuka Gothic Pr6N
}

.coll-time {
    color: #999;
    font-size: 3.2vw;
    font-family: Kozuka Gothic Pr6N
}

.coll-more {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 11px;
    height: 21.5px
}

.index-cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.index-cate .cate-item {
    width: 29.3333333333vw;
    margin-bottom: 3.3333333333vw
}

.index-cate::after {
    content: "";
    width: 29.3333333333vw
}

#newIndex~#footer .footer-wrap.desc {
    display: block
}

.topxbanner {
    margin: 0 5.333vw 4vw
}

.topxbanner a {
    display: inline-block;
    width: 100%
}

.topxbanner a img {
    display: block;
    width: 100%;
    vertical-align: middle
}

.index-public-wrap .banner-desc p {
    position: relative;
    padding: 4.3% 0 4.3% 3.733vw;
    color: #2d2d2d;
    font-size: 3.2vw;
    line-height: 1.4
}

.index-public-wrap .banner-desc p::before {
    background: rgba(0, 0, 0, 0) url(../../img/index/tag.png) no-repeat center center/100% 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.6vw;
    display: inline-block;
    width: 1.8666vw;
    height: 3.2vw;
    min-width: 7px;
    min-height: 12px
}

.banner-desc:first-child {
    border-top: 1px solid #eee
}

.banner-desc:last-child {
    border-bottom: 1px solid #eee
}

.categories-boxs {
    margin-bottom: 20px;
}

.categories-boxs .categories-boxs-title {
    background-color: #f0e8db;
    padding: 3.2vw 0
}

.categories-boxs .categories-boxs-title .categories-title {
    font-size: 6.6666666667vw;
    font-family: Didot;
    font-weight: 400;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center
}

.categories-boxs .categories-boxs-title .categories-description {
    text-align: center;
    font-size: 3.2vw;
    color: #000;
    font-family: Kozuka Gothic Pr6N
}

.categories-boxs .categories-boxs-title .categories-description p {
    display: inline-block;
    margin: 1.0666666667vw 0
}

.categories-boxs .categories-boxs-title .categories-description img {
    width: 2vw;
    height: auto;
    vertical-align: sub;
    display: inline-block
}

.categories-boxs .categories-nav {
    padding: 0 2.6666666667vw;
    padding-top: 6.6666666667vw;
    padding-bottom: 4vw;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.categories-boxs .categories-nav div.categories-nav-item {
    border-radius: .8vw;
    flex: auto;
    height: 8vw;
    line-height: 8vw;
    margin: 1.3333333333vw 0;
    margin-right: 1.0666666667vw;
    border: solid 1px #b69b79;
    font-size: 2.8vw;
    font-weight: 500;
    font-family: Yu Gothic;
    text-align: center;
    overflow: hidden;
    max-width: 29vw;
    padding: 0 1.0666666667vw
}

.categories-boxs .categories-nav .active {
    background-color: #b69b79;
    color: #fff;
    font-weight: bold
}

.categories-boxs .categories-content {
    display: none;
    padding: 0 2.6666666667vw
}

.categories-boxs .categories-content .double {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.66667vw
}

.categories-boxs .categories-content .double .item {
    width: 50%;
    margin-right: 2.6666666667vw
}

.categories-boxs .categories-content .double .item a {
    display: block;
    position: relative
}

.categories-boxs .categories-content .double .item a p {
    margin-top: 2.6666666667vw;
    font-size: 12px;
    font-family: Kozuka Gothic Pr6N;
    font-weight: normal;
    color: #2d2d2d;
    text-align: center
}

.categories-boxs .categories-content .double>:last-child {
    margin-right: 0
}

.categories-boxs .categories-content .single {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%
}

.categories-boxs .categories-content .single .item {
    width: calc((100% - 15px)/3);
    margin-right: 1.3333333333vw;
    margin-bottom: 6.66667vw
}

.categories-boxs .categories-content .single .item a {
    display: block;
    position: relative
}

.categories-boxs .categories-content .single .item a p {
    margin-top: 2.6666666667vw;
    font-size: 12px;
    font-family: Kozuka Gothic Pr6N;
    font-weight: normal;
    color: #2d2d2d;
    text-align: center
}

.categories-boxs .categories-content .single>:nth-child(3n+3) {
    margin-right: 0
}

.categories-boxs .categories-active {
    display: block
}

.categories-boxs .more {
    text-align: center
}

.categories-boxs .more a {
    font-size: 4.5333333333vw;
    font-family: Kozuka Gothic Pr6N;
    font-weight: normal;
    color: #2d2d2d
}

.categories-boxs .more a img {
    width: 1.7333333333vw;
    height: auto;
    vertical-align: sub;
    display: inline-block;
    vertical-align: inherit;
    margin-left: 1.3333333333vw
}

.order-boxs {
    padding: 1vw 2.27vw;
    margin-bottom: 13.33333vw;
    border-top: 2vw solid #f0f0f0
}

.order_title {
    font-size: 14px;
    font-family: Yu Gothic;
    font-weight: 500;
    color: #000;
    margin-bottom: 4vw;
    margin-top: 3vw
}

.list-like-number::before {
    content: "お気に入り数:"
}

/*# sourceMappingURL=index.min.css.map */