@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    display: block;
    color: #111;
}
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}
main {
    background-color: #fff;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 0;
}
img {
    vertical-align: bottom;
}
h1 {
    margin: 0;
}
.shippori {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.lato {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.kuromame-en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.sp {
    display: none;
}
.pc {
    display: block;
}

/* メインビジュアル　*/

#kuromame-mainvisual {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}
#kuromame-mainvisual img {
    width: 100%;
}

/* About */

#kuromame-about {
    text-align: center;
    position: relative;
    padding-top: 150px;
    overflow: hidden;
    height: 1785px;
}
#kuromame-about::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/kuromame/about_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1785px;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewY(-5deg) translateY(-90px);
    z-index: -2;
}
#kuromame-about::before {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/kuromame/black_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 680px;
    height: 1116px;
    position: absolute;
    top: 380px;
    left: 0;
    z-index: -1;
}
.kuromame-title {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.15em;
}
.kuromame-line {
    width: 100px;
    margin: 0 auto 180px auto;
}
.kuromame-line img {
    width: 100%;
}
.kuromame-about-flex01 {
    display: flex;
    gap: 70px;
    align-items: center;
    margin-bottom: 70px;
    justify-content: center;
}
.kuromame-about-img {
    width: 700px;
}
.kuromame-about-img img {
    width: 100%;
}
.kuromame-about-box {
    width: 343px;
}
.kuromame-about-title {
    font-size: 3rem;
    margin-bottom: 40px;
    font-weight: bold;
}
.kuromame-about-text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 30px;
}
.kuromame-about-flex02 .kuromame-about-text,
.kuromame-about-flex02 .kuromame-about-title {
    color: #fff;
}
.kuromame-about-flex02 {
    display: flex;
    gap: 70px;
    width: calc(100% - 237px);
    align-items: center;
    margin: 0 0 0 auto;
}
.kuromame-about-img02 {
    width: 474px;
}
.kuromame-about-img02 img {
    width: 100%;
}

/* こだわり */

#kuromame-kodawari {
    display: flex;
    justify-content: center;
    gap: 180px;
    margin-bottom: 140px;
}
#kuromame-kodawari img {
    width: 100%;
}
.kuromame-kodawari-box {
    text-align: center;
}
.kuromame-illust {
    width: 58px;
    height: 42px;
    margin: 0 auto 43px auto;
}
.seihou-illust {
    width: 51px;
    height: 42px;
    margin: 0 auto 43px auto;
}
.kuromame-kodawari-title {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.6;
    letter-spacing: 0.15em;
}
.kuromame-kodawari-title span {
    font-size: 4.2rem;
    font-weight: bold;
}
#kuromame-kodawari .kuromame-line {
    margin-bottom: 48px;
}
.kuromame-kodawari-img {
    width: 280px;
}
#kuromame-kodawari .kuromame-about-text {
    text-align: center;
}
.kuromame-gold-line {
    width: 0.5px;
    height: 591px;
}
.kuromame-gold-line img {
    height: 100%;
}

/* 贈り物に */

#kuromame-gift {
    content: '';
    display: block;
    background-image: url(/../../img/usr/kuromame/gift.png);
    width: 100%;
    height: 605px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.kuromame-ribbon {
    width: 57px;
    height: 35px;
}
.kuromame-gift-box {
    position: absolute;
    top: 100px;
    right: 191px;
    display: flex;
    flex-direction: row-reverse;
    gap: 34px;
}
.kuromame-gift-title {
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 4.2rem;
    letter-spacing: 0.15em;
    line-height: 1;
    margin: 20px auto 0 auto;
}
.kuromame-ribbon img {
    width: 100%;
}

/* ギフトカード */

.kuromame-gift-text {
    color: #fff;
    font-size: 1.4rem;
    writing-mode: vertical-rl;
    line-height: 2;
    letter-spacing: 0.15em;
}

#kuromame-giftcard {
    background-color: #fff;
    width: 100%;
    height: 486px;
    position: relative;
    text-align: center;
}
#kuromame-giftcard::before {
    content: '';
    display: block;
    background-image: url(../../img/usr/kuromame/giftcard_line.png);
    width: 929px;
    height: 312px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.kuromame-giftcard-box {
    display: flex;
    gap: 34px;
    justify-content: center;
    padding-top: 121px;
    align-items: center;
}
.kuromame-giftcard-img {
    width: 411px;
}
.kuromame-giftcard-img img {
    width: 100%;
}
#kuromame-giftcard .kuromame-en {
    margin-bottom: 10px;
}
.kuromame-giftcard-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px;
}
#kuromame-giftcard .kuromame-text {
    font-size: 1.6rem;
}
.kuromame-three {
    width: 29px;
    height: 90px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.kuromame-three img {
    width: 100%;
}

/* おすすめの食べ方 */

#kuromame-recommend {
    content: '';
    display: block;
    background-image: url(../../img/usr/kuromame/recommend_bg.png);
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 140px;
}
.kuromame-recommend-flex {
    display: flex;
    padding-top: 140px;
    justify-content: center;
    gap: 77px;
    text-align: center;
}
.kuromame-recommend-img {
    width: 589px;
}
.kuromame-recommend-box {
    margin-top: 209px;
    position: relative;
}
.kuromame-recommend-img img {
    width: 100%;
}
.kuromame-eat-illust {
    width: 158px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.kuromame-eat-illust img {
    width: 100%;
}
#kuromame-recommend .kuromame-line {
    width: 200px;
    margin-bottom: 66px;
}
#kuromame-recommend .kuromame-line img {
    width: 100%;
}
#kuromame-recommend .kuromame-text {
    font-size: 1.4rem;
}

/* 商品 */

#kuromame-product {
    content: '';
    display: block;
    background-image: url(../../img/usr/kuromame/product_bg.png);
    width: 100%;
    height: 1870px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#kuromame-product img {
    width: 100%;
}

.kuromame-product-nomal {
    content: '';
    display: block;
    background-image: url(../../img/usr/kuromame/product_bg.png);
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 140px;
}
.kuromame-product-nomal img {
    width: 100%;
}

.kuromame-product-flex {
    display: flex;
    gap: 50px;
    justify-content: center;
    padding-top: 140px;
}
.kuromame-recommend-flex-right {
    width: 450px;
    text-align: left;
}
.kuromame-product-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 40px;
}
.kuromame-product-text{
    width: 450px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 90px;
    line-height: 1.6;
}
.kuromame-product-img1,
.kuromame-product-img2,
.kuromame-product-img3 {
    width: 600px;
    height: 600px;
    object-fit: cover;
    margin-bottom: 10px;
}
.kuromame-thumbnail1,
.kuromame-thumbnail2,
.kuromame-thumbnail3 {
    display: flex;
    gap: 5px;
}
.kuromame-thumbnail1 li,
.kuromame-thumbnail2 li,
.kuromame-thumbnail3 li {
    width: 80px;
    height: 80px;
    object-fit: cover;
    overflow: hidden;
    cursor: pointer
}

/*  price  */

.kuromame-price {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.kuromame-price span {
    font-size: 2.8rem;
}

.kuromame-button-box {
    position: relative;
    margin-bottom: 24px;
}
.kuromame-button {
    color: #000;
    background-color: #fff;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 15px 60px 15px 30px;
    transition: all 0.3s ease-in-out;
}
.kuromame-button::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/kuromame/arrow02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: .3s;
}
.kuromame-button-normal {
    color: #000;
    background-color: #fff;
    width: 248px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 15px 20px 15px 60px;
    transition: all 0.3s ease-in-out;
}
.kuromame-button-normal::before {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/kuromame/cart.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.kuromame-button:hover {
    opacity: .8;
}
.kuromame-button:hover::after {
    right: 10px;
}
.kuromame-button-normal:hover {
    opacity: .8;
}
.kuromame-price-detail-link {
    display: inline-block;
    font-size: 1.6rem;
    color: #000;
    position: relative;
}
.kuromame-price-detail-link::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/kuromame/line_bk.png);
    width: 118px;
    height: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.kuromame-price-detail-link:hover {
    opacity: .7;
}

@media screen and (max-width:1080px) {
    .kuromame-about-flex02 {
        width: calc(100% - 100px);
    }
    .kuromame-recommend-box {
        margin-top: 100px;
    }
}

@media screen and (max-width:767px) {

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .kuromame-title {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
    .kuromame-en {
        margin-bottom: 10px;
    }

    /* About */

    #kuromame-about {
        padding-top: 50px;
        height: 1900px;
    }
    #kuromame-about::after {
        height: 1900px;
    }
    #kuromame-about::before {
        width: 300px;
        height: 1400px;
    }
    .kuromame-line {
        margin: 0 auto 50px auto;
    }
    .kuromame-about-flex01 {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }
    .kuromame-about-img {
        width: 90%;
    }
    .kuromame-about-flex02 {
        flex-direction: column-reverse;
        width: calc(100% - 0px);
        gap: 20px;
    }
    .kuromame-about-flex01 .kuromame-about-text,
    .kuromame-about-flex01 .kuromame-about-title {
        color: #fff;
    }
    .kuromame-about-flex01 .kuromame-about-text {
        margin-bottom: 10px;
    }
    .kuromame-about-box {
        width: 230px;
        margin: 0 auto 0 40px;
    }
    .kuromame-about-title {
        font-size: 2.4rem;
        margin-bottom: 30px;
        white-space: nowrap;
    }
    .kuromame-about-img02 {
        width: 90%;
    }

    /* こだわり */

    #kuromame-kodawari {
        gap: 50px;
        flex-direction: column;
        margin-bottom: 80px;
    }
    .kuromame-illust,
    .seihou-illust {
        margin: 0 auto 10px auto;
    }
    .kuromame-kodawari-title {
        margin-bottom: 10px;
    }
    .kuromame-kodawari-img {
        margin: 0 auto;
    }
    .kuromame-gold-line {
        display: none;
    }

    /* 贈り物に */

    .kuromame-gift-box {
        top: 50px;
        right: 20px;
    }

    /* ギフトカード */

    #kuromame-giftcard::before {
        background-image: url(../../img/usr/kuromame/giftcard_line@sp.png);
        width: 320px;
        height: 430px;
        top: 20px;
    }
    .kuromame-giftcard-box {
        flex-direction: column-reverse;
        padding-top: 80px;
    }
    .kuromame-giftcard-img {
        width: 260px;
    }
    .kuromame-three {
        width: 20px;
        bottom: -70px;
    }

    /* 美味しいお召し上がり方 */

    #kuromame-recommend {
        height: auto;
        padding-bottom: 0px;
    }

    .kuromame-recommend-flex {
        flex-direction: column-reverse;
        padding-top: 0px;
        gap: 120px;
    }
    .kuromame-recommend-img {
        width: 90%;
        margin: 0 auto 80px auto;
    }
    .kuromame-recommend-box {
        margin-top: 80px;
    }
    .kuromame-eat-illust {
        width: 120px;
        bottom: -100px;
        right: 30%;
    }
    #kuromame-recommend .kuromame-line {
        margin-bottom: 30px;
    }

    /* 商品 */

    #kuromame-product {
        height: 2200px;
    }
    .kuromame-product-nomal {
        padding-bottom: 80px;
    }
    .kuromame-product-flex {
        flex-direction: column;
        padding-top: 80px;
        gap: 30px;
        width: 90%;
        margin: 0 auto;
    }
    .kuromame-product-title {
        margin-bottom: 20px;
        font-size: 2.8rem;
    }
    .kuromame-product-text{
        width: 100%;
        margin-bottom: 30px;
    }
    .kuromame-product-img1,
    .kuromame-product-img2,
    .kuromame-product-img3 {
        width: 90%;
        height: auto;
        margin: 0 auto 30px auto;
    }
    .kuromame-price-detail-link::after {
        width: 120px;
        height: 2px;
    }
}