@charset "UTF-8";

/* googlefont:font-family: 'Noto Sans JP', sans-serif;
font-family: 'Nunito Sans', sans-serif; */
h3 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 4.0rem;
    letter-spacing: 3px;
}

@media(min-width:1100px) {
    h3 {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 5.0rem;
        letter-spacing: 2px;
    }

}

h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-style: italic;
    font-size: 3.0rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #CCAC40;
    padding-bottom: 8px;
    background-image: repeating-linear-gradient(-45deg, #fafafa 0px, #fafafa 5px, rgba(0 0 0 / 0)0%, rgba(0 0 0 / 0)38%);
    background-size: 30px 10px;
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto;

}

h5 {
    font-size: 1.8rem;
    line-height: 3.0rem;
}


.top {
    max-width: 600px;
    margin: 0 auto;
}

.top__sweets {
    max-height: 600px;
    margin-bottom: 60px;
}

.top__sweets-image img {
    width: 100%;
}

.menu-letter {
    width: 100vw;
    max-width: 320px;
    margin: 40px 0 0 auto;
}

.rawsweets-letter {
    width:  clamp(300px, 60vw, 350px);
    margin-top: 10px;

}
.sweets-letter {
    width: 60vw;
    max-width: 250px;
    margin-top: 10px;

}

.menu-info {
    width: 275px;
    margin: 0 auto;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    border-bottom: #333 solid 1px;
}

.top-sweetsillust {
    width: 320px;
    margin: 0 0 0 auto;
}



.box {
    box-sizing: border-box;
    position: relative;
    padding: 20px 10px 10px;
    background-color: #FFFFFF;
    color: #333;
    font-size: 1.7rem;
    line-height: 2.3rem;
    letter-spacing: 2px;
    font-weight: 600;
    width: 170px;
    height: 120px;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: left;
}

.box::before {
    position: absolute;
    bottom: 10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transition: .3s;
    content: '';
}

.box:nth-child(even) {
    margin: 0 0 0 auto;
}

.top__concept {
    background-color: #fafafa;
    margin: 0 auto 60px auto;
    padding-bottom: 40px;
    max-width: 600px;
}

.rawsweets {
    box-sizing: border-box;
    display: block;
    
    padding: 10px 0px;
    /* width: 100%; */
    max-width: 600px;
    margin: 60px auto 30px auto;
}

.rawsweets__lead {
    padding: 10px 0;
    border-top: #333 solid 4px;
    border-bottom: #333 solid 4px;
    margin: 0px 30px 60px 30px;
    max-width: 600px;
}
.rawsweets__lead__wrapper{
    border-top: #333 solid 2px;
    border-bottom: #333 solid 2px;
}
.rawsweets__lead h3 {
    margin: 25px auto;
}

.rawsweets__lead-title {
    font-weight: 700;
    max-width: 400px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 2.8rem;
    padding-bottom: 8px;
    background-image: repeating-linear-gradient(-45deg, #6CEBF0 0px, #6CEBF0 5px, rgba(0 0 0 / 0)0%, rgba(0 0 0 / 0)38%);
    background-size: 30px 10px;
    background-repeat: repeat-x;
    background-position: center bottom;
}

.rawsweets__content p {
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left;
}

.materials {
    display: block;
    max-width: 600px;
    margin: 0 auto;
position: relative;
margin-bottom: 80px;
}

.materials__bg {
    display: block;
    height: 460px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    
}
.materials__bg img{
    height: 460px;
    width: 110%;
    object-fit: cover;
    margin: 0 auto;

}

/* ＝＝＝＝スライダ＝＝＝＝＝＝ */
.materials__info {
    box-sizing: border-box;
    z-index: 10;
    padding: 40px;
    background-color: #FFFFFF;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
/*========= スリックスライダー ===============*/
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.materials__slick-slider,.materials__info{
    width: 300px;
    height: 452px;
    margin:0 auto;
  }

  .slick-slide {
    margin:0 20px;
    height: 452px;
    margin-bottom: 50px;
  }

  /*矢印の設定*/
  
  /*戻る、次へ矢印の位置*/
  .slick-prev, 
  .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 40%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #6CEBF0;/*矢印の色*/
    border-right: 2px solid #6CEBF0;/*矢印の色*/
    height: 15px;
    width: 15px;
  }
  
  .slick-prev {/*戻る矢印の位置と形状*/
    left: -10px;
    transform: rotate(-135deg);
  }
  
  .slick-next {/*次へ矢印の位置と形状*/
    right: -10px;
    transform: rotate(45deg);
  }
  
  /*ドットナビゲーションの設定*/
  
  .slick-dots {
    text-align:center;
  margin:20px 0 0 0;
  }
  
  .slick-dots li {
    display:none;
  margin:0 5px;
  }
  
  .slick-dots button {
    color: transparent;
    outline: none;
    width:5px;/*ドットボタンのサイズ*/
    height:5px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
  }
  
  .slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
  }
  

.materials__info img {
    object-fit: cover;
    width: 100%;
    margin: 0 auto;
}

.materials__title {
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #6CEBF0;
    text-align: left;
}

.materials__title02 {
    /* margin-bottom: 25px; */
    height: 70px;
    font-size: 15px;
    line-height: 2.4rem;
    font-weight: 700;
    text-align: left;
}

.materials__lead {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    text-align: left;
}
.product-info{
    padding:0 60px;
    margin:0 auto 30px auto;
    display: block;
    max-width: 260px;
}
/* ＝＝＝＝ロースイーツ＝＝＝＝＝＝ */

.container{
    margin-bottom: 60px;
    padding: 0px 20px;
    width: 260px;
    margin: 0 auto;
    display: block;
}
.container__rawsweets,.container__sweets{
    display: block;
   margin-bottom: 25px;
    text-align: left;
}
.container__rawsweets img,.container__sweets img{
    width: 100%;
}
.container__title{
  font-family:'Nunito Sans', sans-serif;
  color: #6CEBF0;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 15px;
  padding-bottom: 5px;
  line-height: 1;
}
.container__price{
    font-family:'Nunito Sans', sans-serif;
    font-weight: 700;
    padding-left: 15px;
}
.container__lead{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem;
    padding-left: 15px;
}

.chocolate{
    margin-bottom: 60px;
   max-width: 768px;
    margin: 0 auto;
    position: relative;
    margin-top: 80px;
    margin-bottom: 40px;
}
.chocolate__bg{
    background-color: #FAFAFA;
    background-repeat: no-repeat;
    height: 67px;
    
}

.chocolate__bg-image img{
    position: absolute;
    /* height: 130px; */
    top: -50px;
    left: 0px;
    max-width: 768px;
    width: 250%;
    overflow: hidden;
}

.chocolate__slick-slider div img{
    margin-right: 50px;
    width: 100px;
   
}
.chocolate__slick-slider{
    position: absolute;
    top: -50px;
}
/* <!-- ＝＝＝＝＝＝スイーツ＝＝＝＝＝ --> */
.sweets{
    margin: 0 auto 60px auto ;
    max-width: 768px;
}
.sweets__lead-title {
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
    line-height: 2.8rem;
    padding:0 30px;
  
}
.food-wrapper {
    display: block;
    width: 315px;
    padding: 0 30px;
    /* margin: 0 auto 30px auto; */
margin: 0 auto;
}
.food-title {
    font-family: 'Nunito Sans', sans-serif;
    color: #6CEBF0;
    font-weight: 700;
    font-size: 2.2rem;
    border-bottom: #333 solid 2px;
    height: 40px;
    width: 315px;
    margin-top: 30px;
    text-align: left;
    padding-left: 10px;
}

.menu07 {
    box-sizing: border-box;
    display: block;
    width: 315px;
    height: 80px;
    padding: 0px 0px 0px 10px;
    text-align: left;
    list-style: none;
    /* border-bottom: dotted 1px #999; */
    position: relative;
    margin-top: 13px;
}
.menu08 {
    box-sizing: border-box;
    display: block;
    width: 315px;
    height: 130px;
    padding: 0px 0px 0px 10px;
    text-align: left;
    list-style: none;
    position: relative;
    margin-top: 13px;
}

dt {
    margin: 0;
    z-index: 2;
    float: left;
    line-height: 1.7;
}
dt p {
    font-weight: 600;
    margin: 0;
    z-index: 2;
    float: left;
    line-height: 1.7;
    padding-right: 20px;
}
dt span {
    font-weight: 600;
    margin: 0;
    z-index: 2;
    float: right;
    line-height: 1.7;
    
}
dd {
    margin: 0;
    z-index: 2;
    float: right;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 1.7;
}
.food__image{
    display: flex;
}
.food__image div{
width: 150px;
margin-right: 20px;
font-family: 'Nunito Sans', sans-serif;
color: #6CEBF0;
font-weight: 700;
font-size: 1.8rem;
text-align: left;
line-height: 1.5;

}
.food__image div:last-child{
    width: 200px;
    margin-right: 0px;
    font-family: 'Nunito Sans', sans-serif;
    color: #6CEBF0;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: left;
}
.food__image img{
width: 100%;
}

.br-sp {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 4.0rem;
    letter-spacing: 3px;
}
@media(min-width:1100px) {
    .main{
       max-width: 1440px;
       margin: 0 auto 100px auto;
           margin-bottom: 100px;
           }
         
       .top {
           max-width: 1366px;
           max-height: 650px;
           margin: 0 auto;
       }
   
       .top__sweets {
           margin-top: 80px;
       }
   
       .top__wrapper {
           display: flex;
           flex-flow: row-reverse;
           /*逆順*/
           height: 550px;
           margin: 0 auto;
           max-width: 1366px;
       }
   
       .top__sweets-image {
           max-width: 750px;
           width: 70%;
           overflow: hidden;
       }
   
       .top__sweets-image img {
           width: 115%;
       }
   
       .menu-letter {
           max-width: 450px;
           margin: auto 0 0 0;
       }
   
       .rawsweets-letter {
           width: 70vw;
           max-width: 550px;
           margin-top: 80px;
   
       }
       .sweets{
        max-width: 1440px;
        padding: 0 133px;
       }
       .sweets-letter{
           width: 70vw;
           max-width: 400px;
           margin-top: 30px;
       }
       .sweets__lead-title {
      
        margin-bottom: 80px;
        margin-top: 40px;
        text-align: center;
        line-height: 2.8rem;
        padding: 0px;
       }
       .menu-info {
           width: 275px;
           margin: 0 auto;
           font-family: 'Nunito Sans', sans-serif;
           font-size: 1.7rem;
           font-weight: 400;
           border-bottom: #333 solid 1px;
       }
       .materials__info img {
        width: 70%;
    }
       .top-sweetsillust {
           width: 30vw;
           max-width: 450px;
           margin: auto 0 0 0;
       }
       .box {
        padding: 22px 12px 0px;
        font-size: 2.0rem;
        line-height: 3.8rem;
        letter-spacing: 0;
        width: 245px;
        height: 135px;
        margin-bottom: 40px;
        margin-top: 0px;
    }

    .br-pc {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 5.0rem;
        letter-spacing: 1px;
    }
    .materials {
        max-width: 1100px;
    }
    .materials__bg {
       max-width: 1440px; 
    }
    .materials__slick-slider{
        width: 90%;
        max-width: 1100px;
        height: 452px;
        margin:0 auto;
      }

    .rawsweets {
        box-sizing: border-box;
        display: block;
        padding: 0px 133px;
        max-width: 1440px;
        margin: 60px auto 30px auto;
    }
    .rawsweets__lead {
        /* padding: 10px 0; */
        border-top: #333 solid 4px;
        border-bottom: #333 solid 4px;
        margin: 250px auto 100px auto;
        max-width: 900px;
    }
    .rawsweets__lead h3 {
        margin: 30px auto;
    }
    .rawsweets__content p:last-child{
        margin-bottom: 40px;
    }
    .product-info{
        padding:0 22%;
        margin: 0 auto 40px auto;
        max-width: unset; 
        
    }
    .container__rawsweets,.container__sweets{
        display: block;
       margin-bottom: 25px;
        text-align: left;
        max-width:327px ;
    }
    .container__rawsweets img,.container__sweets img{
        width: 100%;
        margin-bottom: 5px;
    }


    .container{
        /* max-width: 1440px; */
        justify-content: center;
        margin: 0 auto;
        display: grid;
        gap: 40px 30px;
        grid-template-columns: 327px 327px 327px;
        
    }
    .materials__info {
        box-sizing: border-box;
        height: 452px;
        width: 220px;
        z-index: 10;
        padding: 40px 20px;
        background-color: #FFFFFF;
        border-radius: 20px 20px 0 0;
        /* position: absolute; */
        top: 215px;
        margin-left: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }

    
    .food-wrapper {
        display: flex;
        width: 100%;
        max-width: 1000px;
        /* padding: 0 133px; */

    }
    .food-title{
        margin-top: 0px;
            }
            .food-content{
                margin-right:40px ;
            }
            .food__image div{
                width: 230px;
                margin-right: 20px;
                font-family: 'Nunito Sans', sans-serif;
                color: #6CEBF0;
                font-weight: 700;
                font-size: 1.8rem;
                text-align: left;
                
                }
                .food__image div:last-child{
                    width: 230px;
                    margin-right: 0px;
                    font-family: 'Nunito Sans', sans-serif;
                    color: #6CEBF0;
                    font-weight: 700;
                    font-size: 1.8rem;
                    text-align: left;
                }
}


@media(min-width:768px) {
    .container{
        max-width: 1440px;
        justify-content: center;
        margin: 0 auto;
        display: grid;
        gap: 40px 30px;
        grid-template-columns: 327px 327px;
        
    }
    .materials__slick-slider {
        width: 90%;
    }
    /* .materials__slick-slider{
        /* width: 100%; */
        /* max-width: 1100px;
        height: 452px;
        margin:0 auto;
      } */ */
      /* .materials__info{
        width: 280px !important;
      }
     */
     .product-info{
        max-width: unset;
    }
     .food-wrapper{
        display: flex;
        margin: 0 auto 60px auto;
    max-width: 768px;
    width: unset;
     }
     .food{
        display: flex;
        margin: 0 auto;
    }
    
    .food-content{
        margin-right:40px ;
    }
   }
   @media(min-width:500px){
    .food__image{
        display: block;
        padding-top: 60px;
    }
    .food__image  .br-sp{
     display: none;
    }
   }


