* {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  display: block;
}

.btn {
  width: 110px;
  padding: 10px;
  color: rgb(53, 52, 52);
  background-color: transparent;
  border: 2px solid rgb(53, 52, 52);
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  display: block;
}
.btn:hover {
  background-color: rgb(53, 52, 52);
  color: white;
  transition: 0.3s;
}

/*badge*/
#badge_box {
  position: fixed;
  top: 130px;
  right: 10px;
  z-index: 9;
}
#badge_box .badge {
  border-radius: 6%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin-bottom: 10px;
  cursor: pointer;
}
#badge_box .badge:last-child {
  margin-bottom: 0;
}

/*scroll-top*/
#scroll_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: black;
  color: white;
  border: 2px solid white;
  border-radius: 20%;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #f6f5f0;
  border-bottom: solid 1px #c8c8c8;
  z-index: 10;
}
header .header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  width: 1100px;
  margin: 0 auto;
}
header .logo {
  display: flex;
  align-items: center;
}
header .menu_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 120px;
}
header .menu_container .sub_menu {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  margin-top: 15px;
}
header .menu_container .sub_menu li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  color: #ccc;
}
header .menu_container .sub_menu li a {
  color: gray;
}
header .menu_container .sub_menu li a:hover {
  color: black;
}
header .menu_container .sub_menu input {
  width: 30px;
  height: 30px;
  padding: 5px 10px;
  border: 1px solid gray;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  transition: width 0.5s;
}
header .menu_container .sub_menu input:focus {
  width: 180px;
  border-color: green;
}
header .menu_container .main_menu {
  z-index: 1;
  display: flex;
}
header .menu_container .main_menu .menu .menu_name {
  padding: 10px 20px 33px 20px;
  font-size: 14px;
}
header .menu_container .main_menu .menu:hover .menu_name {
  background-color: rgb(53, 52, 52);
  color: rgb(10, 130, 10);
  border-radius: 7px 7px 0 0;
}
header .menu_container .main_menu .menu .menu_box {
  width: 100%;
  position: fixed;
  left: 0;
  display: none;
}
header .menu_container .main_menu .menu .menu_box .box_menu {
  background-color: rgb(53, 52, 52);
}
header .menu_container .main_menu .menu .menu_box .box_menu > ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  padding: 20px 0;
}
header .menu_container .main_menu .menu .menu_box .box_menu > ul > li {
  width: 200px;
}
header .menu_container .main_menu .menu .menu_box .box_menu > ul > li h5 {
  padding: 5px 0 15px 0;
  color: white;
}
header .menu_container .main_menu .menu .menu_box .box_menu > ul > li ul li {
  padding: 5px 0;
  font-size: 12px;
  color: rgb(173, 167, 167);
  cursor: pointer;
}
header
  .menu_container
  .main_menu
  .menu
  .menu_box
  .box_menu
  > ul
  > li
  ul
  li:hover {
  color: rgb(10, 130, 10);
}
header .menu_container .main_menu .menu .menu_box .box_text {
  padding: 25px 0;
  font-size: 12px;
  background-image: url(../images/main_menu_pattern.jpg);
}
header .menu_container .main_menu .menu .menu_box .box_text > div {
  width: 1100px;
  margin: 0 auto;
}
header .menu_container .main_menu .menu .menu_box .box_text h4 {
  color: darkgray;
}
header .menu_container .main_menu .menu .menu_box .box_text p {
  color: rgb(10, 130, 10);
  padding: 5px 0 15px;
}
header .menu_container .main_menu .menu:hover .menu_box {
  display: block;
}

/*first section*/
.first {
  margin-top: 120px;
  background-image: url(../images/visual_bg.jpg);
  background-position: center;
}
.first > div {
  height: 646px;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.first .title {
  position: absolute;
  top: 85px;
}
.first .title .btn {
  width: 110px;
  padding: 10px;
  color: rgb(94, 30, 30);
  background-color: transparent;
  border: 2px solid rgb(94, 30, 30);
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 260px;
  left: 170px;
}
.first .title .btn:hover {
  background-color: rgb(94, 30, 30);
  color: white;
  transition: 0.3s;
}
.first .cup1 {
  position: absolute;
  top: 65px;
  right: -45px;
}
.first .cup1 .cup1_text {
  position: absolute;
  top: -30px;
  left: -120px;
}
.first .cup2 {
  position: absolute;
  bottom: 0;
  right: 160px;
}
.first .cup2 .cup2_text {
  position: absolute;
  top: 180px;
  left: -230px;
}
.first .spoon {
  position: absolute;
  bottom: 0;
  left: 280px;
}
.first div div {
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}
.first .title {
  animation-delay: 0.5s;
}
.first .cup1 {
  animation-delay: 1s;
}
.first .cup2 {
  animation-delay: 1.5s;
}
.first .spoon {
  animation-delay: 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*second section*/
.second {
  display: flex;
  height: 60px;
}
.second .second_left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57%;
  background-color: rgb(53, 52, 52);
  color: white;
}
.second .second_left .swiper {
  height: 60px;
  margin-left: 20px;
  margin-right: 0;
}
.second .second_left .swiper .swiper-wrapper .swiper-slide {
  height: 60px;
  display: flex;
  align-items: center;
}
.second .second_left .swiper .swiper-wrapper .swiper-slide a {
  color: white;
}
.second .second_right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43%;
  background-color: #f6f5f0;
}

/*third section*/
.third {
  height: 690px;
  background-color: #f6f5f0;
  overflow: hidden;
  position: relative;
}
.third .swiper {
  width: 2477px;
  height: 553px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.third .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
.third .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.third .swiper .swiper-wrapper .swiper-slide .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.third .swiper-button-prev,
.third .swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45%;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s;
  border: solid 2px black;
  color: black;
  z-index: 1;
}
.third .swiper-button-prev::after,
.third .swiper-button-next::after {
  font-size: medium;
  font-weight: bold;
}
.third .swiper-button-prev:hover,
.third .swiper-button-next:hover {
  color: white;
  background-color: rgb(53, 52, 52);
}
.third .swiper-button-prev {
  left: 18%;
}
.third .swiper-button-next {
  right: 18%;
}
.third .swiper-pagination.swiper-pagination-horizontal {
  bottom: 40px;
  z-index: 1;
}
.third .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  background-image: url(../images/promotion_slide_pager.png);
}
.third
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(../images/promotion_slide_pager_on.png);
}

/*fourth section*/
.fourth {
  display: flex;
}
.fourth .f_image {
  width: 1100px;
  height: 241px;
  background-image: url(../images/rewards.jpg);
  position: relative;
}
.fourth .f_image .f_btnbox {
  width: 250px;
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.fourth .f_image .f_btnbox .f_signup {
  width: 100px;
  margin-right: 10px;
  background-color: rgb(53, 52, 52);
  color: white;
}
.fourth .f_image .f_btnbox .f_signup:hover {
  background-color: transparent;
  color: black;
}
.fourth .f_image .f_btnbox .f_login {
  width: 90px;
}
.fourth .f_image .f_btnbox .f_gift {
  width: 224px;
  margin-top: 15px;
}
.fourth .f_left {
  width: 14%;
  height: 241px;
  background-color: #272727;
}
.fourth .f_right {
  position: relative;
  width: 14%;
  height: 241px;
  background-color: #d5c798;
}

/*fifth section*/
.fifth {
  background-image: url(../images/video_cover_pattern.png);
  height: 800px;
}
.fifth > div {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.fifth > div .floating1 {
  position: absolute;
  top: 60px;
}
.fifth > div .floating2 {
  position: absolute;
  top: 380px;
  left: 150px;
}
.fifth > div .floating3 {
  position: absolute;
  right: 0;
  bottom: -100px;
}

/*sixth section*/
.sixth {
  height: 400px;
  background-image: url(../images/season_product_bg.jpg);
}
.sixth > div {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.sixth > div .s_imagebox {
  position: absolute;
  top: 100px;
  right: 100px;
}
.sixth > div .s_imagebox .s_text {
  margin-bottom: 15px;
}

/*seventh section*/
.seventh {
  height: 400px;
  background-image: url(../images/reserve_bg.jpg);
}
.seventh > div {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.seventh > div .ss_logo {
  position: absolute;
  top: 100px;
  left: 0;
}
.seventh > div .ss_imagebox {
  position: absolute;
  top: 120px;
  left: 200px;
}
.seventh > div .ss_imagebox .btn {
  width: 110px;
  padding: 10px;
  color: burlywood;
  background-color: transparent;
  border: 2px solid burlywood;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  display: block;
}
.seventh > div .ss_imagebox .btn:hover {
  background-color: burlywood;
  color: white;
  transition: 0.3s;
}
.seventh > div .ss_image {
  position: absolute;
  top: 0;
  right: 0;
}

/*eighth section*/
.eighth {
  height: 700px;
  background-image: url(../images/favorite_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.eighth > div {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.eighth > div .e_imagebox {
  width: 300px;
  position: absolute;
  top: 100px;
  left: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.eighth > div .e_imagebox .e_text {
  margin-bottom: 40px;
}
.eighth > div .e_imagebox .btn {
  width: 110px;
  padding: 10px;
  color: white;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  display: block;
}
.eighth > div .e_imagebox .btn:hover {
  background-color: white;
  color: black;
  transition: 0.3s;
}

/*ninth section*/
.ninth {
  height: 600px;
  background-image: url(../images/reserve_store_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.ninth > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ninth > div .medal {
  width: 334px;
  height: 334px;
  position: relative;
}
.ninth > div .medal .medal_front,
.ninth > div .medal .medal_back {
  position: absolute;
  transition: 1s;
  backface-visibility: hidden;
}
.ninth > div .medal:hover .medal_front {
  transform: rotateY(180deg);
}
.ninth > div .medal:hover .medal_back {
  transform: rotateY(0deg);
}
.ninth > div .medal .medal_back {
  transform: rotateY(-180deg);
}
.ninth > div .medal .medal_back .btn {
  position: absolute;
  bottom: 50px;
  left: 100px;
}

/*tenth section*/
.tenth {
  height: 400px;
  background-image: url(../images/find_store_bg.jpg);
}
.tenth > div {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.tenth > div .t_texture1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tenth > div .t_texture2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tenth > div .t_picture1,
.tenth > div .t_picture2 {
  position: absolute;
  border-radius: 50%;
}
.tenth > div .t_picture1 {
  left: 0;
  top: -50px;
}
.tenth > div .t_picture2 {
  left: 250px;
  top: 150px;
}
.tenth > div .t_imagebox {
  position: absolute;
  top: 120px;
  right: 170px;
}
.tenth > div .t_imagebox .t_text {
  margin-bottom: 20px;
}

/*eleventh section*/
.eleventh {
  background-color: #272727;
}
.eleventh > div {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}
.eleventh > div .swiper-button-prev,
.eleventh > div .swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s;
  border: 2px solid gray;
  color: gray;
  z-index: 1;
}
.eleventh > div .swiper-button-prev::after,
.eleventh > div .swiper-button-next::after {
  font-size: medium;
  font-weight: bold;
}
.eleventh > div .swiper-button-prev:hover,
.eleventh > div .swiper-button-next:hover {
  color: black;
  background-color: gray;
}
.eleventh > div .swiper-button-prev {
  left: -10%;
}
.eleventh > div .swiper-button-next {
  right: -10%;
}

footer {
  background-color: #272727;
  border-top: 1px solid rgb(81, 81, 81);
}
footer > div {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
}
footer > div .footer_menu {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 12px;
  font-weight: bold;
}
footer > div .footer_menu li {
  position: relative;
}
footer > div .footer_menu li:not(:last-child)::after {
  content: "";
  background-color: gray;
  position: absolute;
  top: 6px;
  right: -13px;
  width: 2px;
  height: 2px;
}
footer > div .footer_menu li a {
  color: #ccc;
}
footer > div .footer_menu li .footer_g {
  color: green;
}
footer > div .footer_btnbox {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  gap: 10px;
}
footer > div .footer_btnbox .btn {
  width: 110px;
  padding: 10px;
  color: white;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  display: block;
  font-size: 12px;
}
footer > div .footer_btnbox .btn:hover {
  background-color: white;
  color: black;
  transition: 0.3s;
}
footer > div .footer_text1 {
  margin-top: 30px;
  text-align: center;
}
footer > div .footer_text1 span {
  font-size: 12px;
  color: gray;
  margin-right: 25px;
}
footer > div .footer_text1 span:last-child {
  margin-right: 0;
}
footer > div .footer_text2 {
  margin-top: 15px;
  text-align: center;
}
footer > div .footer_text2 span {
  font-size: 12px;
  color: gray;
}
footer > div .footer_img {
  margin: 30px auto 0;
} /*# sourceMappingURL=main.css.map */
