/*************************************
    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: 25px;
    font-weight: bold;
    margin: 0;
    line-height: 1.615;
    word-break: break-all;
    background: #fff;
}

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;
    width: 1040px;
    margin: 0 auto;
}


/*************************************
    mv
*************************************/
.mv {
    padding-top: 60px;
}

.mv_ttl {
    position: relative;
    z-index: 2;
}

.mv_content {
    margin-top: -49px;
    padding-bottom: 60px;
    background: #F3A7AC;
}

.mv_txt {
    width: 830px;
    text-align: center;
    margin: -150px auto 0;
    color: #fff;
    position: relative;
    z-index: 2;
}

.mv_txt::before {
    content: '';
    display: inline-block;
    width: 125px;
    height: 112px;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_mv-txt_pc.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 95px;
    right: 0px;
    z-index: -1;
}

.mv_anchor {
    margin: 80px auto 0;
    width: 690px;
    display: flex;
    justify-content: center;
    gap: 90px;
}

.mv_anchor-link {
    display: block;
    width: calc((100% - 180px) / 3);
}


/*************************************
    recommend
*************************************/
.recommend {
    padding: 85px 0 0;
}

.recommend_ttl {
    width: 758px;
    margin: 0 auto;
}

.recommend_image {
    margin-top: 70px;
}


/*************************************
    cat
*************************************/
.cat {
    padding-top: 95px;
    padding-bottom: 110px;
}

.cat_ttl {
    width: 758px;
    margin: 0 auto;
}

.cat_image {
    width: 945px;
    margin: 55px auto 0;
}

.cat_list {
    margin-top: 70px;
}

.cat_item {
    width: 875px;
    margin: 0 auto 55px;
    position: relative;
}

.cat_item .cat_item:nth-child(2) {
    margin-bottom: 68px;
}

.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: 205px;
    height: 476px;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_cat-item1_pc.png);
    top: 25px;    
    left: 45px;
}

.cat_item:nth-child(2)::before {
    width: 218px;
    height: 533px;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_cat-item2_pc.png);
    top: 0;    
    left: 15px;
}

.cat_item:nth-child(3)::before {
    width: 218px;
    height: 533px;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_cat-item3_pc.png);
    top: 38px;    
    left: 24px;
}

.cat_item:last-child {
    margin-bottom: 0;
}

.cat_item-txt {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    position: absolute;
}

.cat_item:nth-child(1) .cat_item-txt {
    width: 487px;
    top: 160px;
    right: 105px;
}

.cat_item:nth-child(2) .cat_item-txt {
    width: 487px;
    top: 160px;
    right: 114px;
}

.cat_item:nth-child(3) .cat_item-txt {
    width: 487px;
    top: 160px;
    right: 113px;
}

.cat_item-txt1 {
    color: #665852;
    font-size: 20px;
    white-space: nowrap;
}

.cat_item-txt2 {
    margin-top: 30px;
    font-size: 17px;
    color: #fff;
}


/*************************************
    goods
*************************************/
.goods {
    padding: 90px 0 135px;
}

.goods_ttl {
    width: 756px;
    margin: 0 auto;
}

.goods_subTtl1 {
    margin: 60px auto 0;
    width: 452px;
}

.goods_txt {
    width: 650px;
    margin: 0 auto;
    margin-top: 35px;
    color: #665852;
    text-align: center;
}

.goods_image {
    width: 496px;
    margin: 55px auto 0;
}

.goods_content {
    margin: 360px auto 0;
    padding: 130px 34px 50px;
    width: 805px;
    border-radius: 40px;
    border: solid 10px #F3A7AC;
    background: #fff;
    position: relative;
}

.goods_content + .goods_content {
    margin-top: 125px;
}

.goods_content-ttl {
    width: 840px;
    position: absolute;
    top: -368px;
    left: 50%;
    transform: translateX(-50%);
}

.goods_content + .goods_content .goods_content-ttl {
    top: -75px;
}

.goods_content-row {
    display: flex;
}

.goods_content-row {
    padding-bottom: 38px;
}

.goods_content-row:last-child {
    padding-bottom: 0;
}

.goods_content-row + .goods_content-row {
    padding-top: 43px;
    position: relative;
}

.goods_content-row + .goods_content-row::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background-image: url(/img/usr/freepage/nekono-kimochi/dotted_pc.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: 30px;
}

.goods_content-col.-img1 img {
    width: 280px;
}

.goods_content-col.-img2 {
    padding-top: 80px;
}

.goods_content-col.-img2 img {
    width: 252px;
}

.goods_content-col.-img3 img {
    width: 268px;
}

.goods_content-col:last-child {
    width: 418px;
}

.goods_content-col-txt {
    margin-top: 15px;
    font-size: 16px;
    color: #665852;
}

.goods_content-txt1.-txt1 {
    width: 135px;
}

.goods_content-txt1.-txt2 {
    width: 139px;
}

.goods_content-txt1.-txt3 {
    width: 381px;
}

.goods_content-txt2 {
    margin-top: 20px;
    font-weight: normal;
    line-height: 1.23076;
    color: #665852;
}

.goods_content-list {
    margin-top: 16px;
}

.goods_content-item {
    display: flex;
    align-items: center;
    color: #665852;
    margin-bottom: 5px;
    font-size: 28px;
}

.goods_content-item:last-child {
    margin-bottom: 0;
}

.goods_content-item::before {
    content: '';
    display: inline-block;
    width: 51px;
    height: 51px;
    margin-right: 12px;
    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_pc.png);
}

.goods_content-item.-kuro::before {
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_kuro_pc.png);
}

.goods_content-item.-mike::before {
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_mike_pc.png);
}

.purchaseBtn {
    width: 400px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 35px;
    border-radius: 32px;
    background: #665852;
    cursor: pointer;
    text-decoration: none;
}

.goods_subTtl2 {
    margin: 100px auto 0;
    width: 98px;
}

.goods_aroma-image {
    width: 865px;
    margin: 0 auto;
}

.goods_subTtl3 {
    margin: 54px auto 54px;
    width: 228px;
}

.goods_use-txt {
    width: 820px;
    margin: 0 auto;
    text-align: center;
    color: #665852;
    font-size: 30px;
}

.goods_use-txt + .goods_use-txt {
    margin-top: 50px;
}

.goods_use-txt-orange {
    color: #EE876E;
}

.goods_use-image {
    width: 921px;
    margin: 60px auto 0;
}

.goods_use-image + .goods_use-txt {
    margin-top: 50px;
}


/*************************************
    fixedAnchor
*************************************/
.fixedAnchor {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px 15px 20px;
    width: 980px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.29);
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.fixedAnchor_txt {
    display: flex;
    align-items: center;
    color: #675853;
    font-size: 30px;
    line-height: 1;
}

.fixedAnchor_txt::before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 65px;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_cat_pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.fixedAnchor_btn {
    display: flex;
    gap: 25px;
}

.fixedAnchor_btn a {
    width: 300px;
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
    border-radius: 100vh;
    text-align: center;
}

.fixedAnchor_btn a::before {
    content: '';
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.fixedAnchor_btn1 {
    background: #675853;
}

.fixedAnchor_btn1::before {
    width: 43px;
    height: 43px;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_cart1_pc.png);
}

.fixedAnchor_btn2 {
    background: #DC6575;
}

.fixedAnchor_btn2::before {
    width: 50px;
    height: 50px;
    background-image: url(/img/usr/freepage/nekono-kimochi/icon_cart2_pc.png);
}