body {
  background: #F5F5F5; }

h2 {
  font-size: 1.8rem; }
  h2:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #707070;
    display: block;
    margin: 10px 0 20px; }

.content-wrapper {
  max-width: 500px;
  text-align: left;
  padding: 50px 30px 60px;
  margin: 0 auto; }
  .content-wrapper p {
    margin-bottom: 20px; }

@media (max-width: 600px) {
  .online-shop-link {
    display: none; } }
@media (min-width: 769px) {
  h2 {
    font-size: 3rem;
    line-height: 5rem; }
    h2:after {
      width: 100px;
      height: 1px;
      margin: 20px 0 40px; }

  .content-wrapper {
    max-width: 700px;
    padding: 100px 30px; }
    .content-wrapper p {
      margin-bottom: 30px; } }
.section-top {
  position: relative;
  width: 100%;
  height: 90vh; }
  .section-top__wrapper::before {
    background-image: url("../images/feature/sp-top.webp");
    background-image: image-set(url("../images/feature/sp-top.webp") 1x, url("../images/feature/sp-top@2x.webp") 2x);
    background-image: -webkit-image-set(url("../images/feature/sp-top.webp") 1x, url("../images/feature/sp-top@2x.webp") 2x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1; }
  .section-top h1 {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap; }

@media (min-width: 600px) {
  .section-top__wrapper::before {
    background-image: url("../images/feature/tablet_feature.webp");
    background-image: image-set(url("../images/feature/tablet_feature.webp") 1x, url("../images/feature/tablet_feature@2x.webp") 2x);
    background-image: -webkit-image-set(url("../images/feature/tablet_feature.webp") 1x, url("../images/feature/tablet_feature@2x.webp") 2x); }
  .section-top h1 {
    font-size: 3rem;
    line-height: 5rem;
    white-space: nowrap; } }
@media (min-width: 1040px) {
  .section-top__wrapper::before {
    background-image: url("../images/feature/feature_image.webp");
    background-image: image-set(url("../images/feature/feature_image.webp") 1x, url("../images/feature/feature_image@2x.webp") 2x);
    background-image: -webkit-image-set(url("../images/feature/feature_image.webp") 1x, url("../images/feature/feature_image@2x.webp") 2x); } }
.section-feature {
  z-index: auto;
  background: #F5F5F5;
  margin: 0 auto;
  background-image: url("../images/feature/sora-bread.svg");
  background-position: center;
  background-size: 60% 80%;
  background-repeat: no-repeat; }

.section-image img {
  width: 100%;
  margin: 0 auto; }
  .section-image img .sp-hid {
    display: none; }
  .section-image img .pc-hid {
    display: block; }

@media (min-width: 769px) {
  .section-image1 .sp-hid {
    display: block; }
  .section-image1 .pc-hid {
    display: none; } }
.section-howtoeat {
  z-index: auto;
  background: #F5F5F5;
  margin: 0 auto; }

@media (min-width: 769px) {
  .section-howtoeat {
    text-align: right;
    position: relative; }
    .section-howtoeat__image-box {
      display: block; } }
.section-keep {
  background: #E2DEDB; }
  .section-keep:before {
    content: "";
    display: block;
    background-image: url("../images/common/white.png");
    background-size: 100% 100%;
    height: 100px; }

@media (min-width: 769px) {
  .section-keep {
    margin: 0 auto; }
    .section-keep .pc-hid {
      display: none; }
    .section-keep .sp-hid {
      display: block; } }
