@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: 50px;
  }
}
.section02 .image {
  width: 100%;
  margin-bottom: 15px;
}
.section02 .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.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 .headline span {
  font-size: 51px;
}
@media (max-width: 600px) {
  .section02 .headline span {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .section02 .img-list {
    display: none;
  }
}
.section02 .img-list .obj img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section02 .img-list .obj:nth-child(1) {
  width: 210px;
  top: 30%;
  left: 10%;
}
.section02 .img-list .obj:nth-child(2) {
  width: 150px;
  bottom: -30px;
  left: 15%;
}
.section02 .img-list .obj:nth-child(3) {
  width: 250px;
  right: 5%;
  top: 15%;
}
.section02 .list {
  max-width: 700px;
  width: 95%;
  margin: 0 auto;
  gap: 0px 30px;
}
.section02 .list > * {
  width: calc((100% - 30px * (3 - 1)) / 3);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section02 .list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .section02 .list {
    gap: 0px 5px;
  }
  .section02 .list > * {
    width: calc((100% - 5px * (3 - 1)) / 3);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.section02 .list .item {
  font-size: 32px;
  font-weight: bold;
  aspect-ratio: 1/1;
  background-color: #e9e1d7;
  border-radius: 50%;
  -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;
  color: #5b3d1b;
  line-height: 1.34375;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
@media (max-width: 600px) {
  .section02 .list .item {
    font-size: 17px;
  }
  .section02 .list .item:nth-child(2) {
    margin-top: 10px;
  }
}
.section02 .list .item span {
  margin-top: 20px;
  font-size: 14px;
  color: #997e61;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
@media (max-width: 600px) {
  .section02 .list .item span {
    font-size: 10px;
    margin-top: 10px;
  }
}

.section03 {
  margin-bottom: 80px;
}
@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: 800px) {
  .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;
    width: 90%;
    margin: 0 auto;
  }
}
.section03 .list {
  max-width: 1200px;
  width: 90%;
  margin: -20px auto 0 auto;
  counter-reset: count;
  z-index: -1;
  container-type: inline-size;
}
@media (max-width: 800px) {
  .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: 800px) {
  .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: -7%;
  left: -30px;
}
.section03 .list .row {
  counter-increment: count;
  background-color: #e9e1d7;
  padding: 50px 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
.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(odd) .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section03 .list .row:nth-child(even) {
  background-color: #e2d3cd;
}
.section03 .list .row:nth-child(even) .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 800px) {
  .section03 .list .row {
    padding: 45px 3%;
  }
}
.section03 .list .row .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8%;
}
@media (max-width: 600px) {
  .section03 .list .row .inner {
    gap: 30px;
  }
}
.section03 .list .row .inner .image {
  width: 30cqw;
  z-index: 1;
}
.section03 .list .row .inner .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 800px) {
  .section03 .list .row .inner .image {
    width: 100%;
  }
  .section03 .list .row .inner .image::after {
    content: "FEATURE\a" 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: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3;
    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: -20px;
    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: "FEATURE\a" 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: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.75;
  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: 800px) {
  .section03 .list .row .inner .content .title::before {
    display: none;
  }
}
.section03 .list .row .inner .content .title::after {
  content: "";
  width: calc(100% + 55px);
  height: 1px;
  display: block;
  background: #c3a991;
  position: absolute;
  bottom: 0;
  left: 45px;
}
@media (max-width: 800px) {
  .section03 .list .row .inner .content .title::after {
    display: none;
  }
}
.section03 .list .row .inner .content .title p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #5b3d1b;
  font-size: clamp(16px, 1.58cqw, 1.9rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.44;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 800px) {
  .section03 .list .row .inner .content .title p {
    line-height: 1.5625;
    text-align: center;
  }
}
.section03 .list .row .inner .content .text {
  color: #5b3d1b;
  line-height: 2;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 800px) {
  .section03 .list .row .inner .content .text {
    font-size: 12px;
    line-height: 1.9166666667;
  }
}

.section04 {
  background-image: url(https://gigaplus.makeshop.jp/gibieat/top/images/sec06-back.png);
  background-size: cover;
  background-position: center;
  background-position: top;
  padding: 70px 0 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section04 .headline {
  display: block;
  color: #e2641e;
  font-size: 13px;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 800;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section04 .headline span {
  text-align: center;
  font-size: 37px;
  color: #5b3d1b;
  font-weight: bold;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .section04 .headline span {
    font-size: 23px;
    line-height: 1.4;
  }
}
.section04 .headline span::before, .section04 .headline span::after {
  content: "";
  display: block;
  width: 24px;
  height: 30px;
  background-image: url(https://gigaplus.makeshop.jp/gibieat/top/images/hukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.section04 .headline span::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.section04 .box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  border: 1px solid #ede1ce;
}
@media (max-width: 600px) {
  .section04 .box {
    padding: 40px 20px;
  }
}
.section04 .box::before, .section04 .box::after {
  content: "";
  display: block;
  width: 90px;
  height: 70px;
  background-image: url(https://gigaplus.makeshop.jp/gibieat/top/images/box.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (max-width: 600px) {
  .section04 .box::before, .section04 .box::after {
    display: none;
  }
}
.section04 .box::before {
  top: -15px;
  left: -25px;
}
.section04 .box::after {
  bottom: -15px;
  right: -25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section04 .box .image {
  width: 60%;
  margin: 0 auto 20px auto;
  aspect-ratio: 1/1;
}
.section04 .box .image img {
  width: 100%;
  height: 100%;
}
.section04 .box .name {
  color: #5b3d1b;
  margin-bottom: 15px;
  text-align: center;
}
.section04 .box .name span {
  font-size: 13px;
  color: #5b3d1b;
}
@media (max-width: 600px) {
  .section04 .box .name {
    text-align: center;
    font-size: 23px;
    margin-bottom: 40px;
  }
  .section04 .box .name span {
    font-size: 16px;
  }
}
.section04 .box .history {
  line-height: 2.2666666667;
  color: #5b3d1b;
  padding-left: 10px;
  border-left: 2px solid #5b3d1b;
  line-height: 1.8;
  font-size: 10px;
}
@media (max-width: 600px) {
  .section04 .box .history {
    font-size: 12px;
  }
}
.section04 .box .text {
  line-height: 2.2666666667;
  color: #5b3d1b;
}
@media (max-width: 600px) {
  .section04 .box .text {
    margin-bottom: 30px;
  }
}
.section04 .box .left {
  width: 205px;
}
.section04 .box .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section05 {
  background-image: url(https://gigaplus.makeshop.jp/gibieat/about/images/about-back.png);
  background-size: cover;
  background-position: center;
  background-position: bottom;
  padding: 80px 0 90px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section05 {
    padding: 35px 0 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 94%;
    margin: 0 auto 50px auto;
    border-radius: 10px;
    background-image: none;
  }
}
.section05 .row {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 80px;
}
@media (max-width: 600px) {
  .section05 .row {
    width: 100%;
  }
}
.section05 .row .image {
  width: 400px;
}
@media (max-width: 600px) {
  .section05 .row .image {
    display: none;
  }
}
.section05 .row .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section05 .row .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section05 .row .content .title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7692307692;
  color: #5b3d1b;
  margin-bottom: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 600px) {
  .section05 .row .content .title {
    font-size: 16px;
    line-height: 1.5625;
    text-align: center;
  }
}
.section05 .row .content .text {
  line-height: 2.125;
  color: #5b3d1b;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 600px) {
  .section05 .row .content .text {
    font-size: 12px;
    line-height: 1.9166666667;
  }
}

.section06 {
  margin-bottom: 80px;
}
.section06 .headline {
  text-align: center;
}
.section06 .headline span {
  display: block;
  color: #e2641e;
  font-size: 13px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .section06 .headline span {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
.section06 .headline {
  font-size: 40px;
  color: #5b3d1b;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .section06 .headline {
    font-size: 21px;
  }
}
.section06 .list {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 50px auto;
  gap: 0px 30px;
}
.section06 .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) {
  .section06 .list {
    gap: 40px 20px;
  }
  .section06 .list > * {
    width: calc((100% - 20px * (2 - 1)) / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.section06 .list .item a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.section06 .list .item a:hover {
  opacity: 1;
}
.section06 .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;
}
.section06 .list .item a .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .section06 .list .item a .image {
    padding: 15px;
    border-radius: 30px;
  }
}
.section06 .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) {
  .section06 .list .item a .subheadline {
    font-size: 10px;
  }
}
.section06 .list .item a .subheadline::before, .section06 .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;
}
.section06 .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) {
  .section06 .list .item a .name {
    font-size: 16px;
  }
}
.section06 .list .item a .price {
  font-size: 19px;
  color: #e2641e;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 600px) {
  .section06 .list .item a .price {
    font-size: 12px;
  }
}
.section06 .list .item a .price span {
  font-size: 14px;
  color: #e2641e;
}
@media (max-width: 600px) {
  .section06 .list .item a .price span {
    font-size: 10px;
  }
}
.section06 .list .item a .sale {
  width: 200px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .section06 .list .item a .sale {
    width: 100%;
  }
}
.section06 .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) {
  .section06 .list .item a .sale {
    font-size: 11px;
    padding: 10px 0;
  }
}
.section06 .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;
}
.section06 .list .item a:hover .sale:hover {
  background-color: #f9bb23;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5b3d1b;
  opacity: 1;
}
.section06 .list .item a:hover .sale:hover::after {
  border-color: #5b3d1b;
}
.section06 .button {
  width: 330px;
  margin: 0 auto;
  border-radius: 60px;
  border: 1px solid #5b3d1b;
}
.section06 .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;
}

.section06 .list .item .image .badge {
  display: none;
}
.section06 .list .item:first-child a .image {
  position: relative;
}
.section06 .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;
}
.section06 .list .item:first-child a .image .badge span {
  font-size: 12px;
}
@media (max-width: 600px) {
  .section06 .list .item:first-child a .image .badge {
    width: 65px;
    height: 65px;
    font-size: 10px;
    top: -10px;
    left: -10px;
  }
  .section06 .list .item:first-child a .image .badge span {
    font-size: 8px;
  }
}
.section06 .list .item:first-child a .sale {
  background-color: #f9bb23;
  color: #5b3d1b;
}
.section06 .list .item:first-child a .sale::after {
  border-color: #5b3d1b;
}
.section06 .list .item:first-child a:hover .sale {
  background-color: #5b3d1b;
  color: #fff;
}
.section06 .list .item:first-child a:hover .sale::after {
  border-color: #fff;
}