@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: #000;
}

@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
}

main img {
    vertical-align: bottom;
}

.applecake-sp {
    display: none;
}

.lato {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.min {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }

  .mate {
    font-family: "Mate", serif;
    font-weight: 400;
    font-style: normal;
  }

/* メインビジュアル　*/

#applecake-mainvisual {
    width: 100%;
}

#applecake-mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

/* リード */

.applecake-lead {
    background-image: url(../../img/usr/applecake/bg_top.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 200px;
}
.applecake-leadtext {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 80px;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.applecake-leadimg01 {
    width: 444px;
    margin-bottom: 80px;
}
.applecake-leadimg02 {
    width: 489px;
}

/* おすすめのお召し上がり方 */

.applecake-recommend {
    background-image: url(../../img/usr/applecake/bg_red.png);
    background-size: cover;
    width: 100%;
    margin-top: -200px;
    height: auto;
    padding-bottom: 100px;
    text-align: center;
}
.applecake-title {
    color: #FCF1CD;
    font-size: 3rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 55px;
    padding-top: 170px;
    position: relative;
    display: inline-block;
}
.applecake-title .dots {
    background-image: radial-gradient(circle at center, #FCF1CD 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: .3em; /* 縦方向の位置調整 */
}
.applecake-title::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/applecake/recommend.png);
    background-repeat: no-repeat;
    width: 121px;
    height: 139px;
    background-size: contain;
    position: absolute;
    top: 110px;
    right: -150px;
}
.applecake-point-flex {
    display: flex;
    gap: 30px;
    justify-content: center;
    width: 1104px;
    background-image: url(../../img/usr/applecake/bg_recommend.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    margin: 0 auto;
}
.applecake-point-box {
    width: 289px;
    background-image: linear-gradient(180deg, rgba(200, 21, 40, 1), rgba(174, 13, 32, 1));
    padding: 40px 20px 30px 20px;
    border-radius: 6px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
}
.applecake-point {
    margin: 0 auto;
    color: #B71023;
    font-size: 1.8rem;
    font-family: "Linden Hill", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-bottom: 30px;
    background-image: url(../../img/usr/applecake/point.png);
    width: 94px;
    height: 94px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 25px;
    letter-spacing: 0.1em;
    line-height: 0.7;
    text-shadow: 0px 0px 2px #c3beb7;
}
.applecake-point span {
    font-size: 4rem;
    line-height: 0.7;
    font-family: "Mate", serif;
    font-weight: 400;
    font-style: normal;
}
.applecake-pointtext01 {
    font-size: 1.8rem;
    color: #FCF1CD;
    line-height: 2;
}
.applecake-pointtext02 {
    display: inline-block;
    font-size: 2rem;
    color: #B71023;
    background-color: #FCF1CD;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1;
}
.applecake-pointtext03 {
    display: inline-block;
    font-size: 2rem;
    color: #B71023;
    background-color: #FCF1CD;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1;
}


/* 商品詳細 */
.applecake-product {
    background-image: url(../../img/usr/applecake/bg_product.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.applecake-product-flex {
    display: flex;
    width: 100%;
    gap: 100px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.applecake-product-detail {
    text-align: center;
}
.applecake-product-type {
    display: inline-block;
    font-size: 1.6rem;
    color: #B71023;
    border: 1px solid #B71023;
    border-radius: 50px;
    padding: 5px 10px;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 15px;
}
.applecake-product-name {
    font-size: 3.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.applecake-price {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    font-weight: 400;
}

.applecake-price-en {
    font-size: 1.6rem;
}

.applecake-cart a {
    transition: .3s;
}

.applecake-cart a img {
    width: 250px;
}


@media screen and (min-width:768px) {
    .applecake-cart a:hover {
        opacity: 0.7;
    }
}
.applecake-product-img {
    width: 600px;
}

.applecake-sale {
    font-size: 2rem;
    color: #B71023;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .applecake-pc {
        display: none;
    }
    .applecake-sp {
        display: block;
    }

/* リード */
.applecake-lead {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 170px;
}
.applecake-leadtext {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 40px;
}
.applecake-leadimg01 {
    width: 300px;
    margin-bottom: 40px;
}
.applecake-leadimg02 {
    width: 300px;
}

/* おすすめのお召し上がり方 */

.applecake-recommend {
    background-image: url(../../img/usr/applecake/bg_red@sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: -100px;
    padding-bottom: 50px;
    text-align: center;
}
.applecake-title {
    color: #FCF1CD;
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding-top: 100px;
}
.applecake-title::after {
    background-image: url(../../img/usr/applecake/recommend.png);
    background-size: contain;
    top: -40px;
    right: 20px;
}
.applecake-point-flex {
    background-image: url(../../img/usr/applecake/bg_recommend@sp.jpg);
    flex-direction: column;
    gap: 30px;
    width: 90%;
    align-items: center;
}
.applecake-point-box {
    width: 240px;
    padding: 20px 10px 20px 10px;
}
.applecake-point {
    font-size: 1.6rem;
    margin-bottom: 10px;
    width: 78px;
    height: 78px;
    padding-top: 22px;
}
.applecake-point span {
    font-size: 3.4rem;
}
.applecake-pointtext01 {
    font-size: 1.6rem;
}
.applecake-pointtext02 {
    font-size: 1.8rem;
}
.applecake-pointtext03 {
    font-size: 1.8rem;
}



/* 商品詳細 */
.applecake-product {
    padding-top: 40px;
    padding-bottom: 80px;
}
.applecake-product-flex {
    flex-direction: column-reverse;
    gap: 50px;
}
.applecake-product-name {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.applecake-price {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}

.applecake-cart a img {
    width: 230px;
}
.applecake-product-img {
    width: 100%;
}
}