@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
body {
  font-size: 16px;
}

body {
  font-family: pretendard;
  font-size: 16px;
}

ul {
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

a {
  list-style: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  line-height: 140%;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Bold.woff2") format("woff2"), url("../fonts/OggTRIAL-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Medium.woff2") format("woff2"), url("../fonts/OggTRIAL-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Regular.woff2") format("woff2"), url("../fonts/OggTRIAL-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Light.woff2") format("woff2"), url("../fonts/OggTRIAL-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Thin.woff2") format("woff2"), url("../fonts/OggTRIAL-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabinest";
  src: url("../fonts/CabinestRegular.eot");
  src: url("../fonts/CabinestRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/CabinestRegular.woff2") format("woff2"), url("../fonts/CabinestRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button {
  padding-block: 0;
  padding-inline: 0;
}

.your-style {
  font-family: "Ogg TRIAL";
  font-weight: bold;
  font-style: normal;
}

.btn-bn {
  background: transparent;
  border: none;
}

.btn-order {
  background: #000000;
  border: none;
  border-radius: 300px;
  padding: 12px 30px;
}

.flower-box {
  box-shadow: 0 0 0 1px #a0a0a0 inset;
  border-radius: 5px;
  padding: 37px 36px;
}

header {
  width: 100%;
  height: 80px;
  padding: 0.625rem 0;
  margin: auto;
  position: fixed;
  text-align: center;
  align-items: center;
  z-index: 9999;
  top: 0;
  transition: top 0.4s ease-in-out;
}
header.header-bg {
  background: #ffffff;
  border-bottom: 1px solid rgba(255, 58, 30, 0.1);
}
header.hidden {
  top: -15%;
  transition: 0.3s;
  z-index: 1000;
}
header .container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
}
header .container .gnb {
  align-items: center;
  flex-direction: row;
  height: 100%;
  align-items: center;
}
header .container .gnb .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav-logo {
  z-index: 9999;
  align-items: center;
}
header .nav-logo a {
  font-family: "Cabinest", serif;
  font-size: 28px;
  letter-spacing: 1;
  text-align: center;
  color: #ff3a1e;
  list-style: none;
  text-decoration: none;
  display: flex;
  gap: 0 10px;
}
header .nav-list {
  width: 520px;
  z-index: 9999;
  display: none;
  align-items: center;
}
@media (min-width: 1024px) {
  header .nav-list {
    display: flex;
    justify-content: space-between;
  }
}
header .nav-list li {
  width: 130px;
  position: relative;
  padding: 10px 0;
}
header .nav-list li a {
  font-family: "Cabinest", serif;
  list-style: none;
  text-decoration: none;
  text-align: center;
  color: #ff3a1e;
  font-size: 1.375rem;
}
header .nav-list li a:hover {
  color: #ea1d00;
}
header .nav-list li a:after {
  background-color: #ff3a1e;
}
header .nav-list > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: 110px;
  height: 2px;
  background-color: rgba(255, 58, 30, 0.3);
  border-radius: 300px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
header .nav-list > li:hover:after {
  transform: scaleX(1);
}

.hamburger {
  width: 24px;
  background: transparent;
  border: none;
  display: block;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
.hamburger .hamburger-box .hamburger-inner {
  width: 100%;
  height: 1px;
  border: 1px solid #ff3a1e;
  border-radius: 300px;
  background: #ff3a1e;
}
.hamburger:hover {
  opacity: 0.7;
}

.megamenu {
  top: auto;
  left: auto;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 9990;
}
.megamenu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.megamenu .megamenu-box {
  width: 100%;
  text-align: left;
}
.megamenu .megamenu-box .megamenu-list ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}
.megamenu .megamenu-box .megamenu-list ul li {
  margin: 1.2rem 0;
}
.megamenu .megamenu-box .megamenu-list ul li a {
  font-size: 3.5rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #ff3a1e;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: left;
  position: relative;
  cursor: pointer;
}
@media (min-width: 375px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 3.5rem;
  }
}
@media (min-width: 576px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 4rem;
  }
}
@media (min-width: 1280px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 4rem;
  }
}
@media (min-width: 1560px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 4rem;
  }
}
.megamenu .megamenu-box .megamenu-list ul li a:hover {
  color: #ff3a1e;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  display: block;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sec01 {
  width: 100%;
  background-color: #fffeef;
  align-items: center;
  justify-self: center;
}
.sec01 .container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec01 .sec01-title h1 {
  font-family: "Ogg TRIAL";
  font-size: 5.6rem;
  font-weight: bold;
  color: #ff3a1e;
}
@media (min-width: 375px) {
  .sec01 .sec01-title h1 {
    font-size: 5.6rem;
  }
}
@media (min-width: 576px) {
  .sec01 .sec01-title h1 {
    font-size: 5.6rem;
  }
}
@media (min-width: 768px) {
  .sec01 .sec01-title h1 {
    font-size: 5.6rem;
  }
}
@media (min-width: 1024px) {
  .sec01 .sec01-title h1 {
    font-size: 6.25rem;
  }
}
@media (min-width: 1280px) {
  .sec01 .sec01-title h1 {
    font-size: 6.25rem;
  }
}
@media (min-width: 1560px) {
  .sec01 .sec01-title h1 {
    font-size: 8rem;
  }
}
.sec01 .sec01-title .sec01-title__content {
  margin-top: 100px;
}
.sec01 .sec01-title .sec01-title__content h2 {
  font-family: "Ogg TRIAL";
  font-size: 1.75rem;
  letter-spacing: 0.4rem;
  color: #ff3a1e;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
@media (min-width: 375px) {
  .sec01 .sec01-title .sec01-title__content h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 576px) {
  .sec01 .sec01-title .sec01-title__content h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .sec01 .sec01-title .sec01-title__content h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1024px) {
  .sec01 .sec01-title .sec01-title__content h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1280px) {
  .sec01 .sec01-title .sec01-title__content h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1560px) {
  .sec01 .sec01-title .sec01-title__content h2 {
    font-size: 3rem;
  }
}
.sec01 .sec01-title .sec01-title__content h5 {
  font-family: "Ogg TRIAL";
  font-size: 1.125rem;
  color: #ff3a1e;
  font-weight: normal;
  line-height: 150%;
}
@media (min-width: 375px) {
  .sec01 .sec01-title .sec01-title__content h5 {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  .sec01 .sec01-title .sec01-title__content h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .sec01 .sec01-title .sec01-title__content h5 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .sec01 .sec01-title .sec01-title__content h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .sec01 .sec01-title .sec01-title__content h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1560px) {
  .sec01 .sec01-title .sec01-title__content h5 {
    font-size: 1.5rem;
  }
}

.sec02 {
  padding: 100px 0;
}
.sec02 .sec02-title h1 {
  font-size: 2.25rem;
  color: #ff3a1e;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media (min-width: 375px) {
  .sec02 .sec02-title h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .sec02 .sec02-title h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .sec02 .sec02-title h1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .sec02 .sec02-title h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1280px) {
  .sec02 .sec02-title h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1560px) {
  .sec02 .sec02-title h1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .sec02 .sec02-title h1 {
    margin-bottom: 3.125rem;
  }
}
.sec02 .nav-tabs {
  justify-content: left;
  border-bottom: none;
  margin-bottom: 1.25rem;
  gap: 10px 10px;
}
@media (min-width: 768px) {
  .sec02 .nav-tabs {
    margin-bottom: 1.875rem;
  }
}
.sec02 .nav-tabs .nav-link {
  border: 1px solid;
  border-radius: 300px;
  border-color: #ff3a1e;
  font-size: 0.875rem;
  color: #ff3a1e;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 375px) {
  .sec02 .nav-tabs .nav-link {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .sec02 .nav-tabs .nav-link {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .sec02 .nav-tabs .nav-link {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .sec02 .nav-tabs .nav-link {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .sec02 .nav-tabs .nav-link {
    font-size: 1.25rem;
  }
}
@media (min-width: 1560px) {
  .sec02 .nav-tabs .nav-link {
    font-size: 1.375rem;
  }
}
.sec02 .nav-tabs .nav-link:hover {
  transform: scale(1.01);
}
.sec02 .nav-tabs .nav-item.show .nav-link,
.sec02 .nav-tabs .nav-link.active {
  border: none;
  background: #ff3a1e;
  color: #ffffff;
  font-weight: 400;
}
.sec02 .tab-content .tab-content__pack {
  gap: 24px 0;
  padding: 0;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.sec02 .tab-content .tab-content__pack .menuContentBox {
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.sec02 .tab-content .tab-content__pack .menuContentBox:hover {
  transform: scale(1.01);
}
.sec02 .tab-content .tab-content__pack .menuContentBox .menuContent {
  border: 1px solid #ff3a1e;
  border-radius: 10px;
  cursor: pointer;
}
.sec02 .tab-content .tab-content__pack .menuContentBox .menuContent img {
  width: 100%;
}
.sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name h6 {
  font-size: 0.875rem;
  color: #ff3a1e;
  margin-top: 1.25rem;
}
@media (min-width: 375px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name h6 {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name h6 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name h6 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1560px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name h6 {
    font-size: 1.375rem;
  }
}
.sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name h6 .br-none01 {
  display: none;
}
.sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name h6 .br-none02 {
  display: none;
}
.sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name .pd-none01 {
  padding-bottom: 19.6px;
}
@media (min-width: 420px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name .pd-none01 {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name .pd-none01 {
    padding-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name .pd-none01 {
    padding-bottom: 0;
  }
}
.sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name .pd-none02 {
  padding-bottom: 19.6px;
}
@media (min-width: 420px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name .pd-none02 {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name .pd-none02 {
    padding-bottom: 25.2px;
  }
}
@media (min-width: 992px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name .pd-none02 {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name .pd-none02 {
    padding-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .sec02 .tab-content .tab-content__pack .menuContentBox .menuContent .menuCotent__name .pd-none02 {
    padding-bottom: 0;
  }
}
.sec02 .tab-content .tab-content__pack .menuContentBox .cafe__menuContent {
  padding: 2.5rem 0;
}
.sec02 .tab-content .tab-content__pack .menuContentBox .cafe__menuContent img {
  width: 81%;
}
.sec02 .tab-content .tab-content__pack .menuContentBox .flower__menuContent {
  padding: 1.875rem;
}
.sec02 .sec02-moreBtn {
  margin-top: 3.125rem;
}
.sec02 .sec02-moreBtn .sec02-moreBtn__text {
  font-size: 0.75rem;
  color: #ff3a1e;
  background: transparent;
  border: 1px solid #ff3a1e;
  border-radius: 300px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 375px) {
  .sec02 .sec02-moreBtn .sec02-moreBtn__text {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .sec02 .sec02-moreBtn .sec02-moreBtn__text {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .sec02 .sec02-moreBtn .sec02-moreBtn__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .sec02 .sec02-moreBtn .sec02-moreBtn__text {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .sec02 .sec02-moreBtn .sec02-moreBtn__text {
    font-size: 1rem;
  }
}
@media (min-width: 1560px) {
  .sec02 .sec02-moreBtn .sec02-moreBtn__text {
    font-size: 1.125rem;
  }
}
.sec02 .sec02-moreBtn .sec02-moreBtn__text:hover {
  background: #ff3a1e;
  color: #ffffff;
  transform: scale(1.01);
}

.sec03 {
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  .sec03 {
    padding: 6.25rem 0;
  }
}
.sec03 .sec03-frame {
  width: 100%;
}
@media (min-width: 768px) {
  .sec03 .sec03-frame {
    margin: 3.75rem auto;
  }
}
@media (min-width: 1024px) {
  .sec03 .sec03-frame {
    margin: 6.25rem auto;
  }
}
.sec03 .sec03-frame .sec03-title {
  margin: 1.875rem 0;
}
.sec03 .sec03-frame .sec03-title h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ff3a1e;
  margin-bottom: 3.125rem;
}
@media (min-width: 375px) {
  .sec03 .sec03-frame .sec03-title h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 576px) {
  .sec03 .sec03-frame .sec03-title h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .sec03 .sec03-frame .sec03-title h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1024px) {
  .sec03 .sec03-frame .sec03-title h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1280px) {
  .sec03 .sec03-frame .sec03-title h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1560px) {
  .sec03 .sec03-frame .sec03-title h2 {
    font-size: 3rem;
  }
}
.sec03 .sec03-frame .sec03-title h5 {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000000;
  line-height: 160%;
}
@media (min-width: 375px) {
  .sec03 .sec03-frame .sec03-title h5 {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  .sec03 .sec03-frame .sec03-title h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .sec03 .sec03-frame .sec03-title h5 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .sec03 .sec03-frame .sec03-title h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .sec03 .sec03-frame .sec03-title h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1560px) {
  .sec03 .sec03-frame .sec03-title h5 {
    font-size: 1.5rem;
  }
}

.instagram {
  padding: 6.25rem 0;
}
.instagram .sec04_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  margin-bottom: 3.75rem;
}
.instagram .sec04_title i {
  font-size: 2.25rem;
  font-weight: 400;
  color: #ff3a1e;
}
@media (min-width: 375px) {
  .instagram .sec04_title i {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .instagram .sec04_title i {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .instagram .sec04_title i {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .instagram .sec04_title i {
    font-size: 3.375rem;
  }
}
@media (min-width: 1280px) {
  .instagram .sec04_title i {
    font-size: 3.375rem;
  }
}
@media (min-width: 1560px) {
  .instagram .sec04_title i {
    font-size: 4rem;
  }
}
.instagram .sec04_title h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ff3a1e;
}
@media (min-width: 375px) {
  .instagram .sec04_title h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 576px) {
  .instagram .sec04_title h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .instagram .sec04_title h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1024px) {
  .instagram .sec04_title h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1280px) {
  .instagram .sec04_title h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1560px) {
  .instagram .sec04_title h2 {
    font-size: 3rem;
  }
}
.instagram .sec04__insta-content {
  gap: 24px 0;
}
.instagram .sec04__insta-content .sec04_content {
  transition: all 0.2s ease-in-out;
}
.instagram .sec04__insta-content .sec04_content:hover {
  transform: scale(1.01);
}
.instagram .sec04__insta-content .sec04_content img.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.sec05-order {
  padding: 3.75rem 0 12.5rem 0;
}
@media (min-width: 768px) {
  .sec05-order {
    padding: 3.75rem 0 12.5rem 0;
  }
}
.sec05-order .sec05__text {
  margin-bottom: 4.375rem;
}
.sec05-order .sec05__text h4 {
  font-size: 1.375rem;
  font-weight: 300;
  color: #000000;
}
@media (min-width: 375px) {
  .sec05-order .sec05__text h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) {
  .sec05-order .sec05__text h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .sec05-order .sec05__text h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .sec05-order .sec05__text h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px) {
  .sec05-order .sec05__text h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1560px) {
  .sec05-order .sec05__text h4 {
    font-size: 1.75rem;
  }
}
.sec05-order .sec05__iconbox {
  margin-bottom: 4.375rem;
}
.sec05-order .sec05__title {
  margin-bottom: 1.875rem;
}
.sec05-order .sec05__title span {
  font-family: "Cabinest", serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #000000;
}
@media (min-width: 375px) {
  .sec05-order .sec05__title span {
    font-size: 1.75rem;
  }
}
@media (min-width: 576px) {
  .sec05-order .sec05__title span {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .sec05-order .sec05__title span {
    font-size: 2.125rem;
  }
}
@media (min-width: 1024px) {
  .sec05-order .sec05__title span {
    font-size: 2.625rem;
  }
}
@media (min-width: 1280px) {
  .sec05-order .sec05__title span {
    font-size: 2.625rem;
  }
}
@media (min-width: 1560px) {
  .sec05-order .sec05__title span {
    font-size: 3rem;
  }
}
.sec05-order .sec05__title h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000000;
}
@media (min-width: 375px) {
  .sec05-order .sec05__title h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 576px) {
  .sec05-order .sec05__title h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .sec05-order .sec05__title h3 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1024px) {
  .sec05-order .sec05__title h3 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1280px) {
  .sec05-order .sec05__title h3 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1560px) {
  .sec05-order .sec05__title h3 {
    font-size: 3rem;
  }
}
.sec05-order .sec05__button {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 375px) {
  .sec05-order .sec05__button {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .sec05-order .sec05__button {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .sec05-order .sec05__button {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .sec05-order .sec05__button {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .sec05-order .sec05__button {
    font-size: 1rem;
  }
}
@media (min-width: 1560px) {
  .sec05-order .sec05__button {
    font-size: 1.125rem;
  }
}
.sec05-order .sec05__button:hover {
  transform: scale(1.1);
}

.footer {
  padding: 4.375rem 0 3.125rem;
  background: #ff3a1e;
}
.footer .footer__logo {
  margin-bottom: 1.25rem;
}
.footer .footer__line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 1.25rem;
}
.footer .footer__info-bar {
  display: flex;
  list-style: none;
  text-decoration: none;
  margin-bottom: 1.563rem;
}
.footer .footer__info-bar .footer__info-list {
  font-size: 0.75rem;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 375px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 1rem;
  }
}
@media (min-width: 1560px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 1.125rem;
  }
}
.footer .footer__info-bar .footer__info-list + .footer__info-list::before {
  content: "|";
  margin: 0.625rem;
  color: inherit;
}
.footer .copyright p {
  font-size: 0.75rem;
  font-weight: 200;
  color: #ffffff;
}
@media (min-width: 375px) {
  .footer .copyright p {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .footer .copyright p {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer .copyright p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .footer .copyright p {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer .copyright p {
    font-size: 1rem;
  }
}
@media (min-width: 1560px) {
  .footer .copyright p {
    font-size: 1.125rem;
  }
}
.footer .footer__right-info {
  text-align: right;
  font-size: 0.75rem;
  font-weight: 200;
  color: #ffffff;
}
@media (min-width: 375px) {
  .footer .footer__right-info {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .footer .footer__right-info {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer .footer__right-info {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .footer .footer__right-info {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer .footer__right-info {
    font-size: 1rem;
  }
}
@media (min-width: 1560px) {
  .footer .footer__right-info {
    font-size: 1.125rem;
  }
}
.footer .footer__right-info ul {
  margin-bottom: 0.625rem;
}/*# sourceMappingURL=style.css.map */