.yakiimo-hero {
  background-image: url("../images/yakiimo/bg-yakiimo.jpg");
}

/* セカンドビュー画像 */
.yakiimo-second {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;

}
@media screen and (min-width: 768px) {
  .yakiimo-second {
    grid-template-columns: repeat(2, 1fr);

  }
}


.yakiimo-lead__paragraph {
    font-size: 1.3rem;
    letter-spacing: .15em;
    line-height: 2em;
    font-weight: 500;
    text-align: center;
}
.yakiimo-lead__paragraph-note{
    margin-top: 2em;
    font-size: 12px;
    letter-spacing: .15em;
    line-height: 2em;
    font-weight: 500;
    text-align: center;
}
.guard-lead__heading__image{
    text-align: center;
    margin-bottom: 30px;
}
.guard-lead__heading__image img{
    max-width: 500px;
}
.yakiimo-scenes__list__item p{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
.yakiimo-desc__list__item__box__text{
    margin-top: 15px;
}
.yakiimo-desc__list__item__box__text__paragraph:not(:last-child){
    margin-bottom: 6px;
}
.yakiimo-desc__list__item__box__text__paragraph:not(:first-child){
    margin-top: 6px;
}
.yakiimo-desc__list__item__box__text__price {
    font-weight: 700;
}
.yakiimo-desc__list__item__box__text__price:not(:first-child) {
    margin-top: 6px;
    margin-bottom: 6px;
}


@media print, screen and (min-width: 960px) {
  .yakiimo-hero {
    background-image: url("../images/yakiimo/bg-yakiimo-desktop.jpg");
  }
  .yakiimo-lead__paragraph {
    font-size: 1.6rem;
  }
  .yakiimo-scenes__list__item {
    width: 30%;
  }
}



/* 丸い図形 */
.yakiimo-lead__pickup-list:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 640px) {
  .yakiimo-lead__pickup-list:not(:first-child) {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.yakiimo-lead__pickup-list__item:not(:first-child) {
  margin-top: 16px;
}

@media screen and (min-width: 640px) {
  .yakiimo-lead__pickup-list__item:not(:first-child) {
    margin-top: 0;
    margin-left: 40px;
  }
}

@media print, screen and (min-width: 960px) {
  .yakiimo-lead__pickup-list__item:not(:first-child) {
    margin-left: 50px;
  }
}

.yakiimo-lead__pickup-list__item__shape {
  border-radius: 3px;
  background-color: #f7c8c8;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 640px) {
  .yakiimo-lead__pickup-list__item__shape {
    width: 173px;
    height: 173px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.yakiimo-lead__pickup-list__item__shape__paragraph {
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 2em;
  font-weight: 700;
  color: #d76e6e;
}

@media print, screen and (min-width: 960px) {
  .yakiimo-lead__pickup-list__item__shape__paragraph {
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}


/* 使い方セクション */
.yakiimo-howto{
  background-color: #ffffff;
}
.yakiimo-howto__list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.yakiimo-howto__list__item {
  text-align: center;
}

.yakiimo-howto__list__item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 5px;
  position: relative;
}

.yakiimo-howto__list__item p {
  font-size: 16px;
  line-height: 1.6;
}


/* PCで2カラム横並び */
@media screen and (min-width: 768px) {
  .yakiimo-howto__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .yakiimo-howto__list__item img {
    max-width: 100%;
  }
}

