/*************************************
    common
*************************************/
* {
    box-sizing: border-box;
}

body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Yu Gothic", "YuGothic", "MS PGothic", sans-serif;
    font-size: 3.46666vw;
    font-weight: bold;
    margin: 0;
    line-height: 1.615;
    word-break: break-all;
}

h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

main {
    background: #FCE8DC;
    overflow: hidden;
}


/*************************************
    mv
*************************************/
.mv {
    padding-top: 11.46666vw;
}

.mv_ttl {
    position: relative;
    z-index: 2;
}

.mv_content {
    margin-top: -2px;
    padding: 5vw 6.66666vw 13.33333vw;
    background: #F3A7AC;
}

.mv_txt {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}

.mv_txt::before {
    content: '';
    display: inline-block;
    width: 13.6vw;
    height: 12.26666vw;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_mv-txt_sp.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 26.46666vw;
    right: -4.13333vw;
    z-index: -1;
}

.mv_anchor {
    margin-top: 9.33333vw;
    padding: 0 1.33333vw;
    display: flex;
    justify-content: center;
    gap: 8.27vw;
}

.mv_anchor-link {
    display: block;
    width: calc((100% - 16.54vw) / 3);
}


/*************************************
    recommend
*************************************/
.recommend {
    padding: 12.53333vw 0 0;
}

.recommend_ttl {
    width: 84vw;
    margin: 0 auto;
}

.recommend_image {
    margin-top: 5.6vw;
}


/*************************************
    cat
*************************************/
.cat {
    padding-top: 8.53333vw;
}

.cat_ttl {
    width: 72vw;
    margin: 0 auto;
}

.cat_image {
    width: 92.53333vw;
    margin: 1.33333vw auto 0;
}

.cat_list {
    margin-top: 8vw;
}

.cat_item {
    width: 86.66666vw;
    margin: 0 auto 6.66666vw;
    position: relative;
}

.cat_item:nth-child(1)::before,
.cat_item:nth-child(2)::before,
.cat_item:nth-child(3)::before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
}

.cat_item:nth-child(1)::before {
    width: 24.8vw;
    height: 57.6vw;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_cat-item1_sp.png);
    top: 9.6vw;    
    left: -1.06666vw;
}

.cat_item:nth-child(2)::before {
    width: 25.86666vw;
    height: 63.2vw;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_cat-item2_sp.png);
    top: 9.86666vw;    
    left: -2.13333vw;
}

.cat_item:nth-child(3)::before {
    width: 24vw;
    height: 57.664vw;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_cat-item3_sp.png);
    top: 12vw;    
    left: -0.8vw;
}

.cat_item:last-child {
    margin-bottom: 0;
}

.cat_item-txt {
    font-size: 2.93333vw;
    font-weight: 500;
    line-height: 1.63636;
    position: absolute;
}

.cat_item:nth-child(1) .cat_item-txt {
    width: 53.06666vw;
    top: 20.26666vw;
    right: 6.13333vw;
}

.cat_item:nth-child(2) .cat_item-txt {
    width: 49.6vw;
    top: 16.53333vw;
    right: 9.6vw;
}

.cat_item:nth-child(3) .cat_item-txt {
    width: 49.6vw;
    top: 16.53333vw;
    right: 9.6vw;
}

.cat_item-txt1 {
    color: #665852;
}

.cat_item-txt2 {
    margin-top: 0.8vw;
    color: #fff;
}


/*************************************
    goods
*************************************/
.goods {
    padding: 12vw 0 22vw;
}

.goods_ttl {
    width: 72.8vw;
    margin: 0 auto;
}

.goods_subTtl1 {
    margin: 1.6vw auto 0;
    width: 63.46666vw;
}

.goods_txt {
    margin-top: 3.2vw;
    padding: 0 6.66666vw;
    color: #665852;
    text-align: center;
}

.goods_image {
    width: 47.46666vw;
    margin: 5.06666vw auto 0;
}

.goods_content {
    margin: 37.33333vw auto 0;
    padding: 12.53333vw 4.26666vw 5.06666vw;
    width: 86.66666vw;
    border-radius: 4.26666vw;
    border: solid 1.06666vw #F3A7AC;
    background: #fff;
    position: relative;
}

.goods_content + .goods_content {
    margin-top: 14.13333vw;
}

.goods_content-ttl {
    width: 89.6vw;
    position: absolute;
    top: -36.53333vw;
    left: 50%;
    transform: translateX(-50%);
}

.goods_content + .goods_content .goods_content-ttl {
    top: -8.8vw;
}

.goods_content-row {
    display: flex;
}

.goods_content-row {
    padding-bottom: 6.4vw;
}

.goods_content-row:last-child {
    padding-bottom: 0;
}

.goods_content-row + .goods_content-row {
    padding-top: 5.06666vw;
    position: relative;
}

.goods_content-row + .goods_content-row::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0.8vw;
    background-image: url(/img/usr/freepage/nekono-kimochi/dotted_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
}

.goods_content-col:first-child {
    flex: 1;
}

.goods_content-col.-img1 {
    padding-top: 5.33333vw;
}

.goods_content-col.-img1 img {
    width: 28.2vw;
}

.goods_content-col.-img2 {
    padding-top: 10.13333vw;
}

.goods_content-col.-img2 img {
    width: 24vw;
}

.goods_content-col.-img3 {
    padding-top: 5.06666vw;
}

.goods_content-col.-img3 img {
    width: 23.7vw;
}

.goods_content-col:last-child {
    width: 45.86666vw;
}

.goods_content-col-txt {
    margin-top: 1vw;
    font-size: 2.66666vw;
    color: #665852;
}

.goods_content-col.-img1 .goods_content-col-txt {
    margin-top: 0;
}

.goods_content-col.-img3 .goods_content-col-txt {
    margin-top: 1.5vw;
}

.goods_content + .goods_content .goods_content-col:last-child {
    width: 44.53333vw;
}

.goods_content-txt1.-txt1 {
    width: 18.13333vw;
}

.goods_content-txt1.-txt2 {
    width: 18.13333vw;
}

.goods_content-txt1.-txt3 {
    width: 35.46666vw;
}

.goods_content-txt2 {
    margin-top: 1.86666vw;
    font-weight: normal;
    line-height: 1.23076;
    color: #665852;
}

.goods_content-list {
    margin-top: 2.66666vw;
}

.goods_content-item {
    display: flex;
    align-items: center;
    color: #665852;
    margin-bottom: 1.33333vw;
}

.goods_content-item:last-child {
    margin-bottom: 0;
}

.goods_content-item::before {
    content: '';
    display: inline-block;
    width: 8.26666vw;
    height: 8.26666vw;
    margin-right: 2.13333vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.goods_content-item.-tama::before {
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_tama_sp.png);
}

.goods_content-item.-kuro::before {
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_kuro_sp.png);
}

.goods_content-item.-mike::before {
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_mike_sp.png);
}

.purchaseBtn {
    width: 40.8vw;
    height: 11.73333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.66666vw;
    color: #fff;
    font-size: 3.733333vw;
    border-radius: 100vh;
    background: #665852;
    cursor: pointer;
    text-decoration: none;
}

.goods_subTtl2 {
    margin: 5.86666vw auto 0;
    width: 11.2vw;
}

.goods_aroma-image {
    width: 86.66666vw;
    margin: 0 auto;
}

.goods_subTtl3 {
    margin: 2.66666vw auto 3.2vw;
    width: 22.4vw;
}

.goods_use-txt {
    text-align: center;
    color: #665852;
}

.goods_use-txt + .goods_use-txt {
    margin-top: 3.73333vw;
}

.goods_use-txt-orange {
    color: #EE876E;
}

.goods_use-image {
    width: 88vw;
    margin: 5.06666vw auto 0;
}

.goods_use-image + .goods_use-txt {
    margin-top: 5vw;
}


/*************************************
    fixedAnchor
*************************************/
.fixedAnchor {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 4.26666vw 2.66666vw;
    width: 95.73333%;
    border-radius: 3.46666vw;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.29);
    position: fixed;
    left: 50% !important;
    bottom: 3vw;
    transform: translateX(-50%) !important;
    z-index: 10;
}

.fixedAnchor_txt {
    display: flex;
    align-items: center;
    color: #675853;
    font-size: 3.73333vw;
    line-height: 1;
}

.fixedAnchor_txt::before {
    content: '';
    display: inline-block;
    width: 6.93333vw;
    height: 6.93333vw;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_cat_sp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -1px;
}

.fixedAnchor_btn {
    display: flex;
    gap: 2.13333vw;
}

.fixedAnchor_btn a {
    width: 25.33333vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 3.73333vw;
    line-height: 1;
    text-decoration: none;
    border-radius: 100vh;
}

.fixedAnchor_btn a::before {
    content: '';
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.6vw;
}

.fixedAnchor_btn1 {
    background: #675853;
}

.fixedAnchor_btn1::before {
    width: 4vw;
    height: 4.53333vw;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_cart1_sp.png);
}

.fixedAnchor_btn2 {
    background: #DC6575;
}

.fixedAnchor_btn2::before {
    width: 4.26666vw;
    height: 5.33333vw;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_cart2_sp.png);
}