/* 共通 */
#dentoucurry {
    font-family: 'Noto serif JP', sans-serif, 'serif';
    font-weight: 500;
}

#dentoucurry img {
    display: block;
    width: 100%;
}

#dentoucurry section {
    margin: 80px 0;
    letter-spacing: normal;
}

.ttl_eg {
    display: block;
    font-size: 1.4rem;
    text-align: center;
}

.ttl_jp {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
}

.txt_red {
    color: #bf4832;
}

.pic_notice {
    display: block;
    font-size: 1.4rem;
    color: #747474;
    text-align: left;
    margin-top: 10px;
}

.bg {
    padding: 80px 0;
}

.bg_beige {
    background-color: rgb(163, 148, 37, 0.2);
}

.bg_gray {
    background-color: #e5e5e5;
}


.tag {
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    padding: 2px 27px;
    border-radius: 2px;
}

.tag_gift {
    background-color: rgb(163, 148, 37, 0.5);
}

.tag_frozen {
    background-color: rgb(193, 230, 253);
}

/* スマホ用 */
@media screen and (max-width: 767px) {
    .u-onlyPC {
        display: none;
    }

    .u-onlySP {
        display: block;
    }

    #dentoucurry section {
        margin: 40px 0;
    }

    .ttl_eg {
        font-size: 1rem;
    }

    .ttl_jp {
        font-size: 2.2rem;
    }

    .pic_notice {
        font-size: 1.2rem;
        margin-top: 8px;
    }

    .bg {
        padding: 40px 15px;
    }
}

/* mv */
.mv {
    margin-top: 0 !important;
}

.mv h1 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 40px;
}

.mv_img {
    margin-bottom: 40px;
}

.mv_copy {
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.7;
}

/* スマホ用 */
@media screen and (max-width: 767px) {
    .mv h1 {
        font-size: 2.4rem;
        margin-top: 20px;
    }

    .mv_copy {
        font-size: 2rem;
    }
}

/* 「伝統のインドカリー」美味しさの秘密 */
.deliciousness_wrapper {
    margin: 0 auto;
    padding: 0 15px;
}

.deliciousness_contents {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 40px;
    border-bottom: 1px solid #a7a7a7;
    padding: 80px 0;
}

.deliciousness_contents:nth-child(2) {
    flex-direction: row-reverse;
}

.deliciousness_contents:last-child {
    display: block;
    border: none;
    padding-bottom: 0;
}

.deliciousness_contents_txtbox {
    max-width: 500px;
    width: 100%;
}

.deliciousness_contents:last-child .deliciousness_contents_txtbox {
    max-width: 100%;
}

.deliciousness_contents_txtbox h3 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 40px;
}

.deliciousness_contents_txtbox_num {
    max-width: 80px;
    width: 100%;
    padding-right: 22px;
}

.deliciousness_contents_txtbox_ttl {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.15;
    border-left: 1px solid #121212;
    padding-left: 22px;
}

.deliciousness_contents_txtbox_txt {
    font-size: 1.6rem;
    line-height: 1.7;
}

.deliciousness_contents_pic .pic_notice {
    text-align: right;
}

.deliciousness_contents_flex {
    margin-bottom: 80px;
}

.deliciousness_contents_flex_inner {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.deliciousness_contents_flex_inner li {
    width: 23.612%;
}

.deliciousness_contents_flex_ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0;
    align-items: baseline;
    padding-left: 2em;
    text-indent: -2em;
}

.deliciousness_contents_flex_txt {
    font-family: 'Noto Sans JP';
    font-weight: 400;
}

.deliciousness_contents_flex_ttl::before {
    display: inline-block;
    content: "";
    background: url(https://nakamuraya.itembox.design/item/images/dentoucurry/square.png);
    width: 20px;
    height: 20px;
    margin-right: 13px;
}

.deliciousness_contents_chef {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 50px;
}

.deliciousness_contents_chef_mes {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.7;
    max-width: 648px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media screen and (max-width: 865px) {
    .deliciousness_contents {
        flex-wrap: wrap;
    }

    .deliciousness_contents:last-child .deliciousness_contents_txtbox h3 {
        justify-content: center;
    }

    .deliciousness_contents_flex_inner {
        flex-wrap: wrap;
    }

    .deliciousness_contents_flex_inner li {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .deliciousness_contents {
        flex-direction: column;
        gap: 24px;
        padding: 40px 0;
    }

    .deliciousness_contents:nth-child(2) {
        flex-direction: column;
    }

    .deliciousness_contents_txtbox h3 {
        margin-bottom: 24px;
    }

    .deliciousness_contents_txtbox_num {
        max-width: 64px;
        padding-right: 18px;
    }

    .deliciousness_contents_txtbox_ttl {
        font-size: 1.8rem;
        line-height: 1.5;
        padding-left: 18px;
    }

    .deliciousness_contents_txtbox_txt {
        font-size: 1.4rem;
    }

    .deliciousness_contents_flex {
        margin-bottom: 40px;
    }

    .deliciousness_contents_flex_inner {
        flex-direction: column;
        gap: 24px;
    }

    .deliciousness_contents_flex_inner li {
        width: 100%;
    }

    .deliciousness_contents_flex_ttl {
        font-size: 1.6rem;
        margin: 12px 0;
        padding-left: 1.5em;
        text-indent: -1.5em;
    }

    .deliciousness_contents_flex_ttl::before {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    .deliciousness_contents_chef {
        flex-direction: column;
        gap: 24px;
        padding: 40px 15px;
    }

    .deliciousness_contents_chef_pic {
        width: 100%;
    }

    .deliciousness_contents_chef_mes {
        font-size: 1.8rem;
        gap: 16px;
    }
}

/* 商品 */
.product {
    margin: 100px 0 !important;
}

.product:last-child {
    margin-bottom: 0 !important;
}

.product_contents {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    gap: 68px;
}

.product_contents_inner_pic {
    margin-bottom: 40px;
}

.product_contents_inner_txtbox_tag {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
}

.product_contents_inner_txtbox_name {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 36px;
}

.product_contents_inner_txtbox_price {
    text-align: center;
    font-size: 3.4rem;
    font-family: "Lato";
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1;
}

.product_contents_inner_txtbox_price .small {
    font-size: 1.6rem;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1;
    padding-left: 6px;
}

/* 購入ボタン */
.product_btn_white {
    border: 1px solid #bf4832;
    border-bottom: 2px solid #8d1717;
    padding: 11px;
}

.bg_red {
    background-color: #BF4832;
    max-width: 100%;
    font-size: 2.8rem;
    font-weight: bold;
    font-family: 'Noto serif JP', sans-serif, 'serif';
    color: #ffffff !important;
    position: relative;
}

.bg_red:hover {
    color: var(--c_text) !important;
}

.bg_red::after {
    width: 16px;
    height: 16px;
    background: url(https://nakamuraya.itembox.design/item/images/dentoucurry/arrow-white.png);
    position: absolute;
    right: 30px;
}

.bg_red:hover::after {
    background: url(https://nakamuraya.itembox.design/item/images/dentoucurry/arrow-black.png);
}

@media screen and (max-width: 767px) {
    .product {
        margin: 60px 0 !important;
    }

    .product_contents {
        flex-direction: column;
        gap: 60px;
    }

    .product_contents_inner_pic {
        margin-bottom: 20px;
    }

    .product_contents_inner_txtbox_tag {
        justify-content: center;
        margin-bottom: 10px;
    }

    .product_contents_inner_txtbox_name {
        font-size: 2.4rem;
        margin-bottom: 18px;
        text-align: center;
    }

    .product_contents_inner_txtbox_price {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .product_contents_inner_txtbox_price .small {
        font-size: 1.4rem;
        padding-left: 6px;
        line-height: normal;
    }

    /* 購入ボタン */
    .product_btn_white {
        padding: 10px;
    }

    .bg_red {
        font-size: 2.2rem;
    }
}

/* おいしいお召し上がり方 */
.eatwell {
    margin-bottom: 0 !important;
}

.eatwell_copy {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin: 40px 0 30px;
}

.eatwell_notice {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    font-family: 'Noto Sans JP';
    margin-bottom: 60px;
}

.eatwell_contents {
    padding: 0 15px;
}

.eatwell_contents_top {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.eatwell_contents_top_inner {
    background-color: #ffffff;
    padding: 30px 60px;
    max-width: 520px;
    width: 100%;
}

.eatwell_contents_top_inner_pic {
    max-width: 163px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.eatwell_contents_top_inner_txt {
    font-size: 1.6rem;
    padding-left: 1em;
    text-indent: -1em;
}

.eatwell_contents_bottom {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px 80px;
}

.eatwell_contents_bottom_ttl {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

.line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000000;
    margin: 24px auto;
}

.eatwell_contents_bottom_txt {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
}

.eatwell_steps_ttl {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    text-align: center;
    background-color: #a39425cc;
    color: #fff;
    padding: 6px;
    margin-bottom: 20px;
}

.eatwell_steps_contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding: 40px;
    background-color: rgb(163, 148, 37, 0.06);
    margin-bottom: 10px;
}

.eatwell_steps_contents_txtbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 35px;
}

.eatwell_steps_contents_txtbox:last-child {
    align-items: center;
}

.step_num {
    max-width: 80px;
    width: 100%;
}

.step_txt {
    font-size: 1.4rem;
}

.step_pic {
    max-width: 176px;
    width: 100%;
}

@media screen and (max-width: 865px) {
    .eatwell_contents_bottom {
        padding: 40px 30px;
    }

    .eatwell_steps_contents {
        flex-wrap: wrap;
        justify-content: center;
    }

    .step_pic {
        max-width: 100%;
    }
}


@media screen and (max-width: 767px) {
    .eatwell_copy {
        font-size: 1.8rem;
        margin: 30px 0 16px;
    }

    .eatwell_notice {
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 40px;
    }

    .eatwell_contents {
        padding: 0;
    }

    .eatwell_contents_top {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 16px;
    }

    .eatwell_contents_top_inner {
        padding: 20px;
    }

    .eatwell_contents_top_inner_pic {
        max-width: 160px;
        margin-bottom: 16px;
    }

    .eatwell_contents_top_inner_txt {
        font-size: 1.4rem;
    }

    .eatwell_contents_bottom {
        padding: 40px 15px;
    }

    .eatwell_contents_bottom_ttl {
        font-size: 2rem;
    }

    .line {
        margin: 20px auto;
    }

    .eatwell_contents_bottom_txt {
        text-align: left;
    }

    .eatwell_steps_ttl {
        padding: 10px;
        margin-bottom: 40px;
    }

    .eatwell_steps_contents {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0;
        background-color: unset;
        margin-bottom: 30px;
    }

    .eatwell_steps_contents_txtbox {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .eatwell_steps_contents_txtbox:last-child {
        align-items: center;
    }

    .step_num {
        max-width: 64px;
    }

    .step_pic {
        max-width: 100%;
    }
}

/* ご注文について */
.precautions {
    margin-top: 0 !important;
    padding: 80px 15px;
}

.precautions_contents {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.precautions_contents:last-child {
    margin-bottom: 0;
}

.precautions_contents_ttl {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    text-align: center;
    background-color: #3B3B3B;
    color: #fff;
    padding: 6px;
    margin: 40px 0 20px;
}

.precautions_contents_wrapper {
    display: flex;
    justify-content: center;
    gap: 39px;
}

.precautions_contents_inner {
    /* max-width: 334px; */
    width: 100%;
    background-color: #fff;
    padding: 30px 40px;
    font-family: 'Noto Sans JP';
}

.precautions_contents_inner_pic {
    max-width: 92px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.precautions_contents_inner_ttl {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
}

.precautions_contents_inner_txt {
    font-weight: 400;
}

.precautions_contents_bottom {
    background-color: #E3F4FF;
    padding: 20px 30px 24px;
    text-align: center;
}

.precautions_contents_bottom_ttl {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1E6490;
    margin-bottom: 20px;
}

.precautions_contents_bottom_txtbox {
    background-color: #fff;
    padding: 24px 0;
}

.precautions_contents_bottom_txtbox_ttl {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.precautions_contents_bottom_txtbox_txt {
    font-size: 1.4rem;
    line-height: 1.7;
    font-family: 'Noto Sans JP';
    font-weight: 400;
}

@media screen and (max-width: 865px) {
    .precautions_contents_wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .precautions_contents_inner {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .precautions {
        padding: 40px 15px;
    }

    .precautions_contents {
        margin-bottom: 16px;
    }

    .precautions_contents:last-child {
        margin-bottom: 0;
    }

    .precautions_contents_ttl {
        padding: 10px 30px;
        margin: 30px 0 16px;
    }

    .precautions_contents_wrapper {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .precautions_contents_inner {
        max-width: 100%;
        padding: 20px;
    }

    .precautions_contents_inner_pic {
        max-width: 141px;
        margin-bottom: 16px;
    }

    .precautions_contents_inner_ttl {
        font-size: 1.6rem;
        margin-bottom: 16px;
    }

    .precautions_contents_inner_txt {
        font-weight: 400;
    }

    .precautions_contents_bottom {
        padding: 20px 15px;
    }

    .precautions_contents_bottom_ttl {
        font-size: 1.8rem;
        margin-bottom: 16px;
    }

    .precautions_contents_bottom_txtbox {
        padding: 20px 15px;
    }

    .precautions_contents_bottom_txtbox_ttl {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .precautions_contents_bottom_txtbox_txt {
        text-align: left;
    }
}

/* お客様の声 */
.customer_copy {
    font-size: 2.2rem;
    line-height: 1.7;
    text-align: center;
    margin: 30px auto 60px;
}

.customer_contents {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.customer_contents_inner_wrapper {
    display: flex;
    justify-content: center;
    gap: 39px;
}

.customer_contents_inner {
    max-width: 334px;
    width: 100%;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans JP';
    font-weight: 400;
}

.customer_contents_inner_txt {
    flex-grow: 1;
    padding-bottom: 37px;
    line-height: 1.7;
}

.customer_info {
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #707070;
}

.customer_notice {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    margin-top: 10px;
    text-align: right;
}

@media screen and (max-width: 865px) {
    .customer_contents_inner_wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .customer_contents_inner {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .customer_copy {
        font-size: 1.8rem;
        line-height: 1.5;
        margin: 30px auto;
    }

    .customer_contents {
        padding: 0 15px;
    }

    .customer_contents_inner_wrapper {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .customer_contents_inner {
        max-width: 100%;
        padding: 24px 20px;
    }

    .customer_contents_inner_txt {
        padding-bottom: 30px;
    }

    .customer_notice {
        font-size: 1.2rem;
        margin-top: 16px;
        text-align: center;
    }
}

/* 純インド式カリーのその誕生の物語 */
.story {
    margin-bottom: 0 !important;
}

.story_contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 80px 15px;
    background-color: #E5E5E5;
}

.story_contents_inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px 80px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.story_contents_inner_ttl {
    font-size: 2rem;
    margin-bottom: 16px;
    font-weight: 500;
}

.story_contents_inner_pic {
    max-width: 187px;
    width: 100%;
}

.story_contents_inner_pic_yoko {
    max-width: 384px;
    width: 100%;
}

.story_contents_inner_txtbox {
    width: 100%;
}

.story_contents_inner_txt {
    letter-spacing: normal;
    line-height: 1.7;
}

.story_contents_inner:last-child {
    align-items: center;
}

.footer_img {
    margin: 0 !important;
}

@media screen and (max-width: 865px) {
    .story_contents_inner:last-child {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .story_contents {
        gap: 16px;
        padding: 40px 15px;
    }

    .story_contents_inner {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .story_contents_inner_ttl {
        font-size: 1.6rem;
    }

    .story_contents_inner_pic {
        max-width: 100%;
    }

    .story_contents_inner_pic_yoko {
        max-width: 100%;
    }

    .story_contents_inner_txt {
        letter-spacing: normal;
        line-height: 1.7;
    }
}