main {
  overflow: hidden;
}
.mv {
  background: url("/img/common/bg_blue.webp") center / cover;
  color: #FDE94B;
  padding: 2em 0 2em;
  position: relative;
}
.mv::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(-45deg, rgba(255, 250, 235, 1) 0%, rgba(0, 0, 0, 0)40%, rgba(0, 0, 0, 0)100%);
}
.mv::after {
  position: absolute;
  content: '';
  top: 75%;
  left: -45px;
  display: block;
  width: 140px;
  height: 140px;
  background-image: url("/img/about/mv_leaf01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.mv_img {
  width: 90%;
  margin: 0 0 0 auto;
}
.mv_img img {
  border-radius: 15px 0 0 15px;
  height: 300px;
  object-fit: cover;
}
.mv_txt {
  position: relative;
  width: 80%;
  margin: 1em auto 0;
  text-align: left;
}
.mv_txt::before, .mv_txt::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.mv_txt::before {
  top: 0;
  right: 30px;
  width: 120px;
  height: 120px;
  background-image: url("/img/about/mv_leaf02.webp");
}
.mv_txt::after {
  top: 60px;
  right: -20px;
  width: 70px;
  height: 70px;
  background-image: url("/img/about/mv_leaf03.webp");
}
.mv_txt h2 {
  display: block;
  font-family: "birra-2", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.mv_txt p {
  margin: 0.2em auto 0;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 4px;
  font-weight: 500;
}
.mv_txt p span {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 0 auto 0.3em;
}
.mv_img02 {
  position: absolute;
  bottom: -1em;
  right: -30px;
  width: 40%;
}
.mv_img02 img {
  border-radius: 15px;
  height: 170px;
  object-fit: cover;
}
.concept {
  padding: 3em 0;
}
.concept > div:first-of-type {
  font-family: "adlery-pro-swash", sans-serif;
  font-weight: 700;
  color: #F48E7B;
  font-size: 2.5rem;
  margin: 0 auto 0.3em;
}
.concept h2 {
  font-weight: 500;
  font-size: 1.8rem;
  color: #59B7BF;
  letter-spacing: 2px;
  line-height: 1.5;
}
.concept h2 span {
  display: block;
  font-size: 2.3rem;
}
.concept p {
  width: 80%;
  margin: 1em auto 0;
  text-align: left;
  line-height: 1.8;
}
.concept_img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
  padding: 2em 0 4em;
}
.concept_img img {
  border-radius: 15px;
}
.concept_img div {
  position: relative;
  width: 40%;
  margin: 0 10px;
}
.concept_img div:last-of-type {
  margin: 3em 10px 0;
}
.concept_img div span {
  position: absolute;
  top: 90%;
  left: -30px;
  width: 80%;
}
.concept_img::before, .concept_img::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.concept_img::before {
  top: 70%;
  left: -20px;
  width: 150px;
  height: 150px;
  background-image: url("/img/about/concept_leaf01.webp");
}
.concept_img::after {
  top: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  background-image: url("/img/about/concept_leaf02.webp");
}
.concept_line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.concept_line_inner {
  display: flex;
  animation: loop-text 15s linear infinite;
}
.double-content {
  display: inline-block;
  font-size: 7vw;
  font-family: "Alice", serif;
  font-weight: 400;
  letter-spacing: 2px;
  white-space: nowrap;
  margin: 0 5px;
  color: #FDE94B;
}
.double-content span {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.about01 {
  width: 85%;
  margin: 2em auto 0;
  text-align: left;
}
.about01_img {}
.about01_img img {
  border-radius: 15px;
  height: 300px;
  object-fit: cover;
}
.about01_txt {
  margin: 1em auto 0;
}
.about01_txt div {
  font-weight: 500;
  font-size: 1.8rem;
}
.about01_txt h2 {
  position: relative;
  display: inline-block;
  color: #59B7BF;
  font-weight: 500;
  line-height: 1.6;
  font-size: 3.5rem;
  letter-spacing: 4px;
}
.about01_txt h2 span {
  padding: 0 0 5px;
  background: url("/img/about/wave_line.webp") repeat-x bottom left / auto 6px;
}
.about01_txt h2::before {
  position: absolute;
  content: '';
  top: 5px;
  right: 0px;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("/img/about/dakara.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.about01_txt p {
  color: #59B7BF;
  font-size: 1.5rem;
  margin: 1em auto 0;
  line-height: 1.8;
}
.about02 {
  width: 85%;
  margin: 2em auto 4em;
}
.about02_img {
  position: relative;
}
.about02_img img {
  border-radius: 15px;
  height: 200px;
  object-fit: cover;
}
.about02_img::before {
  position: absolute;
  content: '';
  top: -20px;
  right: -20px;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("/img/about/concept_ap.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.about02_txt {
  text-align: left;
  margin: 1em auto 0;
}
.about02_txt div {
  font-weight: 500;
  font-size: 1.8rem;
}
.about02_txt p {
  margin: 0.5em auto 1em;
  line-height: 1.8;
}
.point_ttl.mgnt {
  margin: -2em auto 0;
}
.point_ttl {
  position: relative;
}
.point_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 30px 30px 0 0;
  background: linear-gradient(90deg, rgba(253, 233, 75, 1) 0%, rgba(253, 233, 75, 1) 20%, rgba(0, 0, 0, 0)60%, rgba(0, 0, 0, 0)100%);
}
.point_ttl img {
  height: 220px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}
.point_ttl_in {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  width: 85%;
}
.point_ttl_in div {
  position: absolute;
  top: -45px;
  left: -30px;
  color: #F48E7B;
  font-family: "adlery-pro-swash", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  transform: rotate(-12deg);
  padding: 0 0 0 20px;
  z-index: 1;
}
.point_ttl_in p {
  color: #59B7BF;
  font-family: "birra-2", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
  margin: 0 auto 0.5em;
  line-height: 1.2;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}
.point_ttl_in h2 {
  display: inline-block;
  padding: 2px 15px;
  font-weight: 500;
  color: #fff;
  background: #F48E7B;
  border-radius: 50px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  z-index: 1;
  position: relative;
}
.point_ttl_in::before, .point_ttl_in::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.point_ttl_in::before {
  top: -80px;
  left: -50px;
  width: 140px;
  height: 140px;
  background-image: url("/img/about/title_leaf01.webp");
}
.point_ttl_in::after {
  top: 70%;
  left: 140px;
  width: 60px;
  height: 60px;
  background-image: url("/img/about/title_leaf02.webp");
}
.poke_bg {
  padding: 3em 0 5em;
  position: relative;
  background: url("/img/common/bg_blue.webp") center / cover;
  text-align: left;
  color: #fff;
}
.poke_bg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(-45deg, rgba(255, 250, 235, 1) 0%, rgba(0, 0, 0, 0)40%, rgba(0, 0, 0, 0)100%);
}
.poke_bg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url("/img/about/ahipoke_leaf01.webp"), url("/img/about/ahipoke_leaf02.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 140px, 150px;
  background-position: top 85% left -50px, top 52% right -30px;
}
.poke01 {
  position: relative;
  z-index: 1;
}
.poke01_txt {
  width: 80%;
  margin: -2em auto 0;
}
.poke01_txt h3 {
  color: #FDE94B;
  font-family: "adlery-pro-swash", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  transform: rotate(-12deg);
  margin: 0 0 1em -10px;
}
.poke01_txt div {
  font-weight: 500;
  margin: 0 auto 0.5em;
  font-size: 2rem;
  letter-spacing: 2px;
}
.poke01_txt p {}
.poke01_img {
  width: 90%;
  margin: 1em auto 0em 0;
}
.poke01_img img {
  border-radius: 0 15px 15px 0;
  height: 250px;
  object-fit: cover;
}
.poke02 {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 2em auto 0;
}
.poke02_txt {}
.poke02_txt h3 {
  color: #FDE94B;
  font-family: "adlery-pro-swash", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  transform: rotate(-12deg);
  margin: 0 0 0.8em -20px;
}
.poke02_txt div {
  font-weight: 500;
  margin: 0 auto 0.5em;
  font-size: 2rem;
  letter-spacing: 2px;
}
.poke02_txt p {}
.poke02_img {
  margin: 1em auto 0em;
}
.point_bg {
  padding: 3em 0 3em;
  position: relative;
  background: url("/img/common/bg_blue.webp") center / cover;
}
.point_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url("/img/about/point_leaf01.webp"), url("/img/about/point_leaf02.webp"), url("/img/about/point_leaf03.webp"), url("/img/about/point_leaf04.webp"), url("/img/about/point_leaf05.webp"), url("/img/about/point_leaf06.webp");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 140px, 150px, 140px, 150px, 80px, 150px;
  background-position: top 14% right -20px, top 33% left -30px, top 48% right -30px, top 66% left -30px, top 83% right -20px, top 97% left -45px;
}
.point {
  width: 80%;
  margin: auto;
}
.point li {
  position: relative;
  margin: 4em auto 0;
}
.point li:first-child {
  margin: 2em auto 0;
}
.point li::before {
  position: absolute;
  content: '';
  top: -20px;
  right: -20px;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("/img/about/point01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.point li:nth-of-type(even)::before {
  right: auto;
  left: -20px;
}
.point li:nth-child(2)::before {
  background-image: url("/img/about/point02.webp");
}
.point li:nth-child(3)::before {
  background-image: url("/img/about/point03.webp");
}
.point_img {
  margin: 0 auto 1em;
}
.point_img img {
  border-radius: 15px;
  height: 300px;
  object-fit: cover;
}
.point_txt {
  text-align: left;
  color: #fff;
}
.point_txt div {
  color: #FDE94B;
  font-family: "birra-2", serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 0 auto 0.3em;
  padding: 0 0 0 25px;
  text-transform: uppercase;
}
.point_txt div::before {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/about/point_leaf.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.point_txt h3 {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.8rem;
}
.point_txt p {
  margin: 0.5em auto 1em;
  line-height: 1.8;
}
.point_txt img {
  border-radius: 15px;
  height: 150px;
  object-fit: cover;
}
.takeout_bg {
  position: relative;
  background: url("/img/common/bg_brown.webp");
  background-size: 2500px;
  padding: 3em 0;
}
.takeout_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url("/img/about/takeout_leaf01.webp"), url("/img/about/takeout_leaf02.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 140px, 150px;
  background-position: top 3% right -30px, top 90% left -30px;
}
.takeout_ttl {}
.takeout_ttl img {
  display: block;
  width: 100px;
  margin: 0 auto 0.3em;
}
.takeout_ttl p {
  color: #59B7BF;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.takeout {
  position: relative;
  margin: 3.5em auto 2em;
}
.takeout img {
  width: 80%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
.takeout div {
  position: absolute;
  top: -1em;
  left: 0;
  text-align: left;
  color: #F48E7B;
  font-family: "adlery-pro-swash", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  transform: rotate(-12deg);
  padding: 0 0 0 15px;
}
.takeout p {
  position: absolute;
  top: 70px;
  left: 5%;
  text-align: left;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
}
.takeout p span {
  display: inline-block;
  background: #59B7BF;
  padding: 2px 15px;
  border-radius: 5px;
  margin: 0 auto 5px;
}
.btn_list {
  width: 230px;
  margin: auto;
}
.btn_list li {
  margin: 1em auto 0;
}
.btn_list > p {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.btn_list > p span {
  display: inline-block;
}
.truck_bg {
  position: relative;
  background: url("/img/common/bg_blue.webp") center / cover;
  color: #fff;
  width: 90%;
  padding: 3em 0 2em;
  border-radius: 20px;
  margin: 2em auto 0;
}
.truck_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url("/img/about/truck_leaf01.webp"), url("/img/about/truck_leaf02.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 120px, 120px;
  background-position: top 78% left -30px, top 95% right -30px;
}
.truck_bg h2 {
  position: absolute;
  top: -2em;
  left: calc(50% - 160px);
  width: 100%;
  transform: rotate(-10deg);
}
.truck_ttl {}
.truck_ttl div {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #FDE94B;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin: 0 auto 0.3em;
}
.truck_ttl div::before, .truck_ttl div::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  top: -10px;
  left: -50px;
  width: 40px;
  height: 40px;
  background-image: url("/img/about/truck_leaf.webp");
}
.truck_ttl div::after {
  left: auto;
  right: -50px;
  transform: scale(-1, 1);
}


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

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

.scroll-track img {
  display: inline-block;
  width: 180px;
  margin-right: 10px;
	  border-radius: 15px;
}
@keyframes scrollLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {
    padding: 4em 0 4em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .mv::after {
    top: 25%;
    left: -65px;
    width: 240px;
    height: 240px;
  }
  .mv_img {
    position: relative;
    z-index: 1;
    width: 65%;
    margin: 0;
  }
  .mv_img img {
    border-radius: 30px 0 0 30px;
    height: 600px;
  }
  .mv_txt {
    width: 300px;
    margin: 0 0 0 auto;
    padding: 0 50px 0 0;
  }
  .mv_txt::before {
    top: 0;
    right: -15%;
    width: 220px;
    height: 220px;
  }
  .mv_txt::after {
    top: 400px;
    right: 20px;
    width: 120px;
    height: 120px;
  }
  .mv_txt h2 {
    margin: 2em auto 0;
    padding: 0 0 0 0px;
    font-size: 7rem;
  }
  .mv_txt p {
    margin: 0.2em auto 0;
    font-size: 3.8rem;
    letter-spacing: 6px;
  }
  .mv_txt p span {
    font-size: 2rem;
    margin: 0 auto 0.3em;
  }
  .mv_img02 {
    bottom: -7em;
    right: auto;
    left: -30px;
    width: 30%;
  }
  .mv_img02 img {
    border-radius: 30px;
    height: 250px;
  }
  .concept {
    padding: 5em 0 3em;
  }
  .concept div:first-of-type {
    font-size: 4.5rem;
  }
  .concept h2 {
    font-size: 2.3rem;
    letter-spacing: 4px;
  }
  .concept h2 span {
    font-size: 3.8rem;
  }
  .concept p {
    width: 80%;
    max-width: 600px;
    margin: 1em auto 0;
    text-align: center;
    line-height: 2.5;
    font-size: 1.7rem;
    letter-spacing: 2px;
  }
  .concept_img {
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    justify-content: space-between;
    padding: 0;
  }
  .concept_img img {
    border-radius: 20px;
  }
  .concept_img div {
    width: 23%;
    margin: 3em 0 0;
  }
  .concept_img div:last-of-type {
    margin: 0;
    width: 20%;
  }
  .concept_img div span {
    position: absolute;
    top: 60%;
    left: -60px;
    width: 80%;
  }
  .concept_img::before, .concept_img::after {
    position: absolute;
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .concept_img::before {
    top: -60px;
    left: -80px;
    width: 280px;
    height: 280px;
  }
  .concept_img::after {
    top: 70%;
    right: -80px;
    width: 250px;
    height: 250px;
  }
  .concept_line_inner {
    animation: loop-text 25s linear infinite;
  }
  .double-content {
    font-size: 6vw;
    margin: 0 15px;
  }
  .about01 {
    width: 95%;
    max-width: 1300px;
    margin: 5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .about01_img {
    width: 65%;
  }
  .about01_img img {
    border-radius: 30px;
    height: 500px;
  }
  .about01_txt {
    width: 32%;
    margin: 0;
  }
  .about01_txt div {
    letter-spacing: 2px;
    font-size: 2.5rem;
  }
  .about01_txt h2 {
    line-height: 1.4;
    font-size: 4.5vw;
  }
  .about01_txt h2 span {
    padding: 0 0 5px;
    background: url("/img/about/wave_line.webp") repeat-x bottom left / auto 10px;
  }
  .about01_txt h2::before {
    top: 10px;
    right: 0px;
    width: 140px;
    height: 140px;
  }
  .about01_txt p {
    font-size: 1.9rem;
    margin: 2em auto 0;
    line-height: 2;
  }
  .about02 {
    width: 90%;
    max-width: 1100px;
    margin: 5em auto 5em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .about02_img {
    width: 45%;
  }
  .about02_img img {
    border-radius: 30px;
    height: 650px;
  }
  .about02_img::before {
    top: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
  }
  .about02_txt {
    width: 50%;
    margin: 0;
  }
  .about02_txt div {
    letter-spacing: 2px;
    font-size: 2.5rem;
  }
  .about02_txt p {
    margin: 0.5em auto 2em;
    line-height: 2.3;
  }
  .point_ttl.mgnt {
    margin: -5em auto 0;
  }
  .point_ttl::before {
    border-radius: 80px 80px 0 0;
    background: linear-gradient(90deg, rgba(253, 233, 75, 1) 0%, rgba(253, 233, 75, 1) 10%, rgba(0, 0, 0, 0)40%, rgba(0, 0, 0, 0)100%);
  }
  .point_ttl img {
    height: 600px;
    border-radius: 80px 80px 0 0;
  }
  .point_ttl_in {
    top: 55%;
  }
  .point_ttl_in div {
    top: -90px;
    left: -50px;
    font-size: 6rem;
  }
  .point_ttl_in p {
    font-size: 4rem;
    letter-spacing: 4px;
    margin: 0 auto 0.3em;
    line-height: 1;
  }
  .point_ttl_in h2 {
    padding: 2px 30px;
    font-size: 3.5rem;
    letter-spacing: 4px;
  }
  .point_ttl_in::before {
    top: -230px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
  .point_ttl_in::after {
    top: 80%;
    left: 250px;
    width: 120px;
    height: 120px;
  }
  .poke_bg {
    padding: 5em 0 10em;
  }
  .poke_bg::after {
    background-size: 280px, 280px;
    background-position: top 75% left -110px, top 40% right -60px;
  }
  .poke01 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .poke01_txt {
    width: 35%;
    margin: -3em 0 0;
    padding: 0 10% 0 5%;
  }
  .poke01_txt h3 {
    font-size: 5rem;
    margin: 0 0 1em -20px;
  }
  .poke01_txt div {
    margin: 0 auto 0.5em;
    font-size: 3rem;
  }
  .poke01_txt p {
    line-height: 2.3;
  }
  .poke01_img {
    width: 50%;
    margin: 0;
  }
  .poke01_img img {
    border-radius: 0 30px 30px 0;
    height: 500px;
  }
  .poke02 {
    width: 85%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: -1em auto 0em;
    justify-content: center;
    align-items: flex-end;
  }
  .poke02_txt {
    width: 37%;
    padding: 0 0 6em 5%;
  }
  .poke02_txt h3 {
    font-size: 5rem;
    margin: 0 0 0.8em -40px;
  }
  .poke02_txt div {
    margin: 0 auto 0.5em;
    font-size: 3rem;
  }
  .poke02_txt p {
    line-height: 2.3;
  }
  .poke02_img {
    width: 58%;
    margin: 0;
  }
  .point_bg {
    padding: 5em 0 5em;
  }
  .point_bg::before {
    background-size: 250px, 250px, 300px, 200px, 150px, 250px;
    background-position: top 14% right -70px, top 25% left -50px, top 46% right -80px, top 53% left 10px, top 83% right -20px, top 88% left -65px;
  }
  .point {
    width: 90%;
    max-width: 1100px;
  }
  .point li {
    margin: 6em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .point li:first-child {
    margin: 0em auto 0;
  }
  .point li:nth-of-type(even) {
    flex-direction: row;
  }
  .point li::before {
    width: 120px;
    height: 120px;
  }
  .point_img {
    margin: 0;
    width: 50%;
  }
  .point_img img {
    border-radius: 30px;
    height: auto;
  }
  .point_txt {
    width: 43%;
  }
  .point_txt div {
    font-size: 2rem;
    margin: 0 auto 0.3em;
    padding: 0 0 0 35px;
  }
  .point_txt div::before {
    width: 30px;
    height: 30px;
  }
  .point_txt h3 {
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 1.5;
  }
  .point_txt p {
    margin: 0.5em auto 2em;
    line-height: 2.3;
  }
  .point_txt img {
    border-radius: 30px;
    height: auto;
  }
  .takeout_bg {
    padding: 5em 0;
  }
  .takeout_bg::before {
    background-size: 250px, 250px;
    background-position: top 3% right -50px, top 93% left -50px;
  }
  .takeout_ttl {}
  .takeout_ttl img {
    width: 130px;
    margin: 0 auto 0.3em;
  }
  .takeout_ttl p {
    font-size: 3rem;
    letter-spacing: 4px;
  }
  .takeout {
    margin: 1em auto 2em;
  }
  .takeout img {
    width: 90%;
    max-width: 1100px;
    height: 600px;
    border-radius: 30px;
  }
  .takeout div {
    top: -1em;
    left: calc(50% - 650px);
    font-size: 7rem;
    padding: 0 0 0 15px;
  }
  .takeout p {
    top: 120px;
    left: calc(50% - 600px);
    font-size: 3rem;
  }
  .takeout p span {
    border-radius: 10px;
    margin: 0 auto 10px;
  }
  .btn_list {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
  }
  .btn_list li {
    margin: 0 10px;
    width: 300px;
  }
  .btn_list > p {
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 4px;
    margin: 0 auto 1em;
  }
  .truck_bg {
    max-width: 1200px;
    margin: 3em auto 0;
    padding: 4em 0 3em;
    border-radius: 40px;
  }
  .truck_bg::before {
    background-size: 220px, 220px;
    background-position: top 80% left -30px, top 93% right -50px;
  }
  .truck_bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url("/img/top/truck_img01.webp"), url("/img/top/truck_img02.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: 220px, 210px;
    background-position: top 12% left calc(50% - 430px), top 12% right calc(50% - 430px);
  }
  .truck_bg h2 {
    top: -3em;
    left: calc(50% - 600px);
  }
  .truck_ttl {}
  .truck_ttl div {
    letter-spacing: 4px;
    font-size: 3.5rem;
  }
  .truck_ttl div::before, .truck_ttl div::after {
    top: 0px;
    left: -110px;
    width: 80px;
    height: 80px;
  }
  .truck_ttl div::after {
    left: auto;
    right: -110px;
  }
  .truck_ttl p {
    letter-spacing: 4px;
    font-size: 2rem;
  }

	
	.truck_slider {
	 margin: 2em auto;
}



.scroll-track img {
  width: 300px;
  margin-right: 10px;
	  border-radius: 30px;
}
	
	
}