@charset "UTF-8";
#hero{
  --hero-img-height: 85vh;
  position: relative;
  padding-bottom: calc(var(--hero-img-height) * 0.4);
  margin-bottom: 12.8rem;
}
#heroimg::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;

  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 79%, rgba(255,255,255,0.7681197478991597) 100%);
}
#herologo{
  position: absolute;
  top: 11.2rem;
  left: 2vw;
}
#heroimg{
  position: relative;
  display: block;
  width: 100%;
  max-height: var(--hero-img-height);
}
#heroimg img{
  object-fit: cover;
}
#herofloat{
  position: absolute;
  bottom: 0;
  left: 2vw;
  z-index: 4;

  width: 72%;
}
#hero .textContent{
  position: absolute;
  top: 40vh;
  left: 4vw;

  font-size: clamp(2rem,5.5vw,4rem);
  color: #fff;
  text-shadow:  0 0 18px #000000cf;
}
h2{
  position: relative;
  z-index: 5;

  font-size: clamp(3rem,8vw,6rem);
  color: #fff;
  line-height: 1;
}
h3{
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 4.8rem;

  font-size: clamp(1.9rem,6vw,3rem);
  line-height: 1.6;
  color: var(--theme-color-brown);
}
h3::after{
  position: absolute;
  content: attr(data-text);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 10rem;

  font-size: 1.6rem;
  color: #B5B5B5;
}
section,
#intro{
  width: min(112rem,100%);
  padding: 6.4rem 0;
  margin-inline: auto;
}
section.bg-ivory{
  background: #FDF8F3;
  border-image-source: linear-gradient(#FDF8F3,#FDF8F3);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;

  line-height: 1.6;
}
section.bg-ivory p{
  width: min(92rem,100%);
  padding: 0 1.6rem;
  margin-inline: auto;
}

.circle-itemContainer{
  display: flex;
  justify-content: center;

  margin-bottom: 8rem;
}
.circle-itemContainer>*+*{
  margin-inline-start: 2.4rem;
}
.circle-item{
  position: relative;

  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5.2em;
  height: 5.2em;

  font-size: 2.8rem;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal; 
  color: var(--theme-color-brown);
  text-align: center;
  line-height: 1.2;
  background: var(--theme-color);
  border-radius: 50%;
}
.circle-item::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)rotate(-135deg);

  display: inline-block;
  width: 100%;
  height: 100%;

  border-radius: 50%;
  box-shadow: 10px 0 0 0 #FFF462 inset;
}

#intro{
  margin-bottom: 10.4rem;

  line-height: 1.6;
  text-align: center;
}
#intro .textContent{
  margin-bottom: 4rem;
}
#intro p.heading{
  margin-bottom: 2.4rem;

  font-size: 3rem;
  font-weight: 600;
  color: var(--theme-color-brown);
  line-height: 1;
}

#gallery{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  align-items: center;
  column-gap: 3%;
  width: 90%;
  margin-inline: auto;
  padding-bottom: 12rem;
}
#gallery span.img-wrap:is(:nth-child(2),:nth-child(4)){
  padding-bottom: min(10vw,12rem);
}
#gallery span.img-wrap img{
  width: 100%;
  border-radius: 20px;
}
#youtube-video{
  width: min(112rem,95%);
  height: auto;
  aspect-ratio: 560 / 315;
  margin-inline: auto;
  margin-bottom: 12rem;
}
#sec-obs{
  margin-bottom: 12rem;
}
.obs-itemContainer>*+*{
  margin-block-start: 6.4rem;
}
.obs-item{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 4rem;
  align-items: center;

  line-height: 1.6;
}
#sec-season{
  margin-bottom: 12rem;
}
#sec-season >*+*{
  margin-block-start: 6.4rem;
}
#sec-season .season-item{
  position: relative;

  width: 100%;
}
#spring .text{
  position: absolute;
  top: 35%;
  right: 5%;
}
#earlySummer .text{
  position: absolute;
  top: 35%;
  left: 5%;
}
.obs-item .title{
  margin-bottom: 0.8rem;

  font-size: 2rem;
  font-weight: 600;
  color: #6C5138;
}
#sec-eff .eff-ul-wrap{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding-top: 4rem;
  padding-bottom: 2.4rem;
}
#sec-eff .eff-ul-wrap ul{
  display: flex;
  flex-direction: column;
  gap: 1.6rem;

  font-size: 2rem;
  font-weight: 600;
  color: var(--theme-color-brown);
}
#sec-eff img{
  border-radius: 1.6rem;
}
/*#############------Honey------###############*/
#honey-items{
  margin-bottom: 32rem;
}
.shop-itemContainer{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 3.2rem;
  row-gap: 10.8rem;
  margin-bottom: 7.2rem;
}
.shop-item .thumbnail-wrap{
  display: block;
  margin-bottom: 1.6rem;
}
.shop-item .thumbnail-wrap img{
  border-radius: 1.6rem;
  object-fit: cover;
}
.shop-item .name{
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  color: var(--theme-color-brown);
}
/*#############------Cooking------###############*/
.cooking-itemContainer{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 3.2rem;
  row-gap: 2.4rem;
  padding-top: 4rem;
  margin-bottom: 8rem;

  text-align: center;
}
.cooking-item .thumbnail-wrap{
  display: block;
  margin-bottom: .8rem;
}
.shop-item .thumbnail-wrap img{
  border-radius: 1.6rem;
  object-fit: cover;
}
.cooking-item .name{
  font-size: 1.8rem;
  color: var(--theme-color-brown);
  font-weight: 600;
}
#sec-flavor{
  margin-bottom: 8rem;
  text-align: center;
}
#sec-flavor >p{
  margin-bottom: 2.4rem;
}
#footer-onlineshop{
  margin-bottom: 8rem;
}

#sec-prof{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row: 30rem auto;
  column-gap: 2.4rem;
  row-gap: 2.4rem;
}
#sec-prof .textContent .heading{
  margin-bottom: 1.6rem;
  font-size: 3rem;
  font-weight: 600;
  color: var(--theme-color-brown);
}
#footer-img{
  padding-left: 2vw;
  padding-bottom: 4rem;
}
#footer-img img{
  width: 66%;
}
@media (min-width : 1200px){

}
@media (max-width : 1200px){
  #hero{
    height: 100vh;
    padding-bottom: 0; 
  }
  #intro{
    padding-left: 3vw;
    padding-right: 3vw;
  }
  #heroimg{
    position: relative;
    width: 100%;
    height: 100%;
    max-height: auto !important;
  }
  #heroimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #sec-obs,
  #sec-obs2{
    margin-bottom: 4rem;
  }
  .obs-item{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
  #spring .text,
  #earlySummer .text{
    position: static;

    padding-top: 1.6rem;
  }

  .circle-itemContainer,
  #sec-obs,
  #sec-obs2,
  #sec-season,
  #sec-eff,
  #sec-cook,
  #honey-items,
  #sec-prof{
    padding-left: 3vw;
    padding-right: 3vw;
  }
  #honey-items{
    margin-bottom: 8rem;
  }

  .circle-itemContainer>*+*{
    margin-inline-start: 2vw;
  }
  .circle-item{
    font-size: 3vw;
  }
  .circle-item::before{
    box-shadow: 5px 0 0 0 #FFF462 inset;
  }
}
@media (max-width : 599px){
  #herofloat{
    left: 2vw;
    width: 98vw;
  }
  #sec-eff .eff-ul-wrap{
    grid-template-columns: repeat(1,1fr);
    row-gap: 2.4rem;
  }
  .shop-itemContainer,
  .cooking-itemContainer{
    grid-template-columns: repeat(2,1fr);
    column-gap: 16px;
  }
  #sec-prof{
    grid-template-columns: 1fr;
    grid-row: auto auto;
  }
  #footer-img img{
    width: 100%;
  }
}