:root {
  --gold: #b39d51;
}

body {
  margin: 0;
}

.l-container {
  height: 100%;
}
.header {
  height: 88px;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 6;
  top: 0;
  position: fixed;
  font-family: Noto Sans, Source Han Sans JP, Noto Sans Japanese, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, xYuGothic, Meiryo, sans-serif;
}
.header[data-brand=razzle] {
  background: #0d112c;
}
.header__icon--brand {
  display: block;
}
.header__nav button,
.header__nav a,
.header__nav .header__tab__button,
.header__nav .read__text {
  font-family: var(--font-yugo);
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  white-space: nowrap;
  letter-spacing: 0;
}
[data-brand=elegance] .header__nav button,
[data-brand=elegance] .header__nav a,
[data-brand=elegance] .header__nav .header__tab__button,
[data-brand=elegance] .header__nav .read__text {
  color: #837a65;
}
[data-brand=razzle] .header__nav button,
[data-brand=razzle] .header__nav a,
[data-brand=razzle] .header__nav .header__tab__button,
[data-brand=razzle] .header__nav .read__text {
  color: #fff;
}
.header__nav button {
  gap: 0px;
}
.header__nav button {
  background-color: transparent;
  border: none;
}
[data-brand=elegance] .header__nav button:hover {
  background: #f7f7f7;
}
[data-brand=razzle] .header__nav button:hover {
  background: #585f8e;
}
.header__container--tab {
  position: relative;
}
.header__container--tab.-product-info {
  position: static;
}
[data-brand=elegance] .header__container--tab:hover button {
  background: #f7f7f7;
}
[data-brand=razzle] .header__container--tab:hover button {
  background: #585f8e;
}
.header__tab-panel--collection {
  pointer-events: none;
  position: absolute;
  padding: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
[data-brand=elegance] .header__tab-panel--collection {
  background: #f7f7f7;
}
[data-brand=razzle] .header__tab-panel--collection {
  background: #585f8e;
}
.header__tab-panel--collection:hover, button:hover + .header__tab-panel--collection {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.header__tab-panel--collection ul {
  display: flex;
  width: 520px;
  gap: 14px;
  list-style-type: none;
  padding: 0;
}
.header__tab-panel--collection ul li {
  width: 164px;
}
.header__tab-panel--collection ul li a {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.header__tab-panel--collection ul li a img {
  width: 164px;
  height: 110px;
}
.header__tab-panel--collection ul li a span {
  white-space: nowrap;
}
.header__tab-panel--product-info {
  position: absolute;
  top: 58px;
  width: 100vw;
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
[data-brand=elegance] .header__tab-panel--product-info {
  background: #f7f7f7;
}
[data-brand=razzle] .header__tab-panel--product-info {
  background: #585f8e;
}
.header__tab-panel--product-info:hover, button:hover + .header__tab-panel--product-info {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.header__tab-panel--product-info ul li {
  color: #837a65;
}
.header .search {
  width: 136px;
  height: 36px;
  position: relative;
}
.header .search__input {
  width: 126px;
  height: 35px;
  border: none;
  border-bottom: 1px solid #707070;
  font-family: var(--font-yugo);
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #c6c6c2;
}
.header .search__button {
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
}
.header[data-brand=razzle] .search__input {
  background: #0d112c !important;
}

[data-brand=elegance] .header__nav button, [data-brand=elegance] .header__nav a, [data-brand=elegance] .header__nav .read__text {
  font-family: Noto Sans, Source Han Sans JP, Noto Sans Japanese, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, xYuGothic, Meiryo, sans-serif;
}

.header__tab-panel--collection-el li a {
  align-items: start;
}
.header__tab-panel--collection-el li a span {
  margin-left: 2px;
}
.header-product-info__nav {
  display: flex;
  list-style-type: none;
  gap: 50px;
}
.header-product-info ul {
  padding: 0;
}
.header-product-info li {
  list-style-type: none;
}
.header-product-info a span {
  font-family: var(--font-yugo);
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #837a65;
}
.header-product-info__text--bold {
  font-weight: bold !important;
}
.header-menu-sp__button--close {
  background-color: transparent;
  border: none;
}
.header-menu-sp__header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #e4e4e2;
  height: 64px;
}
.header-menu-sp__nav {
  list-style-type: none;
}
.header-menu-sp__nav button {
  width: 100%;
  background-color: transparent;
  border: none;
}
.header-menu-sp__nav li > span,
.header-menu-sp__nav button,
.header-menu-sp__nav a {
  font-family: var(--font-yugo);
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #646464;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid #e4e4e2;
  padding-right: 38px;
  letter-spacing: 0.5px;
}
.header-menu-sp__nav > li > span, .header-menu-sp__nav > li > button, .header-menu-sp__nav > li > a {
  padding-left: 38px;
}
.header-menu-sp__nav > li > .collection__list {
  padding-left: 20px;
}
.header-menu-sp__nav > li > ul > li > span, .header-menu-sp__nav > li > ul > li > button, .header-menu-sp__nav > li > ul > li > a {
  padding-left: 54px;
  background: #f8f6eb;
}
[data-brand=razzle] .header-menu-sp__nav > li > ul > li > span, [data-brand=razzle] .header-menu-sp__nav > li > ul > li > button, [data-brand=razzle] .header-menu-sp__nav > li > ul > li > a {
  background: #f2f3f5;
}
.header-menu-sp__nav > li > ul > li > ul > li > span, .header-menu-sp__nav > li > ul > li > ul > li > button, .header-menu-sp__nav > li > ul > li > ul > li > a {
  padding-left: 86px;
}
.header-menu-sp__nav > li > ul > li > ul > li > ul > li > span, .header-menu-sp__nav > li > ul > li > ul > li > ul > li > button, .header-menu-sp__nav > li > ul > li > ul > li > ul > li > a {
  padding-left: 125px;
  background: #f8f6eb;
}
[data-brand=razzle] .header-menu-sp__nav > li > ul > li > ul > li > ul > li > span, [data-brand=razzle] .header-menu-sp__nav > li > ul > li > ul > li > ul > li > button, [data-brand=razzle] .header-menu-sp__nav > li > ul > li > ul > li > ul > li > a {
  background: #f2f3f5;
}
.header-menu-sp__nav .c-icon[data-icon=accordion-toggle] {
  position: relative;
  width: 13px;
  height: 13px;
  display: flex;
}
.header-menu-sp__nav .c-icon[data-icon=accordion-toggle]:before, .header-menu-sp__nav .c-icon[data-icon=accordion-toggle]:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #646464;
  transition: transform 0.3s ease;
}
.header-menu-sp__nav button[aria-expanded=false] .c-icon[data-icon=accordion-toggle]:after {
  transform: rotate(90deg);
}
.header-menu-sp__image--tmb {
  width: 126px;
  height: 85px;
  margin-right: 10px;
}
.header-menu-sp ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header-menu-sp .c-icon {
  margin-left: auto;
}
.header-menu-sp .c-bold {
  font-weight: bold;
}
.header-menu-sp__banner--razzle {
  display: block;
  width: calc(100% - 76px);
  margin: 33px 38px 47px;
}
.header-menu-sp__banner--razzle img {
  width: 100%;
}

.header-menu-sp__button--close {
  position: absolute;
  right: 36px;
}

.header-menu-sp__nav li > span, .header-menu-sp__nav button, .header-menu-sp__nav a {
  font-family: Noto Sans, Source Han Sans JP, Noto Sans Japanese, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, xYuGothic, Meiryo, sans-serif;
}

.header__button--menu-sp {
  padding: 1px 2.5px;
}

.sp__serch > form {
  padding-left: 35px;
  padding-right: 60px;
  width: 100% !important;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e2;
  display: block !important;
  font-size: 12px;
  line-height: 20px;
  min-height: 42px;
}
.sp__serch > form div > input {
  width: 100% !important;
  border-bottom: none !important;
  height: 41px !important;
}
.sp__serch > form div > button {
  right: 30px !important;
  border-bottom: none !important;
}

.header-menu-sp__header--raz {
  background: #0d112c;
}

.footer {
  width: 100%;
  overflow-x: hidden;
  font-family: Noto Sans, Source Han Sans JP, Noto Sans Japanese, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, xYuGothic, Meiryo, sans-serif;
}
.footer[data-brand=razzle] {
  background: #0d112c;
}
.footer[data-brand=elegance] {
  background: var(--gold);
}
[data-brand=elegance] .footer__row--1 {
  background: #f8f6ed;
}
[data-brand=razzle] .footer__row--1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__nav {
  height: 100%;
}
.footer__nav ul {
  height: 100%;
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer__nav a {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}
[data-brand=elegance] .footer__nav a {
  color: #b39d51;
  font-size: 12px;
}
[data-brand=razzle] .footer__nav a {
  font-size: 13px;
  color: #fff;
}
.footer__list--sns {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 49px;
  padding: 0;
  margin: 0;
}
.footer__list--sns img {
  max-width: 24px;
  max-height: 24px;
}
.footer__list--sns li:nth-child(2) img {
  max-height: 21px;
}
.footer__list--sns a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__copyright {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
}

[data-brand=elegance] .footer__nav a,
.footer__copyright {
  font-family: Noto Sans, Source Han Sans JP, Noto Sans Japanese, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, xYuGothic, Meiryo, sans-serif;
}

.shop-nearby {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-nearby .search-shops {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.shop-nearby #recently-searched-shops {
  display: none !important;
}
#shopify-section-pagefly-home .shop-nearby #recently-searched-shops {
  display: flex !important;
}

.elg-product-usages {
  padding: 30px 0;
}

.elg-product-awards {
  padding: 30px 0;
}

.elg-product-detail .elg-product-detail__text p {
  margin: 0.5em 0 0;
  font-size: 12px;
}

.elg-product-detail .elg-product-detail__name-sub,
.elg-product-detail__text {
  font-size: 12px;
}

.elg-product-detail .elg-product-detail__swatch-select-trigger,
.raz-product-detail .raz-product-detail__swatch-select-trigger,
.product-switch-container {
  border: 1px solid #EEE;
}

.elg-product-detail__text__product_catch_comment {
  color: #808080;
  font-size: 12px;
}

.raz-news-list-nav,
.elg-news-list-nav {
  font-size: 14px;
  line-height: 2;
}

.elg-ingredient-list {
  gap: 24px;
}

.elg-product-detail .elg-product-detail__tagText {
  text-decoration: none;
  font-size: 16px;
}

.search-shops__button {
  margin-top: 0;
}

.elg-store-finder-link {
  margin: 0;
}

.raz-store-finder-link {
  margin: 0;
}

.raz-product-detail .raz-product-detail__tagText {
  text-decoration: none;
}

.news-list__label--new {
  margin-right: 9px;
}

.NewColor__Tag {
  background-image: url(https://cdn.shopify.com/s/files/1/0686/6426/2971/files/new-color.svg?v=1678174320);
  width: 28%;
  height: 5%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.NewItem__Tag {
  background-image: url(https://cdn.shopify.com/s/files/1/0686/6426/2971/files/new-item.svg?v=1678174321);
  width: 28%;
  height: 5%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.article-url {
  display: none;
}

.product-attributes span + span:not(:empty):before {
  content: " / ";
}

.elg-product-detail__swatch-select-viewport,
.elg-product-detail__swatch-select-option + .elg-product-detail__swatch-select-option,
.raz-product-detail__swatch-select-viewport,
.raz-product-detail__swatch-select-option + .raz-product-detail__swatch-select-option {
  border-color: #eee;
}

.elg-product-detail__swatch-select-item-text {
  font-size: 14px;
}

.elg-product-detail .elg-product-detail__swatches-item-name,
.raz-product-detail .raz-product-detail__swatches-item-name {
  margin-top: 4px;
  font-size: 12px;
}

.elg-product-related .elg-product-related__title,
.elg-instagrams .elg-instagrams__title,
.raz-product-gallery .raz-product-gallery__title,
.raz-instagrams .raz-instagrams__title,
.raz-product-others .raz-product-others__title,
.elg-product-usages .elg-product-usages__title {
  margin: 0 0 50px;
}

.elg-product-link-list,
.raz-instagrams {
  margin: 130px auto;
}

.raz-product-others {
  margin: 130px auto 60px;
}
.elg-instagrams .elg-instagrams__foot-link a, .elg-instagrams .elg-instagrams__title {
  color: #b39d51;
}

.elg-instagrams .elg-instagrams__foot-link a:before {
  background: #b39d51;
}

.raz-product-others .raz-product-others__slider-item {
  font-size: 14px;
}
.how-to-use__text {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 14px;
}

.elg-ingredient-list li p,
.raz-ingredient-list li p {
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 14px;
}

.precautions__text {
  font-size: 12px;
}

.elg-product-detail__text__active_ingredient,
.raz-product-detail__text__active_ingredient {
  font-size: 10px;
}

.elg-product-detail .elg-product-detail__notice p,
.raz-product-detail .raz-product-detail__notice p {
  font-size: 12px;
}

.elg-product-link-list .elg-product-link-list__group-label,
.raz-product-link-list .raz-product-link-list__group-label,
.raz-product-gallery .raz-product-gallery__title,
.raz-instagrams .raz-instagrams__title,
.raz-product-others .raz-product-others__title,
.elg-product-usages .elg-product-usages__title,
.raz-product-awards .raz-product-awards__title {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.how-to-use__text {
  margin-top: 40px;
}

.elg-extra-data-modal .elg-extra-data-modal__content-inner img,
.raz-extra-data-modal .raz-extra-data-modal__content-inner img {
  display: block;
  margin: 0 auto;
}

.how-to-use__image_catch,
.how-to-use__image_explan,
.how-to-use__remarks {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: 24px;
}
.HoverScaleUp {
  overflow: hidden;
}

.HoverScaleUp > img,
.elg-news-list .elg-news-list__item-image img,
.raz-news-list .raz-news-list__item-image img {
  transition: all 0.3s;
}

.HoverScaleUp:hover > img {
  transform: scale(1.05);
}

.elg-news-list-header .elg-news-list-header__title,
.raz-news-list-header .raz-news-list-header__title,
.elg-product-awards .elg-product-awards__title,
.elg-product-related .elg-product-related__title,
.elg-instagrams .elg-instagrams__foot-link a, .elg-instagrams .elg-instagrams__title,
.raz-product-others .raz-product-others__slider-item a {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 400;
}

.raz-gallery-modal .raz-gallery-modal__slider-item {
  background: transparent;
}

.raz-gallery-modal .raz-gallery-modal__slider-item-image img {
  height: 96%;
  width: 510px;
  padding-top: 4%;
  background: #fff;
  margin: 0 auto;
}

.raz-gallery-modal .raz-gallery-modal__slider-item-text {
  width: 460px;
  background: #fff;
  margin: 0 auto;
}

.elg-banner-links li:first-child:last-child,
.raz-banner-links li:first-child:last-child {
  width: 100%;
  margin: 0 auto;
  max-width: 483px;
}

.elg-banner-links,
.raz-banner-links {
  gap: 40px;
}
.elg-product-related .elg-product-related__slider-wrapper {
  gap: 30px;
}

.raz-product-gallery {
  padding-bottom: 40px;
  overflow: hidden;
}

.raz-product-gallery__scrollbar {
  position: relative;
  left: 200px;
  color: #2a2a2a;
  font-size: 16px;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 400;
  margin-top: -20%;
}

.raz-product-gallery__scrollbar::before {
  position: absolute;
  bottom: 12.8px;
  left: 101px;
  color: #2a2a2a;
  content: "";
  width: 30px;
  height: 1px;
  background: #2a2a2a;
  transform: rotate(20deg);
}

.raz-product-gallery__scrollbar::after {
  position: absolute;
  bottom: 7.7px;
  left: 60px;
  color: #2a2a2a;
  content: "";
  width: 70px;
  height: 1px;
  background: #2a2a2a;
}

.raz-product-gallery .raz-product-gallery__title {
  margin: 0 0 -20%;
}
.elg-breadcrumb {
  font-family: din-2014-narrow, sans-serif;
}

.elg-product-detail-free-area p {
  text-align: center;
  font-size: 16px;
}

.elg-product-detail-free-area a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.raz-product-detail .raz-product-detail__thumbs-next-button, .raz-product-detail .raz-product-detail__thumbs-prev-button {
  height: calc(100% + 2px);
  width: 16px;
}

.elg-product-related .elg-product-related__slider-wrapper {
  gap: 0;
}

.elg-product-related {
  padding-top: 30px;
}

.elg-ingredientList__Heading {
  line-height: 1.6;
}

.raz-gallery-coutiontext {
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}
.raz-gallery-coutiontext > p {
  line-height: 1.6;
}

.elg-product-link-list .elg-product-link-list__group a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.raz-product-detail__swatch-select-item-text,
.elg-product-detail__swatch-select-item-text {
  font-size: 14px;
  width: 260px;
}

.raz-news-list .raz-news-list__item-image img {
  transition: all 0.3s !important;
}

.elg-extra-data-modal .elg-extra-data-modal__content-inner img, .raz-extra-data-modal .raz-extra-data-modal__content-inner img {
  display: block;
  margin: 40px auto;
  width: 70%;
}

.how-to-use__movie {
  display: block;
  margin: 20px auto;
  aspect-ratio: 3/2;
}

.elg-breadcrumb {
  margin-top: 88px;
}

.raz-product-header {
  margin: 88px 0 64px;
}

.elg-extra-data-modal .elg-extra-data-modal__content-inner img, .raz-extra-data-modal .raz-extra-data-modal__content-inner img {
  width: 100%;
}

.raz-product-others .raz-product-others__slider-item a {
  font-size: 16px;
}

.elg-extra-data-modal.-open,
.raz-gallery-modal.-open {
  -webkit-backdrop-filter: blur(15px) brightness(0.75);
          backdrop-filter: blur(15px) brightness(0.75);
  background: hsla(0deg, 0%, 100%, 0.5);
}

.elg-extra-data-modal .elg-extra-data-modal__backdrop,
.raz-gallery-modal .raz-gallery-modal__backdrop {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background: none;
}

.raz-gallery-modal__slider-item-icon {
  margin-top: 2%;
  color: #fff;
  background-color: #612f5f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3%;
}

.raz-gallery-modal .raz-gallery-modal__slider-item-text p {
  margin-top: 1%;
}

.raz-product-gallery .raz-product-gallery__slider-item button {
  left: -50%;
}

.raz-product-gallery .raz-product-gallery__slider-item button:nth-child(2) {
  left: 0;
}

.raz-gallery-modal .raz-gallery-modal__slider-item-image:before {
  padding-top: 90%;
}
.elg-extra-data-modal .elg-extra-data-modal__content-inner .How__TO__Use, .raz-extra-data-modal .raz-extra-data-modal__content-inner .How__TO__Use {
  width: 30%;
}

.raz-product-gallery .raz-product-gallery__slider-container {
  padding: 0 0 0 0;
  width: 200vw;
  transform: scale(0.5) translate(-50%);
}

.header__tab-panel--collection .header__tab-panel--collection-el {
  width: auto;
}

.elg-product-detail-free-area.free_space_01 {
  margin-top: 0;
}

.elg-product-detail-free-area.free_space_01 .elg-product-detail-free-area__image {
  margin-top: 0;
}

.raz-product-detail .raz-product-detail__swatches-item-tag {
  background: #602f5f;
  color: #fff;
  display: block;
  font-size: 8px;
  text-align: center;
  margin: 0 auto;
  width: calc(100% - 6px);
}

.raz-product-detail .raz-product-detail__swatches-item-image.-current {
  border: 1px solid #d5d5d5;
}

.elg-product-free-html-area {
  width: 100%;
  margin: 0 auto 120px;
  color: #2a2a2a;
}
.elg-product-free-html-area a {
  color: #40b2dd;
  text-decoration: underline;
}
.elg-product-free-html-area ul {
  list-style: disc;
}

.search {
  display: flex;
  justify-content: center;
}
.search p {
  margin: 0;
}
.search__word {
  display: flex;
  gap: 15px;
  font-family: var(--font-yugo);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2a2a2a;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.search__title--page {
  font-family: "D-DIN Condensed", sans-serif;
  text-align: center;
  font-size: rem(30px);
  letter-spacing: 0.1em;
}
[data-brand=elg] .search__title--page {
  color: #b39d51;
  font-weight: 400;
}
[data-brand=raz] .search__title--page {
  color: #0d112c;
}
.search__list {
  display: flex;
  flex-wrap: wrap;
}
.search__list a {
  order: 2;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px !important;
}
.search__list a img:first-child {
  margin-bottom: 12px;
}
.search__list a:hover {
  opacity: 0.65;
}
.search__list a:hover img {
  transform: scale(1.05);
}
.search__title--product {
  font-family: var(--font-yugo);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2a2a2a;
}
.search__footer-links {
  margin-bottom: 60px;
}
.search__footer-links h2 {
  font-family: "D-DIN Condensed", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #d8ca9c;
  margin: 0;
  margin-bottom: 10px;
}
.search__footer-links ul {
  padding: 0;
}
.search__footer-links li {
  list-style-type: none;
}
.search__footer-links > ul {
  display: flex;
  gap: 40px;
}
.search__footer-links > ul ul li {
  margin-bottom: 5px;
}
.search__footer-links > ul ul li a {
  text-decoration: none;
}
.search__footer-links > ul ul li a span {
  font-family: var(--font-yugo);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2a2a2a;
}
.search__footer-links > ul ul li a img {
  margin-left: 20px;
}
.search__number--result {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
  order: 1;
  font-family: var(--font-yugo);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2a2a2a;
}
.search__result--zero {
  order: 2;
  width: 100%;
  text-align: center;
}

.top__link {
  text-align: center;
  text-decoration: none;
  color: black;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
  transition: all 0.3s;
}
.top__link:hover {
  opacity: 0.4;
}

.header .search__input,
.search__word,
.search__number--result,
.search p,
.top__link,
.search__footer-links > ul ul li {
  font-family: Noto Sans, Source Han Sans JP, Noto Sans Japanese, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, xYuGothic, Meiryo, sans-serif;
  outline: none;
}

[data-brand=elg] .search__title--page,
.search__footer-links h2,
.search__result--zero {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 400;
}

.header .search__input, .search__word, .search__number--result, .search p, .top__link, .search__footer-links > ul ul li {
  background-color: #fff;
}

.header .search__input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.empty-label {
  width: 64px;
  height: 12px;
}

.raz-news-list-nav .raz-news-list-nav__inner li[data-category=COLLECTION] {
  order: 1;
}
.raz-news-list-nav .raz-news-list-nav__inner li[data-category="NEW ITEM"] {
  order: 2;
}
.raz-news-list-nav .raz-news-list-nav__inner li[data-category="SAMPLE COUPON"] {
  order: 3;
}
.raz-news-list-nav .raz-news-list-nav__inner li[data-category=SPECIAL] {
  order: 4;
}
.raz-news-list-nav .raz-news-list-nav__inner li[data-category=BESTCOSME] {
  order: 5;
}
.raz-news-list-nav .raz-news-list-nav__inner li[data-category=AWARDS] {
  order: 6;
}
.raz-news-list-nav .raz-news-list-nav__inner li[data-category=YouTube] {
  order: 7;
}
.raz-news-list-nav .raz-news-list-nav__inner li[data-category=INFORMATION] {
  order: 8;
}
.raz-news-list-nav .raz-news-list-nav__inner li[data-category="ELEGANCE RAZZLE"] {
  order: 9;
}

.elg-news-list-nav .elg-news-list-nav__inner li[data-category=COLLECTION],
.elg-news-list-nav .elg-news-list-nav__inner li.-current[data-category=COLLECTION] {
  order: 1;
}
.elg-news-list-nav .elg-news-list-nav__inner li[data-category="NEW ITEM"],
.elg-news-list-nav .elg-news-list-nav__inner li.-current[data-category="NEW ITEM"] {
  order: 2;
}
.elg-news-list-nav .elg-news-list-nav__inner li[data-category=LIMITED],
.elg-news-list-nav .elg-news-list-nav__inner li.-current[data-category=LIMITED] {
  order: 3;
}
.elg-news-list-nav .elg-news-list-nav__inner li[data-category="SAMPLE COUPON"],
.elg-news-list-nav .elg-news-list-nav__inner li.-current[data-category="SAMPLE COUPON"] {
  order: 4;
}
.elg-news-list-nav .elg-news-list-nav__inner li[data-category=SPECIAL],
.elg-news-list-nav .elg-news-list-nav__inner li.-current[data-category=SPECIAL] {
  order: 5;
}
.elg-news-list-nav .elg-news-list-nav__inner li[data-category=BESTCOSME],
.elg-news-list-nav .elg-news-list-nav__inner li.-current[data-category=BESTCOSME] {
  order: 6;
}
.elg-news-list-nav .elg-news-list-nav__inner li[data-category=AWARDS],
.elg-news-list-nav .elg-news-list-nav__inner li.-current[data-category=AWARDS] {
  order: 7;
}
.elg-news-list-nav .elg-news-list-nav__inner li[data-category=YouTube],
.elg-news-list-nav .elg-news-list-nav__inner li.-current[data-category=YouTube] {
  order: 8;
}
.elg-news-list-nav .elg-news-list-nav__inner li[data-category=INFORMATION],
.elg-news-list-nav .elg-news-list-nav__inner li.-current[data-category=INFORMATION] {
  order: 9;
}
.elg-news-list-nav .elg-news-list-nav__inner li[data-category="ELEGANCE RAZZLE"],
.elg-news-list-nav .elg-news-list-nav__inner li.-current[data-category="ELEGANCE RAZZLE"] {
  order: 10;
}

.elg-news-content p {
  margin: 0.3em 0 0;
}

.elg-news-list .elg-news-list__item-category,
.raz-news-list .raz-news-list__item-category,
.raz-news-list-header .raz-news-list-header__title,
.elg-news-page-header .elg-news-page-header__title,
.raz-news-page-header .raz-news-page-header__title,
.elg-news-page-back-button,
.raz-news-page-back-button {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 400;
}

.elg-news-list .elg-news-list__item-date,
.raz-news-list .raz-news-list__item-date {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  padding-top: 2px;
}

.no-article {
  list-style: none;
}

.elg-news-list-header {
  margin-top: 88px;
}

.raz-news-list-header {
  margin-top: 108px;
}

.elg-news-page-header,
.raz-news-page-header {
  margin: 108px 0 24px;
}

.elg-news-page-header {
  align-items: center;
}

.elg-news-page-header .elg-news-page-header__category {
  display: flex;
  align-items: center;
  gap: 15px;
}

.elg-news-page-header .elg-news-page-header__category p {
  padding: 2px 4px;
  border: 1px solid #ccc;
}

.elg-news-list__list--tags {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 4px;
}
.elg-news-list__list--tags .elg-news-list__item-date {
  margin: 0;
  padding: 0 4px;
  border: 1px solid #ccc;
}
.elg-news-list__list--tags .elg-news-list__item-date span {
  display: block;
  translate: 0 1px;
  margin: -1px 0;
}

.elg-terms-header__title-en,
.raz-terms-header__title-en {
  font-size: 28px;
}

.elg-terms-header__title-ja,
.raz-terms-header__title-ja {
  font-size: 20px;
}

.elg-terms-content,
.raz-terms-content {
  max-width: 850px;
  margin: 0 auto 100px;
}

.elg-terms-content p,
.elg-terms-content dl,
.raz-terms-content p,
.raz-terms-content dl {
  font-size: 12px;
}

.elg-terms-content h2,
.raz-terms-content h2 {
  font-size: 14px;
  margin-bottom: 2%;
  color: rgb(42, 42, 42);
}

.raz-terms-header .raz-terms-header__title-ja,
.raz-terms-header .raz-terms-header__title-en,
.elg-terms-header .elg-terms-header__title-ja {
  color: rgb(42, 42, 42);
}

.elg-terms-header,
.raz-terms-header {
  margin: 108px 0 30px;
}

.elg-terms-content p, .elg-terms-content dl, .raz-terms-content p, .raz-terms-content dl {
  color: rgb(42, 42, 42);
}

.terms-content-privacy a {
  color: rgb(42, 42, 42);
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .header-product-info {
    display: none;
  }
  .footer__row--2 {
    padding: 31px 0;
  }
  .footer__row--2 .l-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 17px;
  }
  .footer__nav ul {
    flex-direction: column;
    gap: 12px;
    padding: 27px 0;
  }
  .footer__list--sns {
    gap: 32px;
  }
  .search {
    padding: 0 20px;
  }
  .search__container {
    margin-top: 88px;
  }
  .search__list {
    padding: 30px 0 200px;
    gap: 70px;
  }
  .search__list a {
    width: calc(50% - 35px);
  }
  .search__list a img {
    width: 100%;
  }
  .search__footer-links > ul {
    flex-wrap: wrap;
  }
  .search__result--zero {
    padding-top: 50px;
    margin-bottom: -120px;
  }
  .search-shops {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
  .l-container {
    width: min(1000px, 100vw, 100%);
    margin-inline: auto;
  }
  .header-product-info {
    display: flex;
    justify-content: center;
    padding: 24px 30px 17px;
  }
  .footer__row--1 {
    height: 64px;
    padding: 0 20px;
  }
  .footer__row--2 {
    height: 51px;
    padding: 0 20px;
  }
  .footer__row--2 .l-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__nav ul {
    gap: 20px;
  }
  .search {
    padding: 0 20px;
  }
  .search__container {
    width: min(1000px, 100%);
    margin-inlie: auto;
    margin-top: 88px;
  }
  .search__list {
    padding: 30px 0 300px;
    gap: 50px 0;
  }
  .search__list a {
    width: 200px;
  }
  .search__list a img {
    width: 160px;
    height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
    transition: transform 0.3s ease;
  }
  .search__title--product {
    padding: 0 20px;
  }
  .search__result--zero {
    padding-top: 100px;
    margin-bottom: -400px;
  }
}

@media screen and (min-width: 1001px) {
  .header__icon--stores {
    display: none;
  }
  .header__icon--brand {
    width: 62px;
    height: 58px;
  }
  .header__icon--menu {
    display: none;
  }
  .header__container {
    width: 1000px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px;
  }
  .header__nav {
    margin-left: auto;
    display: flex;
  }
  .header__button--menu-sp {
    display: none;
  }
  .header-menu-sp {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .header__icon--stores {
    width: 40px;
    height: 37px;
  }
  .header__icon--brand {
    width: 47px;
    height: 44px;
  }
  .header__icon--menu {
    width: 35px;
    height: 35px;
  }
  .header__container {
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
  }
  .header__bg-rz {
    background: #0d112c;
  }
  .header__bg-el {
    background: #fff;
  }
  .header__nav {
    display: none;
  }
  .header__button--menu-sp {
    background-color: transparent;
    border: none;
  }
  .header-menu-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    transition: opacity 0.3s ease;
  }
  .header-menu-sp[aria-hidden=false] {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .header__tab-panel--product-info {
    left: 0;
  }
}

@media screen and (min-width: 1000px) {
  .header__tab-panel--product-info {
    left: calc((100vw - 1000px) / 2 * -1);
  }
}

@media screen and (max-width: 1650px) {
  .collection--raz {
    transform: translateX(-42%);
  }
}

@media screen and (max-width: 1250px) {
  .collection--raz {
    transform: translateX(-72%);
  }
}

@media only screen and (min-width: 768px) {
  .shop-nearby .elegancetop {
    min-width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .elg-product-link-list .elg-product-link-list__group-label,
  .elg-product-link-list .elg-product-link-list__group ul li {
    font-size: 10px;
  }
  .elg-product-link-list .elg-product-link-list__group ul {
    gap: 8px;
  }
  .elg-product-link-list, .raz-instagrams, .raz-product-others {
    margin: 60px auto 20px;
  }
  .how-to-use__movie {
    width: 100%;
    height: auto;
  }
  .raz-product-others .raz-product-others__slider-item {
    font-size: 10px;
  }
  .how-to-use__text {
    margin-top: 30px;
  }
  .how-to-use__image_catch,
  .how-to-use__image_explan,
  .how-to-use__remarks {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 2;
  }
  .elg-product-detail .elg-product-detail__image {
    padding-top: 8px;
  }
  .elg-breadcrumb {
    font-size: 12px;
  }
  .raz-gallery-coutiontext {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .raz-product-detail .raz-product-detail__extra-data-opener {
    font-size: 10px;
  }
  .raz-product-detail .raz-product-detail__swatches-item-name {
    margin-top: 2px;
    font-size: 10px;
  }
  .elg-banner-links,
  .raz-banner-links {
    gap: 30px;
  }
  .raz-gallery-modal {
    align-items: baseline;
    padding-top: 100px;
  }
}

@media (max-width: 639px) {
  .raz-product-gallery .raz-product-gallery__title {
    margin: 0 0 -47%;
  }
  .raz-product-gallery__scrollbar {
    margin-top: -46%;
  }
}

@media (max-width: 768px) {
  .raz-product-gallery__scrollbar {
    left: 28px;
  }
}

@media (max-width: 940px) {
  .raz-gallery-modal .raz-gallery-modal__slider-item-text {
    width: 470px;
    min-height: 150px;
  }
  .elg-extra-data-modal .elg-extra-data-modal__content-inner .How__TO__Use, .raz-extra-data-modal .raz-extra-data-modal__content-inner .How__TO__Use {
    width: 200px;
  }
}

@media screen and (max-width: 680px) {
  .raz-product-detail .raz-product-detail__swatches-item-tag {
    width: calc(100% - 5px);
  }
  .elg-product-free-html-area {
    margin: 0 auto;
    padding: 30px 0;
  }
}

@media screen and (max-width: 1199px) {
  .elg-terms-header__title-en,
  .raz-terms-header__title-en {
    font-size: clamp(16px, 5vw, 50px) !important;
  }
  .elg-terms-header__title-ja,
  .raz-terms-header__title-ja {
    font-size: clamp(14px, 4.375vw, 50px) !important;
  }
  .elg-terms-content,
  .raz-terms-content {
    margin: 0 5% 100px;
  }
  .elg-terms-content p,
  .elg-terms-content dl,
  .raz-terms-content p,
  .raz-terms-content dl {
    font-size: clamp(10px, 3.125vw, 50px);
  }
  .elg-terms-content h2,
  .raz-terms-content h2 {
    font-size: clamp(12px, 3.75vw, 50px);
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 767px) {
  #shopify-section-pagefly-home .Section__New__Item .Tags {
    height: auto;
  }
  #shopify-section-pagefly-home .Section__New__Item .Tags .NewItem__Tag,
  #shopify-section-pagefly-home .Section__New__Item .Tags .NewColor__Tag {
    height: 20px !important;
  }
}


/* パンくずリストの区切り文字を正常表示 */
.elg-breadcrumb li:not(:last-child):after {
  content: "/" ;
  margin: 0 .2em ;
  vertical-align: baseline ;
  font-size: 14px ;
  line-height: 1.6 ;
  transform: none ;
  position: static ;
  display: inline ;
}

/* 商品リンクリストの矢印はelg-product.liquid内のstyleタグで定義済み */
/* 二重表示を防ぐため、app.cssからは削除 */

/* 商品リンクリストのフォントをコレクションページに合わせる */
.elg-product-link-list .elg-product-link-list__group a {
  font-family: "Noto Sans JP", sans-serif ;
  font-weight: 400 ;
  font-size: clamp(10px, 1.186vw, 14px) ;
  display: inline-block ;
}

/* 見出し（POINT MAKEUP等）のフォントウェイトを太くする */
.elg-product-link-list .elg-product-link-list__group-label {
  font-weight: 500 ;
}

.elg-product-link-list .elg-product-link-list__group a:after {
  content: "\e004" ;
  font-family: icon ;
  display: inline-block ;
  margin-left: 1em ;
  position: static ;
  width: auto ;
  height: auto ;
  background: none ;
  transform: none ;
  top: auto ;
  right: auto ;
  vertical-align: middle ;
}

/* ネイルコレクションボックスを左右センターに配置 */
.__pf .pf-r, .__pf .pf-r-eh>.pf-c {
  display: flex ;
  /* justify-content: center ; */
}
