@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: #FFFBF4;
}
img {
    vertical-align: bottom;
}
h1 {
    margin: 0;
}
.lato {
    font-family: 'Lato', sans-serif;
}
.cookie {
    font-family: 'Cookie', cursive;
    letter-spacing: .2em;
}
.serif {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.white {
    color: #fff;
}
.hutzelbrot-sp {
    display: none;
}
.hutzelbrot-pc {
    display: block;
}

/* メインビジュアル　*/

#hutzelbrot-mainvisual {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}
#hutzelbrot-mainvisual img {
    width: 100%;
}
.hutzelbrot-maincopy {
    color: #fff;
    font-size: 3.6rem;
    position: absolute;
    top: 50px;
    left: 50px;
    line-height: 2;
    letter-spacing: 0.1em;
    background-color: rgba(122,80,75,0.2);
    padding: 0 30px;
    text-shadow: #7D4D15 1px 0 10px;
}
.hutzelbrot-medal01 {
    width: 150px;
    position: absolute;
    bottom: 50px;
    left: 80px;
}

/* リード */

#hutzelbrot-lead {
    margin: 0 auto;
    width: 1000px;
    padding-top: 120px;
}
.hutzelbrot-title {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 3.6rem;
    letter-spacing: 0.15em;
    line-height: 2;
    margin-bottom: 70px;
}
.hutzelbrot-lead-flex {
    display: flex;
}
.hutzelbrot-lead-text-box {
    width: 700px;
}
.hutzelbrot-lead-img {
    width: 300px;
    margin-top: 50px;
}
.hutzelbrot-lead-img img {
    width: 100%;
}
.hutzelbrot-lead-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 2;
    text-align: left;
}
.hutzelbrot-title {
    font-family:"游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

/* グランプリ受賞 */

#hutzelbrot-award {
    margin-inline: auto;
    background: linear-gradient(90deg, #e9c882, #fdf4d2 20%, #fdf4d2 80%, #e9c882);
    padding: 30px 50px;
    width: 930px;
    text-align: center;
    font-family:"游明朝体", "Yu Mincho", YuMincho, serif;
    margin-bottom: 100px;
    outline: 1px solid #D2A453;
    outline-offset: -15px;
    box-shadow: #D2A453 1px 0 10px;
}
#hutzelbrot-award img {
    width: 100%;
}
.hutzelbrot-award-flex {
    display: flex;
    color: #D2A453;
    text-shadow: #D2A453 0 0 6px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.hutzelbrot-medal02 {
    width: 139px;
}
.hutzelbrot-award-titlebox {
    text-align: center;
    padding-right: 30px;
}
.hutzelbrot-award-title01 {
    font-size: 3rem;
}
.hutzelbrot-award-title02 {
    font-size: 2.4rem;
}
.hutzelbrot-award-title03 {
    font-size: 4rem;
}
.hutzelbrot-award-analyst {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    background: linear-gradient(90deg, #C48C16, #E9BC17 20%, #E9BC17 80%, #C48C16);
    padding: 10px;
    margin-bottom: 20px;
}
.hutzelbrot-award-comment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 36px;
    justify-content: center;
    margin-bottom: 30px;
}
.hutzelbrot-award-comment {
    width: 380px;
    background-color: #fff;
    border: 1px #D2A453 solid;
    padding: 20px;
    font-size: 1.6rem;
    text-align: left;
    color: #D2A453;
}
.hutzelbrot-aboutaward-box {
    width: 630px;
    margin-inline: auto;
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.hutzelbrot-aboutaward {
    font-weight: bold;
}
.hutzelbrot-aboutaward span {
    color: #D2A453;
}



/* About */

#hutzelbrot-about {
    margin-inline: auto;
    width: 1180px;
    text-align: center;
}
#hutzelbrot-about img {
    width: 100%;
}
.hutzelbrot-en {
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
}
.hutzelbrot-title-line {
    width: 82px;
    margin-inline: auto;
    margin-bottom: 44px;
}
.hutzelbrot-title-top {
    font-family:"游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 3.6rem;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}
.hutzelbrot-title-top::after {
    content: '';
    display: block;
    width: 250px;
    height: 10px;
    background-color: #FA9D17;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.hutzelbrot-about-flex {
    display: flex;
}
.hutzelbrot-about02-img {
    width: 680px;
    /*
    height: 632px;
    position: sticky;
    top: 0px;
    */
}
.hutzelbrot-about-text {
    width: 500px;
    text-align: left;
    margin-bottom: 100px;
}
.hutzelbrot-p-dot {
    margin-inline: auto;
    width: 64px;
    margin-bottom: 20px;
}
.hutzelbrot-about-taste {
    margin-inline: auto;
    width: 950px;
}
.hutzelbrot-about-flex02 {
    display: flex;
    margin-bottom: 50px;
}
.hutzelbrot-about-flex02-left {
    width: 500px;
}
.hutzelbrot-flex02-left-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 2;
    text-align: left;
}
.hutzelbrot-about01-img {
    width: 450px;
}
.hutzelbrot-fruit {
    margin-inline: auto;
    width: 480px;
    margin-bottom: 20px;
}
.hutzelbrot-fruit-text {
    font-size: 1.6rem;
    width: 650px;
    margin-inline: auto;
    margin-bottom: 50px;
    text-align: left;
    line-height: 2;
}
.about03-img {
    width: 447px;
    margin-inline: auto;
    margin-bottom: 70px;
}
.hutzelbrot-about-flex03 {
    display: flex;
    align-items: center;
}
.hutzelbrot-about-flex03-text {
    width: 350px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 2;
    text-align: left;
    margin-right: 20px;
}

/* 製法のポイント */

#hutzelbrot-keypoint {
    padding-top: 30px;
    content: '';
    display: block;
    width: 100%;
    height: 690px;
    background-image: url(../../img/usr/hutzelbrot/p_bg.jpg);
}
#hutzelbrot-keypoint img {
    width: 100%;
}
.hutzelbrot-keypoint-flex {
    display: flex;
    width: 1180px;
    justify-content: space-between;
    margin-inline: auto;
}
.hutzelbrot-keypoint-flex-left {
    width: 480px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 2;
    text-align: left;
}
.hutzelbrot-making {
    width: 590px;
}

/* おすすめの食べ方スライス */

#hutzelbrot-recommend {
    margin-bottom: 150px;
}

#hutzelbrot-recommend img {
    width: 100%;
}
.hutzelbrot-recommend-bg {
    content: '';
    display: block;
    background-image: url(../../img/usr/hutzelbrot/recommend01.jpg);
    width: 100vw;
    height: 1167px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 200px;
}
.hutzelbrot-en-recommend {
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    padding-top: 80px;
    margin-bottom: 10px;
    text-align: center;
}
.hutzelbrot-title-recommend {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 3.6rem;
    letter-spacing: 0.15em;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 70px;
    text-align: center;
    position: relative;
}
.hutzelbrot-title-recommend::after {
    content: '';
    display: block;
    width: 250px;
    height: 10px;
    background-color: #FA9D17;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.hutzelbrot-recommend-textbox {
    background-color: #fff;
    width: 400px;
    height: 350px;
    padding: 35px;
    margin-left: 100px;
    margin-top: 150px;
}
.hutzelbrot-recommend-textbox-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 2;
    text-align: left;
}

/* おすすめの食べ方 */

.hutzelbrot-recommend-flex {
    display: flex;
    align-items: center;
}
.hutzelbrot-recommend-flex:nth-child(even) {
    flex-direction: row-reverse;
}
.p-line {
    display: block;
    width: 140px;
    height: 10px;
    margin-inline: auto;
    margin-bottom: 60px;
}
#hutzelbrot-recommend .hutzelbrot-title {
    margin-bottom: 30px;
}
.hutzelbrot-recommend-flex-left {
    width: 45%;
    padding: 0 50px;
}
.hutzelbrot-recommendimg {
    width: 55%;
}
.hutzelbrot-middle {
    width: 100%;
    margin-bottom: 150px;
}
.hutzelbrot-middle img {
    width: 100%;
}

/* クリスマス限定商品 */

#hutzelbrot-xmasproduct {
    text-align: center;
    width: 100%;
    margin-bottom: 150px;
    position: relative;
    z-index: 1;
}
#hutzelbrot-xmasproduct::after {
    content: '';
    display: block;
    width: 485px;
    height: 582px;
    background-image: url(../../img/usr/hutzelbrot/xmasillust.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#hutzelbrot-xmasproduct img {
    width: 100%;
}
.hutzelbrot-xmas-en {
    color: #CC2836;
    letter-spacing: 0.15em;
    font-size: 2rem;
    text-align: center;
}
.hutzelbrot-xmas-flex {
    display: flex;
    gap: 100px;
    justify-content: center;
}
#hutzelbrot-xmasproduct .hutzelbrot-title {
    display: inline-block;
    position: relative;
}
#hutzelbrot-xmasproduct .hutzelbrot-title::before {
    content: '';
    display: block;
    width: 130px;
    height: 70px;
    background-image: url(../../img/usr/hutzelbrot/leaf_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -80px;
    top: 0;
}
#hutzelbrot-xmasproduct .hutzelbrot-title::after {
    content: '';
    display: block;
    width: 130px;
    height: 70px;
    background-image: url(../../img/usr/hutzelbrot/leaf_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -145px;
    top: 0;
}
.hutzelbrot-xmas-flex-li {
    width: 400px;
    padding: 10px;
    transition: .3s;
}
.hutzelbrot-xmas-flex-li:hover {
    background-color: #f9e8d1;
    transition: .3s;
}
.hutzelbrot-product-name {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}
#hutzelbrot-xmasproduct .hutzelbrot-lead-text {
    height: 220px;
}
.hutzelbrot-xmas-price {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.hutzelbrot-xmas-price span {
    font-size: 1.4rem;
}
.hutzelbrot-xmas-button {
    display: block;
    font-size: 2rem;
    padding: 10px 20px 10px 60px;
    background-color: #CC2836;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    transition: .3s;
    margin-inline: auto;
}
.hutzelbrot-xmas-button::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../../img/usr/hutzelbrot/cart.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.hutzelbrot-xmas-button:hover {
    background-color: #497B48;
}
.hutzelbrot-xmas-shosai {
    font-size: 1.6rem;
    color: #497B48;
    border-bottom: 2px dotted #497B48;
}
.hutzelbrot-xmas-button-shosai:hover {
    opacity: 0.6;
}

/* 関連商品 */

#hutzelbrot-product {
    width: 1180px;
    margin-inline: auto;
}
#hutzelbrot-product img {
    width: 100%;
}
#hutzelbrot-product .hutzelbrot-title {
    position: relative;
    margin-bottom: 150px;
}

#hutzelbrot-product .hutzelbrot-title::after {
    content: '';
    display: block;
    width: 250px;
    height: 10px;
    background-color: #FA9D17;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.hutzelbrot-product-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}
.hutzelbrot-product-list {
    padding: 10px;
    width: 370px;
    text-align: center;
    margin-bottom: 100px;
    transition: .3s;
}
.hutzelbrot-product-list:hover {
    background-color: #f9e8d1;
    transition: .3s;
}
#hutzelbrot-product .hutzelbrot-product-name {
    text-align: center;
}
.small {
    font-size: 2rem;
}
.hutzelbrot-product-price {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.hutzelbrot-product-price span {
    font-size: 1.4rem;
}
.hutzelbrot-button {
    display: block;
    font-size: 2rem;
    padding: 10px 20px 10px 60px;
    background-color: #FA9D17;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    transition: .3s;
    margin-inline: auto;
}
.hutzelbrot-button::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../../img/usr/hutzelbrot/cart.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.hutzelbrot-button-shosain:hover {
    background-color: #604467;
}
.hutzelbrot-button-shosai {
    font-size: 1.6rem;
    color: #604467;
    border-bottom: 2px dotted #604467;
}
.hutzelbrot-button-shosai:hover {
    opacity: 0.6;
}

/* ギフト */

#hutzelbrot-gift {
    width: 1180px;
    margin-inline: auto;
    text-align: center;
}

#hutzelbrot-gift img {
    width: 100%;
}
.hutzelbrot-ribbon {
    margin-inline: auto;
    width: 45px;
    height: 34px;
}
#hutzelbrot-gift .hutzelbrot-en {
    margin-top: 10px;
}
.hutzelbrot-gift-text {
    width: 480px;
    font-size: 1.6rem;
    margin-inline: auto;
    margin-bottom: 50px;
}
.hutzelbrot-gift-flex {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 100px;
    align-items: center;
}
.hutzelbrot-giftbox {
    width: 397px;
}
.hutzelbrot-giftcard {
    width: 411px;
}
.hutzelbrot-giftproduct-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    padding-bottom: 100px;
}
#hutzelbrot-gift .hutzelbrot-product-name {
    text-align: center;
}


@media screen and (max-width:767px) {


    .hutzelbrot-pc {
        display: none;
    }
    .hutzelbrot-sp {
        display: block;
    }
    .hutzelbrot-maincopy {
        font-size: 2.3rem;
        position: absolute;
        top: 10px;
        left: 10px;
        line-height: 1.8;
        padding-left: 10px;
        background-color: rgba(0,0,0,0);
    }
    .hutzelbrot-medal01 {
        width: 90px;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    /* リード */

    #hutzelbrot-lead {
        width: 90%;
        padding-top: 30px;
    }
    .hutzelbrot-title {
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-size: 2.2rem;
        letter-spacing: 0.15em;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .hutzelbrot-lead-flex {
        flex-direction: column-reverse;
        width: 100%;
    }
    .hutzelbrot-lead-text-box {
        width: 100%;
        margin-inline: auto;
        margin-top: -100px;
    }
    .hutzelbrot-lead-img {
        margin: 0 auto;
    }

    /* グランプリ受賞 */

    #hutzelbrot-award {
        width: 90%;
        padding: 10px;
        margin-bottom: 50px;
        outline-offset: -8px;
    }
    .hutzelbrot-award-flex {
        flex-direction: column;
        gap: 0;
    }
    .hutzelbrot-medal02 {
        width: 80px;
        margin-top: 10px;
    }
    .hutzelbrot-award-title01 {
        font-size: 2rem;
    }
    .hutzelbrot-award-title02 {
        font-size: 1.6rem;
    }
    .hutzelbrot-award-title03 {
        font-size: 3rem;
    }
    .hutzelbrot-award-titlebox {
        padding-right: 0;
    }
    .hutzelbrot-aboutaward-box {
        width: 80%;
    }
    .hutzelbrot-award-comment {
        width: 90%;
        padding: 10px;
        font-size: 1.4rem;
    }
    .hutzelbrot-award-comment-list {
        gap: 10px 16px;
    }


    /* About */

    #hutzelbrot-about {
        width: 100%;
    }
    .hutzelbrot-title-line {
        margin-bottom: 20px;
    }
    .hutzelbrot-title-top {
        font-size: 2.3rem;
        margin-bottom: 40px;
    }
    .hutzelbrot-title-top::after {
        width: 150px;
        height: 5px;
    }
    .hutzelbrot-about-flex {
        flex-direction: column;
    }
    .hutzelbrot-about02-img {
        width: 100%;
    }
    .hutzelbrot-about-text {
        width: 90%;
        margin-inline: auto;
        margin-bottom: 50px;
        margin-top: -80px;
    }
    .hutzelbrot-about-taste {
        width: 90%;
    }
    .hutzelbrot-about-flex02 {
        flex-direction: column;
    }
    .hutzelbrot-about-flex02-left {
        width: 100%;
    }
    .hutzelbrot-about01-img {
        width: 100%;
    }
    .hutzelbrot-title-sozai .hutzelbrot-title {
        margin-top: -100px;
    }
    .hutzelbrot-fruit {
        width: 100%;
    }
    .hutzelbrot-fruit-text {
        width: 100%;
    }
    .about03-img {
        width: 100%;
    }
    .hutzelbrot-about-flex03 {
        flex-direction: column;
    }
    .hutzelbrot-about-flex03-text {
        width: 100%;
        margin-right: 0;
    }

    /* 製法のポイント */

    #hutzelbrot-keypoint {
        height: auto;
        padding-top: 1px;
    }
    .hutzelbrot-keypoint-flex {
        width: 100%;
        flex-direction: column;
    }
    .hutzelbrot-keypoint-flex-left {
        width: 90%;
        margin-inline: auto;
    }
    .hutzelbrot-making {
        width: 100%;
    }

    /* おすすめの食べ方スライス */

    #hutzelbrot-recommend {
        margin-bottom: 50px;
    }
    .hutzelbrot-recommend-bg {
        background-image: url(../../img/usr/hutzelbrot/recommend01@sp.jpg);
        height: 100%;
        background-size: contain;
        margin-bottom: 50px;
    }
    .hutzelbrot-en-recommend {
        text-shadow: 0px 0px 5px #2f1002;
    }
    .hutzelbrot-title-recommend {
        font-size: 2.2rem;
        line-height: 1.6;
        text-shadow: 0px 0px 5px #2f1002;
    }
    .hutzelbrot-en-recommend {
        padding-top: 30px;
    }
    .hutzelbrot-title-recommend::after {
        width: 150px;
        height: 5px;
    }
    .hutzelbrot-recommend-textbox {
        background-color: rgb(240, 233, 227);
        width: 90%;
        height: 350px;
        padding: 20px;
        margin: 250px auto 0;
    }

    /* おすすめの食べ方 */

    #hutzelbrot-recommend .hutzelbrot-title {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .hutzelbrot-recommend-flex {
        flex-direction: column;
        width: 100%;
    }
    .hutzelbrot-recommend-flex:nth-child(even) {
        flex-direction: column;
    }
    .p-line {
        width: 100px;
        height: 3px;
        margin-bottom: 30px;
    }
    .hutzelbrot-recommend-flex-left {
        width: 100%;
        padding: 0 20px;
    }
    .hutzelbrot-recommendimg {
        width: 100%;
    }
    .hutzelbrot-middle {
        margin-bottom: 50px;
    }

    /* クリスマス限定商品 */

    #hutzelbrot-xmasproduct {
        margin-bottom: 100px;
    }
    #hutzelbrot-xmasproduct::after {
        background-image: none;
    }
    .hutzelbrot-xmas-flex {
        flex-direction: column;
        width: 100%;
        gap: 50px;
    }
    .hutzelbrot-xmas-flex-li {
        width: 100%;
        background-image: url(../../img/usr/hutzelbrot/xmasillust.png);
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    #hutzelbrot-xmasproduct::after {
        width: 100%;
    }
    #hutzelbrot-xmasproduct .hutzelbrot-title::before {
        width: 50px;
        left: -50px;
        top: -18px;
    }
    #hutzelbrot-xmasproduct .hutzelbrot-title::after {
        width: 50px;
        right: -50px;
        top: -15px;
    }
    .hutzelbrot-product-name {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* 関連商品 */

    #hutzelbrot-product {
        width: 100%;
    }
    .hutzelbrot-product-flex {
        flex-direction: column;
        width: 100%;
    }
    #hutzelbrot-product .hutzelbrot-title {
        position: relative;
        margin-bottom: 50px;
    }
    #hutzelbrot-product .hutzelbrot-title::after {
        width: 150px;
        height: 5px;
    }
    .hutzelbrot-product-list {
        width: 100%;
        margin-bottom: 50px;
    }

    /* ギフト */

    #hutzelbrot-gift {
        width: 90%;
    }
    .hutzelbrot-gift-text {
        width: 100%;
        text-align: left;
    }
    .hutzelbrot-gift-flex  {
        flex-direction: column;
        width: 100%;
    }
    .hutzelbrot-giftbox,
    .hutzelbrot-giftcard {
        width: 100%;
    }
    .hutzelbrot-giftproduct-flex {
        flex-direction: column;
    }

}