@media (max-width: 1200px) {
  .h-body .h-icons-account {
    display: block !important;
    margin-right: 8px;
  }
  .h-body .h-logo {
    translate: 28px 0;
  }
}

.c-breadcrumbs {
  display: block;
  overflow: auto;
  height: 56px;
  opacity: 0;
}
@media (max-width: 480px) {
  .c-breadcrumbs {
    height: 44px;
  }
}
.c-breadcrumbs.is-loaded {
  opacity: 1;
}
.c-breadcrumbs-inner {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 480px) {
  .c-breadcrumbs-inner {
    flex-wrap: wrap;
  }
}

.top .main-slider-content a:hover {
  opacity: 0.5;
  color: #403F3F;
}
.top section {
  padding-block: 5.6rem;
}
.top section.news-section, .top section.campaign-section {
  padding-bottom: 0;
}
.top .supplements-product {
  background: radial-gradient(ellipse at top left, #E27B79 0%, rgba(226, 123, 121, 0) 70%) left no-repeat;
}
.top .supplements-product p.font-tenor.orange-color {
  color: #E27B79;
}
@media (max-width: 480px) {
  .top .mitete-product {
    margin-bottom: 6.4rem;
  }
}

.h-search .h-nav-search-icon {
  left: auto;
  right: 1rem;
}
.h-search input[type=search] {
  padding-inline: 0.5rem 3rem;
}
@media (max-width: 480px) {
  .h-search input[type=search] {
    padding-inline: 1rem 4rem;
  }
}

.mypage .l-main > .container {
  max-width: 72rem;
}
.mypage .customers__contents--lank .btn-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .mypage .customers__contents--lank .btn-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
    margin-top: 8px;
  }
}
.mypage .customers__contents--lank .btn-row dl {
  width: 100%;
  margin-top: 0;
}
.mypage .customers__contents--menus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: solid 1px #E8E7E6;
}
@media (max-width: 768px) {
  .mypage .customers__contents--menus {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
.mypage .customers__contents--menus > li a {
  min-height: 8.8rem;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  padding: 0.4rem 4rem 0.4rem 2rem;
  border-radius: 0.8rem;
  background: #F8F6F5;
  position: relative;
}
.mypage .customers__contents--menus > li a:after {
  width: 0.6rem;
  height: 1.2rem;
  content: "";
  -webkit-mask: url(./image/commen/btn-arrow.svg) no-repeat;
          mask: url(./image/commen/btn-arrow.svg) no-repeat;
  background-color: #7B6C64;
  background-size: cover;
  position: absolute;
  right: 2rem;
}
.mypage .customers__contents--menus > li a img {
  min-width: 4.8rem;
}
.mypage .customers__contents--nav {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: solid 1px #E8E7E6;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .mypage .customers__contents--nav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
}
.mypage .customers__contents--nav > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #7B6C64;
  border-radius: 8px;
  padding: 10px 16px;
  position: relative;
}
.mypage .customers__contents--nav > li a:after {
  width: 0.6rem;
  height: 1.2rem;
  content: "";
  -webkit-mask: url(./image/commen/btn-arrow.svg) no-repeat;
          mask: url(./image/commen/btn-arrow.svg) no-repeat;
  background-color: #7B6C64;
  background-size: cover;
  position: absolute;
  right: 1.6rem;
}
.mypage .customers__contents--logout {
  text-align: center;
  max-width: 270px;
  margin-inline: auto;
  margin-top: 4rem;
}/*# sourceMappingURL=custom.css.map */