/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.mv {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  background: url("/img/common/bg_brown.webp");
  background-size: 2500px;
  padding: 10px;
  box-sizing: border-box;
}
.mv::before, .mv::after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/common/corner.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
.mv::before {
  top: 10px;
  left: 130px;
}
.mv::after {
  top: 120px;
  left: 10px;
}
.mv_slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100dvh - 20px);
  margin: auto;
}
.mv_slider::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  mix-blend-mode: multiply;
  z-index: 2;
  border-radius: 20px;
}
.mv_slider::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 3;
  background-image: url("/img/top/mv_leaf01.webp"), url("/img/top/mv_leaf02.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 145px, 150px;
  background-position: top -40px right 20px, bottom -10px left -30px;
}
/*　背景画像設定　*/
.slider-item01 {
  background: url("/img/top/mv.webp");
}
.slider-item02 {
  background: url("/img/top/mv.webp");
}
.mv_slider .slider-item {
  width: 100%;
  height: calc(100dvh - 20px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
.mv_slider .slick-slide {
  min-height: calc(100dvh - 20px);
}
.scrolldown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 1px;
  transform: translate(-50%, 0%);
  z-index: 3;
}
.scrolldown span {
  position: absolute;
  left: -20px;
  bottom: 165px;
  font-family: "Alice", serif;
  color: #FDE94B;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 4px;
  height: 20px;
  background: #FDE94B;
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 125px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.5px;
  height: 160px;
  background: #fff;
}
.mv_logo {
  position: absolute;
  z-index: 3;
  width: 65%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Alice", serif;
  color: #fff;
  font-size: 1.5rem;
}
.mv_logo div {
  position: absolute;
  top: -1.3em;
  left: -0.7em;
  font-family: "adlery-pro-swash", sans-serif;
  font-weight: 700;
  color: #FDE94B;
  font-size: 3rem;
  transform: rotate(-12deg);
  z-index: 1;
}
.mv_logo::before, .mv_logo::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.mv_logo::before {
  top: -4em;
  left: -2em;
  width: 80px;
  height: 80px;
  background-image: url("/img/top/mv_leaf04.webp");
}
.mv_logo::after {
  bottom: -2em;
  right: -2em;
  width: 80px;
  height: 80px;
  background-image: url("/img/top/mv_leaf03.webp");
}
.mv_sptxt {
  position: absolute;
  z-index: 3;
  top: 100px;
  right: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  color: #FDE94B;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.9;
}
.mv_sptxt span {
  text-orientation: upright;
  font-feature-settings: "vert"0;
  position: relative;
  display: inline-block;
  background-image: url("/img/top/mv_line.webp");
  background-repeat: no-repeat;
  background-size: 5px;
  background-position: top 0 left 0;
}
.mv_pctxt {
  display: none;
}
/* concept */
.concept_bg {
  position: relative;
  overflow: hidden;
  background: url("/img/common/bg_blue.webp") center / cover;
}
.concept {
  overflow: hidden;
  padding: 2em 0 3em;
}
.concept_ttl {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0;
}
.concept_ttl h2 {
  position: absolute;
  padding: 0 0 0 20px;
  top: -5px;
  left: 0px;
   font-family: "birra-2", serif;
  font-weight: 700;
  font-size: 3.5rem;
  color: #fff;
  z-index: 1;
text-transform: uppercase;
}
.concept_ttl div {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #FDE94B;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 10px 0 0;
}
.concept_ttl div span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 110px;
  text-align: center;
}
.concept_ttl div::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 85%;
  height: 85%;
  border-radius: 50%;
  border: 2px solid #FDE94B;
}
.concept_ttl p {
  display: inline-block;
  position: relative;
  text-align: right;
  font-weight: 500;
  color: #FDE94B;
  font-size: 3.5rem;
  line-height: 1.3;
}
.concept_ttl p::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 2px;
  display: block;
  width: 90px;
  height: 40px;
  background-image: url("/img/top/dakara.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.concept_img01 {
  position: relative;
  z-index: 1;
  width: 95%;
  margin: 1em auto 0 0;
}
.concept_img01 img {
  border-radius: 0 15px 15px 0;
  height: 220px;
  object-fit: cover;
}
.concept_img02 {
  position: relative;
  width: 95%;
  margin: 4em 0 0 auto;
}
.concept_img02 > img {
  width: 85%;
  margin: 0 0 0 15%;
  position: relative;
  z-index: 1;
}
.concept_img02 div {
  position: absolute;
  top: -30px;
  left: 10px;
  width: 95%;
}
.concept_img02 div img {
  animation: rotate 40s linear infinite;
}
.concept_img03 {
  position: relative;
  width: 85%;
  margin: -3em auto 0 10%;
}
.concept_img03 img {
  position: relative;
  z-index: 1;
}
.concept > p {
  width: 80%;
  margin: 1.5em auto;
  text-align: left;
  line-height: 2;
}
.concept .btn {
  width: 280px;
  margin: auto;
}
.concept_bg::before, .concept_bg::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.concept_bg::before {
  top: -10px;
  right: 5%;
  width: 80px;
  height: 80px;
  background-image: url("/img/top/concept_leaf01.webp");
}
.concept_bg::after {
  top: 6em;
  left: -2em;
  width: 100px;
  height: 100px;
  background-image: url("/img/top/concept_leaf03.webp");
}
.concept_img02::before, .concept_img02::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.concept_img02::before {
  top: -4em;
  left: -3.5em;
  width: 150px;
  height: 150px;
  background-image: url("/img/top/concept_leaf02.webp");
}
.concept_img02::after {
  top: 60%;
  right: -30px;
  width: 150px;
  height: 150px;
  background-image: url("/img/top/concept_leaf04.webp");
  transform: scale(-1, 1);
}
.concept_img03::before, .concept_img03::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.concept_img03::before {
  top: 75%;
  right: -30px;
  width: 150px;
  height: 150px;
  background-image: url("/img/top/concept_leaf06.webp");
}
.concept_img03::after {
  top: 6.5em;
  left: -4em;
  width: 120px;
  height: 120px;
  background-image: url("/img/top/concept_leaf08.webp");
}
.concept_img02 div::before, .concept_img02 div::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.concept_img02 div::before {
  top: 55%;
  left: -50px;
  width: 100px;
  height: 100px;
  background-image: url("/img/top/concept_leaf05.webp");
}
.concept_img02 div::after {
  top: 90%;
  left: 2em;
  width: 120px;
  height: 120px;
  background-image: url("/img/top/concept_leaf07.webp");
}
/* menu */
.menu_bg {
  padding: 3em 0;
  position: relative;
  overflow: hidden;
  background: url("/img/common/bg_brown.webp");
  background-size: 2000px;
}
.menu_bg::before, .menu_bg::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 235px;
  top: -30px;
}
.menu_bg::before {
  left: -40px;
  background-image: url("/img/top/menu_leaf01.webp");
}
.menu_bg::after {
  right: -40px;
  background-image: url("/img/top/menu_leaf02.webp");
}
.menu_txt {
  margin: 1em auto 0;
  width: 80%;
}



.topmenu_slider {
  overflow: hidden;
  white-space: nowrap;
	 margin: 1em auto 2em;
}

.scroll-track {
  display: inline-block;
  animation: scrollLeft 30s linear infinite;
}

.scroll-track img {
  display: inline-block;
  width: 180px;
  margin-right: 0px;
}

@keyframes scrollLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


.topmenu_link {
  width: 230px;
  margin: auto;
}
.topmenu_link li {
  margin: 1em auto 0;
}
/* shop */
.shop_bg {
  padding: 3em 0;
  position: relative;
  overflow: hidden;
}
.shop_bg::before {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 188px;
  top: 50px;
  right: -40px;
  background-image: url("/img/top/shop_leaf.webp");
}
.shop {
  width: 80%;
  margin: auto;
}
.shop > li {
  margin: 4em auto 0;
  position: relative;
  background: url("/img/common/bg_brown.webp");
  background-size: 2000px;
  border-radius: 15px;
}
.shop_ap {
  position: absolute;
  z-index: 1;
  top: 170px;
  right: -15px;
  font-family: "adlery-pro-swash", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
   color: #59B7BF;
  transform: rotate(-10deg);
  padding: 0 0 0 20px;
}
.shop_img {
  position: relative;
}
.shop_img img {
  position: absolute;
  top: -20px;
  left: -20px;
  border-radius: 15px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.shop_txt {
  padding: 200px 20px 40px;
  text-align: left;
}
.shop_txt p {
  font-weight: 500;
  font-size: 1.8rem;
}
.shop_txt ul {
  margin: 0.3em auto 0.5em;
}
.shop_txt ul li {
  border-bottom: 1px solid #59B7BF;
  padding: 8px 0;
}
.shop_txt ul li:last-child {
  border: none !important;
}
.shop_txt .btn {
  width: 80%;
}
.shop_txt .btn img {
  width: 12px;
  margin: 0 10px 15px 0;
}
.shop > li:nth-child(2) .shop_ap {
  color: #59B7BF;
  top: 150px;
  right: -25px;
}
.shop > li:nth-child(2) .shop_txt ul li {
  border-bottom: 1px solid #59B7BF;
}
.shop_arrow {
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 70px;
}
.shop_arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  color:  #59B7BF;
  font-size: 2rem;
  transition: all .2s linear;
  z-index: 1;
  pointer-events: none;
}
.shop_arrow:hover::before {
  left: 55%;
}
.shop_arrow:hover img {
  opacity: 1;
}
.shop_arrow img {
  display: block;
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.shop > li:nth-child(2) .shop_arrow::before {
  color: #59B7BF;
}
/* truck */
.truck_bg {
  padding: 3em 0;
  position: relative;
  overflow: hidden;
  background: url("/img/common/bg_blue.webp") center / cover;
  color: #fff;
}
.truck_bg h2 span {
  color: #FDE94B;
}
.truck_bg::before, .truck_bg::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 188px;
}
.truck_bg::before {
  top: 10px;
  right: -40px;
  background-image: url("/img/top/truck_leaf01.webp");
}
.truck_bg::after {
  bottom: -80px;
  left: -40px;
  background-image: url("/img/top/truck_leaf02.webp");
}
.truck {
  position: relative;
  z-index: 1;
  width: 75%;
  margin: 1em auto 0;
}
.truck::before, .truck::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
}
.truck::before {
  top: -40px;
  left: calc(50% - 90%);
  background-image: url("/img/top/truck_img01.webp");
}
.truck::after {
  top: 150px;
  right: calc(50% - 90%);
  background-image: url("/img/top/truck_img02.webp");
}
.truck img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
}
.truck p {
  text-align: left;
  margin: 1em auto;
}
.truck div {
  width: 230px;
  margin: auto;
}
.truck::before {
  animation: floating-x 5s ease-in-out infinite alternate;
}
@keyframes floating-x {
  0% {
    left: calc(50% - 90%);
  }
  100% {
    left: calc(50% - 80%);
  }
}
.truck::after {
  animation: floating-x2 5s ease-in-out infinite alternate;
}
@keyframes floating-x2 {
  0% {
    right: calc(50% - 90%);
  }
  100% {
    right: calc(50% - 80%);
  }
}
/* goods */
.goods {
  position: relative;
  width: 80%;
  margin: 0 auto 3em;
  border: 1px solid #59B7BF;
  border-radius: 500px;
}
.goods div {
  position: absolute;
  top: -0.3em;
  left: -0.3em;
  text-align: left;
  color: #59B7BF;
  font-family: "adlery-pro-swash", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  transform: rotate(-26deg);
}
.goods div span {
  display: inline-block;
  font-family: "adlery-pro", sans-serif;
}
.goods p {
  width: 80%;
  margin: 3em auto 1em;
  line-height: 1.8;
  text-align: left;
}
.goods p span {
  display: block;
  color: #59B7BF;
  font-weight: 500;
  margin: 0 auto 0.5em;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
}
/* ig */
.instagram {
  width: 90%;
  margin: 1em auto;
}
.top_btn {
  width: 230px;
  margin: auto;
}
/* news */
.news_bg {
  padding: 1em 0 3em;
  width: 85%;
  margin: auto;
}
.news_bg .news {
  margin: 1em auto 2em;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {
    padding: 20px;
  }
  .mv::before {
    top: 20px;
    left: 200px;
  }
  .mv::after {
    top: 190px;
    left: 20px;
  }
  .mv_slider {
    height: calc(100vh - 40px);
  }
  .mv_slider::after {
    background-size: 22%, 22%;
    background-position: top 40px right -70px, bottom -10px left -50px;
  }
  .mv_slider .slider-item {
    height: calc(100vh - 40px);
  }
  .mv_slider .slick-slide {
    min-height: calc(100vh - 40px);
  }
  .scrolldown {
    bottom: 20px;
  }
  .scrolldown span {
    bottom: 165px;
  }
  .mv_logo {
    max-width: 600px;
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .mv_logo div {
    top: -1em;
    left: -1.5em;
    font-size: 6rem;
  }
  .mv_logo::before {
    top: -3em;
    left: -2.5em;
    width: 170px;
    height: 170px;
  }
  .mv_logo::after {
    bottom: -3em;
    right: -2em;
    width: 175px;
    height: 190px;
  }
  .mv_sptxt {
    display: none;
  }
  .mv_pctxt {
    display: block;
    position: absolute;
    z-index: 3;
    top: 150px;
    right: 7%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    color: #FDE94B;
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 2;
  }
  .mv_pctxt span {
    text-orientation: upright;
    font-feature-settings: "vert"0;
    position: relative;
    display: inline-block;
    background-image: url("/img/top/mv_line.webp");
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: top 0 left 2px;
  }
  .mv_pctxt span:last-of-type {
    padding: 70px 0 0;
    background-position: top 75px left 2px;
  }
  /* concept */
  .concept {
    padding: 3em 50% 6em 0;
  }
  .concept_ttl {
    width: 90%;
    justify-content: flex-end;
    padding: 70px 0 0;
  }
  .concept_ttl h2 {
    position: absolute;
    padding: 0px 0 0 0px;
    top: -10px;
    left: auto;
    right: 50%;
    font-size: 6rem;
  }
  .concept_ttl div {
    width: 160px;
    height: 160px;
    font-size: 2rem;
  }
  .concept_ttl div span {
    width: 160px;
  }
  .concept_ttl p {
    font-size: 5.5vw;
  }
  .concept_ttl p::before {
    top: 15%;
    left: 10%;
    width: 130px;
    height: 56px;
  }
  .concept_img01 {
    width: 95%;
    margin: 1.5em auto 0 0;
  }
  .concept_img01 img {
    border-radius: 0 30px 30px 0;
    height: 400px;
  }
  .concept_img02 {
    position: absolute;
    top: 8em;
    right: -20px;
    width: 50%;
    margin: 0;
  }
  .concept_img02 div {
    position: absolute;
    top: -50px;
    left: 10px;
    width: 95%;
    animation: rotate 40s linear infinite;
  }
  .concept_img03 {
    position: absolute;
    bottom: 7em;
    right: 15%;
    width: 43%;
    max-width: 620px;
    margin: 0;
  }
  .concept > p {
    position: relative;
    width: 350px;
    margin: 2em auto;
    font-size: 1.7rem;
    line-height: 2.3;
  }
  .concept .btn {
    width: 350px;
    margin: 0 auto 0;
  }
  .concept_bg::before {
    top: -30px;
    right: 55%;
    width: 130px;
    height: 130px;
  }
  .concept_bg::after {
    top: 8em;
    left: -3em;
    width: 200px;
    height: 200px;
  }
  .concept_img02::before {
    top: -12em;
    left: 0em;
    width: 270px;
    height: 270px;
  }
  .concept_img02::after {
    top: 55%;
    right: 85%;
    width: 230px;
    height: 230px;
    transform: scale(1, 1);
  }
  .concept_img03::before {
    top: 25%;
    right: -230px;
    width: 270px;
    height: 270px;
  }
  .concept_img03::after {
    top: 95%;
    left: 70%;
    width: 190px;
    height: 190px;
    z-index: 3;
  }
  .concept > p::before, .concept > p::after {
    position: absolute;
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .concept > p::before {
    top: -60px;
    right: -100px;
    width: 130px;
    height: 130px;
    background-image: url("/img/top/concept_leaf05.webp");
  }
  .concept > p::after {
    bottom: -50px;
    left: -230px;
    width: 200px;
    height: 200px;
    background-image: url("/img/top/concept_leaf07.webp");
  }
  .concept_img02 div::before, .concept_img02 div::after {
    display: none;
  }
  /* menu */
  .menu_bg {
    padding: 5em 0;
  }
  .menu_bg::before, .menu_bg::after {
    top: -50px;
    width: 300px;
    height: 470px;
  }
  .menu_bg::before {
    left: -60px;
  }
  .menu_bg::after {
    right: -60px;
  }
  .menu_txt {
    margin: 1em auto 0;
    width: 80%;
    font-size: 1.7rem;
    letter-spacing: 2px;
    line-height: 2;
  }

.topmenu_slider {
	 margin: 2em auto 3em;
}



.scroll-track img {
  width: 360px;
}
  .topmenu_link {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
  }
  .topmenu_link li {
    margin: 0 10px;
    width: 300px;
  }
  /* shop */
  .shop_bg {
    padding: 5em 0;
  }
  .shop_bg::before {
    width: 300px;
    height: 300px;
    top: 80px;
    right: -70px;
  }
  .shop {
    width: 90%;
    max-width: 1100px;
    margin: auto;
  }
  .shop > li {
    margin: 7em auto 0;
    position: relative;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .shop_ap {
    top: -60px;
    right: 30px;
    font-size: 7rem;
  }
  .shop_img {
    width: 50%;
  }
  .shop_img img {
    top: -50px;
    left: -50px;
    border-radius: 30px;
    height: 400px;
  }
  .shop_txt {
    padding: 50px 50px 50px 0;
    width: 50%;
    box-sizing: border-box;
  }
  .shop_txt p {
    font-size: 2.5rem;
  }
  .shop_txt ul {
    margin: 0.3em auto 0.8em;
  }
  .shop_txt ul li {
    padding: 10px 0;
  }
  .shop_txt .btn {
    width: 300px;
    font-size: 1.8rem;
  }
  .shop_txt .btn img {
    width: 16px;
    margin: 0 10px 19px 0;
  }
  .shop > li:nth-child(2) .shop_ap {
    top: -60px;
    right: -25px;
  }
  .shop_arrow {
    bottom: -25px;
    right: -25px;
    width: 120px;
  }
  .shop_arrow::before {
    font-size: 4rem;
  }
  /* truck */
  .truck_bg {
    padding: 5em 0;
  }
  .truck_bg::before, .truck_bg::after {
    width: 250px;
    height: 300px;
  }
  .truck_bg::before {
    top: 50px;
    right: -50px;
  }
  .truck_bg::after {
    bottom: -50px;
    left: -40px;
  }
  .truck {
    width: 80%;
    max-width: 950px;
    margin: 2em auto 0;
    position: relative;
  }
  .truck::before, .truck::after {
    width: 300px;
    height: 185px;
  }
  .truck::before {
    top: 0px;
    left: calc(50% - 87%);
  }
  .truck::after {
    top: 380px;
    right: calc(50% - 87%);
  }
  .truck img {
    height: 500px;
    border-radius: 30px;
  }
  .truck p {
    padding: 0 350px 0 0;
    margin: 2em auto;
    letter-spacing: 2px;
    line-height: 2;
  }
  .truck div {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    margin: 0;
  }
  @keyframes floating-x {
    0% {
      left: calc(50% - 87%);
    }
    100% {
      left: calc(50% - 77%);
    }
  }
  @keyframes floating-x2 {
    0% {
      right: calc(50% - 87%);
    }
    100% {
      right: calc(50% - 77%);
    }
  }
  /* goods */
  .goods {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 5em;
    border-radius: 1000px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .goods div {
    top: 0.3em;
    left: -1.5em;
    font-size: 5rem;
  }
  .goods p {
    text-align: left;
    width: 45%;
    margin: 0 5% 0 15%;
    line-height: 2;
    font-size: 1.7rem;
  }
  .goods p span {
    font-size: 2.8rem;
    letter-spacing: 3px;
    text-align: left;
  }
  .goods img {
    width: 35%;
  }
  /* ig */
  .instagram {
    max-width: 1200px;
    margin: 2em auto;
  }
  .top_btn {
    width: 300px;
  }
  /* news */
  .news_bg {
    padding: 3em 0 5em;
    width: 90%;
    max-width: 900px;
  }
}