@charset "utf-8";

/* header{
    background-color: #f8b551;
    height: 120px;
    width: 1366px;
    display: flex;
    justify-content: center;
    position: absolute;
} */
header{
    position: relative;
    z-index: 111;
}
.headermenu{
    background-color: #f8b551;
    height: 120px;
    width: 1366px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.mr-sun{
    justify-content: center;
}

.aikon{
    display: flex;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);

}
.aikon img{
    width: 50px;
}



.coler-chenge ul li a{
    width: 320px;
    display: block;
    background:linear-gradient(#fff,black) ;
    overflow: hidden;
    /* margin-top: 150px; */
    padding: 3px;


}

.navi-box{
width: 1280px;
max-width: 100%;
position: absolute;
top: 100%;
left: 0;

}

/* .navi-menu a::before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;

} */

.navi-menu{
    width: 25%;
    display: flex;
     justify-content: space-between;
}

nav ul li a {
    /* display: block; */
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 3px 20px;

    /* display: flex; */
}

header nav ul li a:hover{
    /* display: block; */
    background:linear-gradient(#fff,#e0d35e) ;
}

/* ヘッダーここまで */

/*====================================================================
slick
====================================================================*/
/* html, body {
    margin: 0;
    padding: 0;
  }
  * {
    box-sizing: border-box;
  } */
  .sliderArea {
    max-width: 100%;
    margin: 0 auto;
    /* padding: 0 25px; */
    position: relative;
  }
  .sliderArea.w300 {
    max-width: 300px;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slick-slide img {
     
    width: 100%;
    height: auto;
  }
  .slick-prev, .slick-next {
    z-index: 1;
  }
  .slick-prev:before, .slick-next:before {
    color: #000;
  }
  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  .slick-active {
    opacity: 1;
  }
  .slick-current {
    opacity: 1;
  }
  .thumb {
    margin: 20px 0 0;
  }
  .thumb .slick-slide {
    cursor: pointer;
  }
  .thumb .slick-slide:hover {
    opacity: .7;
  }
  
  /*====================================================================
  以下は不要です。
  ====================================================================*/
  /* body {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    letter-spacing: .025em;
    line-height: 1.8;
    margin: 0;
  } */
  /* @media screen and (max-width: 1366px) {
    body {
      font-size: 14px;
    }
  }
  .section {
    max-width: 100%;
    width: 1366px;
    margin: 0 auto;
    padding: 30px 0;
  } */

/* スリックスライダーここまで */

.kankitu{
width: 1366px;
max-width: 100%;
/* position:absolute; */
}

/* .grup{
    position: absolute;
} */

.grup{
    position: relative;

}

.chaccikopi{
    width: 100%;
    color: #3b3e3d;
    font-size: 50px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
        font-family: "Shippori Mincho", serif;
        font-weight: 600;
        font-style: normal;
        text-shadow:
        0 3px 7px rgb(0, 0, 0), 5px 4px 2px #FFF, -1px -1px 5px #FFF,
        -1px 1px 5px #FFF, 1px -1px 5px #FFF,
        0px 1px 5px #FFF,  0-1px 5px #FFF,
        -1px 0 5px #FFF, 1px 0 5px #FFF

        /* 0 3px 4px rgb(0, 0, 0), 2px 2px 5px #FFF, -1px -1px 5px #FFF,
        -1px 1px 5px #FFF, 1px -1px 5px #FFF,
        0px 1px 5px #FFF,  0-1px 5px #FFF,
        -1px 0 5px #FFF, 1px 0 5px #FFF; */
      }
      

.bay{ 
margin: 15px auto;
    text-align: center;
    width: 470px;
    background: linear-gradient(#fff,#ed9763) ;
    border-radius: 20px;
    bottom: -120;
    border: solid 2px #000;
  }

  div.item {
    width: 100px;
    margin: 5px;
    border: solid 1px #999999;
  }

  .otoku{
      display: flex;
      justify-content: center;
  }
  .matome{
display: flex;
align-items: center;
  }


  .red{
      /* color: red; */
      font-size: 36px;
      color: rgb(255, 0, 0);
      text-shadow:0 3px 4px #000, 2px 2px 5px #FFF, -1px -1px 5px #FFF,
      -1px 1px 5px #FFF, 1px -1px 5px #FFF,
      0px 1px 5px #FFF,  0-1px 5px #FFF,
      -1px 0 5px #FFF, 1px 0 5px #FFF;
      

      /* -webkit-text-stroke: 1px #fff;
      text-stroke: 1px #; */
  }
.syouhin{
    width: 70%;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: flex-start;
   margin-left: 120px;

}

.sample_text24 {
    position: relative;
    font-weight:bold;
    margin: 45px auto 35px;
  }
  .sample_text24 span {
    position: relative;
    z-index: 2;
  }
  .sample_text24::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-5deg);
    top: -55px;
    left: -58px;
    color: rgba(0 129 255 / 47%);
    font-size: 100px;
    font-weight: normal;
    font-family:serif;
    font-style: italic;
  }

.syouhin>div{
    width: 30%;
    padding: 30px;
}


.syouhin img{
    flex-shrink: 0;
    width: 100%;
}

h2{
    font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
padding: 32px;
margin-top: 20px;
}

.sample_text22 {
    position: relative;
    font-weight:bold;
    margin: 45px auto 35px;
  }
  .sample_text22 span {
    position: relative;
    z-index: 2;
  }
  .sample_text22::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-5deg);
    top: -40px;
    left: 0;
    color: rgba(119,188,255,0.3);
    font-size: 80px;
    font-weight: normal;
    font-family:serif;
    font-style: italic;
  }

main h2{
    width: 100%;
    background-image: url(../images/chara_bokashi.png);
    background-position: right;
    background-repeat: no-repeat;
}

/* ここまで商品説明 */


.smoothie img{
width: 1366px;
max-width: 100%;
min-width: 300px;

}

.smoothie01{
    display: flex;
    margin: 50px;
}

.smoothie02{
    /* display: flex; */
    flex-direction: row-reverse;
    position: relative;
}

.smoothie01>img{
    width: 50%;
    height: 50%;
    object-fit: cover;
}
/* .smoothie02>img{
    height: 50%;
} */

.smoothie02 .mr_bee{
    position: absolute;
    top: 0;
    left: 45%;
    width: 200px;
    min-width: auto;
    height: auto;
    object-fit: contain;
    scale: -1 1;
    transform: translateX(50vw)translateY(-50vw);
    transition: all 3s;
}
.smoothie02 .mr_bee.on{
    transform: translateX(0)translateY(0);
}

.sample_text23 {
    position: relative;
    font-weight:bold;
    margin: 0 auto 50px;
  }
  .sample_text23 span {
    position: relative;
    z-index: 2;
  }
  .sample_text23::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-5deg);
    top: -40px;
    left: 0;
    color: rgba(119,188,255,0.3);
    font-size: 80px;
    font-weight: normal;
    font-family:serif;
    font-style: italic;
  }


dt{
    font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}
dd{
    text-align: center;
}


.text{
    display: flex;
    flex-direction: column;
justify-content: center;
}

.ziman{
    display: block;
    width: fit-content;
    /* border-radius: 20px;
    background-color: #e0d35e; */
    margin: 0 auto;
    text-align: center;
    padding: 20px 100px;
   
}
.sample_text19 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
  }
  .sample_text19::before,
  .sample_text19::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #e3bf00;
  }
  .sample_text19::before {
    margin-right: 20px;
  }
  .sample_text19::after {
    margin-left: 20px;
  }

body{
    position: relative;
}

main{
    background-image: url(../images/mr_sun003.png);
background-repeat: no-repeat;
background-position: right -300px bottom;
background-size: 80%;
z-index: 120;
/* position: absolute;
left: 160px; */

}

.bee_icon{
    z-index: 2;
    cursor : url(../images/mr_bee004.png),auto;

}
h2{
    margin-left: 50px;
}

.honey{
    margin-top: 50px;
}

.book{
    display: flex;

    margin: 50px 0;
}
.book>img{
    width: 50%;
}

.smoothie01 img{
    width: fit-content;
    margin: 20px;
    max-width: 600px;
    min-width: 450px;
}

.mikan{
 display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 50px;

}

.reshipi{
    display: flex;
    flex-direction: column;
  justify-content: center;
   padding-left: 50px;
}

body{
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

/* ここからフッター */

.footermenu{
    background-color: #f8b551;
    height: 200px;
    width: 1366px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.footermenu ul li a{
    width: 341.5px;
    display: block;
    /* background:linear-gradient(#fff,black) ; */
    overflow: hidden;
    /* margin-top: 150px; */
    padding: 3px;


}

.footermenu img{
    width: 500px;
}
.footermenu small{
    width: 100%;
    text-align: center;
}

/* フォント変更 */
/* 
h2{
    font-size: clamp(1.8rem, calc(1.25vw + 1.5rem), 3.2rem);
} */
/* h2{
    font-family: "Darumadrop One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
   */

/* .footermenu img{
width: 555px;
max-width: 555px;
min-width: 120px;
} */

/* small{
    position: relative;
    top: 100px

} */

/* small{
    background-color: #f8b551;
    height: 120px;
    width: 1366px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 50px;
} */

/* .coler-chenge{
    background-color: ;
} */