@charset "UTF-8";
.section01 {
  margin: 0 0 95px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 249, 233)), color-stop(65%, rgba(255, 249, 233, 0.35)), to(rgba(255, 249, 233, 0)));
  background: linear-gradient(to bottom, rgb(255, 249, 233) 0%, rgba(255, 249, 233, 0.35) 65%, rgba(255, 249, 233, 0) 100%);
  padding-top: 100px;
}
@media (max-width: 600px) {
  .section01 {
    padding-top: 80px;
    margin: 0 0 40px 0;
  }
}
.section01 .image {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
.section01 .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .section01 .image {
    max-width: 94%;
  }
}
.section01 .text {
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #583518;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 600px) {
  .section01 .text {
    top: auto;
    bottom: 30px;
    left: 5%;
    line-height: 1;
  }
}
.section01 .text * {
  color: #583518;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section01 .text span {
  font-size: 14px;
  display: block;
  line-height: 1.7857142857;
  letter-spacing: 1px;
}

.section02 {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .section02 {
    margin-bottom: 60px;
  }
}
.section02 .headline {
  text-align: center;
  margin-bottom: 70px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 600px) {
  .section02 .headline {
    margin-bottom: 30px;
  }
}
.section02 .headline * {
  color: #593d21;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section02 .headline p {
  text-decoration: none;
  /* 下線画像 */
  background-image: url("https://gigaplus.makeshop.jp/gibieat/images/border.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 30px;
  padding-bottom: 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 38px;
  display: inline-block;
}
@media (max-width: 600px) {
  .section02 .headline p {
    font-size: 22px;
  }
}
.section02 .row {
  max-width: 630px;
  width: 94%;
  margin: 0 auto;
}
.section02 .row .text {
  color: #5b3d1b;
  line-height: 2.25;
}
.section02 .row .image {
  width: 170px;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 600px) {
  .section02 .row .image {
    display: none;
  }
}
.section02 .row .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section03 {
  margin-bottom: 150px;
}
@media (max-width: 600px) {
  .section03 {
    margin-bottom: 30px;
  }
}
.section03 .headline {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.4411764706;
  color: #593d21;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 600px) {
  .section03 .headline {
    font-size: 21px;
    background-color: #e9e1d7;
    border-radius: 30px 30px 0 0;
    padding-top: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section03 .list {
  max-width: 1200px;
  margin: -20px auto 0 auto;
  counter-reset: count;
  z-index: -1;
}
@media (max-width: 600px) {
  .section03 .list {
    margin: 0 auto;
  }
}
.section03 .list::before, .section03 .list::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
@media (max-width: 600px) {
  .section03 .list::before, .section03 .list::after {
    display: none;
  }
}
.section03 .list::before {
  width: 145px;
  height: 300px;
  background-image: url(https://gigaplus.makeshop.jp/gibieat/about/images/about-img13.png);
  top: -14%;
  right: 0;
}
.section03 .list::after {
  width: 200px;
  height: 260px;
  background-image: url(https://gigaplus.makeshop.jp/gibieat/about/images/about-img17.png);
  bottom: -17%;
  left: -30px;
}
.section03 .list .row {
  counter-increment: count;
  background-color: #e9e1d7;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section03 .list .row:first-child {
  border-radius: 30px 30px 0 0;
}
@media (max-width: 600px) {
  .section03 .list .row:first-child {
    border-radius: 0 0 0 0;
  }
}
.section03 .list .row:last-child {
  border-radius: 0 0 30px 30px;
}
.section03 .list .row:nth-child(even) {
  background-color: #e2d3cd;
}
@media (max-width: 600px) {
  .section03 .list .row {
    padding: 45px 3%;
  }
}
.section03 .list .row .inner {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
@media (max-width: 600px) {
  .section03 .list .row .inner {
    gap: 30px;
  }
}
.section03 .list .row .inner .image {
  width: 355px;
}
.section03 .list .row .inner .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .section03 .list .row .inner .image {
    width: 100%;
  }
  .section03 .list .row .inner .image::after {
    content: counter(count, decimal-leading-zero);
    white-space: pre;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #f5f2ed;
    border: 1px solid #c5b39d;
    border-radius: 50%;
    color: #997e61;
    font-size: 22px;
    font-weight: bold;
    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;
    text-align: center;
    position: absolute;
    top: -25px;
    right: 0;
  }
}
.section03 .list .row .inner .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section03 .list .row .inner .content .title {
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section03 .list .row .inner .content .title::before {
  content: counter(count, decimal-leading-zero);
  white-space: pre;
  display: block;
  width: 90px;
  height: 90px;
  background-color: #f5f2ed;
  border: 1px solid #c5b39d;
  border-radius: 50%;
  color: #997e61;
  font-size: 28px;
  font-weight: bold;
  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;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 600px) {
  .section03 .list .row .inner .content .title::before {
    display: none;
  }
}
.section03 .list .row .inner .content .title p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #5b3d1b;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.44;
}
@media (max-width: 600px) {
  .section03 .list .row .inner .content .title p {
    font-size: 16px;
    line-height: 1.5625;
    text-align: center;
  }
}
.section03 .list .row .inner .content .text {
  color: #5b3d1b;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 600px) {
  .section03 .list .row .inner .content .text {
    font-size: 12px;
    line-height: 1.9166666667;
  }
}

.section04 {
  margin-bottom: 80px;
}
.section04 .headline {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  color: #5b3d1b;
  font-weight: bold;
  margin-bottom: 60px;
}
.section04 .headline span {
  display: block;
  color: #e2641e;
  font-size: 13px;
  margin-bottom: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 600px) {
  .section04 .headline span {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .section04 .headline {
    font-size: 21px;
  }
}
.section04 .list {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 50px auto;
  gap: 0px 30px;
}
.section04 .list > * {
  width: calc((100% - 30px * (4 - 1)) / 4);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 600px) {
  .section04 .list {
    gap: 40px 20px;
  }
  .section04 .list > * {
    width: calc((100% - 20px * (2 - 1)) / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.section04 .list .item a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.section04 .list .item a:hover {
  opacity: 1;
}
.section04 .list .item a .image {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff9e9;
  border-radius: 50px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.section04 .list .item a .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .section04 .list .item a .image {
    padding: 15px;
    border-radius: 30px;
  }
}
.section04 .list .item a .subheadline {
  color: #5b3d1b;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .section04 .list .item a .subheadline {
    font-size: 10px;
  }
}
.section04 .list .item a .subheadline::before, .section04 .list .item a .subheadline::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-image: url(https://gigaplus.makeshop.jp/gibieat/top/images/dot-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section04 .list .item a .name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 21px;
  color: #5b3d1b;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .section04 .list .item a .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.section04 .list .item a .price {
  font-size: 19px;
  color: #e2641e;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 600px) {
  .section04 .list .item a .price {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.section04 .list .item a .price span {
  font-size: 14px;
  color: #e2641e;
}
@media (max-width: 600px) {
  .section04 .list .item a .price span {
    font-size: 10px;
  }
}
.section04 .list .item a .sale {
  width: 200px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .section04 .list .item a .sale {
    width: 100%;
  }
}
.section04 .list .item a .sale {
  display: block;
  background-color: #5b3d1b;
  border-radius: 30px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 600px) {
  .section04 .list .item a .sale {
    font-size: 11px;
    padding: 10px 0;
  }
}
.section04 .list .item a .sale::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 5px;
  height: 5px;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
}
.section04 .list .item a:hover .sale {
  background-color: #f9bb23;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5b3d1b;
  opacity: 1;
}
.section04 .list .item a:hover .sale::after {
  border-color: #5b3d1b;
}
.section04 .list .item .image .badge {
  display: none;
}
.section04 .list .item:first-child a .image {
  position: relative;
}
.section04 .list .item:first-child a .image .badge {
  width: 120px;
  height: 120px;
  background-color: #f9bb23;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -30px;
}
.section04 .list .item:first-child a .image .badge span {
  font-size: 12px;
}
@media (max-width: 600px) {
  .section04 .list .item:first-child a .image .badge {
    width: 65px;
    height: 65px;
    font-size: 10px;
    top: -10px;
    left: -10px;
  }
  .section04 .list .item:first-child a .image .badge span {
    font-size: 8px;
  }
}
.section04 .list .item:first-child a .sale {
  background-color: #f9bb23;
  color: #5b3d1b;
}
.section04 .list .item:first-child a .sale::after {
  border-color: #5b3d1b;
}
.section04 .list .item:first-child a:hover .sale {
  background-color: #5b3d1b;
  color: #fff;
}
.section04 .list .item:first-child a:hover .sale::after {
  border-color: #fff;
}
.section04 .button {
  width: 330px;
  margin: 0 auto;
  border-radius: 60px;
  border: 1px solid #5b3d1b;
}
.section04 .button a {
  display: block;
  color: #5b3d1b;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}