@charset "UTF-8";
/* --------------------------------------------------
  めし丸元気つくし /genkitukusi/ 下層共通
-------------------------------------------------- */
body {
  background: url(../img/genkitukusi/sub-page-title-back.jpg) center/auto;
}
#globalNavi .has-sub > a.genkitukusi {
  color: #ffff00;
}
#sub-page-title .h-image {
  margin: 12px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#sub-page-title h1 span {
  letter-spacing: 0.17em;
}
#sub-page-title h1 strong {
  letter-spacing: 0.12em;
}
#sub-page-title nav li a {
  box-shadow: 0 4px 0 #001141;
}
#sub-page-title nav li a span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
  font-size: 3.0rem;
  letter-spacing: 0.17em;
  line-height: 1.2;
}
#sub-page-title nav li a span span {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
#sub-page-title nav li:nth-child(1) a {
  padding-left: 112px;
  background: #466da0 url(../img/genkitukusi/nav01.png) no-repeat 17px center / 65px auto;
}
#sub-page-title nav li:nth-child(2) a {
  padding-left: 83px;
  background: #466da0 url(../img/genkitukusi/nav02.png) no-repeat 17px 12px / 61.4px auto;
}
#sub-page-title nav li:nth-child(2) a span {
    letter-spacing: 0.02em;
}
#sub-page-title nav li:nth-child(3) a {
  padding-left: 88px;
  background: #466da0 url(../img/genkitukusi/nav03.png) no-repeat 20px center / 55.8px auto;
  font-size: 1.404rem;
  letter-spacing: .06em;
  line-height: 1.4;
}
#sub-page-title nav li a.active {
  background-color: #001141 !important;
}

.line {
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #globalNavi .has-sub > a.genkitukusi {
     color: #42210b;
  }
}
@media screen and (max-width: 767px) {
  #sub-page-title::after {
    height: 180vw;
  }
  #sub-page-title h1 span {
    letter-spacing: 0.07em;
  }
  #sub-page-title h1 strong {
    letter-spacing: 0.09em;
  }
  #sub-page-title nav li a {
    width: 110px;
    height: 118px;
  }
  #sub-page-title nav li:nth-child(1) a {
    padding: 10px 0;
    background: #466da0 url(../img/genkitukusi/nav01.png) no-repeat center bottom 5px / auto 54px;
  }
  #sub-page-title nav li:nth-child(2) a {
    padding: 10px 0;
    background: #466da0 url(../img/genkitukusi/nav02.png) no-repeat center bottom -10px / auto 69px;
  }
  #sub-page-title nav li:nth-child(2) a span {
    letter-spacing: 0;
  }
  #sub-page-title nav li:nth-child(3) a {
    padding: 10px 0;
    background: #466da0 url(../img/genkitukusi/nav03.png) no-repeat center bottom 8px / auto 49px;
  }
  #sub-page-title nav li:nth-child(3) a span {
    letter-spacing: 0.04em;
  }
  #sub-page-title nav li:nth-child(3) a span span {
    letter-spacing: 0.07em;
  }
  #sub-page-title nav li a span {
    font-size: 2.0rem;
    letter-spacing: 0.17em;
  }
  #sub-page-title nav li a span span {
    font-size: 1.0rem;
    letter-spacing: 0.04em;
  }
  .line {
    margin-bottom: 60px;
  }
  .line img {
    width: 152px;
    height: auto;
  }
}

/* --------------------------------------------------
  できるまで
-------------------------------------------------- */
#dekirumade {
  padding: 100px 0 160px;
}
#dekirumade h2 {
  margin-bottom: 30px;
  text-align: center;
}
#dekirumade h3 {
  margin-bottom: 90px;
  text-align: center;
}
#dekirumade .top-text {
  margin: 0 0 80px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.17em;
  text-align: center;
  position: relative;
  z-index: 10;
}

#dekirumade .flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#dekirumade .flow li {
  width: 100%;
  max-width: 900px;
  padding: 50px;
  background: #fff6b8;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  list-style: none;
  background: #fff6b8;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#dekirumade .flow li::before {
  content: '';
  display: block;
  width: 262px;
  height: 296px;
  background: url(../img/genkitukusi/dekirumade/ine.png) no-repeat center/contain;
  mix-blend-mode: multiply;
  position: absolute;
  letter-spacing: 0;
  right: 8%;
  bottom: -42px;
}
#dekirumade .flow li:nth-child(2n+1){
  background: #fff;
}
#dekirumade .flow li .number {
  padding: 12px 12px;
  display: block;
  width: 90px;
  height: 90px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #79b625;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#dekirumade .flow li .img-wrap {
  max-width: 100%;
  width: 53.5%;
  flex-shrink: 0;
}
#dekirumade .flow li .img-wrap img {
  width: 100%;
  height: auto;
}
#dekirumade .flow li .text-wrap .season {
  display: block;
  width: 100%;
  border-bottom: solid 1px #79b625;
  color: #79b625;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}
#dekirumade .flow li .text-wrap strong {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}
#dekirumade .flow li .text-wrap p {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

#dekirumade .report {
  margin: 100px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  position: relative;
  z-index: 10;
}
#dekirumade .report p {
  width: 100%;
  max-width: 500px;
  background: #79b625;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  border-radius: 10vw;
  line-height: 40px;
  text-align: center;
  position: relative;
}
#dekirumade .report p::before {
  content: '';
  display: block;
  width: 19px;
  height: 25px;
  background: #79b625;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
  z-index: -1;
}
#dekirumade .report img {
  height: 327px;
  width: auto;
  transition: transform .3s;
}
#dekirumade .report a:hover img {
  transform: scale(1.02);
}

@media screen and (max-width: 767px) {
  #dekirumade {
    padding: 60px 0 130px;
  }
  #dekirumade h2 {
    margin-bottom: 20px;
  }
  #dekirumade h2 img {
    width: 233px;
    height: auto;
  }
  #dekirumade h3 {
    margin-bottom: 40px;
  }
  #dekirumade h3 img {
    width: 219px;
    height: auto;
  }
  #dekirumade .top-text {
    margin: 0 0 60px;
    font-size: 1.8rem;
    letter-spacing: 0.13em;
    line-height: 2.3;
  }
  #dekirumade .flow {
    row-gap: 18px;
  }
  #dekirumade .flow li {
    padding: 30px 25px 20px;
    flex-direction: column;
    gap: 20px;
    max-width: 450px;
  }
  #dekirumade .flow li::before {
    width: 129px;
    height: 146px;
    right: 7px;
    bottom: -30px;
  }
  #dekirumade .flow li .number {
    padding: 10px;
    width: 70px;
    height: 70px;
    font-size: 1.9rem
  }
  #dekirumade .flow li .img-wrap {
    width: 100%;
  }
  #dekirumade .flow li .text-wrap .season {
    font-size: 1.6rem;
  }
  #dekirumade .flow li .text-wrap strong {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  #dekirumade .flow li .text-wrap p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  #dekirumade .report {
    margin: 60px 0 0;
    row-gap: 28px;
  }
  #dekirumade .report p {
    max-width: 300px;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  #dekirumade .report p::before {
    width: 11.3px;
    height: 15px;
  }
  #dekirumade .report img {
    height: 194px;
  }
}
/* --------------------------------------------------
  アニメーション
-------------------------------------------------- */
.img-onigiri {
  top: -265px;
  left: -95px;
}
.img-gohan {
  top: 13.5%;
  right: -230px;
}
.img-kome {
  top: 42%;
  left: -100px;
}
.img-hashi {
  rotate: -260deg;
  top: 64%;
  right: -111px;
}
.img-onigiri2 {
  top: auto;
  bottom: -15%;
  left: -160px;
  rotate: -29deg;
}
@media screen and (max-width: 767px) {

  .img-onigiri {
    top: -360px;
    left: -90px;
  }
  .img-gohan {
    top: 22.5%;
    right: -75px;
  }
  .img-kome {
    top: 57.5%;
    left: -30px;
  }
  .img-hashi {
    top: 89%;
    bottom: auto;
    right: -120px;
    rotate: -20deg;
  }
  .img-onigiri2 {
    top: auto;
    bottom: -465px;
    rotate: -360deg;
    left: -70px;
  }
}