@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
}

@media screen and (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

a:focus {
    outline: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

.sachertorte-sp {
    display: none;
}

.rora {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

/* メインビジュアル */

#sachertorte-mainvisual {
    width: 100%;
}

#sachertorte-mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

/* 背景 */

.sachertorte-wrap {
    background-image: url(../../img/usr/sachertorte/bg.png);
    background-size: cover;
    overflow: hidden;
    font-family: "Noto Serif", serif;
}

/* ザッハトルテとは */

#sachertorte-about {
    text-align: center;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

#sachertorte-about::before {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/sachertorte/illust02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 457px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

#sachertorte-about::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/sachertorte/illust01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 354px;
    height: 312px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
}

.sachertorte-sec-entitle {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    background: linear-gradient(90deg, #B9954E 0%, #DFD2B2 40%, #B9954E 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.sachertorte-sec-title {
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

.sachertorte-text {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.1em;
    width: 600px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 80px;
}

.sachertorte-textgold {
    background: linear-gradient(90deg, #B9954E 0%, #DFD2B2 37%, #DFD2B2 63%, #B9954E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sachertorte-about-product01 {
    width: 430px;
    height: 350px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    filter: drop-shadow(4px 10px 0px rgba(0, 0, 0, .3));
}

.sachertorte-about-product01::after {
    content: '';
    display: block;
    width: 354px;
    height: 315px;
    background-image: url(../../img/usr/sachertorte/product01_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -260px;
    right: -283px;
    z-index: -1;
}

.sachertorte-about-product01 img {
    width: 100%;
}

/* チョコレートケーキの王様 */

#sachertorte-chocolate {
    margin: 0 auto 100px auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

#sachertorte-chocolate::before {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/sachertorte/illust03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 516px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

#sachertorte-chocolate::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/sachertorte/illust04.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 348px;
    height: 497px;
    position: absolute;
    top: 450px;
    right: 0;
    z-index: -1;
}

.sachertorte-oukan {
    width: 71px;
    margin-bottom: 15px;
}

/* 商品 */

#sachertorte-product {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.sachertorte-product02 {
    width: 665px;
    margin-bottom: 50px;
    filter: drop-shadow(4px 10px 0px rgba(0, 0, 0, .3));
    z-index: 1;
}

.sachertorte-product-name {
    font-size: 3rem;
    letter-spacing: 0.15em;
}

.sachertorte-product-line {
    width: 218px;
    display: block;
    margin: 0 auto 30px auto;
}

.sachertorte-product-line img {
    width: 100%;
}

.sachertorte-product-cpbunner {
    display: block;
    margin: 0 auto 40px auto;
    width: 221px;
}

.sachertorte-normalprice {
    font-size: 2rem;
    display: inline-block;
    letter-spacing: 0.15em;
    position: relative;
    margin-bottom: 20px;
}

.sachertorte-normalprice::after {
    content: '';
    display: inline-block;
    width: 127px;
    height: 2px;
    background-color: #B70000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}

.sachertorte-normalprice-en {
    font-size: 1.2rem;
    letter-spacing: 0.15em;
}

.sachertorte-price {
    font-size: 3rem;
    letter-spacing: 0.15em;
    text-align: center;
}

.sachertorte-price-en {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 30px;
}

.sachertorte-price-reito {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    border: 1px solid;
    border-image: conic-gradient(#B9954E 0%, #DFD2B2 37%, #DFD2B2 63%, #B9954E 100%) 1;
    padding: 5px 10px;
    margin-bottom: 50px;
}

.sachertorte-cart {
    transition: .3s;
}

.sachertorte-cart a {
    width: 330px;
    height: 80px;
    display: inline-block;
    background: linear-gradient(90deg, #B9954E 0%, #DFD2B2 37%, #DFD2B2 63%, #B9954E 100%);
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    padding: 22px 0 0 92px;
    text-align: left;
    transition: .3s;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    outline: 1px solid rgb(0, 0, 0);
    /*outlineでドットの線を追加*/
    outline-offset: -5px;
    /*outline-offsetの値を-15pxにして内側に調整*/
}

.sachertorte-cart a::before {
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(../../img/usr/sachertorte/cart.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 21px;
    left: 36px;
    transition: .3s;
}

@media screen and (min-width: 767px) {
    .sachertorte-cart:hover {
        opacity: 0.7;
    }
}

.sachertorte-button-detail {
    text-align: center;
    margin-bottom: 50px;
}

.sachertorte-button-detail a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #A29688;
    background: linear-gradient(90deg, #B9954E 0%, #DFD2B2 37%, #DFD2B2 63%, #B9954E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sachertorte-logo-brown {
    width: 944px;
    margin-bottom: 30px;
}

/* 美味しいお召し上がり方 */

#sachertorte-eat {
    margin: 0 auto 150px auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

#sachertorte-eat::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/sachertorte/product03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 562px;
    height: 597px;
    position: absolute;
    top: -50px;
    right: -66px;
    z-index: -1;
}

.sachertorte-eatul {
    width: 550px;
    margin: 100px auto 50px;
    padding-left: 50px;
}

.sachertorte-eatli {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 48px;
}

.no1,
.no2,
.no3,
.no4 {
    position: relative;
}

.no1::before {
    content: '';
    display: inline-block;
    width: 76px;
    height: 76px;
    background-image: url(../../img/usr/sachertorte/no1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -21px;
    left: -82px;
}

.no2::before {
    content: '';
    display: inline-block;
    width: 76px;
    height: 76px;
    background-image: url(../../img/usr/sachertorte/no2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -6px;
    left: -82px;
}

.no3::before {
    content: '';
    display: inline-block;
    width: 76px;
    height: 76px;
    background-image: url(../../img/usr/sachertorte/no3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -6px;
    left: -82px;
}

.no4::before {
    content: '';
    display: inline-block;
    width: 76px;
    height: 76px;
    background-image: url(../../img/usr/sachertorte/no4.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -6px;
    left: -82px;
}

/* コーヒーや紅茶と合わせて */
#sachertorte-cafe {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}

#sachertorte-cafe::before {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/sachertorte/illust03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 516px;
    position: absolute;
    top: -110px;
    left: 0;
    z-index: -1;
}

#sachertorte-cafe::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/sachertorte/illust05.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 436px;
    height: 389px;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

#sachertorte-cafe .sachertorte-sec-title {
    position: relative;
    display: inline-block;
}

#sachertorte-cafe .sachertorte-sec-title::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/sachertorte/gold_kira04.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 280px;
    height: 150px;
    position: absolute;
    top: -84px;
    right: -291px;

}

#sachertorte-cafe .sachertorte-text {
    text-align: center;
}

.sachertorte-withcafe {
    width: 516px;
    filter: drop-shadow(4px 10px 0px rgba(0, 0, 0, .3));
}

@media screen and (max-width:767px) {

    .sachertorte-sp {
        display: block;
    }

    /* ザッハトルテとは */

    #sachertorte-about {
        text-align: center;
        padding-top: 80px;
        position: relative;
        z-index: 1;
    }

    #sachertorte-about::before {
        width: 100px;
        height: 157px;
        top: 20px;
    }

    #sachertorte-about::after {
        width: 154px;
        height: 112px;
        position: absolute;
        top: 100px;
        right: 0;
        z-index: -1;
    }

    .sachertorte-sec-entitle {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .sachertorte-sec-title {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }

    .sachertorte-text {
        font-size: 1.6rem;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 50px;
    }

    .sachertorte-about-product01 {
        width: 80%;
        height: 200px;
    }

    .sachertorte-about-product01::after {
        width: 254px;
        height: 215px;
        top: -190px;
        right: -183px;
        z-index: -1;
    }

    /* チョコレートケーキの王様 */

    #sachertorte-chocolate {
        margin: 0 auto 50px auto;
    }

    #sachertorte-chocolate::before {
        display: none;
    }

    #sachertorte-chocolate::after {
        width: 148px;
        height: 297px;
        position: absolute;
        top: 370px;
        right: 0;
        z-index: -1;
    }

    .sachertorte-oukan {
        width: 41px;
        margin-bottom: 5px;
    }

    /* 商品 */

    .sachertorte-product02 {
        width: 100%;
        margin-bottom: 30px;
    }

    .sachertorte-product-name {
        font-size: 2.4rem;
    }

    .sachertorte-product-line {
        width: 178px;
    }

    .sachertorte-product-cpbunner {
        margin: 0 auto 20px auto;
    }

    .sachertorte-normalprice {
        margin-bottom: 20px;
    }
    .sachertorte-price-en {
        margin-bottom: 20px;
    }
    .sachertorte-price-reito {
        margin-bottom: 20px;
    }

    .sachertorte-cart a {
        width: 280px;
        height: 70px;
        font-size: 2rem;
        padding: 22px 0 0 81px;
        text-align: left;
        margin-bottom: 30px;
    }

    .sachertorte-cart a::before {
        width: 32px;
        height: 32px;
        top: 19px;
    }
    .sachertorte-button-detail {
        margin-bottom: 0;
    }
    .sachertorte-button-detail a {
        font-size: 1.6rem;
    }

    .sachertorte-logo-brown {
        width: 100%;
        margin-bottom: 30px;
    }
    /* 美味しいお召し上がり方 */

#sachertorte-eat {
    margin: 0 auto 50px auto;
}

#sachertorte-eat::after {
    width: 262px;
    height: 297px;
    top: -60px;
    right: -86px;
}

.sachertorte-eatul {
    width: 100%;
    margin: 100px auto 80px;
    padding-left: 50px;
    padding-right: 20px;
}

.sachertorte-eatli {
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.no1::before {
    width: 50px;
    height: 50px;
    top: -11px;
    left: -48px;
}

.no2::before {
    width: 50px;
    height: 50px;
    top: 0px;
    left: -48px;
}

.no3::before {
    width: 50px;
    height: 50px;
    top: 0px;
    left: -48px;
}

.no4::before {
    width: 50px;
    height: 50px;
    top: 0px;
    left: -48px;
}

/* コーヒーや紅茶と合わせて */

#sachertorte-cafe {
    padding-bottom: 100px;
}

#sachertorte-cafe::before {
    width: 200px;
    height: 316px;
    top: -220px;
    left: 0;
}

#sachertorte-cafe::after {
    width: 236px;
    height: 189px;
    right: -50px;
}

#sachertorte-cafe .sachertorte-sec-title::after {
    width: 180px;
    height: 50px;
    right: -100px;

}

.sachertorte-withcafe {
    width: 80%;
}
}