@charset "utf-8";
main[role="main"] {
    overflow: visible;
  }
main *,
::after,
::before {
  box-sizing: border-box;
}
body main {
	text-size-adjust: 100%;
  color: #282828;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.5 !important;
  margin-bottom: 0;
}
main img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.content-container {
  max-width: 1200px;
  margin: 0 auto;
}
.bg-wrapper {
  position: relative;
  z-index: 0;
}
.ttl-deco {
  position: relative;
  padding-bottom: 31px;
}
.ttl-deco::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #4f4c54;
  transform: translateX(-50%);
}
.txt-link {
  transition: .3s;
}
.txt-link:hover {
  opacity: .7;
}
.sp-only {
  display: none;
}
.dropshadow {
  filter: drop-shadow(0px 0px 32px rgba(28,15,12,0.6)) drop-shadow(0px 0px 20px rgba(28,15,12,0.6)) drop-shadow(0px 0px 10px rgba(28,15,12,0.6)) drop-shadow(0px 0px 8px rgba(28,15,12,0.6));
}
@media screen and (max-width: 767px) {
  .dropshadow {
    filter: drop-shadow(0px 0px 16px rgba(28,15,12,0.6)) drop-shadow(0px 0px 10px rgba(28,15,12,0.6)) drop-shadow(0px 0px 5px rgba(28,15,12,0.6)) drop-shadow(0px 0px 4px rgba(28,15,12,0.6));
  }
}

@media screen and (max-width: 1200px) {
  .content-container {
    padding: 0 15px;
  }
  .ttl-deco {
    padding-bottom: 2.58vw;
  }
  .ttl-deco::before {
    width: 6.67vw;
  }
}

@media screen and (max-width: 767px) {
  main {
    margin-bottom: 0;
  }
  .content-container {
    padding: 0 15px;
  }
  .ttl-deco {
    position: relative;
    padding-bottom: 4.27vw;
  }
  .ttl-deco::before {
    width: 13.33vw;
  }
  .content-ttl {
    font-size: min(8.53vw, 48px);
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

/* ----animation---- */
.fade-in.inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade-in.inview.active {
  opacity: 1;
  transform: translateY(0px);
}
/* ----bg-container---- */
.bg-container {
  position: relative;
  /*clip-path: inset(0px);*/
}
.bg-container::before {
  position: fixed;
  top: 88px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url("/pages/elegance/main/elegance_26aw_anniversary_palette/img/26aw_palette_bg_02_pc.jpg") no-repeat top right / cover;
  /*z-index: -1;*/
}
.bg-container::after {
  position: fixed;
  top: 88px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url("/pages/elegance/main/elegance_26aw_anniversary_palette/img/26aw_palette_bg_01_pc.png") no-repeat top left / contain;
  /*z-index: -1;*/
}
@media screen and (max-width: 1200px) {
  .bg-container::before {
    background:#1c0f0c url("/pages/elegance/main/elegance_26aw_anniversary_palette/img/26aw_palette_bg_02_pc.jpg") no-repeat bottom 88px right / contain;
  }
}
@media screen and (max-width: 767px) {
  .bg-container::before {
    background: url("/pages/elegance/main/elegance_26aw_anniversary_palette/img/26aw_palette_bg_02_sp.jpg") no-repeat top right / cover;
  }
  .bg-container::after {
    background: url("/pages/elegance/main/elegance_26aw_anniversary_palette/img/26aw_palette_bg_01_sp.png") no-repeat top left / contain;
  }
}

/* ----prpduct---- */
.prpduct {
  position: relative;
  z-index: 1;
  width: 1000px;
  margin: 0 auto;
}
.product-logo {
  width: 167px;
  margin: 0 auto;
  padding-top: 88px;
}
.product-lead {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 42px;
}
.product-img {
  width: 751px;
  margin: 0 auto;
  padding: 46px 0 49px;
}
.product-ttl {
  width: 403px;
  margin: 0 auto;
}
.product-date {
  width: 228px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0d07d;
  margin: 30px auto 0;
  font-size: 18px;
}
.product-name {
  text-align: center;
  margin-top: 22px;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
}
.product-name span {
  font-size: 22px;
}
.product-note-wrapper {
  display: flex;
  justify-content: center;
}
.product-note {
  margin: 20px 0 62px;
  font-size: 16px;
  color: #ddd;
  display: block;
}
.product-note-item {
  padding-left: 1em;
  text-indent: -1em;
}
.product-detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 66px 42px 70px;
  background: rgb(255 253 245 / 0.75);
}
.product-eye {
  width: calc((100% - 52px)/2);
}
.product-detail-ttl {
  width: 100%;
  height: 28px;
}
.product-detail-ttl span {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.product-detail-ttl.eye-ttl img {
  width: 107px;
  margin: 0 auto;
}
.product-detail-ttl span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 147px;
  height: 1px;
  background: #282828;
}
.product-detail-ttl span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 147px;
  height: 1px;
  background: #282828;
}
.product-eye-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 17px;
  margin-top: 19px;
}
.product-eye-item {
  width: 133px;
}
.product-eye-name {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin-top: 8px;
}
.product-face {
  width: calc((100% - 52px)/2);
}
.product-detail-ttl.face-ttl img {
  width: 117px;
  margin: 0 auto;
}
.product-face-list {
  margin-top: 19px;
}
.product-face-item {
  display: flex;
  align-items: center;
  column-gap: 22px;
}
.product-face-item + li {
  margin-top: 37px;
}
.product-face-item img {
  width: 212px;
}
.product-face-name {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .prpduct {
    width: 83.33vw;
  }
  .product-logo {
    width: 13.92vw;
  }
  .product-lead {
    font-size: 1.5vw;
    margin-top: 3.5vw;
  }
  .product-img {
    width: 62.58vw;
    padding: 3.83vw 0 4.08vw;
  }
  .product-ttl {
    width: 33.58vw;
  }
  .product-date {
    width: 19vw;
    height: 3vw;
    margin: 2.5vw auto 0;
    font-size: 1.5vw;
  }
  .product-name {
    margin-top: 1.83vw;
    font-size: 1.5vw;
    line-height: 2.67vw;
  }
  .product-name span {
    font-size: 1.83vw;
  }
  .product-note {
    margin: 1.67vw 0 5.17vw;
    font-size: 1.33vw;
  }
  .product-detail {
    padding: 5.5vw 3.5vw 5.83vw;
  }
  .product-eye {
    width: calc((100% - 4.33vw)/2);
  }
  .product-detail-ttl {
    height: 2.33vw;
  }
  .product-detail-ttl.eye-ttl img {
    width: 8.92vw;
  }
  .product-detail-ttl span::before {
    width: 12.25vw;
  }
  .product-detail-ttl span::after {
    width: 12.25vw;
  }
  .product-eye-list {
    row-gap: 1.42vw;
    margin-top: 1.58vw;
  }
  .product-eye-item {
    width: 11.08vw;
  }
  .product-eye-name {
    font-size: 1.33vw;
    line-height: 1.67vw;
    margin-top: 0.67vw;
  }
  .product-face {
    width: calc((100% - 4.33vw)/2);
  }
  .product-detail-ttl.face-ttl img {
    width: 9.75vw;
  }
  .product-face-list {
    margin-top: 1.58vw;
  }
  .product-face-item {
    column-gap: 1.83vw;
  }
  .product-face-item + li {
    margin-top: 3.08vw;
  }
  .product-face-item img {
    width: 17.67vw;
  }
  .product-face-name {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 767px) {
  .prpduct {
    width: 92vw;
  }
  .product-logo {
    width: 32vw;
  }
  .product-lead {
    font-size: 3.2vw;
    margin-top: 4.53vw;
  }
  .product-img {
    width: 86.93vw;
    padding: 5.87vw 0 6.4vw;
  }
  .product-ttl {
    width: 83.2vw;
  }
  .product-date {
    width: 38.67vw;
    height: 5.33vw;
    margin: 5.07vw auto 0;
    font-size: 3.2vw;
  }
  .product-name {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 5.33vw;
  }
  .product-name span {
    font-size: 4.27vw;
  }
  .product-note {
    margin: 3.47vw 0 12.8vw;;
    font-size: 11px;
  }
  .product-detail {
    flex-direction: column;
    row-gap: 9.6vw;
    padding: 8.27vw 4.93vw;
  }
  .product-eye {
    width: 100%;
    margin: 0;
  }
  .product-detail-ttl {
    height: 5.07vw;
  }
  .product-detail-ttl span {
    padding: 0 30.93vw;
  }
  .product-detail-ttl.eye-ttl img {
    width: 20.53vw;
  }
  .product-detail-ttl span::before {
    width: 28vw;
  }
  .product-detail-ttl span::after {
    width: 28vw;
  }
  .product-eye-list {
    row-gap: 3.47vw;
    margin-top: 4.53vw;
  }
  .product-eye-item {
    width: 25.33vw;
  }
  .product-eye-name {
    font-size: 2.93vw;
    line-height: 3.73vw;
    margin-top: 1.6vw;
  }
  .product-face {
    width: 100%;
  }
  .product-detail-ttl.face-ttl img {
    width: 22.4vw;
  }
  .product-face-list {
    margin-top: 4.93vw;
  }
  .product-face-item {
    column-gap: 3.2vw;
  }
  .product-face-item + li {
    margin-top: 0;
  }
  .product-face-item img {
    width: 40.53vw;
  }
  .product-face-name {
    font-size: 2.93vw;
  }
}

/* ----looks---- */
.looks {
  position: relative;
  z-index: 1;
  width: 1000px;
  margin: 0 auto;
}
.looks-ttl {
  width: 512px;
  margin: 116px auto 36px;
}
.looks-anchor-list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 204px;
}
.looks-anchor-item a {
  font-size: 24px;
  color: #fff;
  padding-right: 27px;
  position: relative;
  border-bottom: 1px solid #fff;
}
.looks-anchor-item a:hover {
  color: #fff;
  opacity: .7;
}
.looks-anchor-item a::before {
  position: absolute;
  top: 50%;
  right: 2px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.looks-list {
  margin-top: 36px;
}
.looks-item {
  width: 1000px;
  height: 563px;
  margin: 0 auto;
  background: #fff;
  padding: 66px 94px;
}
.looks-item + li {
  margin-top: 66px;
}
.looks-detail-ttl {
  width: 155px;
  padding-bottom: 8px;
  margin: 0 auto;
  border-bottom: solid 1px;
  border-image: linear-gradient(to right, transparent, #8f6b28 50%, transparent) 1;
}
.looks-detail-ttl.look1-ttl img {
  width: 114px;
  margin: 0 auto;
}
.looks-detail {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.looks-detail-inner {
  margin-left: 40px;
  width: 410px;
}
.looks-detail-txt {
  width: calc(100% - 275px);
}
.looks-detail-lead {
  font-size: 16px;
  text-align: center;
}
.looks-detail-ttl1 {
  font-size: 21px;
  width: 287px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8d8c0;
  margin: 3px auto 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1;
}
.looks-detail-color {
  width: 410px;
  margin: 24px auto 0;
}
.looks-detail-process {
  font-size: 16px;
  margin-top: 12px;
}
.looks-detail-process-item {
  position: relative;
  padding-left: 1.2em;
}
.looks-detail-process-item span {
  position: absolute;
  left: 0;
}
.looks-detail-img {
  width: 275px;
}
.looks-detail-ttl.look2-ttl img {
  width: 117px;
  margin: 0 auto;
}
.looks-detail-ttl2 {
  font-size: 21px;
  width: 370px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0cbcd;
  margin: 3px auto 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .looks {
    width: 83.33vw;
  }
  .looks-ttl {
    width: 42.67vw;
    margin: 9.67vw auto 3vw;
  }
  .looks-anchor-list {
    column-gap: 17vw;
  }
  .looks-anchor-item a {
    font-size: 2vw;
    padding-right: 2.25vw;
    border-bottom: 0.08vw solid #fff;
  }
  .looks-anchor-item a::before {
    right: 0.17vw;
    width: 0.92vw;
    height: 0.92vw;
    border-right: solid 0.08vw #fff;
    border-bottom: solid 0.08vw #fff;
  }
  .looks-list {
    margin-top: 3vw;
  }
  .looks-item {
    width: 83.33vw;
    height: 46.92vw;
    padding: 5.5vw 7.83vw;
  }
  .looks-item + li {
    margin-top: 5.5vw;
  }
  .looks-detail-ttl {
    width: 12.92vw;
    padding-bottom: 0.67vw;
    border-bottom: solid 0.08vw;
  }
  .looks-detail-ttl.look1-ttl img {
    width: 9.5vw;
  }
  .looks-detail {
    margin-top: 1.67vw;
  }
  .looks-detail-inner {
    margin-left: 3.33vw;
    width: 34.17vw;
  }
  .looks-detail-txt {
    width: calc(100% - 22.92vw);
  }
  .looks-detail-lead {
    font-size: 1.33vw;
  }
  .looks-detail-ttl1 {
    font-size: 1.75vw;
    width: 23.92vw;
    height: 3vw;
    margin: 0.25vw auto 0;
    letter-spacing: 0.05em;
  }
  .looks-detail-color {
    width: 34.17vw;
    margin: 2vw auto 0;
  }
  .looks-detail-process {
    font-size: 1.33vw;
    margin-top: 1vw;
  }
  .looks-detail-process-item {
    padding-left: 1.2em;
  }
  .looks-detail-process-item span {
    left: 0;
  }
  .looks-detail-img {
    width: 22.92vw;
  }
  .looks-detail-ttl.look2-ttl img {
    width: 9.75vw;
    margin: 0 auto;
  }
  .looks-detail-ttl2 {
    font-size: 1.75vw;
    width: 30.83vw;
    height: 3vw;
    margin: 0.25vw auto 0;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .looks {
    width: 92vw;
  }
  .looks-ttl {
    width: 92vw;
    margin: 21.07vw auto 4.8vw;
  }
  .looks-anchor-list {
    column-gap: 24.27vw;
  }
  .looks-anchor-item a {
    font-size: 4vw;
    padding-right: 4vw;
  }
  .looks-anchor-item a::before {
    right: 0.27vw;
    width: 2.13vw;
    height: 2.13vw;
  }
  .looks-list {
    margin-top: 5.6vw;
  }
  .looks-item {
    width: 92vw;
    height: 183.73vw;
    padding: 9.6vw 4.27vw 8.53vw 2.67vw;
  }
  .looks-item + li {
    margin-top: 9.6vw;
  }
  .looks-detail-ttl {
    width: 29.6vw;
    padding-bottom: 1.6vw;
  }
  .looks-detail-ttl.look1-ttl img {
    width: 22.67vw;
  }
  .looks-detail {
    display: block;
    margin-top: 4.53vw;
  }
  .looks-detail-inner {
    margin-left: 9.33vw;
    width: 68vw;
  }
  .looks-detail-txt {
    width: 100%;
  }
  .looks-detail-lead {
    font-size: 2.93vw;
  }
  .looks-detail-ttl1 {
    font-size: 4vw;
    width: 54.67vw;
    height: 6.93vw;
    margin: 2px auto 0;
    padding-right: 0.53vw;
  }
  .looks-detail-color {
    width: 68vw;
    margin: 6.67vw auto 0;
  }
  .looks-detail-process {
    font-size: 3.2vw;
    margin-top: 5.6vw;
  }
  .looks-detail-process-item {
    position: relative;
    padding-left: 1.2em;
  }
  .looks-detail-process-item span {
    position: absolute;
    left: 0;
  }
  .looks-detail-img {
    width: 50.4vw;
    margin: 7.47vw auto 0;
  }
  .looks-detail-ttl.look2-ttl img {
    width: 23.47vw;
  }
  .looks-detail-ttl2 {
    font-size: 4vw;
    width: 70.4vw;
    height: 6.93vw;
    margin: 2px auto 0;
    padding-right: 0.8vw;
  }
}

/* ----price-note---- */
.price-note {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 138px;
  font-size: 12px;
  color: #D9D9D9;
}

/* ----Shop Search---- */
.elegancetop {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.elg-store-finder-link .elg-store-finder-link__button {
  max-width: 550px !important;
}
.search-shops {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .elg-store-finder-link {
    padding: 0 !important;
  }
  .elegancetop__banner {
    margin: 0 !important;
  }
}

/* ----Other Collection---- */
.other-collection {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
.collection-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 30px;
}
.collection-item {
  width: calc((100% - 30px) / 2);
  overflow: hidden;
  margin: 0 auto;
}
.collection-item a img {
  transition: .3s;
}
.collection-item a:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 1200px) {
  .collection-list {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .other-collection {
    margin: 8% 0 0;
  }
  .collection-list {
    flex-direction: column;
    padding: 0;
  }
  .collection-item {
    width: 100%;
  }
  .collection-item img {
    width: 100%;
  }
}
.dsCpLi {
  padding: 0;
}
footer.footer {
  position: relative;
  z-index: 1;
}