@charset "UTF-8";
/*-------------------------  共通  -------------------------*/
.h2 {
  margin-bottom: 20px;
  color: #79b825;
  font-size: 2.0rem;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-align: center;
}
.h2 h2 {
  font-size: 6.0rem;
  letter-spacing: 0.18em;
  /* テキスト上余白削除　※firefox未対応 */
  text-box: trim-both cap text;
}
.h2 p {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 1.8rem;
  }
  .h2 h2 {
    font-size: 5.0rem;
  }
}

/*-------------------------  top  -------------------------*/
#top {
  padding: 0;
}
#top h2 {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
#top h2 picture {
  max-width: 40%;
}
#top h2 img.illust {
  position: absolute;
  bottom: 30px;
  left: calc(50% + 300px);
}
#top .slide {
  padding-bottom: 50px;
  position: relative;
}

#top .msmr-yura {
  position: absolute;
  width: 8vw;
  height: calc(8vw * 1.034);
  top: 0;
  right: 72%;
  transform: translateY(-92%);
}
#top .msmr-yura img {
  width: 100%;
  height: 100%;
}
#top .msmr-yura.face img {
  z-index: 0;
  transform-origin: center bottom;
  animation: yurayura 1.8s linear infinite;
}
#top .msmr-yura.hand img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotate(7deg);
  }
  50%{
      transform: rotate(-4deg);
  }
}

#top .slick-slide {
  margin: 0 15px;
  display: block;
}
#top .slick-slide a, #top .slick-slide img {
  width: 100%;
}
#top .slick-arrow {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #86c03f;
  border-radius: 50%;
  box-shadow: 0 4px 0 #006837;
  position: absolute;
  top: 50%;
  z-index: 10;
  transition: all .2s;
}
#top .slick-arrow:hover {
  box-shadow: 0 1px 0 #006837;
  top: calc(50% + 3px);
}
#top .prev-arrow {
  left: 17%;
  transform: translate(-50%,-50%);
}
#top .next-arrow {
  right: 17%;
  transform: translate(50%,-50%);
}
#top .slick-arrow img {
  width: 14px;
}
#top .prev-arrow img {
  rotate: -180deg;
}
#top .slick-dots { 
  margin: 40px 0 0;
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  position: absolute;
}
#top .slick-dots li {
  width: 10px;
  height: 10px;
  background: transparent;
  border: solid 1.5px #79b825;
  border-radius: 50%;
  list-style: none;
  cursor: pointer;
}
#top .slick-dots li:hover,
#top .slick-dots li.slick-active {
  background: #79b825;
}
#top .slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
#top .top-text {
  margin: 100px 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.17em;
  text-align: center;
}
#top .line {
  margin: 100px 0;
  text-align: center;
}
#top .img-onigiri {
  bottom: -70px;
  left: -45px;
}
@media screen and (max-width: 767px) {
  #top h2 {
    padding: 16px 0 30px;
  }
  #top h2 img.illust {
    width: 52px;
    left: calc(50% + 76px);
    bottom: 10px;
  }
  #top .slide {
    padding-bottom: 30px;
  }
  #top .msmr-yura {
    width: 87px;
    height: 82px; 
  }
  #top .slick-slide {
    margin: 0 10px;
  }
  #top .slick-arrow {
    width: 30px;
    height: 30px;
  }
  #top .prev-arrow {
    left: 10%;
  }
  #top .next-arrow {
    right: 10%;
  }
  #top .slick-dots {
    margin: 20px 0 0;
  }
  #top .top-text {
    margin: 60px 0;
    font-size: 1.8rem;
    line-height: 2.3;
    letter-spacing: 0.13em;
  }
  #top .line {
    margin: 60px 0;
  }
  #top .line img {
    height: 30px;
  }
}
@media screen and (max-width: 374px) {
  #top .top-text {
    font-size: 4.5vw;
  }
}


/*-------------------------  news  -------------------------*/
#news {
  position: relative;
  z-index: 2;
}
#news .inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
#news .news-wrap {
  background: #fff8ba;
  width: calc(1000px + 50vw);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50vw;
  flex-shrink: 0;
  position: relative;
}
#news .h2 {
  color: #79b825;
}
#news .h2 h2 {
  letter-spacing: 0.12em;
}
#news ul {
  padding: 0 70px;
}
#news li {
  padding: 16px 0 20px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.4;
  position: relative;
}
#news li::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-image: url(../img/common/wave.svg);
  background-repeat: repeat-x;
  background-size: auto 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#news li:last-of-type::after{
  content: none;
}
#news li .date {
  margin-right: 50px;
  flex-shrink: 0;
}
#news li p {
  width: 100%;
  display: flex;
  align-items: center;
}
#news li a { 
  margin: 0 10px;
  color: #42210b;
  transition: color .3s;
}
#news li a:hover {
  color: #79b825;
  text-decoration: none;
}
#news .icon-new {
  margin: 0 0 0 auto;
  padding: 6px 20px;
  background: #79b825;
  border-radius: 100vmax;
  color: #f6e821;
  flex-shrink: 0;
  line-height: 1;
}
#news .il-msmr {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-100%);
}
@media screen and (max-width: 1000px) {
  #news .news-wrap {
    width: calc(100% + 50vw);
  }
}
@media screen and (max-width: 767px) {
  #news .inner {
    padding: 0;
  }
  #news .news-wrap {
    padding: 40px 0;
    width: 100%;
  }
  #news ul {
    padding: 0 40px;
  }
  #news li {
    padding: 20px 0 24px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.4rem;
  }
  #news li:nth-of-type(3)::after {
    content: none;
  }
  #news li:nth-of-type(n+4){
    display: none;
  }
  #news li .date {
    margin: 0;
  }
  #news li p {
    margin: 10px 0 0;
    display: block;
  }
  #news li a {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #news .icon-new {
    margin-left: 10px;
    margin-top: 2px;
    padding: 3px 12px;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.22em;
  }
  #news .il-msmr {
    width: 62px;
    height: auto;
  }
}


/*-------------------------  link   -------------------------*/
#link {
  margin: 100px 0;
  position: relative;
  z-index: 1;
}
#link .h2 {
  margin-bottom: 30px;
  color: #42210B;
}
#link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 20px;
}
#link ul li {
  width: 240px;
}
#link ul li a {
  width: 100%;
  display: block;
}
#link ul li img {
  width: 100%;
  transition: all .4s;
}
#link ul li a:hover img {
  opacity: 0.7;
}
#link .btn_cm {
  margin: 40px 0 0;
  display: flex;
  justify-content: flex-end;
}
.img-gohan {
  right: -228px;
  top: -220px;
}
.img-kome {
  left: -31px;
  bottom: -276px;
}
@media screen and (max-width: 767px) {
  #link {
    margin: 60px 0 120px;
  }
  #link ul {
    flex-direction: column;
    row-gap: 17px;
  }
  #link ul li {
    width: 100%;
    max-width: 500px;
  }
  #link .btn_cm {
    margin: 60px 0 0;
    justify-content: center;
  }
  .img-gohan {
    right: -50px;
    top: -80px;
  }
  .img-kome {
    display: none;
  }
}