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

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

.bakedsweets-sp {
    display: none;
}

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

.zen {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.home {
    font-family: "Homemade Apple", cursive;
    font-weight: 400;
    font-style: normal;
}

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

#bakedsweets-mainvisual {
    width: 100%;
}

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

/* リード */

.bakedsweets-lead {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.bakedsweets-leadtext {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.bakedsweets-leadimg {
    width: 305px;
    margin-bottom: 20px;
}

/* LINEUP */

.bakedsweets-lineup {
    width: 100%;
}
.bakedsweets-lineup img {
    width: 100%;
}

/* 商品詳細 */
.bakedsweets-product {
    width: 100%;
    background-image: url(../../img/usr/bakedsweets/bg.jpg);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 10px;
}
.bakedsweets-product-flex {
    display: flex;
    width: 1180px;
    gap: 100px;
    margin: 0 auto 100px auto;
    justify-content: center;
    align-items: center;
}
.bakedsweets-product-flex:nth-of-type(even) {
    flex-direction: row-reverse;
    align-items: center;
}
.bakedsweets-product-detail {
    text-align: center;
}
.bakedsweets-product-en {
    font-family: "Homemade Apple", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 6rem;
    margin-bottom: 10px;
    color: #E2BEA2;
}
.bakedsweets-product-name {
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
}
.bakedsweets-product-text {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
    line-height: 1.6;
}

.bakedsweets-price {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-weight: 400;
}

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

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

.bakedsweets-cart a img {
    width: 250px;
}
.bakedsweets-cart-text{
     text-decoration: none;
      border-bottom: dashed 1px #333;
      width: 150px;
      margin: 0 auto;
      padding-top: 15px;
}
.bakedsweets-cart-text a{
   color:inherit;
   font-size: 18px;

}
/* FTBG */

.bakedsweets-ft-img {
    width: 100%;
}
.bakedsweets-ft-img img {
    width: 100%;
}

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

@media screen and (max-width:767px) {

    .bakedsweets-sp {
        display: block;
    }

/* リード */

.bakedsweets-lead {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.bakedsweets-leadtext {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.bakedsweets-leadimg {
    width: 200px;
    margin-bottom: 10px;
}

/* 商品詳細 */
.bakedsweets-product {
    padding-top: 80px;
    padding-bottom: 10px;
}
.bakedsweets-product-flex {
    flex-direction: column-reverse;
    width: 100%;
    gap: 30px;
    margin: 0 auto 80px auto;
}
.bakedsweets-product-flex:nth-of-type(even) {
    flex-direction: column-reverse;
}
.bakedsweets-product-en {
    font-size: 4rem;
    line-height: 1;
}
.bakedsweets-product-name {
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.bakedsweets-product-text {
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.bakedsweets-price {
    font-size: 2.4rem;
}

.bakedsweets-price-en {
    font-size: 1.4rem;
}
.bakedsweets-product-img {
    width: 90%;
}
}