@charset "UTF-8";
@font-face {
  font-family: "Quantify";
  src: url("/Other/ucc-apac/wp-content/themes/ucc/assets/fonts/Quantify.ttf");
}
@font-face {
  font-family: "Noto Sans Condensed Bold";
  src: url("/Other/ucc-apac/wp-content/themes/ucc/assets/fonts/NotoSans-CondensedBold.ttf");
}
@font-face {
  font-family: "Noto Sans Condensed";
  src: url("/Other/ucc-apac/wp-content/themes/ucc/assets/fonts/NotoSansCondensed-SemiBold.woff2") format("woff2"), url("/Other/ucc-apac/wp-content/themes/ucc/assets/fonts/NotoSansCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans ExtraCondensed";
  src: url("/Other/ucc-apac/wp-content/themes/ucc/assets/fonts/NotoSansExtraCondensed-Bold.woff2") format("woff2"), url("/Other/ucc-apac/wp-content/themes/ucc/assets/fonts/NotoSansExtraCondensed-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  position: relative;
}

.condense {
  font-family: "Noto Sans Condensed";
}

body {
  background: #f8f8f9;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #ba0101 !important;
}

.__custom_textbox {
  width: -webkit-fill-available;
}

._breadcrumb_nav {
  padding: 0 10px;
}
._breadcrumb_nav a {
  color: #000;
  font-size: 12px;
  margin: 0;
}

.__bar {
  background: #d10000;
  width: 100%;
  height: 15px;
}

.__sticky_header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.__lang_select {
  width: 330px;
  display: none;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  margin-left: auto;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 992px) {
  .__lang_select {
    display: flex;
  }
}
.__lang_select .__online_shoplink {
  color: #fff;
  font-family: "Noto Sans Bold", "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  top: 0;
  height: 25px;
  box-sizing: border-box;
  display: block;
  padding: 4px 8px;
  width: 60%;
  line-height: 1;
  background-color: #aeaeae;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.__lang_select .__online_shoplink img {
  margin: 0 0 0 8px;
}
.__lang_select .lang-select__link {
  color: #fff;
  font-family: "Noto Sans Bold", "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  top: 0;
  display: block;
  padding: 4px 8px;
  width: 100%;
  line-height: 1;
  height: 25px;
  background-color: #d10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__lang_select .lang-select__link .lang-select__flag {
  margin: 0 0 0 8px;
}
.__lang_select .lang-select__link .lang-select__flag img {
  width: 16px;
  height: 16px;
}

.__lang_select_mobile {
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  margin-left: auto;
  margin-bottom: 20px;
  transition: all 0.2s ease-in;
}
.__lang_select_mobile .__online_shoplink {
  color: #fff;
  font-family: "Noto Sans Bold", "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  top: 0;
  height: 25px;
  box-sizing: border-box;
  display: block;
  padding: 4px 8px;
  width: 60%;
  line-height: 1;
  background-color: #aeaeae;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__lang_select_mobile .__online_shoplink img {
  margin: 0 0 0 8px;
}
.__lang_select_mobile .lang-select__link {
  color: #fff;
  font-family: "Noto Sans Bold", "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  top: 0;
  display: block;
  padding: 4px 8px;
  width: 100%;
  line-height: 1;
  height: 25px;
  background-color: #d10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__lang_select_mobile .lang-select__link .lang-select__flag {
  margin: 0 0 0 8px;
}
.__lang_select_mobile .lang-select__link .lang-select__flag img {
  width: 16px;
  height: 16px;
}

.__nav_pd {
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 0;
  z-index: 999;
}

.padd {
  padding: 20px 30px 10px;
}
@media screen and (min-width: 768px) {
  .padd {
    padding: 20px 30px 10px 30px;
  }
}

.__navbar_img {
  margin: 0;
  transition: transform 0.3s ease;
}
.__navbar_img .__logo_img {
  width: 93px;
  margin-right: 1rem;
}
.__navbar_img .__logo_img img {
  width: 100%;
  display: block;
}

.__navbar_nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
  margin-top: 30px;
}

.__navbar_link {
  padding: 0.6rem 0.6rem;
  color: #000;
  font-weight: 900;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

.__navbar_link.hovered {
  color: #ba0101;
  background: #d9cfc2;
}

.nav-item.__navbar_link:hover .__sub_menu {
  display: block;
}

.__sub_menu {
  display: none;
}
.__sub_menu ul {
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  text-align: right;
  padding: 0 40px;
}
.__sub_menu li {
  float: none;
  display: inline-block;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.__sub_menu li:hover {
  color: #ba0101;
}

.menu__link {
  color: #000;
  text-transform: uppercase;
  padding: 6px 0 4px 24px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  box-sizing: border-box;
}
.menu__link:hover {
  color: #ba0101;
}

.__nav_item {
  margin-bottom: 1rem;
}

.active {
  color: #bd0101;
  font-weight: 900;
}

.__navbar_desktop {
  display: none;
}

.__navbar_mobile {
  display: block;
}

.navbar-toggler {
  border: unset !important;
}

.__footer_section {
  background: #f0f1f1;
  padding: 32px;
}
.__footer_section .__row_list_desktop {
  display: none;
}
.__footer_section .__row_list_desktop ._col_box {
  position: relative;
  max-width: 220px;
}
.__footer_section .__row_list_desktop ._col_box .__logo_img {
  position: relative;
  width: 50%;
  margin-bottom: 1rem;
}
.__footer_section .__row_list_desktop ._col_box .__logo_img img {
  width: 100%;
}
.__footer_section .__row_list_desktop ._col_box .__follow_title {
  color: #bd0101;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}
.__footer_section .__row_list_desktop ._col_box .__social_list {
  align-items: center;
  display: flex;
  margin: 0 0 16px 0;
}
.__footer_section .__row_list_desktop ._col_box .__social_list .__circle_icon {
  color: #fff;
  background: #d10000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 20px;
  height: 20px;
  cursor: pointer;
  padding: 0.8em;
  margin-right: 14px;
  transition: transform 0.3s ease;
}
.__footer_section .__row_list_desktop ._col_box .__social_list .__circle_icon:hover {
  transform: scale(1.1);
}
.__footer_section .__row_list_desktop ._col_box .__text {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.__footer_section .__row_list_desktop ._col_box .__footer_title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
  margin-right: 16px;
}
.__footer_section .__row_list_desktop ._col_box ul {
  padding: 0;
  list-style: none;
}
.__footer_section .__row_list_desktop ._col_box ul li {
  font-size: 14px;
}
.__footer_section .__row_list_mobile {
  display: block;
}
.__footer_section .__row_list_mobile ._col_box {
  position: relative;
}
.__footer_section .__row_list_mobile ._col_box .__logo_img {
  position: relative;
  width: 20%;
  margin-bottom: 1rem;
}
.__footer_section .__row_list_mobile ._col_box .__logo_img img {
  width: 100%;
}
.__footer_section .__row_list_mobile ._col_box .__text {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 20px 5px 0;
}
.__footer_section .__row_list_mobile ._col_box .__footer_list {
  padding: 20px 0;
}
.__footer_section .__row_list_mobile ._col_box .__footer_list .__collapse_link {
  justify-content: space-between;
  display: flex;
  width: 100%;
  border-top: 1px solid #000;
  padding: 15px 0;
}
.__footer_section .__row_list_mobile ._col_box .__footer_list .__collapse_link .__footer_title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}
.__footer_section .__row_list_mobile ._col_box .__footer_list .__collapse_link .fa-chevron-down {
  color: #000;
}
.__footer_section .__row_list_mobile ._col_box .__footer_list ul {
  padding-left: 16px;
  list-style: none;
  margin: 0 0 10px 0;
}
.__footer_section .__row_list_mobile ._col_box .__footer_list ul li {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px 0;
}
.__footer_section .__row_list_mobile ._col_box .__footer_list .__collapse_link[aria-expanded=true] .fa-chevron-down {
  transform: rotate(-180deg);
}

.__sticky_footer {
  background: #d10000;
  padding: 8px 16px;
}
.__sticky_footer .__row_list {
  display: block;
}
.__sticky_footer .__row_list .__sec_left {
  display: flex;
  justify-content: center;
}
.__sticky_footer .__row_list .__sec_left .__btn_link {
  color: #fff;
  font-size: 13px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0 20px 0 0;
}
.__sticky_footer .__row_list .__sec_left .__btn_link .__circle_box {
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 8px;
}
.__sticky_footer .__row_list .__sec_left .__btn_link .__circle_box .fa-caret-right {
  color: #d10000;
}
.__sticky_footer .__row_list .__sec_right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.__sticky_footer .__row_list .__sec_right .__copyright_txt {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
}
.__sticky_footer .__row_list .__sec_right .fa-up-long {
  color: #fff;
  cursor: pointer;
}

.slick-dotted {
  margin-bottom: 0 !important;
  font-size: 0;
}

.slick-slider {
  margin-bottom: 0 !important;
  font-size: 0;
  background: #000;
}

.__scroll_top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  background-color: #668bf7;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  width: 3em;
  height: 3em;
  transition: transform 0.3s ease;
  z-index: 999;
}
.__scroll_top:hover {
  transform: scale(1.1);
}

.__scroll_top.show {
  align-items: center;
  justify-content: center;
  display: flex;
}

.__section_home001 {
  position: relative;
  padding-top: 100px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .__section_home001 {
    padding-top: 130px;
  }
}
.__section_home001 .__box_overlay_mobile {
  background: #bd0101;
  padding: 16px;
  display: block;
}
.__section_home001 .__box_overlay_mobile .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.__section_home001 .__box_overlay_mobile .subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  margin: 0;
}
.__section_home001 .__home_banner .slick-prev {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  left: 10px;
}
.__section_home001 .__home_banner .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f053";
}
.__section_home001 .__home_banner .slick-next {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  right: 10px;
}
.__section_home001 .__home_banner .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f054";
}
.__section_home001 .__home_banner .slick-dots {
  bottom: 20px;
}
.__section_home001 .__home_banner .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.__section_home001 .__home_banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50px;
}
.__section_home001 .__home_banner .slick-dots li button::before {
  display: none;
}
.__section_home001 .__home_banner .slick-dots li.slick-active button {
  background-color: #d10000;
}
.__section_home001 .__home_banner .__banner_img img {
  width: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  height: 665px;
}
.__section_home001 .__home_banner .__banner_img .__box_overlay_desktop {
  display: none;
}
.__section_home001 .__home_banner .__banner_img .__box_overlay_desktop .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 32px 0;
}
.__section_home001 .__home_banner .__banner_img .__box_overlay_desktop .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  float: right;
  margin: 0;
  font-family: "Noto Sans ExtraCondensed";
}

.__section_home002 {
  position: relative;
}
.__section_home002 .__home_background {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Landing/%20Commitment/%20BG/%2001.jpg);
  width: 100%;
}
.__section_home002 .__home_background .__home_box {
  position: relative;
  padding: 80px 0;
  max-width: 700px;
  margin: 0 auto;
}
.__section_home002 .__home_background .__home_box .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_home002 .__home_background .__home_box .__icon_box img {
  width: 100%;
}
.__section_home002 .__home_background .__home_box .title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_home002 .__home_background .__home_box .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_home002 .__home_background .__home_box .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_home002 .__home_background .__home_box .description {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
}
.__section_home002 .__home_background .__home_box .__card_box {
  position: relative;
  background: #d10000;
  padding: 16px;
}
.__section_home002 .__home_background .__home_box .__card_box .__img_box {
  position: relative;
}
.__section_home002 .__home_background .__home_box .__card_box .__img_box img {
  width: 100%;
}
.__section_home002 .__home_background .__home_box .__card_box .__card_title {
  color: #fff;
  font-weight: 600;
  margin: 10px 0 4px 0;
}
.__section_home002 .__home_background .__home_box .__card_box .__card_subtitle {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  align-items: center;
  display: flex;
}
.__section_home002 .__home_background .__home_box .__card_box .__card_subtitle .__circle_box {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin-left: 8px;
}
.__section_home002 .__home_background .__home_box .__card_box .__card_subtitle .__circle_box .fa-caret-right {
  color: #d10000;
}

.__section_home003 {
  position: relative;
}
.__section_home003 .__home_background_desktop {
  display: none;
}
.__section_home003 .__home_background_desktop .__home_section {
  position: relative;
  padding: 80px 0;
  max-width: 500px;
  margin: 0 0 0 700px;
}
.__section_home003 .__home_background_desktop .__home_section .__title_txt {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.__section_home003 .__home_background_desktop .__home_section .__descp_txt {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.__section_home003 .__home_background_desktop .__home_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_home003 .__home_background_desktop .__home_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}
.__section_home003 .__home_background_mobile {
  display: block;
}
.__section_home003 .__home_background_mobile .__banner_img {
  position: relative;
  width: 100%;
}
.__section_home003 .__home_background_mobile .__banner_img img {
  width: 100%;
}
.__section_home003 .__home_background_mobile .__home_section {
  position: relative;
  padding: 80px 0;
}
.__section_home003 .__home_background_mobile .__home_section .__title_txt {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.__section_home003 .__home_background_mobile .__home_section .__descp_txt {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.__section_home003 .__home_background_mobile .__home_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_home003 .__home_background_mobile .__home_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_home004 {
  position: relative;
}
.__section_home004 .__home_background_desktop {
  display: none;
}
.__section_home004 .__home_background_desktop .__home_section {
  position: relative;
  padding: 80px 0;
  max-width: 500px;
  margin: 0 700px 0 0;
}
.__section_home004 .__home_background_desktop .__home_section .__title_txt {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.__section_home004 .__home_background_desktop .__home_section .__descp_txt {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.__section_home004 .__home_background_desktop .__home_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_home004 .__home_background_desktop .__home_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}
.__section_home004 .__home_background_mobile {
  display: block;
}
.__section_home004 .__home_background_mobile .__banner_img {
  position: relative;
  width: 100%;
}
.__section_home004 .__home_background_mobile .__banner_img img {
  width: 100%;
}
.__section_home004 .__home_background_mobile .__home_section {
  position: relative;
  padding: 80px 0;
}
.__section_home004 .__home_background_mobile .__home_section .__title_txt {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.__section_home004 .__home_background_mobile .__home_section .__descp_txt {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.__section_home004 .__home_background_mobile .__home_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_home004 .__home_background_mobile .__home_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_home005 {
  position: relative;
}
.__section_home005 .__home_background_desktop {
  display: none;
}
.__section_home005 .__home_background_mobile {
  display: block;
}
.__section_home005 .__home_background_mobile .__banner_img {
  position: relative;
  width: 100%;
}
.__section_home005 .__home_background_mobile .__banner_img img {
  width: 100%;
}
.__section_home005 .__home_background_mobile .__home_section {
  position: relative;
  padding: 80px 0;
}
.__section_home005 .__home_background_mobile .__home_section .__title_txt {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.__section_home005 .__home_background_mobile .__home_section .__descp_txt {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.__section_home005 .__home_background_mobile .__home_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_home005 .__home_background_mobile .__home_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_home006 {
  position: relative;
}
.__section_home006 .__home_background {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Landing/%20Recipes/%20BG/%2001.jpg);
  width: 100%;
}
.__section_home006 .__home_background .__home_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_home006 .__home_background .__home_box .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_home006 .__home_background .__home_box .__icon_box img {
  width: 100%;
}
.__section_home006 .__home_background .__home_box .__box_title {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.__section_home006 .__home_background .__home_box .__box_title .title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_home006 .__home_background .__home_box .__box_title .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_home006 .__home_background .__home_box .__box_title .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_home006 .__home_background .__home_box .__box_title .description {
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.__section_home006 .__home_background .__home_box .__card_box2 {
  position: relative;
  background: #d10000;
  max-width: 880px;
  margin: 0 auto;
  display: block;
}
.__section_home006 .__home_background .__home_box .__card_box2 .__img_box {
  position: relative;
  width: 100%;
}
.__section_home006 .__home_background .__home_box .__card_box2 .__img_box img {
  width: 100%;
  height: 188px;
  -o-object-fit: cover;
     object-fit: cover;
}
.__section_home006 .__home_background .__home_box .__card_box2 .__content_box {
  position: relative;
  padding: 16px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.__section_home006 .__home_background .__home_box .__card_box2 .__content_box .__top_section .__card_title {
  color: #fff;
  font-weight: 600;
  margin: 0 0 2px 0;
}
.__section_home006 .__home_background .__home_box .__card_box2 .__content_box .__top_section .__card_subtitle {
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 15px 0;
}
.__section_home006 .__home_background .__home_box .__card_box2 .__content_box .__top_section .__card_subtitle .__circle_box {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_home006 .__home_background .__home_box .__card_box2 .__content_box .__top_section .__card_subtitle .__circle_box .fa-caret-right {
  color: #d10000;
}
.__section_home006 .__home_background .__home_box .__card_box2 .__content_box .__bottom_section .__descp_txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.__section_home007 {
  position: relative;
}
.__section_home007 .__home_background {
  position: relative;
  background: #d9cfc2;
  width: 100%;
}
.__section_home007 .__home_background .__home_box {
  position: relative;
  padding: 80px 0;
  max-width: 700px;
  margin: 0 auto;
}
.__section_home007 .__home_background .__home_box .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_home007 .__home_background .__home_box .__icon_box img {
  width: 100%;
}
.__section_home007 .__home_background .__home_box .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_home007 .__home_background .__home_box .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_home007 .__home_background .__home_box .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_home007 .__home_background .__home_box .__row_list {
  position: relative;
  display: block;
  border-bottom: 1px solid #000;
  padding: 16px 0;
}
.__section_home007 .__home_background .__home_box .__row_list .__img_box {
  position: relative;
  width: 100%;
}
.__section_home007 .__home_background .__home_box .__row_list .__img_box img {
  width: 100%;
}
.__section_home007 .__home_background .__home_box .__row_list .__content_box {
  position: relative;
  padding: 16px 0;
  width: 100%;
}
.__section_home007 .__home_background .__home_box .__row_list .__content_box .__top_section .__date_txt {
  color: #000;
  font-size: 18px;
  margin: 0 0 2px 0;
}
.__section_home007 .__home_background .__home_box .__row_list .__content_box .__top_section .__title_txt {
  color: #d10000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
.__section_home007 .__home_background .__home_box .__row_list .__content_box .__descp_txt {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
.__section_home007 .__home_background .__home_box .__row_list .__content_box .__bottom_section {
  align-items: center;
  display: flex;
}
.__section_home007 .__home_background .__home_box .__row_list .__content_box .__bottom_section .__btn_link {
  color: #d10000;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.__section_home007 .__home_background .__home_box .__row_list .__content_box .__bottom_section .__btn_link .__circle_box {
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_home007 .__home_background .__home_box .__row_list .__content_box .__bottom_section .__btn_link .__circle_box .fa-caret-right {
  color: #d10000;
}
.__section_home007 .__home_background .__home_box .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
.__section_home007 .__home_background .__home_box .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_product001 {
  position: relative;
  background: #fff;
  padding-top: 100px;
}
@media screen and (min-width: 992px) {
  .__section_product001 {
    padding-top: 130px;
  }
}
.__section_product001 .__box_overlay_mobile {
  background: #bd0101;
  padding: 16px;
  display: block;
}
.__section_product001 .__box_overlay_mobile .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.__section_product001 .__box_overlay_mobile .subtitle {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  text-align: right;
  margin: 0;
}
.__section_product001 .__product_banner .slick-prev {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  left: 10px;
}
.__section_product001 .__product_banner .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f053";
}
.__section_product001 .__product_banner .slick-next {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  right: 10px;
}
.__section_product001 .__product_banner .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f054";
}
.__section_product001 .__product_banner .slick-dots {
  bottom: 20px;
}
.__section_product001 .__product_banner .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.__section_product001 .__product_banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50px;
}
.__section_product001 .__product_banner .slick-dots li button::before {
  display: none;
}
.__section_product001 .__product_banner .slick-dots li.slick-active button {
  background-color: #d10000;
}
.__section_product001 .__product_banner .__banner_img img {
  width: 100%;
  display: flex;
}
.__section_product001 .__product_banner .__banner_img .__box_overlay_desktop {
  display: none;
}
.__section_product001 .__product_banner .__banner_img .__box_overlay_desktop .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 32px 0;
}
.__section_product001 .__product_banner .__banner_img .__box_overlay_desktop .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  float: right;
  margin: 0;
  font-family: "Noto Sans ExtraCondensed";
}
.__section_product001 .__product_box {
  position: relative;
  padding: 80px 0 0 0;
  max-width: 700px;
  margin: 0 auto;
}
.__section_product001 .__product_box .__descp_txt {
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 30px 0;
}
.__section_product001 .__product_box .__descp_txt.recipes {
  letter-spacing: 2px;
  width: 75%;
  margin: 30px auto 10px auto;
}
.__section_product001 .__product_box .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_product001 .__product_box .__icon_box img {
  width: 100%;
}
.__section_product001 .__product_box .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_product001 .__product_box .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_product001 .__product_box .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_product001 .__tab_section {
  position: relative;
  padding: 16px 0 80px 0;
  max-width: 920px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.__section_product001 .__tab_section .nav-pills {
  border-bottom: 0;
}
.__section_product001 .__tab_section .nav-pills .nav-item {
  margin-bottom: -1px;
  height: 25px;
  display: flex;
  align-items: center;
  margin: 8px 0;
  border-right: 1px solid #000;
}
.__section_product001 .__tab_section .nav-pills .nav-item:first-child::after {
  display: none;
}
.__section_product001 .__tab_section .nav-pills .nav-item.__with-icon {
  height: auto;
  border-right: none;
  position: relative;
}
.__section_product001 .__tab_section .nav-pills .nav-item.__with-icon::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  background: #ba0101;
  left: -15%;
  bottom: 50%;
}
.__section_product001 .__tab_section .nav-pills .nav-link:hover {
  color: #d10000;
}
.__section_product001 .__tab_section .nav-pills .nav-link {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  border: 0;
  text-transform: uppercase;
  padding: 10px 24px;
  margin: 0 8px;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon {
  width: 124px;
  text-align: center;
  padding: 10px 15px;
  position: relative;
  transition: all 0.2s ease-in;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon p {
  position: relative;
  display: inline-block;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  background: #d00101;
  height: 2px;
  transition: all 0.2s ease-in;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon span {
  display: block;
  background-repeat: no-repeat;
  height: 43px;
  margin-bottom: 10px;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon span.icon-all {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_all.png") no-repeat bottom center;
  background-size: 100%;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon span.icon-coffetail {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_coffetail.png") no-repeat bottom center;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon span.icon-icecoffe {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_icecoffe.png") no-repeat bottom center;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon span.icon-hot-coffee {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_hotcoffe.png") no-repeat bottom center;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon span.icon-dessert {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_dessert.png") no-repeat bottom center;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon:hover {
  background-color: transparent;
  color: #2a1e16;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon:hover p::after {
  width: 100%;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon:hover span.icon-all {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_all-hover.png") no-repeat bottom center;
  background-size: 100%;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon:hover span.icon-coffetail {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_coffetail-hover.png") no-repeat bottom center;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon:hover span.icon-icecoffe {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_icecoffe-hover.png") no-repeat bottom center;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon:hover span.icon-hot-coffee {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_hotcoffe-hover.png") no-repeat bottom center;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon:hover span.icon-dessert {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_dessert-hover.png") no-repeat bottom center;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon.active {
  background-color: transparent;
  color: #2a1e16;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon.active p::after {
  width: 100%;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon.active span.icon-all {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_all-hover.png") no-repeat bottom center;
  background-size: 100%;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon.active span.icon-coffetail {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_coffetail-hover.png") no-repeat bottom center;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon.active span.icon-icecoffe {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_icecoffe-hover.png") no-repeat bottom center;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon.active span.icon-hot-coffee {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_hotcoffe-hover.png") no-repeat bottom center;
}
.__section_product001 .__tab_section .nav-pills .nav-link.__with-icon.active span.icon-dessert {
  background: url("/wp-content/themes/ucc/assets/img/recipes-icon_dessert-hover.png") no-repeat bottom center;
}
.__section_product001 .__tab_section .nav-pills .nav-link.active {
  color: #fff;
  background-color: #bd0101;
  border-radius: 6px;
  margin: 8px;
}
.__section_product001 .__tab_section .nav-pills.with_icon {
  display: flex;
  gap: 40px;
}
.__section_product001 .__tab_section .__product_card {
  position: relative;
  transition: all 0.2s ease-in;
  margin: 0 0 16px 0;
}
.__section_product001 .__tab_section .__product_card:hover {
  transform: scale(1.04);
  box-shadow: 2px 2px 7px #e8e7e7;
}
.__section_product001 .__tab_section .__product_card:hover .__product_img .__btn_link {
  transform: translateY(0);
}
.__section_product001 .__tab_section .__product_card .__product_img {
  position: relative;
}
.__section_product001 .__tab_section .__product_card .__product_img .__btn_link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
  transform: translateY(280%);
}
.__section_product001 .__tab_section .__product_card .__product_img .__btn_link span {
  border: 1px solid #fff;
  padding: 3px 30px;
  display: inline-block;
  font-size: 14px;
}
.__section_product001 .__tab_section .__product_card .__product_img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  display: flex;
}
.__section_product001 .__tab_section .__product_card .__product_detail {
  padding: 20px 10px 10px;
  background-color: #c5ae8f;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 140px;
}
.__section_product001 .__tab_section .__product_card .__product_detail .__product_title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  min-height: 53px;
  text-align: center;
}
.__section_product001 .__tab_section .__product_card .__product_detail .__product_title-recipes {
  font-size: 18px;
  font-weight: 300;
  color: #2a1e16;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.__section_product001 .__tab_section .__product_card .__product_detail .__product_categories {
  color: #ba0101;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
}
.__section_product001 .__tab_section .__product_card .__product_detail .__btn_link {
  color: #bd0101;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  display: block;
}
.__section_product001 .__tab_section .__product_section2 {
  max-width: 671px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.__section_product001 .__tab_section .__product_section2 .__product_card2 {
  position: relative;
  margin: 0 0 16px 0;
  transition: all 0.2s ease-in;
}
.__section_product001 .__tab_section .__product_section2 .__product_card2:hover {
  transform: scale(1.04);
  box-shadow: 2px 2px 7px #e8e7e7;
}
.__section_product001 .__tab_section .__product_section2 .__product_card2 .__product_img {
  position: relative;
  width: 100%;
}
.__section_product001 .__tab_section .__product_section2 .__product_card2 .__product_img img {
  width: 100%;
  height: 150px;
  display: flex;
}
.__section_product001 .__tab_section .__product_section2 .__product_card2 .__product_detail {
  padding: 8px 16px;
  background-color: #c5ae8f;
}
.__section_product001 .__tab_section .__product_section2 .__product_card2 .__product_detail .__card_top .__product_title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 4px 0;
}
.__section_product001 .__tab_section .__product_section2 .__product_card2 .__product_detail .__card_top .__product_description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin: 0 0 16px 0;
}
.__section_product001 .__tab_section .__product_section2 .__product_card2 .__product_detail .__card_bottom .__btn_link {
  color: #bd0101;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.__section_product001 .__tab_section.recipe {
  padding: 0px 0 40px 0;
}
.__section_product001 .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px auto;
}
.__section_product001 .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_coffee-beyond001 {
  position: relative;
  padding-top: 100px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .__section_coffee-beyond001 {
    padding-top: 130px;
  }
}
.__section_coffee-beyond001 .__box_overlay_mobile {
  background: #bd0101;
  padding: 16px;
  display: block;
}
.__section_coffee-beyond001 .__box_overlay_mobile .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.__section_coffee-beyond001 .__box_overlay_mobile .subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  margin: 0;
}
.__section_coffee-beyond001 .__home_banner .slick-prev {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  left: 10px;
}
.__section_coffee-beyond001 .__home_banner .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f053";
}
.__section_coffee-beyond001 .__home_banner .slick-next {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  right: 10px;
}
.__section_coffee-beyond001 .__home_banner .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f054";
}
.__section_coffee-beyond001 .__home_banner .slick-dots {
  bottom: 20px;
}
.__section_coffee-beyond001 .__home_banner .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.__section_coffee-beyond001 .__home_banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50px;
}
.__section_coffee-beyond001 .__home_banner .slick-dots li button::before {
  display: none;
}
.__section_coffee-beyond001 .__home_banner .slick-dots li.slick-active button {
  background-color: #d10000;
}
.__section_coffee-beyond001 .__home_banner .__banner_img img {
  width: 100%;
  display: flex;
}
.__section_coffee-beyond001 .__home_banner .__banner_img .__box_overlay_desktop {
  display: none;
}
.__section_coffee-beyond001 .__home_banner .__banner_img .__box_overlay_desktop .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 32px 0;
}
.__section_coffee-beyond001 .__home_banner .__banner_img .__box_overlay_desktop .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  float: right;
  margin: 0;
  font-family: "Noto Sans Condensed Bold";
}

.__section_coffee-beyond002 {
  position: relative;
}
.__section_coffee-beyond002 .__coffee-beyond_background {
  position: relative;
  background: #d9cfc2;
}
.__section_coffee-beyond002 .__coffee-beyond_background .__coffee-beyond_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_coffee-beyond002 .__coffee-beyond_background .__coffee-beyond_box .__subnav_left {
  max-width: 245px;
  border-right: 3px solid #d10000;
}
.__section_coffee-beyond002 .__coffee-beyond_background .__coffee-beyond_box .__subnav_left .__subnav_subtitle {
  font-size: 18px;
  color: #d10000;
  font-weight: 700;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.__section_coffee-beyond002 .__coffee-beyond_background .__coffee-beyond_box .__subnav_left .__subnav__nav ul {
  padding: 0;
}
.__section_coffee-beyond002 .__coffee-beyond_background .__coffee-beyond_box .__subnav_left .__subnav__nav ul li {
  padding: 6px 0;
  list-style: none;
}
.__section_coffee-beyond002 .__coffee-beyond_background .__coffee-beyond_box .__subnav_left .__subnav__nav ul li .__subnav_link {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding-right: 5px;
  letter-spacing: 1px;
  display: block;
}
.__section_coffee-beyond002 .__coffee-beyond_background .__coffee-beyond_box .__subnav_title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.__section_coffee-beyond002 .__coffee-beyond_background .__coffee-beyond_box .__subnav__descp {
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0;
}

.__section_coffee-beyond003 {
  position: relative;
}
.__section_coffee-beyond003 .__coffee-beyond_background {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Beyond/%20Estate/%20BG/%2002.jpg);
  width: 100%;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box {
  position: relative;
  padding: 80px 0;
  max-width: 700px;
  margin: 0 auto;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .__icon_box img {
  width: 100%;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .title2 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .description {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .__card_box {
  position: relative;
  background: #d10000;
  padding: 16px;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .__card_box .__img_box {
  position: relative;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .__card_box .__img_box img {
  width: 100%;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .__card_box .__card_title {
  color: #fff;
  font-weight: 600;
  margin: 10px 0 4px 0;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .__card_box .__card_subtitle {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  align-items: center;
  display: flex;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .__card_box .__card_subtitle .__circle_box {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin-left: 8px;
}
.__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .__card_box .__card_subtitle .__circle_box .fa-caret-right {
  color: #d10000;
}

.__section_coffee-beyond004 {
  position: relative;
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop {
  display: none;
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop img {
  width: 100%;
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  transform: translateY(-50%);
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section {
  position: relative;
  padding: 50px 0;
  max-width: 500px;
  margin: 0 0 0 700px;
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__icon_box img {
  width: 100%;
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__title_txt {
  color: #bd0101;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__descp_txt {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile {
  display: block;
  background: #ece0d4;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile .__banner_img {
  position: relative;
  width: 100%;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile .__banner_img img {
  width: 100%;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile .__coffee-beyond_section {
  position: relative;
  padding: 80px 0;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile .__coffee-beyond_section .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile .__coffee-beyond_section .__icon_box img {
  width: 100%;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile .__coffee-beyond_section .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile .__coffee-beyond_section .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile .__coffee-beyond_section .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile .__coffee-beyond_section .__title_txt {
  color: #bd0101;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile .__coffee-beyond_section .__descp_txt {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile .__coffee-beyond_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_coffee-beyond004 .__coffee-beyond_background_mobile .__coffee-beyond_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}
.__section_coffee-beyond004 .__seemore_link {
  color: #bd0101;
  text-align: center;
  font-weight: 700;
  display: block;
}
.__section_coffee-beyond004 .__position_box {
  position: relative;
  justify-content: center;
  display: flex;
}
.__section_coffee-beyond004 .__position_box .__circle_box-down {
  background: #d10000;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_coffee-beyond004 .__position_box .__circle_box-down .fa-caret-down {
  color: #fff;
}
.__section_coffee-beyond004 .__section_journey img {
  width: 100%;
}
.__section_coffee-beyond004 .__section_journey .__hide_link {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.__section_coffee-beyond004 .__section_journey .__hide_link .__position_box {
  position: relative;
  justify-content: center;
  display: flex;
}
.__section_coffee-beyond004 .__section_journey .__hide_link .__position_box .__circle_box-up {
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_coffee-beyond004 .__section_journey .__hide_link .__position_box .__circle_box-up .fa-caret-up {
  color: #d10000;
}

.__section_coffee-beyond005 {
  position: relative;
}
.__section_coffee-beyond005 .__coffee-beyond_background {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Beyond/%20Baristas/%20BG/%2001.jpg);
  width: 100%;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__coffee-beyond_box {
  position: relative;
  padding: 80px 0 20px 0;
  max-width: 700px;
  margin: 0 auto;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__coffee-beyond_box .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__coffee-beyond_box .__icon_box img {
  width: 100%;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__coffee-beyond_box .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__coffee-beyond_box .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__coffee-beyond_box .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__coffee-beyond_box .__title_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__coffee-beyond_box .description {
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__coffee-beyond_box .__title_txt2 {
  color: #bd0101;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__barista_section {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__barista_section .__card_box {
  position: relative;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__barista_section .__card_box .__barista_img {
  position: relative;
  width: 100%;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__barista_section .__card_box .__barista_img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #d10000;
  border-radius: 100px;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__barista_section .__card_box .__name_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 8px 0 4px 0;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__barista_section .__card_box .__rec_box {
  background: #bd0101;
  border-radius: 4px;
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__barista_section .__card_box .__rec_box p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__barista_section .__card_box .__title_section {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__barista_section .__card_box .__title_section .__icon_img img {
  width: 100%;
}
.__section_coffee-beyond005 .__coffee-beyond_background .__barista_section .__card_box .__title_section .__champion_txt {
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 500;
  margin: 0 10px;
}

.__section_coffee-beyond006 {
  position: relative;
}
.__section_coffee-beyond006 .__coffee-beyond_background {
  position: relative;
  width: 100%;
  background: #d9cfc2;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__box_title {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__box_title .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__box_title .__icon_box img {
  width: 100%;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__box_title .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__box_title .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__box_title .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__box_title .__title_txt {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__box_title .description {
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 {
  position: relative;
  background: #d10000;
  max-width: 880px;
  margin: 0 auto 32px auto;
  display: block;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__img_box {
  position: relative;
  width: 100%;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__img_box img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__content_box {
  position: relative;
  padding: 16px 16px 16px 12px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  width: 100%;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__content_box .__top_section .__card_title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0 0 2px 0;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__content_box .__top_section .__tag_section {
  flex-wrap: wrap;
  display: flex;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__content_box .__top_section .__tag_section .__tag_box {
  background: #fff;
  border-radius: 20px;
  align-items: center;
  display: flex;
  padding: 0.1rem 0.4rem;
  margin: 0 8px 8px 0;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__content_box .__top_section .__tag_section .__tag_box .__tag_text {
  color: #d10000;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__content_box .__top_section .__tag_section .__tag_box .__circle_box {
  background: #d10000;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__content_box .__top_section .__tag_section .__tag_box .__circle_box .fa-caret-right {
  color: #fff;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__content_box .__top_section .__card_subtitle {
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__content_box .__bottom_section .__descp_txt {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  margin: 20px 0 0 0;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__content_box .__btn_learn {
  padding: 4px 15px;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  width: -moz-max-content;
  width: max-content;
  margin: 10px 0 0 0;
}
.__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__content_box .__btn_learn .fa-chevron-right {
  margin: 0 5px 0 0;
}

.__section_cafes001 {
  position: relative;
  padding-top: 100px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .__section_cafes001 {
    padding-top: 130px;
  }
}
.__section_cafes001 .__box_overlay_mobile {
  background: #bd0101;
  padding: 16px;
  display: block;
}
.__section_cafes001 .__box_overlay_mobile .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.__section_cafes001 .__box_overlay_mobile .subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  margin: 0;
}
.__section_cafes001 .__cafes_banner .slick-prev {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  left: 10px;
}
.__section_cafes001 .__cafes_banner .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f053";
}
.__section_cafes001 .__cafes_banner .slick-next {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  right: 10px;
}
.__section_cafes001 .__cafes_banner .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f054";
}
.__section_cafes001 .__cafes_banner .slick-dots {
  bottom: 20px;
}
.__section_cafes001 .__cafes_banner .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.__section_cafes001 .__cafes_banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50px;
}
.__section_cafes001 .__cafes_banner .slick-dots li button::before {
  display: none;
}
.__section_cafes001 .__cafes_banner .slick-dots li.slick-active button {
  background-color: #d10000;
}
.__section_cafes001 .__cafes_banner .__banner_img img {
  width: 100%;
  display: flex;
}
.__section_cafes001 .__cafes_banner .__banner_img .__box_overlay_desktop {
  display: none;
}
.__section_cafes001 .__cafes_banner .__banner_img .__box_overlay_desktop .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 32px 0;
}
.__section_cafes001 .__cafes_banner .__banner_img .__box_overlay_desktop .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  float: right;
  margin: 0;
  font-family: "Noto Sans Condensed Bold";
}

.__section_cafes002 {
  position: relative;
}
.__section_cafes002 .__cafes_background {
  position: relative;
  background: #d9cfc2;
}
.__section_cafes002 .__cafes_background .__cafes_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_cafes002 .__cafes_background .__cafes_box .__subnav_left {
  max-width: 245px;
  border-right: 3px solid #d10000;
}
.__section_cafes002 .__cafes_background .__cafes_box .__subnav_left .__subnav_subtitle {
  font-size: 18px;
  color: #d10000;
  font-weight: 700;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.__section_cafes002 .__cafes_background .__cafes_box .__subnav_left .__subnav__nav ul {
  padding: 0;
}
.__section_cafes002 .__cafes_background .__cafes_box .__subnav_left .__subnav__nav ul li {
  padding: 6px 0;
  list-style: none;
}
.__section_cafes002 .__cafes_background .__cafes_box .__subnav_left .__subnav__nav ul li .__subnav_link {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding-right: 5px;
  letter-spacing: 1px;
  display: block;
}
.__section_cafes002 .__cafes_background .__cafes_box .__subnav_title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.__section_cafes002 .__cafes_background .__cafes_box .__subnav__descp {
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0;
}

.__section_cafes003 {
  position: relative;
}
.__section_cafes003 .__cafes_background {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Our/%20Cafes/%20Flagship/%20BG/%2001.jpg);
  width: 100%;
}
.__section_cafes003 .__cafes_background .__cafes_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_cafes003 .__cafes_background .__cafes_box .__box_title {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.__section_cafes003 .__cafes_background .__cafes_box .__box_title .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_cafes003 .__cafes_background .__cafes_box .__box_title .__icon_box img {
  width: 100%;
}
.__section_cafes003 .__cafes_background .__cafes_box .__box_title .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_cafes003 .__cafes_background .__cafes_box .__box_title .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__box_title .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_cafes003 .__cafes_background .__cafes_box .__box_title .__title_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_cafes003 .__cafes_background .__cafes_box .__box_title .description {
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__box_title .__title_txt2 {
  color: #bd0101;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop {
  display: none;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept_box {
  background: #ede9e0;
  padding: 0 0;
  box-sizing: border-box;
  height: 520px;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept_box .__detail_box {
  width: 52.96%;
  padding: 30px 30px 0;
  box-sizing: border-box;
  float: left;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept_box .__detail_box .__img_icon {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept_box .__detail_box .__img_icon img {
  max-width: 150px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept_box .__detail_box .__title_txt {
  color: #bd0101;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept_box .__detail_box .__detail_section p {
  color: #000;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept_box .__detail_box .__detail_section p strong {
  color: #bd0101;
  font-size: 14px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept_box .__detail_box .__detail_section p a {
  color: #bd0101;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept_box .__detail_box .__detail_section p .__btn_link {
  color: #bd0101;
  font-weight: 700;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box {
  position: absolute;
  width: 50%;
  top: -4px;
  left: 53%;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list {
  position: relative;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list .__store_img {
  position: relative;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list .__store_img img {
  width: 100%;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list .slick-prev {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  left: 10px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f053";
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list .slick-next {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  right: 10px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f054";
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list .slick-dots {
  bottom: -25px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list .slick-dots li button {
  width: 45px;
  height: 4px;
  background-color: #7a7979;
  padding: 3px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list .slick-dots li button::before {
  display: none;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list .slick-dots li.slick-active button {
  background-color: #d10000;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  display: block;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept_box {
  background: #ede9e0;
  padding: 0 0;
  box-sizing: border-box;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept_box .__detail_box {
  padding: 30px 30px;
  box-sizing: border-box;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept_box .__detail_box .__img_icon {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept_box .__detail_box .__img_icon img {
  max-width: 150px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept_box .__detail_box .__title_txt {
  color: #bd0101;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept_box .__detail_box .__detail_section p {
  color: #000;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept_box .__detail_box .__detail_section p strong {
  color: #bd0101;
  font-size: 14px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept_box .__detail_box .__detail_section p a {
  color: #bd0101;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept_box .__detail_box .__detail_section p .__btn_link {
  color: #bd0101;
  font-weight: 700;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box {
  position: relative;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box .__concept-store_list {
  position: relative;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box .__concept-store_list .__store_img {
  position: relative;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box .__concept-store_list .__store_img img {
  width: 100%;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box .__concept-store_list .slick-prev {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  left: 10px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box .__concept-store_list .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f053";
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box .__concept-store_list .slick-next {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  right: 10px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box .__concept-store_list .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f054";
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box .__concept-store_list .slick-dots {
  bottom: -25px;
  z-index: 1;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box .__concept-store_list .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box .__concept-store_list .slick-dots li button {
  width: 66px;
  height: 4px;
  background-color: #7a7979;
  padding: 3px;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box .__concept-store_list .slick-dots li button::before {
  display: none;
}
.__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile .__concept-store_box .__concept-store_list .slick-dots li.slick-active button {
  background-color: #d10000;
}

.__section_cafes004 {
  position: relative;
}
.__section_cafes004 .__cafes_background_desktop {
  display: none;
}
.__section_cafes004 .__cafes_background_mobile {
  display: block;
  background: #ece0d4;
}
.__section_cafes004 .__cafes_background_mobile .__banner_img {
  position: relative;
  width: 100%;
}
.__section_cafes004 .__cafes_background_mobile .__banner_img img {
  width: 100%;
}
.__section_cafes004 .__cafes_background_mobile .__cafes_section {
  position: relative;
  padding: 80px 0;
}
.__section_cafes004 .__cafes_background_mobile .__cafes_section .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_cafes004 .__cafes_background_mobile .__cafes_section .__icon_box img {
  width: 100%;
}
.__section_cafes004 .__cafes_background_mobile .__cafes_section .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_cafes004 .__cafes_background_mobile .__cafes_section .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_cafes004 .__cafes_background_mobile .__cafes_section .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_cafes004 .__cafes_background_mobile .__cafes_section .__title_txt {
  color: #bd0101;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_cafes004 .__cafes_background_mobile .__cafes_section .__descp_txt {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
}
.__section_cafes004 .__cafes_background_mobile .__cafes_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_cafes004 .__cafes_background_mobile .__cafes_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_cafes005 {
  position: relative;
}
.__section_cafes005 .__cafes_background {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Our/%20Cafes/%20Franchise/%20BG/%2001.jpg);
  width: 100%;
}
.__section_cafes005 .__cafes_background .__cafes_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_cafes005 .__cafes_background .__cafes_box .__box_title {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.__section_cafes005 .__cafes_background .__cafes_box .__box_title .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_cafes005 .__cafes_background .__cafes_box .__box_title .__icon_box img {
  width: 100%;
}
.__section_cafes005 .__cafes_background .__cafes_box .__box_title .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_cafes005 .__cafes_background .__cafes_box .__box_title .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_cafes005 .__cafes_background .__cafes_box .__box_title .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_cafes005 .__cafes_background .__cafes_box .__box_title .__title_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_cafes005 .__cafes_background .__cafes_box .__box_title .description {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.__section_cafes005 .__cafes_background .__cafes_box .__box_title .__title_txt2 {
  color: #bd0101;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0;
}
.__section_cafes005 .__cafes_background .__cafes_box .__franchise_section {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.__section_cafes005 .__cafes_background .__cafes_box .__franchise_section .__card_box {
  position: relative;
  margin: 0 0 20px 0;
}
.__section_cafes005 .__cafes_background .__cafes_box .__franchise_section .__card_box .__franchise_img {
  position: relative;
  width: 100%;
}
.__section_cafes005 .__cafes_background .__cafes_box .__franchise_section .__card_box .__franchise_img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #d10000;
  border-radius: 100px;
}
.__section_cafes005 .__cafes_background .__cafes_box .__franchise_section .__card_box .__name_txt {
  color: #bd0101;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 8px 0 4px 0;
  line-height: 1.2;
}
.__section_cafes005 .__cafes_background .__cafes_box .__franchise_section .__card_box .__rec_box {
  background: #bd0101;
  border-radius: 4px;
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_cafes005 .__cafes_background .__cafes_box .__franchise_section .__card_box .__rec_box p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.__section_cafes005 .__cafes_background .__cafes_box .__franchise_section .__card_box .__title_section {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
}
.__section_cafes005 .__cafes_background .__cafes_box .__franchise_section .__card_box .__title_section .__desp_txt {
  text-align: center;
  line-height: 1.2;
  font-size: 10px;
  font-weight: 500;
  margin: 0;
}
.__section_cafes005 .__cafes_background .__cafes_box .__btn_primary {
  color: #fff;
  font-size: 12px;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_cafes005 .__cafes_background .__cafes_box .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_expertise001 {
  position: relative;
  padding-top: 100px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .__section_expertise001 {
    padding-top: 130px;
  }
}
.__section_expertise001 .__box_overlay_mobile {
  background: #bd0101;
  padding: 16px;
  display: block;
}
.__section_expertise001 .__box_overlay_mobile .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.__section_expertise001 .__box_overlay_mobile .subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  margin: 0;
}
.__section_expertise001 .__expertise_banner .slick-prev {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  left: 10px;
}
.__section_expertise001 .__expertise_banner .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f053";
}
.__section_expertise001 .__expertise_banner .slick-next {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  right: 10px;
}
.__section_expertise001 .__expertise_banner .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f054";
}
.__section_expertise001 .__expertise_banner .slick-dots {
  bottom: 20px;
}
.__section_expertise001 .__expertise_banner .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.__section_expertise001 .__expertise_banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50px;
}
.__section_expertise001 .__expertise_banner .slick-dots li button::before {
  display: none;
}
.__section_expertise001 .__expertise_banner .slick-dots li.slick-active button {
  background-color: #d10000;
}
.__section_expertise001 .__expertise_banner .__banner_img img {
  width: 100%;
  display: flex;
}
.__section_expertise001 .__expertise_banner .__banner_img .__box_overlay_desktop {
  display: none;
}
.__section_expertise001 .__expertise_banner .__banner_img .__box_overlay_desktop .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 32px 0;
}
.__section_expertise001 .__expertise_banner .__banner_img .__box_overlay_desktop .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  float: right;
  margin: 0;
  font-family: "Noto Sans Condensed Bold";
}

.__section_expertise002 {
  position: relative;
}
.__section_expertise002 .__expertise_background {
  position: relative;
  background: #d9cfc2;
}
.__section_expertise002 .__expertise_background .__expertise_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_expertise002 .__expertise_background .__expertise_box .__subnav_left {
  max-width: 245px;
  border-right: 3px solid #d10000;
}
.__section_expertise002 .__expertise_background .__expertise_box .__subnav_left .__subnav_subtitle {
  font-size: 18px;
  color: #d10000;
  font-weight: 700;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.__section_expertise002 .__expertise_background .__expertise_box .__subnav_left .__subnav__nav ul {
  padding: 0;
}
.__section_expertise002 .__expertise_background .__expertise_box .__subnav_left .__subnav__nav ul li {
  padding: 6px 0;
  list-style: none;
}
.__section_expertise002 .__expertise_background .__expertise_box .__subnav_left .__subnav__nav ul li .__subnav_link {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding-right: 5px;
  letter-spacing: 1px;
  display: block;
}
.__section_expertise002 .__expertise_background .__expertise_box .__subnav_title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.__section_expertise002 .__expertise_background .__expertise_box .__subnav__descp {
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0;
}

.__section_expertise003 {
  position: relative;
}
.__section_expertise003 .__expertise_background {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Our/%20Expertise/%20Seed/%20BG/%2001.jpg);
  width: 100%;
  background-position-y: top;
}
.__section_expertise003 .__expertise_background .__expertise_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_expertise003 .__expertise_background .__expertise_box .__box_title {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.__section_expertise003 .__expertise_background .__expertise_box .__box_title .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_expertise003 .__expertise_background .__expertise_box .__box_title .__icon_box img {
  width: 100%;
}
.__section_expertise003 .__expertise_background .__expertise_box .__box_title .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_expertise003 .__expertise_background .__expertise_box .__box_title .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_expertise003 .__expertise_background .__expertise_box .__box_title .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_expertise003 .__expertise_background .__expertise_box .__box_title .__title_txt {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 30px 0;
}
.__section_expertise003 .__expertise_background .__expertise_box .__box_title .description {
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.__section_expertise003 .__expertise_background .__expertise_box .__box_title .__title_txt2 {
  color: #bd0101;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0;
}
.__section_expertise003 .__expertise_background .__expertise_box .__expertise_section {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.__section_expertise003 .__expertise_background .__expertise_box .__expertise_section .__card_box {
  position: relative;
  margin: 0 0 20px 0;
}
.__section_expertise003 .__expertise_background .__expertise_box .__expertise_section .__card_box .__franchise_img {
  position: relative;
  width: 100%;
}
.__section_expertise003 .__expertise_background .__expertise_box .__expertise_section .__card_box .__franchise_img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #d10000;
  border-radius: 100px;
}
.__section_expertise003 .__expertise_background .__expertise_box .__expertise_section .__card_box .__name_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 8px 0 4px 0;
  line-height: 1.2;
}
.__section_expertise003 .__expertise_background .__expertise_box .__expertise_section .__card_box .__rec_box {
  background: #bd0101;
  border-radius: 4px;
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_expertise003 .__expertise_background .__expertise_box .__expertise_section .__card_box .__rec_box p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 4px 0;
}
.__section_expertise003 .__expertise_background .__expertise_box .__expertise_section .__card_box .__title_section {
  display: flex;
  justify-content: center;
}
.__section_expertise003 .__expertise_background .__expertise_box .__expertise_section .__card_box .__title_section .__desp_txt {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.__section_expertise004 {
  position: relative;
}
.__section_expertise004 .__expertise_background {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Our/%20Expertise/%20Craft/%20BG/%2001.jpg);
  width: 100%;
}
.__section_expertise004 .__expertise_background .__expertise_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_expertise004 .__expertise_background .__expertise_box .__box_title {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
.__section_expertise004 .__expertise_background .__expertise_box .__box_title .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_expertise004 .__expertise_background .__expertise_box .__box_title .__icon_box img {
  width: 100%;
}
.__section_expertise004 .__expertise_background .__expertise_box .__box_title .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_expertise004 .__expertise_background .__expertise_box .__box_title .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_expertise004 .__expertise_background .__expertise_box .__box_title .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_expertise004 .__expertise_background .__expertise_box .__box_title .__title_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 30px 0;
}
.__section_expertise004 .__expertise_background .__expertise_box .__box_title .description {
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.__section_expertise004 .__expertise_background .__expertise_box .__box_title .__title_txt2 {
  color: #bd0101;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0;
}
.__section_expertise004 .__expertise_background .__expertise_box .__tab_section {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.__section_expertise004 .__expertise_background .__expertise_box .__tab_section .nav-pills {
  border-bottom: 0;
}
.__section_expertise004 .__expertise_background .__expertise_box .__tab_section .nav-pills .nav-item {
  margin-bottom: -1px;
  height: 24px;
  display: flex;
  align-items: center;
}
.__section_expertise004 .__expertise_background .__expertise_box .__tab_section .nav-pills .nav-link:hover {
  color: #d10000;
}
.__section_expertise004 .__expertise_background .__expertise_box .__tab_section .nav-pills .nav-link {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
  color: #bd0101;
  background: #fff;
  border: 0;
  text-transform: uppercase;
  padding: 0px 8px;
  margin: 0 4px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 3px solid #bd0101;
}
.__section_expertise004 .__expertise_background .__expertise_box .__tab_section .nav-pills .nav-link.active {
  color: #fff;
  background-color: #bd0101;
  border-radius: 6px;
  margin: 4px;
}
.__section_expertise004 .__expertise_background .__expertise_box .__tab_section .__tab_box {
  position: relative;
  background: #bd0101;
  padding: 16px;
}
.__section_expertise004 .__expertise_background .__expertise_box .__tab_section .__tab_box .__crafts_img img {
  width: 100%;
}
.__section_expertise004 .__expertise_background .__expertise_box .__tab_section .__tab_box .__crafts_detail {
  position: relative;
}
.__section_expertise004 .__expertise_background .__expertise_box .__tab_section .__tab_box .__crafts_detail .__title_txt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 16px 0;
}
.__section_expertise004 .__expertise_background .__expertise_box .__tab_section .__tab_box .__crafts_detail .__descp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0;
}

.__section_expertise005 {
  position: relative;
}
.__section_expertise005 .__expertise_background {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Our/%20Expertise/%20Tech/%20BG/%2001.jpg);
  width: 100%;
}
.__section_expertise005 .__expertise_background .__expertise_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_expertise005 .__expertise_background .__expertise_box .__box_title {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.__section_expertise005 .__expertise_background .__expertise_box .__box_title .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_expertise005 .__expertise_background .__expertise_box .__box_title .__icon_box img {
  width: 100%;
}
.__section_expertise005 .__expertise_background .__expertise_box .__box_title .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_expertise005 .__expertise_background .__expertise_box .__box_title .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_expertise005 .__expertise_background .__expertise_box .__box_title .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_expertise005 .__expertise_background .__expertise_box .__box_title .__title_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 30px 0;
}
.__section_expertise005 .__expertise_background .__expertise_box .__box_title .description {
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.__section_expertise005 .__expertise_background .__expertise_box .__box_title .__title_txt2 {
  color: #bd0101;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0;
}
.__section_expertise005 .__expertise_background .__expertise_box .__tab_section {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.__section_expertise005 .__expertise_background .__expertise_box .__tab_section .nav-pills {
  border-bottom: 0;
}
.__section_expertise005 .__expertise_background .__expertise_box .__tab_section .nav-pills .nav-item {
  margin-bottom: -1px;
  height: 24px;
  display: flex;
  align-items: center;
}
.__section_expertise005 .__expertise_background .__expertise_box .__tab_section .nav-pills .nav-link:hover {
  color: #d10000;
}
.__section_expertise005 .__expertise_background .__expertise_box .__tab_section .nav-pills .nav-link {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
  color: #bd0101;
  background: #fff;
  border: 0;
  text-transform: uppercase;
  padding: 0px 8px;
  margin: 0 4px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 3px solid #bd0101;
}
.__section_expertise005 .__expertise_background .__expertise_box .__tab_section .nav-pills .nav-link.active {
  color: #fff;
  background-color: #bd0101;
  border-radius: 6px;
  margin: 4px;
}
.__section_expertise005 .__expertise_background .__expertise_box .__tab_section .__tab_box {
  position: relative;
  background: #bd0101;
  padding: 16px;
}
.__section_expertise005 .__expertise_background .__expertise_box .__tab_section .__tab_box .__crafts_img img {
  width: 100%;
}
.__section_expertise005 .__expertise_background .__expertise_box .__tab_section .__tab_box .__crafts_detail {
  position: relative;
}
.__section_expertise005 .__expertise_background .__expertise_box .__tab_section .__tab_box .__crafts_detail .__title_txt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 16px 0;
}
.__section_expertise005 .__expertise_background .__expertise_box .__tab_section .__tab_box .__crafts_detail .__descp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0;
}

.__section_sustainability001 {
  position: relative;
  padding-top: 100px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .__section_sustainability001 {
    padding-top: 130px;
  }
}
.__section_sustainability001 .__box_overlay_mobile {
  background: #bd0101;
  padding: 16px;
  display: block;
}
.__section_sustainability001 .__box_overlay_mobile .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.__section_sustainability001 .__box_overlay_mobile .subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  margin: 0;
}
.__section_sustainability001 .__sustainability_banner .slick-prev {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  left: 10px;
}
.__section_sustainability001 .__sustainability_banner .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f053";
}
.__section_sustainability001 .__sustainability_banner .slick-next {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  right: 10px;
}
.__section_sustainability001 .__sustainability_banner .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f054";
}
.__section_sustainability001 .__sustainability_banner .slick-dots {
  bottom: 20px;
}
.__section_sustainability001 .__sustainability_banner .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.__section_sustainability001 .__sustainability_banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50px;
}
.__section_sustainability001 .__sustainability_banner .slick-dots li button::before {
  display: none;
}
.__section_sustainability001 .__sustainability_banner .slick-dots li.slick-active button {
  background-color: #d10000;
}
.__section_sustainability001 .__sustainability_banner .__banner_img img {
  width: 100%;
  display: flex;
}
.__section_sustainability001 .__sustainability_banner .__banner_img .__show_desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .__section_sustainability001 .__sustainability_banner .__banner_img .__show_desktop {
    display: block;
  }
}
.__section_sustainability001 .__sustainability_banner .__banner_img .__show_mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .__section_sustainability001 .__sustainability_banner .__banner_img .__show_mobile {
    display: none;
  }
}
.__section_sustainability001 .__sustainability_banner .__banner_img .__box_overlay_desktop {
  display: none;
}
.__section_sustainability001 .__sustainability_banner .__banner_img .__box_overlay_desktop .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 32px 0;
}
.__section_sustainability001 .__sustainability_banner .__banner_img .__box_overlay_desktop .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  float: right;
  margin: 0;
  font-family: "Noto Sans Condensed Bold";
}

.__section_sustainability002 {
  position: relative;
}
.__section_sustainability002 .__sustainability_background {
  position: relative;
  background: #d9cfc2;
}
.__section_sustainability002 .__sustainability_background .__sustainability_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_sustainability002 .__sustainability_background .__sustainability_box .__subnav_left {
  max-width: 285px;
  border-right: 3px solid #d10000;
}
.__section_sustainability002 .__sustainability_background .__sustainability_box .__subnav_left .__subnav_subtitle {
  font-size: 18px;
  color: #d10000;
  font-weight: 700;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.__section_sustainability002 .__sustainability_background .__sustainability_box .__subnav_left .__subnav__nav ul {
  padding: 0;
}
.__section_sustainability002 .__sustainability_background .__sustainability_box .__subnav_left .__subnav__nav ul li {
  padding: 6px 0;
  list-style: none;
}
.__section_sustainability002 .__sustainability_background .__sustainability_box .__subnav_left .__subnav__nav ul li .__subnav_link {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding-right: 5px;
  letter-spacing: 1px;
  display: block;
}
.__section_sustainability002 .__sustainability_background .__sustainability_box .__subnav_title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.__section_sustainability002 .__sustainability_background .__sustainability_box .__subnav__descp {
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0;
}

.__section_sustainability003 {
  position: relative;
}
.__section_sustainability003 .__sustainability_background_desktop {
  display: none;
}
.__section_sustainability003 .__sustainability_background_mobile {
  display: block;
  background: #ece0d4;
}
.__section_sustainability003 .__sustainability_background_mobile .__banner_img {
  position: relative;
  width: 100%;
}
.__section_sustainability003 .__sustainability_background_mobile .__banner_img img {
  width: 100%;
}
.__section_sustainability003 .__sustainability_background_mobile .__cafes_section {
  position: relative;
  padding: 80px 0;
}
.__section_sustainability003 .__sustainability_background_mobile .__cafes_section .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_sustainability003 .__sustainability_background_mobile .__cafes_section .__icon_box img {
  width: 100%;
}
.__section_sustainability003 .__sustainability_background_mobile .__cafes_section .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_sustainability003 .__sustainability_background_mobile .__cafes_section .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_sustainability003 .__sustainability_background_mobile .__cafes_section .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_sustainability003 .__sustainability_background_mobile .__cafes_section .__title_txt {
  color: #bd0101;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_sustainability003 .__sustainability_background_mobile .__cafes_section .__descp_txt {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
}
.__section_sustainability003 .__sustainability_background_mobile .__cafes_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_sustainability003 .__sustainability_background_mobile .__cafes_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_sustainability004 {
  position: relative;
  background: #d10101;
}
.__section_sustainability004 .__sustainability_section {
  position: relative;
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.__section_sustainability004 .__sustainability_section .title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_sustainability004 .__sustainability_section .__framework_img {
  position: relative;
  width: 100%;
}
.__section_sustainability004 .__sustainability_section .__framework_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.__section_sustainability004 .__sustainability_section .__framework_img .__show_desktop {
  display: none;
}
.__section_sustainability004 .__sustainability_section .__framework_img .__show_mobile {
  display: block;
}

.__section_sustainability005 {
  position: relative;
}
.__section_sustainability005 .__sustainability_background {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Sus/%20Campaign/%20BG/%2001.jpg);
  width: 100%;
}
.__section_sustainability005 .__sustainability_background_desktop {
  display: none;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__box_title {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__box_title .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__box_title .__icon_box img {
  width: 100%;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__box_title .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__box_title .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__box_title .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__box_title .__title_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 30px 0;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__box_title .description {
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__box_title .__title_txt2 {
  color: #bd0101;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section {
  border: 2px solid #bd0101;
  border-radius: 20px;
  padding: 10px;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-prev {
  color: #333;
  border: none;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  width: 13px;
  height: 121px;
  background-size: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  left: -22px;
  background-image: url(/wp-content/themes/ucc/assets/img/brown-arrow-left.png);
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-next {
  color: #333;
  border: none;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  width: 13px;
  height: 121px;
  background-size: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(-180deg);
  right: -22px;
  background-image: url(/wp-content/themes/ucc/assets/img/brown-arrow-left.png);
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-dots {
  bottom: 20px;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50px;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-dots li button::before {
  display: none;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-dots li.slick-active button {
  background-color: #d10000;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__video_box {
  position: relative;
}
.__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__video_box .__iframe_box {
  height: 250px;
}
.__section_sustainability005 .__sustainability_background_mobile {
  display: block;
  background: #ece0d4;
}
.__section_sustainability005 .__sustainability_background_mobile .__banner_img {
  position: relative;
  width: 100%;
}
.__section_sustainability005 .__sustainability_background_mobile .__banner_img img {
  width: 100%;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__box_title {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__box_title .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__box_title .__icon_box img {
  width: 100%;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__box_title .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__box_title .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__box_title .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__box_title .__title_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 30px 0;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__box_title .description {
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__box_title .__title_txt2 {
  color: #bd0101;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section {
  border: 2px solid #bd0101;
  border-radius: 20px;
  padding: 10px;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-prev {
  color: #333;
  border: none;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  width: 13px;
  height: 121px;
  background-size: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  left: -22px;
  background-image: url(/wp-content/themes/ucc/assets/img/brown-arrow-left.png);
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-next {
  color: #333;
  border: none;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  width: 13px;
  height: 121px;
  background-size: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(-180deg);
  right: -22px;
  background-image: url(/wp-content/themes/ucc/assets/img/brown-arrow-left.png);
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-dots {
  bottom: 20px;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50px;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-dots li button::before {
  display: none;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-dots li.slick-active button {
  background-color: #d10000;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__video_box {
  position: relative;
}
.__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__video_box .__iframe_box {
  height: 250px;
}

.__section_sustainability006 {
  position: relative;
}
.__section_sustainability006 .__sustainability_background_desktop {
  display: none;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .__icon_box img {
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .__title_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 30px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .description {
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .__title_txt2 {
  color: #bd0101;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .__show_mobile {
  display: block;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .__show_mobile .__title_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .__show_mobile .description {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  margin-bottom: 32px;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_section {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__card_box {
  position: relative;
  margin: 0 0 20px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__card_box .__focus_img {
  position: relative;
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__card_box .__focus_img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #d10000;
  border-radius: 100px;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__card_box .__name_txt {
  color: #bd0101;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 8px 0 4px 0;
  line-height: 1.2;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__card_box .__rec_box {
  background: #bd0101;
  border-radius: 4px;
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__card_box .__rec_box p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 4px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__card_box .__title_section {
  display: flex;
  justify-content: center;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__card_box .__title_section .__desp_txt {
  color: #000;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort .__title_txt {
  color: #bd0101;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0 30px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort .__subtitle_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort .__descp_txt {
  color: #000;
  text-align: center;
  margin-bottom: 32px;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 {
  position: relative;
  background: #d10000;
  max-width: 880px;
  margin: 0 auto;
  display: block;
  margin: 0 0 20px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__img_box {
  position: relative;
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__img_box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box {
  position: relative;
  padding: 16px;
  flex-direction: column;
  display: flex;
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__top_section .__card_title {
  color: #fff;
  font-weight: 600;
  margin: 0 0 2px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__top_section .__card_subtitle {
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 15px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__top_section .__card_subtitle .__circle_box {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__top_section .__card_subtitle .__circle_box .fa-caret-right {
  color: #d10000;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__bottom_section .__descp_txt {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__bottom_section .__btn_link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  padding-top: 10px;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__bottom_section .__btn_link .__circle_box {
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__bottom_section .__btn_link .__circle_box .fa-caret-right {
  color: #d10000;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 {
  position: relative;
  background: #d10000;
  max-width: 880px;
  margin: 0 auto;
  display: block;
  margin: 0 0 20px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__img_box {
  position: relative;
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__img_box img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box {
  position: relative;
  padding: 16px 16px 16px 12px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__card_title {
  color: #fff;
  font-weight: 600;
  margin: 0 0 2px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__card_title2 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 15px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__tag_section {
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 20px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__tag_section .__tag_box {
  background: #fff;
  border-radius: 20px;
  align-items: center;
  display: flex;
  padding: 0.1rem 0.4rem;
  margin: 0 8px 8px 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__tag_section .__tag_box .__tag_text {
  color: #d10000;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__tag_section .__tag_box .__circle_box {
  background: #d10000;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__tag_section .__tag_box .__circle_box .fa-caret-right {
  color: #fff;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__card_subtitle {
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__bottom_section .__descp_txt {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__bottom_section .__btn_link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  padding-top: 10px;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__bottom_section .__btn_link .__circle_box {
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__bottom_section .__btn_link .__circle_box .fa-caret-right {
  color: #d10000;
}
.__section_sustainability006 .__sustainability_background_mobile {
  display: block;
  background: #cdb697;
}
.__section_sustainability006 .__sustainability_background_mobile .__banner_img {
  position: relative;
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_mobile .__banner_img img {
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .__icon_box img {
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .__title_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 30px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .description {
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .__title_txt2 {
  color: #bd0101;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .__show_mobile {
  display: block;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .__show_mobile .__title_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .__show_mobile .description {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  margin-bottom: 32px;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_section {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__card_box {
  position: relative;
  margin: 0 0 20px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__card_box .__focus_img {
  position: relative;
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__card_box .__focus_img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #d10000;
  border-radius: 100px;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__card_box .__name_txt {
  color: #bd0101;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 8px 0 4px 0;
  line-height: 1.2;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__card_box .__rec_box {
  background: #bd0101;
  border-radius: 4px;
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__card_box .__rec_box p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 4px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__card_box .__title_section {
  display: flex;
  justify-content: center;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__card_box .__title_section .__desp_txt {
  color: #000;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort .__title_txt {
  color: #bd0101;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0 30px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort .__subtitle_txt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort .__descp_txt {
  color: #000;
  text-align: center;
  margin-bottom: 32px;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 {
  position: relative;
  background: #d10000;
  max-width: 880px;
  margin: 0 auto;
  display: block;
  margin: 0 0 20px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__img_box {
  position: relative;
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__img_box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box {
  position: relative;
  padding: 16px;
  flex-direction: column;
  display: flex;
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__top_section .__card_title {
  color: #fff;
  font-weight: 600;
  margin: 0 0 2px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__top_section .__card_subtitle {
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 15px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__top_section .__card_subtitle .__circle_box {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__top_section .__card_subtitle .__circle_box .fa-caret-right {
  color: #d10000;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__bottom_section .__descp_txt {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__bottom_section .__btn_link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  padding-top: 5px;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__bottom_section .__btn_link .__circle_box {
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box .__bottom_section .__btn_link .__circle_box .fa-caret-right {
  color: #d10000;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 {
  position: relative;
  background: #d10000;
  max-width: 880px;
  margin: 0 auto;
  display: block;
  margin: 0 0 20px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__img_box {
  position: relative;
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__img_box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box {
  position: relative;
  padding: 16px 16px 16px 12px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__card_title {
  color: #fff;
  font-weight: 600;
  margin: 0 0 2px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__card_title2 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 15px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__tag_section {
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 20px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__tag_section .__tag_box {
  background: #fff;
  border-radius: 20px;
  align-items: center;
  display: flex;
  padding: 0.1rem 0.4rem;
  margin: 0 8px 8px 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__tag_section .__tag_box .__tag_text {
  color: #d10000;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__tag_section .__tag_box .__circle_box {
  background: #d10000;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__tag_section .__tag_box .__circle_box .fa-caret-right {
  color: #fff;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__top_section .__card_subtitle {
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box .__bottom_section .__descp_txt {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
}

.__section_sustainability007 {
  position: relative;
}
.__section_sustainability007 .__sustainability_background {
  position: relative;
  background: #d9cfc2;
  width: 100%;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box {
  position: relative;
  padding: 80px 0;
  max-width: 700px;
  margin: 0 auto;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__icon_box img {
  width: 100%;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list {
  position: relative;
  display: block;
  padding: 16px 0;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list .__img_box {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list .__img_box img {
  width: auto;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list .__content_box {
  position: relative;
  padding: 16px 0;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list .__content_box .__top_section .__date_txt {
  color: #000;
  font-size: 18px;
  margin: 0 0 2px 0;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list .__content_box .__top_section .__title_txt {
  color: #d10000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list .__content_box .__descp_txt {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list .__content_box .__bottom_section {
  align-items: center;
  display: flex;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list .__content_box .__bottom_section .__btn_link {
  color: #d10000;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list .__content_box .__bottom_section .__btn_link .__circle_box {
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 8px;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list .__content_box .__bottom_section .__btn_link .__circle_box .fa-caret-right {
  color: #d10000;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
.__section_sustainability007 .__sustainability_background .__sustainability_box .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_sustainability008 {
  position: relative;
}
.__section_sustainability008 .__sustainability_background_desktop {
  display: none;
}
.__section_sustainability008 .__sustainability_background_mobile {
  display: block;
  background: #ece0d4;
}
.__section_sustainability008 .__sustainability_background_mobile .__banner_img {
  position: relative;
  width: 100%;
}
.__section_sustainability008 .__sustainability_background_mobile .__banner_img img {
  width: 100%;
}
.__section_sustainability008 .__sustainability_background_mobile .__cafes_section {
  position: relative;
  padding: 80px 0;
}
.__section_sustainability008 .__sustainability_background_mobile .__cafes_section .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_sustainability008 .__sustainability_background_mobile .__cafes_section .__icon_box img {
  width: 100%;
}
.__section_sustainability008 .__sustainability_background_mobile .__cafes_section .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_sustainability008 .__sustainability_background_mobile .__cafes_section .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_sustainability008 .__sustainability_background_mobile .__cafes_section .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_sustainability008 .__sustainability_background_mobile .__cafes_section .__title_txt {
  color: #bd0101;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_sustainability008 .__sustainability_background_mobile .__cafes_section .__descp_txt {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.2;
}
.__section_sustainability008 .__sustainability_background_mobile .__cafes_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_sustainability008 .__sustainability_background_mobile .__cafes_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_about001 {
  position: relative;
  padding-top: 100px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .__section_about001 {
    padding-top: 130px;
  }
}
.__section_about001 .__box_overlay_mobile {
  background: #bd0101;
  padding: 16px;
  display: block;
}
.__section_about001 .__box_overlay_mobile .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.__section_about001 .__box_overlay_mobile .subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  margin: 0;
}
.__section_about001 .__about_banner .slick-prev {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  left: 10px;
}
.__section_about001 .__about_banner .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f053";
}
.__section_about001 .__about_banner .slick-next {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  right: 10px;
}
.__section_about001 .__about_banner .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f054";
}
.__section_about001 .__about_banner .slick-dots {
  bottom: 20px;
}
.__section_about001 .__about_banner .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.__section_about001 .__about_banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50px;
}
.__section_about001 .__about_banner .slick-dots li button::before {
  display: none;
}
.__section_about001 .__about_banner .slick-dots li.slick-active button {
  background-color: #d10000;
}
.__section_about001 .__about_banner .__banner_img img {
  width: 100%;
  display: flex;
}
.__section_about001 .__about_banner .__banner_img .__box_overlay_desktop {
  display: none;
}
.__section_about001 .__about_banner .__banner_img .__box_overlay_desktop .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 32px 0;
}
.__section_about001 .__about_banner .__banner_img .__box_overlay_desktop .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  float: right;
  margin: 0;
  font-family: "Noto Sans Condensed Bold";
}

.__section_about002 {
  position: relative;
}
.__section_about002 .__about_background {
  position: relative;
  background: #d9cfc2;
}
.__section_about002 .__about_background .__about_box {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_about002 .__about_background .__about_box .__subnav_left {
  max-width: 245px;
  border-right: 3px solid #d10000;
}
.__section_about002 .__about_background .__about_box .__subnav_left .__subnav_subtitle {
  font-size: 18px;
  color: #d10000;
  font-weight: 700;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.__section_about002 .__about_background .__about_box .__subnav_left .__subnav__nav ul {
  padding: 0;
}
.__section_about002 .__about_background .__about_box .__subnav_left .__subnav__nav ul li {
  padding: 6px 0;
  list-style: none;
}
.__section_about002 .__about_background .__about_box .__subnav_left .__subnav__nav ul li .__subnav_link {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding-right: 5px;
  letter-spacing: 1px;
  display: block;
}
.__section_about002 .__about_background .__about_box .__subnav_title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.__section_about002 .__about_background .__about_box .__subnav__descp {
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0;
}

.__section_about003 {
  position: relative;
}
.__section_about003 .__about_background_desktop {
  display: none;
}
.__section_about003 .__about_background_mobile {
  display: block;
  background: #ece0d4;
}
.__section_about003 .__about_background_mobile .__banner_img {
  position: relative;
  width: 100%;
}
.__section_about003 .__about_background_mobile .__banner_img img {
  width: 100%;
}
.__section_about003 .__about_background_mobile .__about_section {
  position: relative;
  padding: 80px 0;
}
.__section_about003 .__about_background_mobile .__about_section .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_about003 .__about_background_mobile .__about_section .__icon_box img {
  width: 100%;
}
.__section_about003 .__about_background_mobile .__about_section .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_about003 .__about_background_mobile .__about_section .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_about003 .__about_background_mobile .__about_section .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_about003 .__about_background_mobile .__about_section .__title_txt {
  color: #bd0101;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_about003 .__about_background_mobile .__about_section .__descp_txt {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.__section_about003 .__about_background_mobile .__about_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_about003 .__about_background_mobile .__about_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_about004 {
  position: relative;
  background: #d9cfc2;
}
.__section_about004 .__about_section {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_about004 .__about_section .__person_img {
  position: relative;
  width: 100%;
}
.__section_about004 .__about_section .__person_img img {
  width: 100%;
  height: 500px;
  border: 3px solid #bd0101;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.__section_about004 .__about_section .__detail_section .title {
  color: #bd0101;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_about004 .__about_section .__detail_section .__descp_txt {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}
.__section_about004 .__about_section .__detail_section .__person_title {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.__section_about004 .__about_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_about004 .__about_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_about005 {
  position: relative;
}
.__section_about005 .__about_background_desktop {
  display: none;
}
.__section_about005 .__timeline_section {
  position: relative;
  background: #e1e1e1;
}
.__section_about005 .__timeline_section .title {
  color: #bd0101;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  padding: 30px 0 20px 0;
}
.__section_about005 .__timeline_section .__timeline_box {
  overflow: hidden;
  padding: 0;
  width: 984px;
  margin: 0 auto;
  height: 600px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.__section_about005 .__timeline_section .__timeline_box::-webkit-scrollbar {
  display: none;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__container {
  position: relative;
  padding: 0px 0 0;
  margin-top: 0px;
  overflow: hidden;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: #d10000;
  border-radius: 6px;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  margin-left: -2px;
  background: #d10000 url("/wp-content/themes/ucc/assets/img/gradient.jpg") no-repeat center bottom;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__block {
  display: flex;
  position: relative;
  width: 494px;
  align-items: flex-start;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__block:first-child {
  margin-top: 40px;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__block:after {
  content: "";
  background: url("/wp-content/themes/ucc/assets/img/timeline-arrow.png") no-repeat center;
  display: block;
  position: absolute;
  width: 7px;
  height: 13px;
  right: 4px;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__block.show {
  opacity: 1;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 20px;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #bd0101;
  border-radius: 20px;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__img2 {
  display: grid;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 20px;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__img2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #bd0101;
  border-radius: 20px;
  margin: 0 0 16px 0;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__content {
  flex-grow: 1;
  text-align: left;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__content .cd-timeline__content-title {
  font-size: 24px;
  font-weight: 700;
  color: #d10000;
  text-align: left;
  margin: 0;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__content .cd-timeline__content-copy {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__block--right {
  flex-direction: row-reverse;
  padding-left: 30px;
  padding-right: 0;
  margin-left: 50.2%;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__block--right:after {
  content: "";
  background: url("/wp-content/themes/ucc/assets/img/timeline-arrow.png") no-repeat center;
  display: block;
  position: absolute;
  width: 7px;
  height: 13px;
  left: 0;
  transform: rotate(180deg);
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__block--right .cd-timeline__content-title {
  text-align: left;
}
.__section_about005 .__timeline_section .__timeline_box .cd-timeline__block--right .cd-timeline__img {
  margin-left: 20px;
}
.__section_about005 .__about_background_mobile {
  display: block;
  background: #ece0d4;
}
.__section_about005 .__about_background_mobile .__banner_img {
  position: relative;
  width: 100%;
}
.__section_about005 .__about_background_mobile .__banner_img img {
  width: 100%;
}
.__section_about005 .__about_background_mobile .__about_section {
  position: relative;
  padding: 80px 0;
}
.__section_about005 .__about_background_mobile .__about_section .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_about005 .__about_background_mobile .__about_section .__icon_box img {
  width: 100%;
}
.__section_about005 .__about_background_mobile .__about_section .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_about005 .__about_background_mobile .__about_section .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_about005 .__about_background_mobile .__about_section .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_about005 .__about_background_mobile .__about_section .__title_txt {
  color: #bd0101;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_about005 .__about_background_mobile .__about_section .__descp_txt {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.__section_about005 .__about_background_mobile .__about_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_about005 .__about_background_mobile .__about_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_scroll {
  position: relative;
  padding: 10px 0;
  line-height: 1.2;
  background: #f8f8f8;
  box-shadow: 1px -2px 5px 0px rgba(0, 0, 0, 0.2);
  display: none;
  background: #e1e1e1;
}
.__section_scroll p {
  color: #bd0101;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin: 0;
}
.__section_scroll .__circle_box-down {
  display: block;
  text-align: center;
}
.__section_scroll .__circle_box-down .fa-caret-down {
  color: #d10000;
}

.__section_about006 {
  position: relative;
}
.__section_about006 .__about_background_desktop {
  display: none;
}
.__section_about006 .__about_background_mobile {
  display: block;
  background: #ece0d4;
}
.__section_about006 .__about_background_mobile .__banner_img {
  position: relative;
  width: 100%;
}
.__section_about006 .__about_background_mobile .__banner_img img {
  width: 100%;
}
.__section_about006 .__about_background_mobile .__about_section {
  position: relative;
  padding: 80px 0;
}
.__section_about006 .__about_background_mobile .__about_section .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_about006 .__about_background_mobile .__about_section .__icon_box img {
  width: 100%;
}
.__section_about006 .__about_background_mobile .__about_section .title {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_about006 .__about_background_mobile .__about_section .__jp_box {
  padding: 0.4rem 1rem;
  background: #d10000;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.__section_about006 .__about_background_mobile .__about_section .__jp_box .jp_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.__section_about006 .__about_background_mobile .__about_section .__title_txt {
  color: #bd0101;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_about006 .__about_background_mobile .__about_section .__descp_txt {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
}
.__section_about006 .__about_background_mobile .__about_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_about006 .__about_background_mobile .__about_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_about007 {
  position: relative;
}
.__section_about007 .__about_section {
  position: relative;
  padding: 80px 0;
  max-width: 800px;
  margin: 0 auto;
}
.__section_about007 .__about_section .__title_section {
  background: #bd0101;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.4rem 2rem;
}
.__section_about007 .__about_section .__title_section .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}
.__section_about007 .__about_section .__cooperate_box {
  position: relative;
  background: #e4e7e7;
  padding: 16px;
  margin: 30px 0 0 0;
}
.__section_about007 .__about_section .__cooperate_box .__cooperate_title {
  background: #bd0101;
  padding: 5px 16px;
  line-height: 1.2;
}
.__section_about007 .__about_section .__cooperate_box .__cooperate_title p {
  color: #fff;
  margin: 0;
}
.__section_about007 .__about_section .__cooperate_box .tables-table__row .tables-table__td {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 6px 16px;
  height: 52px;
  vertical-align: top;
}
.__section_about007 .__about_section .__cooperate_box .tables-table__row .tables-table__td:first-child {
  width: 32.65%;
}
.__section_about007 .__about_section .__cooperate_box .tables-table__row .tables-table__td:first-child + .tables-table__td {
  width: 79.34%;
  padding-left: 50px;
}
.__section_about007 .__about_section .__cooperate_box .tables-table__row .tables-table__td span {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: 1.2;
  display: block;
}
.__section_about007 .__about_section .__person_img {
  position: relative;
  width: 100%;
}
.__section_about007 .__about_section .__person_img img {
  width: 100%;
  border: 3px solid #bd0101;
  border-radius: 10px;
}
.__section_about007 .__about_section .__detail_section .title {
  color: #bd0101;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_about007 .__about_section .__detail_section .__descp_txt {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}
.__section_about007 .__about_section .__detail_section .__person_title {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}
.__section_about007 .__about_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_about007 .__about_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_coffee-recipes001 {
  position: relative;
  padding-top: 100px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .__section_coffee-recipes001 {
    padding-top: 130px;
  }
}
.__section_coffee-recipes001 .__box_overlay_mobile {
  background: #bd0101;
  padding: 16px;
  display: block;
}
.__section_coffee-recipes001 .__box_overlay_mobile .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.__section_coffee-recipes001 .__box_overlay_mobile .subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  margin: 0;
}
.__section_coffee-recipes001 .__home_banner .slick-prev {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  left: 10px;
}
.__section_coffee-recipes001 .__home_banner .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f053";
}
.__section_coffee-recipes001 .__home_banner .slick-next {
  font-size: 24px;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  right: 10px;
}
.__section_coffee-recipes001 .__home_banner .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: " ";
  display: inline-block;
  line-height: 40px;
  color: #d10000;
  content: "\f054";
}
.__section_coffee-recipes001 .__home_banner .slick-dots {
  bottom: 20px;
}
.__section_coffee-recipes001 .__home_banner .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.__section_coffee-recipes001 .__home_banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50px;
}
.__section_coffee-recipes001 .__home_banner .slick-dots li button::before {
  display: none;
}
.__section_coffee-recipes001 .__home_banner .slick-dots li.slick-active button {
  background-color: #d10000;
}
.__section_coffee-recipes001 .__home_banner .__banner_img img {
  width: 100%;
  display: flex;
}
.__section_coffee-recipes001 .__home_banner .__banner_img .__box_overlay_desktop {
  display: none;
}
.__section_coffee-recipes001 .__home_banner .__banner_img .__box_overlay_desktop .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 32px 0;
}
.__section_coffee-recipes001 .__home_banner .__banner_img .__box_overlay_desktop .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  float: right;
  margin: 0;
  font-family: "Noto Sans Condensed Bold";
}

.__section_recipes001 {
  position: relative;
  background: #fff;
  padding-top: 100px;
}
@media screen and (min-width: 992px) {
  .__section_recipes001 {
    padding-top: 130px;
  }
}
.__section_recipes001 .__receips_section {
  position: relative;
  padding: 60px 0;
  max-width: 900px;
  margin: 0 auto;
}
.__section_recipes001 .__receips_section .__icon_box {
  position: relative;
  text-align: center;
}
.__section_recipes001 .__receips_section .__icon_box img {
  width: 25px;
  margin: 0 auto;
}
.__section_recipes001 .__receips_section .__icon_box p {
  color: #bd0101;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin: 2px 0;
}
.__section_recipes001 .__receips_section .__the_title {
  color: #000;
  letter-spacing: 6px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
.__section_recipes001 .__receips_section .__video_box {
  position: relative;
  border: 2px solid #bd0101;
  padding: 20px;
  border-radius: 20px;
}
.__section_recipes001 .__receips_section .__video_box .__iframe_box {
  height: 250px;
}
.__section_recipes001 .__receips_section .__recipes_box {
  position: relative;
  padding: 16px;
  width: 100%;
  margin: 0 auto;
}
.__section_recipes001 .__receips_section .__recipes_box .__ingredient_box {
  position: relative;
}
.__section_recipes001 .__receips_section .__recipes_box .__ingredient_box .__recipes_title {
  background: #bd0101;
  padding: 12px 16px;
  line-height: 1.2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
}
.__section_recipes001 .__receips_section .__recipes_box .__ingredient_box .__recipes_title p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.__section_recipes001 .__receips_section .__recipes_box .__ingredient_box .padd {
  position: relative;
  padding: 10px 10px;
  background: #fff;
}
.__section_recipes001 .__receips_section .__recipes_box .__ingredient_box .padd .__ingredient_list {
  display: flex;
  padding: 0 0 16px 0;
}
.__section_recipes001 .__receips_section .__recipes_box .__ingredient_box .padd .__ingredient_list b {
  text-align: left;
  width: 42%;
}
.__section_recipes001 .__receips_section .__recipes_box .__ingredient_box .padd .__ingredient_list p {
  margin: 0 0 0 8px;
  width: 58%;
}
.__section_recipes001 .__receips_section .__recipes_box .__preparation_box {
  position: relative;
}
.__section_recipes001 .__receips_section .__recipes_box .__preparation_box .__preparation_title {
  color: #bd0101;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 0 16px 0;
}
.__section_recipes001 .__receips_section .__recipes_box .__preparation_box .__preparation_list {
  position: relative;
  padding: 0 0 16px 0;
}
.__section_recipes001 .__receips_section .__recipes_box .__preparation_box .__preparation_list > div {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.__section_recipes001 .__receips_section .__recipes_box .__preparation_box .__preparation_list .__circle_number {
  flex: 0 0 30px;
  height: 30px;
  border-radius: 50%;
  background: #bd0101;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.__section_recipes001 .__receips_section .__recipes_box .__preparation_box .__preparation_list .__preparation_desp {
  color: #000;
  font-weight: 300;
  margin: 0 0 0 0;
}
.__section_recipes001 .__receips_section .__recipes_box .__preparation_box .line {
  width: 100px;
  height: 4px;
  background: #bd0101;
}
.__section_recipes001 .__receips_section .__recipes_box .article__table {
  margin: 0 0 32px 0;
}
.__section_recipes001 .__receips_section .__recipes_box .tables-table__row .tables-table__td {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 6px 16px;
  height: 52px;
  vertical-align: top;
}
.__section_recipes001 .__receips_section .__recipes_box .tables-table__row .tables-table__td:first-child {
  width: 32.65%;
}
.__section_recipes001 .__receips_section .__recipes_box .tables-table__row .tables-table__td:first-child + .tables-table__td {
  width: 79.34%;
  padding-left: 50px;
}
.__section_recipes001 .__receips_section .__recipes_box .tables-table__row .tables-table__td span {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: 1.2;
  display: block;
}
.__section_recipes001 .__receips_section .__recipes_box .article__recipe {
  background-color: #f8f5ee;
  padding: 25px;
  margin-bottom: 33px;
}
.__section_recipes001 .__receips_section .__recipes_box .article__recipe ol li {
  font-weight: 700;
  margin: 0 0 30px 0;
}
.__section_recipes001 .__receips_section .__recips_quote {
  position: relative;
}
.__section_recipes001 .__receips_section .__recips_quote p {
  text-align: center;
  margin: 0;
}
.__section_recipes001 .__receips_section .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_recipes001 .__receips_section .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}

.__section_brand001 {
  position: relative;
  background: #fff;
  padding-top: 100px;
}
@media screen and (min-width: 992px) {
  .__section_brand001 {
    padding-top: 130px;
  }
}
.__section_brand001 .__brand_section {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
.__section_brand001 .__brand_section .__title_box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.__section_brand001 .__brand_section .__title_box .__icon_box {
  width: 60px;
  margin: 0 auto;
}
.__section_brand001 .__brand_section .__title_box .__icon_box img {
  width: 100%;
}
.__section_brand001 .__brand_section .__title_box .title {
  color: #bd0101;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.__section_brand001 .__brand_section .__title_box .__title_txt {
  color: #000;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.__section_brand001 .__brand_section .__title_box .__descp_txt {
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  margin: 16px 0;
}
.__section_brand001 .__brand_section .__title_box .__btn_primary {
  color: #fff;
  background: #ce0403;
  background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
  padding: 0.2rem 0 0.2rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.__section_brand001 .__brand_section .__title_box .__btn_primary .fa-caret-right {
  margin: 0 10px 0 40px;
}
.__section_brand001 .__brand_section .__brand_list {
  position: relative;
  margin: 30px 0;
}
.__section_brand001 .__brand_section .__brand_list .__brand_title {
  background: #bd0101;
  padding: 5px 16px;
  line-height: 1.2;
  position: relative;
  max-width: 800px;
  margin: 16px auto 30px auto;
}
.__section_brand001 .__brand_section .__brand_list .__brand_title p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.__section_brand001 .__brand_section .__brand_list .__coffeelist_section {
  position: relative;
}
.__section_brand001 .__brand_section .__brand_list .__coffeelist_section .__cat_card {
  display: block;
  margin: 0 0 26px 0;
}
.__section_brand001 .__brand_section .__brand_list .__coffeelist_section .__cat_card .__coffee_img {
  position: relative;
  max-width: 191px;
  text-align: center;
}
.__section_brand001 .__brand_section .__brand_list .__coffeelist_section .__cat_card .__coffee_img img {
  max-width: 191px;
}
.__section_brand001 .__brand_section .__brand_list .__coffeelist_section .__cat_card .__coffee_info {
  padding-left: 20px;
  padding-top: 9px;
}
.__section_brand001 .__brand_section .__brand_list .__coffeelist_section .__cat_card .__coffee_info .__coffee_title-txt {
  color: #000;
  font-weight: 700;
  margin: 0;
}
.__section_brand001 .__brand_section .__brand_list .__coffeelist_section .__cat_card .__coffee_info .__coffee_info-txt {
  color: #000;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.__section_brand001 .__brand_section .__brand_list .__coffeelist_section .__cat_card .__coffee_info .__coffee_rating span {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
}
.__section_brand001 .__brand_section .__brand_list .__coffeelist_section .__cat_card .__coffee_info .__gram-text {
  color: red;
  font-weight: 700;
  margin-top: 8px;
  font-size: 14px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  ._breadcrumb_nav {
    padding: 0 30px;
  }
  .__navbar_img {
    margin-right: 0;
  }
  .__navbar_img .__logo_img {
    width: 160px;
  }
  .__footer_section .__row_list_desktop ._col_box .__logo_img {
    width: 70%;
  }
  .__sticky_footer .__row_list .__sec_left .__btn_link {
    font-size: 14px;
  }
  .__sticky_footer .__row_list .__sec_right .__copyright_txt {
    font-size: 14px;
    margin: 0;
  }
  .__sticky_footer .__row_list .__sec_right .fa-up-long {
    margin: 0 14px;
  }
  .__section_home001 .__box_overlay_mobile {
    display: none;
  }
  .__section_home001 .__home_banner .__banner_img .__box_overlay_desktop {
    position: absolute;
    top: 45%;
    left: 79%;
    transform: translate(-50%, -50%);
    background: #bd0101;
    padding: 16px;
    border-radius: 26px;
    width: 280px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .__section_product001 .__box_overlay_mobile {
    display: none;
  }
  .__section_product001 .__product_banner .__banner_img .__box_overlay_desktop {
    position: absolute;
    top: 45%;
    left: 79%;
    transform: translate(-50%, -50%);
    background: #bd0101;
    padding: 16px;
    border-radius: 26px;
    width: 280px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .__section_product001 .__tab_section .__product_section2 .__product_card2 {
    display: flex;
    justify-content: center;
  }
  .__section_product001 .__tab_section .__product_section2 .__product_card2 .__product_img {
    width: 38.15%;
  }
  .__section_product001 .__tab_section .__product_section2 .__product_card2 .__product_detail {
    width: 58.27%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
  .__section_product001 .__tab_section .__product_section2 .__product_card2 .__product_detail .__card_top .__product_title {
    margin: 0 0 10px 0;
  }
  .__section_product001 .__tab_section .__product_section2 .__product_card2 .__product_detail .__card_top .__product_description {
    margin: 0;
  }
  .__section_coffee-beyond001 .__box_overlay_mobile {
    display: none;
  }
  .__section_coffee-beyond001 .__home_banner .__banner_img .__box_overlay_desktop {
    position: absolute;
    top: 45%;
    left: 79%;
    transform: translate(-50%, -50%);
    background: #bd0101;
    padding: 16px;
    border-radius: 26px;
    width: 280px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .__section_coffee-beyond004 .__section_journey .__hide_link {
    bottom: 100px;
  }
  .__section_cafes001 .__box_overlay_mobile {
    display: none;
  }
  .__section_cafes001 .__cafes_banner .__banner_img .__box_overlay_desktop {
    position: absolute;
    top: 45%;
    left: 79%;
    transform: translate(-50%, -50%);
    background: #bd0101;
    padding: 16px;
    border-radius: 26px;
    width: 280px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    display: block;
  }
  .__section_cafes003 .__cafes_background .__cafes_box .__concept_section_mobile {
    display: none;
  }
  .__section_expertise001 .__box_overlay_mobile {
    display: none;
  }
  .__section_expertise001 .__expertise_banner .__banner_img .__box_overlay_desktop {
    position: absolute;
    top: 45%;
    left: 79%;
    transform: translate(-50%, -50%);
    background: #bd0101;
    padding: 16px;
    border-radius: 26px;
    width: 280px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .__section_expertise004 .__expertise_background .__expertise_box .__tab_section .__tab_box .__crafts_detail .__title_txt {
    margin: 0 0 16px 0;
  }
  .__section_expertise005 .__expertise_background .__expertise_box .__tab_section .__tab_box .__crafts_detail .__title_txt {
    margin: 0 0 16px 0;
  }
  .__section_sustainability001 .__box_overlay_mobile {
    display: none;
  }
  .__section_sustainability001 .__sustainability_banner .__banner_img .__box_overlay_desktop {
    position: absolute;
    top: 45%;
    left: 79%;
    transform: translate(-50%, -50%);
    background: #bd0101;
    padding: 16px;
    border-radius: 26px;
    width: 280px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section {
    padding: 30px;
  }
  .__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-prev {
    width: 23px;
    height: 207px;
    left: -55px;
  }
  .__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-next {
    width: 23px;
    height: 207px;
    right: -55px;
  }
  .__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__video_box .__iframe_box {
    width: 100%;
    height: 346px;
  }
  .__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section {
    padding: 30px;
  }
  .__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-prev {
    width: 23px;
    height: 207px;
    left: -55px;
  }
  .__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__slider_section .slick-next {
    width: 23px;
    height: 207px;
    right: -55px;
  }
  .__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__video_box .__iframe_box {
    width: 100%;
    height: 346px;
  }
  .__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list .__img_box {
    width: auto;
  }
  .__section_about001 .__box_overlay_mobile {
    display: none;
  }
  .__section_about001 .__about_banner .__banner_img .__box_overlay_desktop {
    position: absolute;
    top: 45%;
    left: 79%;
    transform: translate(-50%, -50%);
    background: #bd0101;
    padding: 16px;
    border-radius: 26px;
    width: 280px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .__section_coffee-recipes001 .__box_overlay_mobile {
    display: none;
  }
  .__section_coffee-recipes001 .__home_banner .__banner_img .__box_overlay_desktop {
    position: absolute;
    top: 45%;
    left: 79%;
    transform: translate(-50%, -50%);
    background: #bd0101;
    padding: 16px;
    border-radius: 26px;
    width: 280px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .__section_recipes001 .__receips_section .__video_box .__iframe_box {
    width: 100%;
    height: 346px;
  }
}
@media screen and (min-width: 1366px) {
  .__section_home003 .__home_background_desktop .__home_section {
    margin: 0 0 0 700px;
  }
  .__section_home004 .__home_background_desktop .__home_section {
    margin: 0 700px 0 0;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section {
    margin: 0 0 0 800px;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__icon_box {
    width: 60px;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__title_txt {
    font-size: 16px;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__descp_txt {
    font-size: 14px;
  }
  .__section_coffee-beyond004 .__seemore_link {
    font-size: 16px;
  }
}
@media screen and (min-width: 375px) {
  .__navbar_img .__logo_img {
    width: 100px;
  }
}
@media screen and (min-width: 992px) {
  .__navbar_img .__logo_img {
    width: 110px;
  }
  .__sub_menu {
    position: absolute;
    left: 0;
    top: 125px;
    width: 100%;
    background: #d9cfc2;
    text-align: center;
    font-size: 0;
    z-index: 2;
  }
  .__navbar_desktop {
    display: flex;
  }
  .__navbar_mobile {
    display: none;
  }
  .__footer_section .__row_list_desktop {
    justify-content: space-between;
    display: flex;
  }
  .__footer_section .__row_list_desktop ._col_box .__logo_img {
    width: 70%;
  }
  .__footer_section .__row_list_mobile {
    display: none;
  }
  .__sticky_footer .__row_list {
    display: flex;
    justify-content: space-between;
  }
  .__sticky_footer .__row_list .__sec_left {
    display: flex;
    justify-content: unset;
  }
  .__sticky_footer .__row_list .__sec_right {
    display: flex;
    justify-content: unset;
  }
  .__section_home002 .__home_background .__home_box .title {
    font-size: 34px;
  }
  .__section_home002 .__home_background .__home_box .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_home003 .__home_background_desktop {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
  .__section_home003 .__home_background_mobile {
    display: none;
  }
  .__section_home004 .__home_background_desktop {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
  .__section_home004 .__home_background_mobile {
    display: none;
  }
  .__section_home005 .__home_background_desktop {
    position: relative;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
  .__section_home005 .__home_background_desktop .__home_section {
    position: relative;
    padding: 80px 0;
    max-width: 500px;
    margin: 0 0 0 700px;
  }
  .__section_home005 .__home_background_desktop .__home_section .__title_txt {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
  }
  .__section_home005 .__home_background_desktop .__home_section .__descp_txt {
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
  }
  .__section_home005 .__home_background_desktop .__home_section .__btn_primary {
    color: #fff;
    background: #ce0403;
    background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
    padding: 0.2rem 0 0.2rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .__section_home005 .__home_background_desktop .__home_section .__btn_primary .fa-caret-right {
    margin: 0 10px 0 40px;
  }
  .__section_home005 .__home_background_mobile {
    display: none;
  }
  .__section_home006 .__home_background .__home_box .__box_title .title {
    font-size: 34px;
  }
  .__section_home006 .__home_background .__home_box .__box_title .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_home006 .__home_background .__home_box .__card_box2 {
    display: flex;
  }
  .__section_home006 .__home_background .__home_box .__card_box2 .__img_box {
    width: 46.67%;
  }
  .__section_home006 .__home_background .__home_box .__card_box2 .__content_box {
    width: 58.27%;
  }
  .__section_home007 .__home_background .__home_box .title {
    font-size: 34px;
  }
  .__section_home007 .__home_background .__home_box .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_home007 .__home_background .__home_box .__row_list {
    display: flex;
  }
  .__section_home007 .__home_background .__home_box .__row_list .__img_box {
    width: 250px;
  }
  .__section_home007 .__home_background .__home_box .__row_list .__content_box {
    padding: 0 16px;
  }
  .__section_product001 .__product_box .title {
    font-size: 34px;
  }
  .__section_product001 .__product_box .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .title {
    font-size: 34px;
  }
  .__section_coffee-beyond003 .__coffee-beyond_background .__coffee-beyond_box .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_desktop {
    display: block;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .title {
    font-size: 34px;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_mobile {
    display: none;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_mobile .__coffee-beyond_section .title {
    font-size: 34px;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_mobile .__coffee-beyond_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_coffee-beyond005 .__coffee-beyond_background .__coffee-beyond_box .title {
    font-size: 34px;
  }
  .__section_coffee-beyond005 .__coffee-beyond_background .__coffee-beyond_box .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__box_title .title {
    font-size: 34px;
  }
  .__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__box_title .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 {
    display: flex;
  }
  .__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__img_box {
    width: 46.67%;
  }
  .__section_coffee-beyond006 .__coffee-beyond_background .__coffee-beyond_box .__card_box2 .__content_box {
    width: 58.27%;
  }
  .__section_cafes003 .__cafes_background .__cafes_box .__box_title .title {
    font-size: 34px;
  }
  .__section_cafes003 .__cafes_background .__cafes_box .__box_title .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept_box .__detail_box {
    width: 42.96%;
  }
  .__section_cafes003 .__cafes_background .__cafes_box .__concept_section_desktop .__concept-store_box .__concept-store_list .slick-dots li button {
    width: 66px;
  }
  .__section_cafes004 .__cafes_background_desktop {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Our/%20Cafes/%20Brewing/%20BG/%2001.jpg);
    width: 100%;
    height: 500px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section {
    position: relative;
    padding: 80px 0;
    max-width: 500px;
    margin: 0 0 0 700px;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section .__icon_box {
    width: 60px;
    margin: 0 auto;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section .__icon_box img {
    width: 100%;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section .title {
    color: #000;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    margin: 20px 0 10px 0;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section .__jp_box {
    padding: 0.4rem 1rem;
    background: #d10000;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section .__jp_box .jp_txt {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section .__title_txt {
    color: #bd0101;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section .__descp_txt {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section .__btn_primary {
    color: #fff;
    background: #ce0403;
    background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
    padding: 0.2rem 0 0.2rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section .__btn_primary .fa-caret-right {
    margin: 0 10px 0 40px;
  }
  .__section_cafes004 .__cafes_background_mobile {
    display: none;
  }
  .__section_cafes004 .__cafes_background_mobile .__cafes_section .title {
    font-size: 34px;
  }
  .__section_cafes004 .__cafes_background_mobile .__cafes_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_cafes005 .__cafes_background .__cafes_box .__box_title .title {
    font-size: 34px;
  }
  .__section_cafes005 .__cafes_background .__cafes_box .__box_title .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_expertise003 .__expertise_background .__expertise_box .__box_title .title {
    font-size: 34px;
  }
  .__section_expertise003 .__expertise_background .__expertise_box .__box_title .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_expertise004 .__expertise_background .__expertise_box .__box_title .title {
    font-size: 34px;
  }
  .__section_expertise004 .__expertise_background .__expertise_box .__box_title .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_expertise005 .__expertise_background .__expertise_box .__box_title .title {
    font-size: 34px;
  }
  .__section_expertise005 .__expertise_background .__expertise_box .__box_title .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_sustainability003 .__sustainability_background_desktop {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Sus/%20Story/%20BG/%2001.jpg);
    width: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section {
    position: relative;
    padding: 80px 0;
    max-width: 1000px;
    margin: 0 0 0 700px;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section .__icon_box {
    width: 60px;
    margin: 0 auto;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section .__icon_box img {
    width: 100%;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section .title {
    color: #000;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    margin: 20px 0 10px 0;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section .__jp_box {
    padding: 0.4rem 1rem;
    background: #d10000;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section .__jp_box .jp_txt {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section .__title_txt {
    color: #bd0101;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section .__descp_txt {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section .__btn_primary {
    color: #fff;
    background: #ce0403;
    background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
    padding: 0.2rem 0 0.2rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section .__btn_primary .fa-caret-right {
    margin: 0 10px 0 40px;
  }
  .__section_sustainability003 .__sustainability_background_mobile {
    display: none;
  }
  .__section_sustainability003 .__sustainability_background_mobile .__cafes_section .title {
    font-size: 34px;
  }
  .__section_sustainability003 .__sustainability_background_mobile .__cafes_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_sustainability004 .__sustainability_section .title {
    font-size: 34px;
  }
  .__section_sustainability004 .__sustainability_section .__framework_img .__show_desktop {
    display: block;
  }
  .__section_sustainability004 .__sustainability_section .__framework_img .__show_mobile {
    display: none;
  }
  .__section_sustainability005 .__sustainability_background_desktop {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Sus/%20Campaign/%20BG/%2001.jpg);
    width: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
  .__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__box_title .title {
    font-size: 34px;
  }
  .__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__box_title .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_sustainability005 .__sustainability_background_desktop .__sustainability_box .__sustainability_section .__video_section .__video_box .__iframe_box {
    width: 100%;
    height: 496px;
  }
  .__section_sustainability005 .__sustainability_background_mobile {
    display: none;
  }
  .__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__box_title .title {
    font-size: 34px;
  }
  .__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__box_title .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_sustainability005 .__sustainability_background_mobile .__sustainability_box .__sustainability_section .__video_section .__video_box .__iframe_box {
    width: 100%;
    height: 496px;
  }
  .__section_sustainability006 .__sustainability_background_desktop {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Sus/%20Focus/%20BG/%2001.jpg);
    width: 100%;
    display: block;
  }
  .__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .title {
    font-size: 34px;
  }
  .__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__box_title .__show_mobile {
    display: none;
  }
  .__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 {
    display: flex;
  }
  .__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__img_box {
    width: 46.67%;
  }
  .__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box {
    width: 58.27%;
  }
  .__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 {
    display: flex;
  }
  .__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__img_box {
    width: 46.67%;
  }
  .__section_sustainability006 .__sustainability_background_desktop .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box {
    width: 58.27%;
  }
  .__section_sustainability006 .__sustainability_background_mobile {
    display: none;
  }
  .__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .title {
    font-size: 34px;
  }
  .__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__box_title .__show_mobile {
    display: none;
  }
  .__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 {
    display: flex;
  }
  .__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__img_box {
    width: 46.67%;
  }
  .__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type001 .__content_box {
    width: 58.27%;
  }
  .__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 {
    display: flex;
  }
  .__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__img_box {
    width: 46.67%;
  }
  .__section_sustainability006 .__sustainability_background_mobile .__sustainability_box .__sustainability_effort-list .__card_box-type002 .__content_box {
    width: 58.27%;
  }
  .__section_sustainability007 .__sustainability_background .__sustainability_box .title {
    font-size: 34px;
  }
  .__section_sustainability007 .__sustainability_background .__sustainability_box .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list {
    display: flex;
  }
  .__section_sustainability007 .__sustainability_background .__sustainability_box .__row_list .__content_box {
    padding: 0 16px;
    width: 90%;
  }
  .__section_sustainability008 .__sustainability_background_desktop {
    position: relative;
    background-position: center;
    background-size: inherit;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20Sus/%20Beans/%20BG/%2001.jpg);
    width: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section {
    position: relative;
    padding: 80px 0;
    max-width: 500px;
    margin: 0 0 0 700px;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section .__icon_box {
    width: 60px;
    margin: 0 auto;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section .__icon_box img {
    width: 100%;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section .title {
    color: #000;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    margin: 20px 0 10px 0;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section .__jp_box {
    padding: 0.4rem 1rem;
    background: #d10000;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section .__jp_box .jp_txt {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section .__title_txt {
    color: #bd0101;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section .__descp_txt {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section .__btn_primary {
    color: #fff;
    background: #ce0403;
    background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
    padding: 0.2rem 0 0.2rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section .__btn_primary .fa-caret-right {
    margin: 0 10px 0 40px;
  }
  .__section_sustainability008 .__sustainability_background_mobile {
    display: none;
  }
  .__section_sustainability008 .__sustainability_background_mobile .__cafes_section .title {
    font-size: 34px;
  }
  .__section_sustainability008 .__sustainability_background_mobile .__cafes_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_about003 .__about_background_desktop {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/ucc/assets/img/UCC/%20Coffee/%20About/%20Vision/%20BG/%2001.jpg);
    width: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
  .__section_about003 .__about_background_desktop .__about_section {
    position: relative;
    padding: 80px 0;
    margin: 0 0 0 700px;
  }
  .__section_about003 .__about_background_desktop .__about_section .__icon_box {
    width: 60px;
    margin: 0 auto;
  }
  .__section_about003 .__about_background_desktop .__about_section .__icon_box img {
    width: 100%;
  }
  .__section_about003 .__about_background_desktop .__about_section .title {
    color: #000;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    margin: 20px 0 10px 0;
  }
  .__section_about003 .__about_background_desktop .__about_section .__jp_box {
    padding: 0.4rem 1rem;
    background: #d10000;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .__section_about003 .__about_background_desktop .__about_section .__jp_box .jp_txt {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
  }
  .__section_about003 .__about_background_desktop .__about_section .__title_txt {
    color: #bd0101;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
  .__section_about003 .__about_background_desktop .__about_section .__descp_txt {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
  }
  .__section_about003 .__about_background_desktop .__about_section .__btn_primary {
    color: #fff;
    background: #ce0403;
    background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
    padding: 0.2rem 0 0.2rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .__section_about003 .__about_background_desktop .__about_section .__btn_primary .fa-caret-right {
    margin: 0 10px 0 40px;
  }
  .__section_about003 .__about_background_mobile {
    display: none;
  }
  .__section_about003 .__about_background_mobile .__about_section .title {
    font-size: 34px;
  }
  .__section_about003 .__about_background_mobile .__about_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_about005 .__about_background_desktop {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/ucc/assets/img/history_desktop.png);
    width: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
  .__section_about005 .__about_background_desktop .__about_section {
    position: relative;
    padding: 80px 0;
    margin: 0 0 0 700px;
  }
  .__section_about005 .__about_background_desktop .__about_section .__icon_box {
    width: 60px;
    margin: 0 auto;
  }
  .__section_about005 .__about_background_desktop .__about_section .__icon_box img {
    width: 100%;
  }
  .__section_about005 .__about_background_desktop .__about_section .title {
    color: #000;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    margin: 20px 0 10px 0;
  }
  .__section_about005 .__about_background_desktop .__about_section .__jp_box {
    padding: 0.4rem 1rem;
    background: #d10000;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .__section_about005 .__about_background_desktop .__about_section .__jp_box .jp_txt {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
  }
  .__section_about005 .__about_background_desktop .__about_section .__title_txt {
    color: #bd0101;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
  .__section_about005 .__about_background_desktop .__about_section .__descp_txt {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
  }
  .__section_about005 .__about_background_desktop .__about_section .__btn_primary {
    color: #fff;
    background: #ce0403;
    background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
    padding: 0.2rem 0 0.2rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .__section_about005 .__about_background_desktop .__about_section .__btn_primary .fa-caret-right {
    margin: 0 10px 0 40px;
  }
  .__section_about005 .__about_background_mobile {
    display: none;
  }
  .__section_about005 .__about_background_mobile .__about_section .title {
    font-size: 34px;
  }
  .__section_about005 .__about_background_mobile .__about_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_scroll {
    display: block;
  }
  .__section_about006 .__about_background_desktop {
    position: relative;
    background-position: unset;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
  .__section_about006 .__about_background_desktop .__about_section {
    position: relative;
    padding: 80px 0;
    margin: 0 0 0 700px;
  }
  .__section_about006 .__about_background_desktop .__about_section .__icon_box {
    width: 60px;
    margin: 0 auto;
  }
  .__section_about006 .__about_background_desktop .__about_section .__icon_box img {
    width: 100%;
  }
  .__section_about006 .__about_background_desktop .__about_section .title {
    color: #000;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    margin: 20px 0 10px 0;
  }
  .__section_about006 .__about_background_desktop .__about_section .__jp_box {
    padding: 0.4rem 1rem;
    background: #d10000;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .__section_about006 .__about_background_desktop .__about_section .__jp_box .jp_txt {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
  }
  .__section_about006 .__about_background_desktop .__about_section .__title_txt {
    color: #bd0101;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
  .__section_about006 .__about_background_desktop .__about_section .__descp_txt {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    color: #000;
    text-align: center;
    margin-bottom: 32px;
  }
  .__section_about006 .__about_background_desktop .__about_section .__subtitle_txt {
    color: #bd0101;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin: 20px 0 10px 0;
  }
  .__section_about006 .__about_background_desktop .__about_section .__btn_primary {
    color: #fff;
    background: #ce0403;
    background: linear-gradient(90deg, #ce0403 0%, #ab382b 65%, #8f5f4a 100%);
    padding: 0.2rem 0 0.2rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .__section_about006 .__about_background_desktop .__about_section .__btn_primary .fa-caret-right {
    margin: 0 10px 0 40px;
  }
  .__section_about006 .__about_background_mobile {
    display: none;
  }
  .__section_about006 .__about_background_mobile .__about_section .title {
    font-size: 34px;
  }
  .__section_about006 .__about_background_mobile .__about_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_recipes001 .__receips_section .__video_box .__iframe_box {
    width: 100%;
    height: 496px;
  }
  .__section_brand001 .__brand_section .__brand_list .__coffeelist_section .__cat_card {
    display: flex;
  }
  .__section_brand001 .__brand_section .__brand_list .__coffeelist_section .__cat_card .__coffee_info {
    border-left: 1px solid #000000;
  }
}
@media screen and (min-width: 1440px) {
  .__navbar_img .__logo_img {
    width: 120px;
  }
  .__footer_section .__row_list_desktop ._col_box .__logo_img {
    width: 50%;
  }
}
@media screen and (min-width: 1920px) {
  .__section_home001 .__home_banner .__banner_img .__box_overlay_desktop {
    width: 280px;
  }
  .__section_home001 .__home_banner .__banner_img .__box_overlay_desktop .subtitle {
    font-size: 16px;
  }
  .__section_product001 .__product_banner .__banner_img .__box_overlay_desktop {
    width: 280px;
  }
  .__section_product001 .__product_banner .__banner_img .__box_overlay_desktop .subtitle {
    font-size: 16px;
  }
  .__section_coffee-beyond001 .__home_banner .__banner_img .__box_overlay_desktop {
    width: 280px;
  }
  .__section_coffee-beyond001 .__home_banner .__banner_img .__box_overlay_desktop .subtitle {
    font-size: 16px;
  }
  .__section_cafes001 .__cafes_banner .__banner_img .__box_overlay_desktop {
    width: 280px;
  }
  .__section_cafes001 .__cafes_banner .__banner_img .__box_overlay_desktop .subtitle {
    font-size: 16px;
  }
  .__section_expertise001 .__expertise_banner .__banner_img .__box_overlay_desktop {
    width: 280px;
  }
  .__section_expertise001 .__expertise_banner .__banner_img .__box_overlay_desktop .subtitle {
    font-size: 16px;
  }
  .__section_sustainability001 .__sustainability_banner .__banner_img .__box_overlay_desktop {
    width: 280px;
  }
  .__section_sustainability001 .__sustainability_banner .__banner_img .__box_overlay_desktop .subtitle {
    font-size: 16px;
  }
  .__section_about001 .__about_banner .__banner_img .__box_overlay_desktop {
    width: 280px;
  }
  .__section_about001 .__about_banner .__banner_img .__box_overlay_desktop .subtitle {
    font-size: 16px;
  }
  .__section_coffee-recipes001 .__home_banner .__banner_img .__box_overlay_desktop {
    width: 280px;
  }
  .__section_coffee-recipes001 .__home_banner .__banner_img .__box_overlay_desktop .subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .__section_home003 .__home_background_desktop .__home_section {
    max-width: 430px;
  }
  .__section_home004 .__home_background_desktop .__home_section {
    margin: 0 460px 0 0;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__icon_box {
    width: 35px;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__title_txt {
    font-size: 16px;
  }
  .__section_coffee-beyond004 .__coffee-beyond_background_desktop .__absolute_section .__coffee-beyond_section .__descp_txt {
    font-size: 12px;
  }
  .__section_coffee-beyond004 .__seemore_link {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1024px) {
  .__section_home005 .__home_background_desktop .__home_section {
    margin: 0 0 0 460px;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section {
    margin: 0 0 0 460px;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section {
    margin: 0 0 0 460px;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section {
    margin: 0 0 0 460px;
  }
  .__section_about003 .__about_background_desktop .__about_section {
    margin: 0 0 0 460px;
  }
  .__section_about005 .__about_background_desktop .__about_section {
    margin: 0 0 0 460px;
  }
  .__section_about006 .__about_background_desktop .__about_section {
    margin: 0 0 0 460px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1366px) {
  .__section_home005 .__home_background_desktop .__home_section {
    margin: 0 0 0 800px;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section {
    margin: 0 0 0 800px;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section {
    margin: 0 0 0 800px;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section {
    margin: 0 0 0 800px;
  }
  .__section_about003 .__about_background_desktop .__about_section {
    margin: 0 0 0 800px;
  }
  .__section_about005 .__about_background_desktop .__about_section {
    margin: 0 0 0 800px;
  }
  .__section_about006 .__about_background_desktop .__about_section {
    margin: 0 0 0 800px;
  }
}
@media screen and (max-width: 768px) {
  .__section_product001 .__tab_section .nav-pills .nav-item:nth-child(3)::after {
    display: none;
  }
  .__section_product001 .__tab_section .nav-pills .nav-item:nth-child(5)::after {
    display: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .__section_cafes004 .__cafes_background_desktop .__cafes_section .title {
    font-size: 34px;
  }
  .__section_cafes004 .__cafes_background_desktop .__cafes_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section .title {
    font-size: 34px;
  }
  .__section_sustainability003 .__sustainability_background_desktop .__sustainability_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section .title {
    font-size: 34px;
  }
  .__section_sustainability008 .__sustainability_background_desktop .__sustainability_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_about003 .__about_background_desktop .__about_section .title {
    font-size: 34px;
  }
  .__section_about003 .__about_background_desktop .__about_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_about005 .__about_background_desktop .__about_section .title {
    font-size: 34px;
  }
  .__section_about005 .__about_background_desktop .__about_section .__jp_box .jp_txt {
    font-size: 16px;
  }
  .__section_about006 .__about_background_desktop .__about_section .title {
    font-size: 34px;
  }
  .__section_about006 .__about_background_desktop .__about_section .__jp_box .jp_txt {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .__section_about005 .__timeline_section .__timeline_box {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__container:after {
    left: 0;
    margin-left: 0;
  }
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__container:before {
    left: 4px;
    margin-left: 0;
  }
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__block {
    width: 95%;
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 30px;
    padding-bottom: 25px;
  }
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__block:after {
    right: auto;
    left: 8px;
    transform: rotate(180deg);
  }
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__img {
    margin-right: 0;
  }
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__img2 {
    margin-right: 0;
  }
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__block--right:after {
    right: auto;
    left: 8px;
  }
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__block--right .cd-timeline__img {
    margin-left: 0;
  }
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__block--right {
    left: 0;
    margin-left: 0;
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__block {
    flex-flow: column;
  }
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__img {
    margin-bottom: 10px;
  }
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__img2 {
    margin-bottom: 10px;
  }
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__block--right {
    flex-flow: column;
  }
}
@media (min-width: 991.98px) {
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__content .cd-timeline__content-title {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .__section_about005 .__timeline_section .__timeline_box .cd-timeline__content {
    padding-right: 15px;
  }
}
.heading {
  background-color: #d10000;
  display: flex;
  align-items: center;
  height: 36px;
  justify-content: center;
  max-width: 729px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.heading .heading__title {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.__cafes_tabsection .nav-pills {
  border-bottom: 0;
  max-width: 920px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.__cafes_tabsection .nav-pills .nav-item {
  margin-bottom: -1px;
  height: 24px;
  display: flex;
  align-items: center;
}
.__cafes_tabsection .nav-pills .nav-link:hover {
  color: #d10000;
}
.__cafes_tabsection .nav-pills .nav-link {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #bd0101;
  background: #fff;
  border: 0;
  text-transform: uppercase;
  padding: 0px 8px;
  margin: 0 4px;
  border-radius: 50px;
  border: 3px solid #bd0101;
  padding: 0 18px;
}
.__cafes_tabsection .nav-pills .nav-link.active {
  color: #fff;
  background-color: #bd0101;
  border-radius: 50px;
  margin: 4px;
  padding: 0 18px;
}

.__card_listing {
  position: relative;
  margin: 0 0 40px 0;
}
.__card_listing .__cafes_card {
  position: relative;
  display: flex;
  margin-top: 32px;
}
.__card_listing .__cafes_card .__cafes_img {
  position: relative;
  background-color: #f8f5f0;
  box-shadow: 2px 2px 7px #efeeee;
  width: 173px;
  height: 177px;
}
.__card_listing .__cafes_card .__cafes_img img {
  width: 173px;
  height: 177px;
}
.__card_listing .__cafes_card .__cafes_detail {
  margin-left: 20px;
}
.__card_listing .__cafes_card .__cafes_detail p {
  margin: 0;
}
.__card_listing .__cafes_card .__cafes_detail .__mini_title {
  font-size: 14px;
  font-weight: 900;
  color: #d10000;
}
.__card_listing .__cafes_card .__cafes_detail .__tel_text {
  color: #000;
  display: block;
}
.__card_listing .__cafes_card .__cafes_detail .__map_text {
  color: #d10000;
  font-weight: 900;
  display: block;
}

.custom__modal {
  background: #f8f5ee url(/wp-content/themes/ucc/assets/img/map-2.png) no-repeat top left;
  background-size: auto auto;
  background-position: 0 0;
}

.contact-form-popup__inner {
  max-width: 416px;
  width: 100%;
}
@media screen and (min-width: 1366px) {
  .contact-form-popup__inner {
    margin-left: 80px;
  }
}
.contact-form-popup__inner .heading {
  justify-content: flex-start;
  padding-left: 14px;
  background-color: #d10000;
  display: flex;
  align-items: center;
  height: 36px;
  max-width: 729px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.contact-form-popup__inner .heading .heading__title {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.contact-form-popup__inner .contact-form-popup__copy {
  color: #000;
  font-size: 16px;
  margin: 0 0 16px 0;
}
.contact-form-popup__inner .form-control {
  background-color: #f8f5ee;
  border-radius: 6px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border: 1.5px solid #d10000;
  outline: none !important;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
}
.contact-form-popup__inner .form-control ::-moz-placeholder {
  color: #000;
}
.contact-form-popup__inner .form-control ::placeholder {
  color: #000;
}
.contact-form-popup__inner .form-check-label span a {
  color: #ba0101;
}
.contact-form-popup__inner .__btn_send {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: "Noto Sans ExtBd", "Noto Sans SC", sans-serif;
  text-transform: uppercase;
  background-color: #d10000;
  padding: 0px 18px;
  border-radius: 0.25rem;
  outline: none;
  margin-top: 14px;
}

.lang__modal {
  position: relative;
  background: #f8f5ee;
}
.lang__modal .__title_welcome {
  font-size: 65px;
  text-align: center;
  color: #000;
  font-weight: 100;
}
.lang__modal .__title_box {
  background: #d00101;
  padding: 7px 34px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 30px;
}
.lang__modal .__title_box .__title_txt {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin: 0;
}
.lang__modal .lang-select-popup__list .lang-select-popup__list-item {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  list-style: none;
  margin: 12px 0;
  text-align: center;
}
.lang__modal .lang-select-popup__list .lang-select-popup__list-item a {
  color: #d10000;
  text-transform: capitalize;
  font-weight: 400;
}
.lang__modal .lang-select-popup__list .lang-select-popup__list-item a:hover {
  text-decoration: underline;
  color: #000;
}
.lang__modal .lang-select-popup__list-item:first-child ~ .lang-select-popup__list-item {
  width: 33.3%;
  float: left;
  padding: 0 15px;
}
.lang__modal .__lang_active {
  color: #d00101;
  font-weight: 700;
}

#video-wrapper {
  width: 100%;
}

.video-container {
  width: 100%;
  min-width: 0px;
  position: absolute;
  height: 321px;
  top: 160px;
}
@media screen and (min-width: 768px) {
  .video-container {
    height: 432px;
    top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .video-container {
    height: 572px;
    top: 44px;
  }
}
@media screen and (min-width: 1366px) {
  .video-container {
    height: 666px;
    top: 0;
    width: 1200px;
    text-align: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 100px;
  }
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* apply to all p */
#single_news p {
  width: 80%;
  margin: 1rem auto;
}

/* remove it from any p that contains an img */
#single_news p:has(img) {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 80%;
  height: auto;
  margin: 0 auto 30px auto;
  gap: 8px;
}

#single_news img {
  height: 100%;
  width: auto; /* Natural aspect ratio width — no object-fit needed */
  flex-shrink: 1;
  min-width: 0;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
