@charset "utf-8";
main[role="main"] {
    overflow: visible;
  }
main *,
::after,
::before {
  box-sizing: border-box;
}
body {
	text-size-adjust: 100%;
  color: #282828;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.5 !important;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.collection-container {
  max-width: 1200px;
  margin: 0 auto;
}
.section-title {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
}
.sp-only {
  display: none;
}

@media screen and (max-width: 1200px) {
  .collection-container {
    padding: 0 15px;
  }
  .section-title {
    font-size: max(4.33vw, 39px);
  }
}

@media screen and (max-width: 767px) {
  .collection-container {
    padding: 0 15px;
  }
  .section-title {
    line-height: 1.125;
    font-size: min(8.53vw, 48px);
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

/* ----MV---- */
.mv {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .mv img {
    width: 100%;
  }
}

/* ----intro---- */
.intro {
  padding: 95px 0 110px;
  background: #f1eaed;
}
.intro-txt {
  margin-bottom: 110px;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}
.intro-txt span {
  font-size: .75em;
  font-weight: normal;
}
.intro-nav {
  display: flex;
  max-width: 880px;
  margin: 0 auto;
  column-gap: 20px;
}
.intro-nav-item {
  width: 100%;
}
.intro-nav-item a {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 23px 0 32px;
  line-height: 1;
  font-size: 16px;
  transition: .3s;
  color: #282828;
}
.intro-nav-item a::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  content: "";
  display: block;
  width: 16px;
  height: 6px;
  transform: translateX(-50%);
  background: url("/pages/elegance/main/elegance_ss_style2/img/26ss_s2_ic_001.png") no-repeat center /12px 6px;
  transition: .3s;
}
.intro-nav-item a:hover::after {
  transform: translateX(-50%) translateY(3px);
}

@media screen and (max-width: 1200px) {
  .intro {
    padding: 7.92vw 0 9.17vw;
  }
  .intro-txt {
    margin-bottom: 9.17vw;
    font-size: max(4.33vw, 39px);
  }
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 11.73vw 0 11.2vw;
  }
  .intro-txt {
    margin-bottom: 9.33vw;
    font-size: min(5.33vw, 30px);
  }
  .intro-txt span {
    font-size: .65em;
  }
  .intro-nav {
    padding: 0;
    column-gap: 1.07vw;
  }
  .intro-nav-item a {
    padding: 2.4vw 0 5.07vw;
    font-size: 3.2vw;
  }
  .intro-nav-item a::after {
    bottom: 0.8vw;
    width: 1.87vw;
    height: 1.07vw;
    background: url("/pages/elegance/main/elegance_ss_style2/img/26ss_s2_ic_001.png") no-repeat center /1.87vw 1.07vw;
  }
}

/* ----spec---- */
.spec {
  position: relative;
  padding-top: 140px;
}
.spec-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 75px;
}
.spec-detail {
  width: 410px;
}
.spec-description {
  letter-spacing: .03em;
  text-align: justify;
  font-size: 18px;
  font-feature-settings: "palt";
}
.spec-date {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-top: 30px;
}
.spec-date span {
  display: inline-block;
  width: 204px;
  padding: 4px 0 5px;
  background: #a7957a;
  text-align: center;
  font-size: 18px;
  font-feature-settings: "palt";
  color: #fff;
}
.spec-brand {
  margin-top: 20px;
  line-height: 1.778;
  font-size: 18px;
}
.spec-name {
  line-height: 1.455;
  font-size: 22px;
}
.spec-txt {
  line-height: 1.778;
  font-size: 18px;
  font-feature-settings: "palt";
}
.spec-variations {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
}
.spec-variation {
  text-align: center;
}
.spec-variation-label {
  font-size: 18px;
}
.spec-variation-limited {
  margin-bottom: 2px;
  font-size: 14px;
  color: #bc796f;
}

@media screen and (max-width: 1200px) {
  .spec {
    padding-top: 11.67vw;
  }
}

@media screen and (max-width: 767px) {
  .spec {
    padding: 9.33vw 0 17.87vw;
  }
  .spec-inner {
    column-gap: 6.4vw;
    margin: 0 2.67vw 0 7.47vw;
  }
  .spec-image {
    width: min(14.4vw, 81px);
  }
  .spec-detail {
    width: calc(100% - 21.8vw);
  }
  .spec-description {
    font-size: min(3.2vw, 18px);
  }
  .spec-date {
    column-gap: 1.07vw;
    margin-top: 6.67vw;
  }
  .spec-date img {
    width: min(26.93vw, 150px);
  }
  .spec-date span {
    width: min(32vw, 180px);
    padding: 0 1.6vw 0.27vw;
    font-size: min(3.2vw, 18px);
  }
  .spec-brand {
    margin-top: 3.73vw;
    line-height: 1.5;
    font-size: min(3.2vw, 18px);
  }
  .spec-name {
    line-height: 1.25;
    font-size: min(4.27vw, 24px);
  }
  .spec-txt {
    line-height: 1.8;
    font-size: min(3.2vw, 18px);
  }
  .spec-variations {
    position: absolute;
    bottom: 0;
    left: 0;
    justify-content: center;
    column-gap: 1.33vw;
    width: 100%;
    margin-top: 0;
  }
  .spec-variation {
    text-align: center;
  }
  .spec-variation-img {
    width: 13.33vw;
  }
  .spec-variation-label {
    font-size: min(3.2vw, 18px);
  }
  .spec-variation-limited {
    font-size: min(3.2vw, 18px);
  }
}

/* ----VARIATION---- */
.variation {
  margin-top: 120px;
  padding-bottom: 70px;
}
.variation-section:first-of-type {
  margin-top: 49px;
}
.variation-title {
  position: relative; 
}
.metallic .variation-title,
.nuance .variation-title {
  padding-left: 145px;
}
.ink .variation-title {
  padding-right: 145px;
}
.ink .variation-title-bg {
  margin-left: auto;
}
.variation-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  z-index: 0;
}
.metallic .variation-title::after {
  background-image: linear-gradient(90deg, #a7957a 39%, transparent);
}
.ink .variation-title::after {
  background-image: linear-gradient(90deg, transparent, #3e3a39 74%);
}
.nuance .variation-title::after {
  background-image: linear-gradient(90deg, #d6b6b1 36%, transparent);
}
.variation-title-bg {
  position: relative;
  display: block;
  width: max-content;
  padding: 1px 15px;
  background: #fff;
  z-index: 1;
}
.variation-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  margin: 70px;
}
.ink .variation-inner {
  flex-direction: row-reverse;
}
.variation-datail {
  text-align: center;
}
.variation-subtitle {
  letter-spacing: .08em;
  font-feature-settings: "palt";
  font-size: 22px;
  color: #727272;
}
.variation-list {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
.variation-item {
  width: 232px;
}
.variation-item-image {
  margin: 0 auto;
}
.variation-item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
}
.variation-item-lavel {
  font-size: 18px;
  font-weight: 600;
}
.variation-item-limited {
  margin-left: 11px;
  padding: 3px 10px 4px;
  background: #bc796f;
  letter-spacing: .1em;
  line-height: 1;
  font-size: 14px;
  color: #fff;
}
.variation-item-text {
  position: relative;
}
.variation-item-description {
  margin-top: 7px;
  font-size: 14px;
}
.variation-item-note {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  margin-top: 4px;
  font-size: 12px;
  color: #757575;
}

@media screen and (max-width: 1200px) {
  .variation {
    margin-top: 10vw;
    padding-bottom: 5.83vw;
  }
  .variation-section:first-of-type {
    margin-top: 4.08vw;
  }
  .metallic .variation-title,
  .nuance .variation-title {
    padding-left: 12.08vw;
  }
  .ink .variation-title {
    padding-right: 12.08vw;
  }
  .metallic .variation-title-img {
    width: clamp(217px, 24.08vw, 289px);
  }
  .ink .variation-title-img {
    width: clamp(108px, 12vw, 144px);
  }
  .nuance .variation-title-img {
    width: clamp(194px, 21.42vw, 258px);
  }
  .variation-inner {
    flex-direction: column;
    margin: 5.83vw;
  }
  .ink .variation-inner {
    flex-direction: column;
  }
  .variation-datail {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .variation {
    margin-top: 17.33vw;
    padding-bottom: 10.67vw;
  }
  .variation-section:first-of-type {
    margin-top: 6.67vw;
  }
  .metallic .variation-title,
  .nuance .variation-title {
    padding-left: 0;
  }
  .ink .variation-title {
    padding-right: 0;
  }
  .metallic .variation-title .variation-title-bg {
    margin-left: auto;
    padding: 0 2.67vw 0 3.73vw;
  }
  .ink .variation-title .variation-title-bg {
    margin-left: inherit;
    padding: 0 3.2vw 0 2.67vw;
  }
  .nuance .variation-title .variation-title-bg {
    margin-left: auto;
    padding: 0 2.67vw 0 3.73vw;
  }
  .variation-title::after {
    height: min(3.73vw, 21px);
  }
  .metallic .variation-title::after {
    background: #a7957a;
  }
  .ink .variation-title::after {
    background: #3e3a39;
  }
  .nuance .variation-title::after {
    background: #d6b6b1;
  }
  .metallic .variation-title .variation-title-bg .variation-title-img {
    width: min(48vw, 270px);
  }
  .ink .variation-title .variation-title-bg .variation-title-img {
    width: min(23.47vw, 132px);
  }
  .nuance .variation-title .variation-title-bg .variation-title-img {
    width: min(42.67vw, 240px);
  }
  .variation-inner {
    flex-direction: column!important;
    align-items: stretch;
    column-gap: 10.67vw;
    margin: 4vw 0 9.33vw;
  }
  .variation-subtitle {
    text-align: center;
    font-size: min(4.27vw, 24px);
  }
  .variation-image {
    width: min(71.47vw, 402px);
    margin: 4vw auto 0;
  }
  .variation-image img {
    width: 100%;
  }
  .variation-datail {
    margin-top: 4.8vw;
    text-align: inherit;
  }
  .variation-list {
    flex-direction: column;
    width: min(86.67vw, 488px);
    margin: 0 auto;
  }
  .variation-item {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .variation-item + .variation-item {
    margin-top: 4vw;
  }
  .variation-item-wrap {
    width: min(27.2vw, 153px);
    padding-left: min(7.47vw, 42px);
  }
  .variation-item-image {
    width: min(19.73vw, 111px);
    margin: 0 auto;
  }
  .variation-item-inner {
    flex-direction: column;
    margin-top: 0.8vw;
  }
  .variation-item-lavel {
    font-size: min(4vw, 23px);
  }
  .variation-item-limited {
    margin: 1.87vw 0 0 0;
    padding: 0.53vw 1.6vw 0.8vw;
    font-size: min(3.2vw, 18px);
  }
  .variation-item-text {
    width: calc(100% - 20vw);
    padding-left: 2.67vw;
  }
  .variation-item-description {
    margin-top: 0;
    font-size: min(3.2vw, 18px);
  }
  .variation-item-note {
    position: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(0);
    margin-top: 1.07vw;
    font-size: min(2.67vw, 15px);
  }
  .variation-item-note-item {
    padding-left: 1em;
    text-indent: -1em;
  }
}

/* ----FEATURES---- */
.features {
  padding: 120px 0 140px;
  background: #f6f3ef;
}
.features-inner {
  display: flex;
  align-items: center;
  column-gap: 78px;
  margin-top: 48px;
  padding: 0 30px;
}
.features-text {
  margin-bottom: 32px;
}
.features-subtitle {
  line-height: 1.727;
  letter-spacing: .07em;
  font-feature-settings: "palt";
  font-size: 22px;
  font-weight: 500;
}
.features-subtitle sup {
  vertical-align: super;
  font-size: .6em;
}
.features-note {
  margin-top: 17px;
  font-size: 12px;
  color: #868686;
}
.features-detail {
  width: 350px;
  margin: 60px auto 0;
}
.features-detail-title {
  border-bottom: solid 6px #dfc7d1;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.features-detail-image {
  margin: 15px auto 0;
}
.features-detail-caption {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
}
.features-detail-note {
  margin-top: 22px;
  text-align: center;
  font-size: 12px;
  color: #868686;
}
.features-detail-text {
  margin-top: 50px;
  padding: 5px 0 7px;
  border-radius: 11px;
  background: #fff;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .features {
    padding: 10vw 0 11.67vw;
  }
  .features-inner {
    flex-direction: column;
    margin-top: 4vw;
  }
  .features-image {
    width: clamp(407px, 45.17vw, 542px);
  }
  .features-text {
    margin: 2.67vw 0 0;
  }
  .features-subtitle {
    text-align: center;
    font-size: clamp(17px, 1.83vw ,22px);
  }
  .features-note {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .features {
    padding: 10.67vw 0 13.33vw;
  }
  .features-inner {
    flex-direction: column;
    align-items: stretch;
    width: min(81.07vw, 456px);
    margin: 5.33vw auto 0;
    padding: 0;
  }
  .features-image {
    width: 100%;
  }
  .features-text {
    margin: 6.4vw 0 0;
  }
  .features-subtitle {
    line-height: 1.5;
    text-align: center;
    font-size: min(3.47vw, 20px);
  }
  .features-note {
    margin-top: 0.53vw;
    text-align: right;
    font-size: min(2.67vw, 15px);
  }
  .features-detail {
    width: auto;
    margin: 35px auto 0;
  }
  .features-detail-title {
    width: min(66.67vw, 375px);
    margin: 0 auto;
    border-bottom: solid 0.8vw #dfc7d1;
    font-size: min(3.73vw, 21px);
  }
  .features-detail-image {
    width: min(35.47vw, 200px);
    margin: 3.2vw auto 0;
  }
  .features-detail-caption {
    margin-top: 3.2vw;
    font-size: min(3.2vw, 18px);
  }
  .features-detail-note {
    margin-top: 0.53vw;
    font-size: min(2.67vw, 15px);
  }
  .features-detail-text {
    width: min(66.67vw, 375px);
    margin: 6.13vw auto 0;
    padding: 1.07vw 0 1.6vw;
    border-radius: 2.13vw;
    font-size: min(3.2vw, 18px);
  }
}

/* ----ELEGANCE 2026 SUMMER LOOK---- */
.swiper-pc-layout {
  display: block!important;
}
.summer-look {
  padding-top: 120px;
}
.summer-look-inner {
  margin-top: 40px;
}
.summer-look-tabs.pc-only {
  display: flex;
  justify-content: center;
  column-gap: 60px;
}
.summer-look-tabs.bottom {
  margin-top: 30px;
}
.summer-look-tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 60px; 
  font-size: 24px;
  color: #fff;
  transition: .3s;
}
.summer-look-tab a span {
  position: relative;
  padding-right: 36px;
}
.summer-look-tab a span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background: url(/pages/elegance/main/elegance_ss_style2/img/26ss_s2_ic_002.png) no-repeat center / contain;
  transform: translateY(-50%);
  transition: .3s;
}
.summer-look-tabs.top a span::after {
  transform: translateY(-50%);
}
.summer-look-tabs.bottom a span::after {
  transform: translateY(-50%) rotate(180deg);
}
.summer-look-tab:first-of-type a {
  background: #88c0d7;
}
.summer-look-tab:last-of-type a {
  background: #c0a8d3;
}
.summer-look-tabs.top a:hover span::after {
  transform: translateY(0);
}
.summer-look-tabs.bottom a:hover span::after {
  transform: translateY(-100%) rotate(180deg);
}
.summer-look-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 30px;
  font-size: 24px;
  color: #fff;
}
.look-1 .summer-look-title {
  background: #88c0d7;
}
.look-2 .summer-look-title {
  background: #c0a8d3;
}
.summer-look-content {
  display: flex;
}
.look-2 .summer-look-content {
  flex-direction: row-reverse;
}
.summer-look-model {
  position: relative;
  width: 54%;
  cursor: pointer;
}
.summer-look-items {
  width: 46%;
}
.look-1 .summer-look-items {
  background: #fbf2ec;
}
.look-2 .summer-look-items {
  background: #f1eaed;
}
.summer-look-modal-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: .3s;
}
.summer-look-model:hover .summer-look-modal-btn {
  opacity: .7;
  transform: scale(115%);
}
.summer-look-detail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(197, 197, 197, .85);
  backdrop-filter: blur(5px);
}
.modal-layer {
  height: 100%;
  cursor: pointer;
}
.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 885px;
  height: min-content;
  background: #fff;
}
.modal-inner {
  position: relative;
  padding: 62px 22px 62px 42px;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: .3s;
}
.close-btn:hover {
  opacity: .7;
  transform: scale(85%);
}
.modal-content-title {
  display: flex;
  justify-content: center;
}
.modal-content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
}
.modal-content-image {
  width: 400px;
}
.modal-content-text {
  width: calc(100% - 400px - 23px);
}
.modal-content-commentary {
  position: relative;
  padding: 17px 20px;
  font-size: 14px;
}
.modal-content-commentary::before,
.modal-content-commentary::after {
  position: absolute;
  content: "";
  display: block;
  width: 46px;
  height: 46px;
}
.look-1 .modal-content-commentary::before,
.look-1 .modal-content-commentary::after {
  background: url("/pages/elegance/main/elegance_ss_style2/img/26ss_s2_bg_001_pc.png") no-repeat center / contain;
}
.look-2 .modal-content-commentary::before,
.look-2 .modal-content-commentary::after {
  background: url("/pages/elegance/main/elegance_ss_style2/img/26ss_s2_bg_002_pc.png") no-repeat center / contain;
}
.modal-content-commentary::before {
  top: 0;
  left: 0;
}
.modal-content-commentary::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.modal-content-artist {
  display: flex;
  align-items: flex-end;
  column-gap: 13px;
  margin-top: 10px;
}
.modal-content-artist img {
  width: 74px;
}
.modal-content-artist p {
  font-size: 12px;
}
.new-item {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 34px;
  margin-top: 42px;
}
.summer-look-item-image-1 {
  width: 35px;
}
.summer-look-item-image-2 {
  width: 101px;
  margin: 0 auto 12px;
}
.summer-look-item-image-3 {
  width: 64px;
  margin: 0 auto 12px;
}
.summer-look-item-name a {
  display: block;
  text-decoration: underline;
  text-underline-offset: .3em;
  font-size: 16px;
  color: #282828;
  transition: .3s;
}
.summer-look-item-name a:hover {
  opacity: .7;
}
.new-color {
  margin-top: 18px;
}
.new-color-title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #bc796f;
}
.new-color-title span {
  padding: 0 12px;
  background: #fff;
}
.new-color-list {
  display: flex;
  justify-content: center;
  align-items:flex-end;
  column-gap: 20px;
  margin-top: 9px;
}
.other-items {
  margin-top: 48px;
}
.other-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #727272;
}
.other-ttl span {
  display: inline-block;
  padding: 0 12px;
  background: #fff;
}
.other-list-box {
  display: flex;
  justify-content: center;
  column-gap: 36px;
  margin-top: 15px;
}
.other-item a{
  display: block;
  line-height: 2.143;
  text-decoration: underline;
  text-underline-offset: .3em;
  font-size: 14px;
  transition: .3s;
  color: #282828;
}
.other-item a:hover {
  opacity: .7;
}

@media screen and (max-width: 1200px) {
  .summer-look {
    padding-top: 10vw;
  }
  .summer-look-inner {
    margin-top: 3.33vw;
  }
  .summer-look-tabs.pc-only {
    column-gap: 5vw;
  }
  .summer-look-tabs.bottom {
    margin-top: 2.5vw;
  }
  .summer-look-tab a {
    width: 41.67vw;
    height: max(5vw, 45px); 
    font-size: max(2vw, 18px);
  }
  .summer-look-tab a span {
    padding-right: max(3vw, 27px);
  }
  .summer-look-tab a span::after {
    width: max(1.33vw, 12px);
    height: max(0.67vw, 6px);
  }
  .summer-look-title {
    height: max(5vw, 45px);
    margin-top: 2.5vw;
    font-size: max(2vw, 18px);
  }
  .summer-look-model {
    position: relative;
    width: 55%;
  }
  .summer-look-items {
    width: 45%;
  }
  .summer-look-modal-btn {
    bottom: 1.67vw;
    right: 1.67vw;
  }
  .summer-look-modal-btn img {
    width: max(2.67vw, 24px);
  }
  .modal-container {
    max-width: calc(100% - 60px);
  }
  .modal-inner {
    padding: 5.17vw 1.83vw;
  }
  .close-btn img {
    width: max(3.5vw, 32px);
  }
  .modal-content-inner {
    justify-content: center;
    column-gap: 15px;
    margin-top: 3vw;
  }
  .modal-content-image {
    width: calc((100% - 15px) / 2);
  }
  .modal-content-text {
    width: calc((100% - 15px) / 2);
  }
  .modal-content-commentary {
    font-feature-settings: "palt";
    letter-spacing: .07em;
  }
  .modal-content-artist {
    margin-top: 1.08vw;
  }
  .modal-content-artist img {
    width: max(6.17vw, 56px);
  }
  .new-item {
    column-gap: 2.83vw;
    margin-top: 2vw;
  }
  .summer-look-item-image-1 {
    width: 2.92vw;
  }
  .summer-look-item-image-2 {
    width: 8.42vw;
    margin: 0 auto 1vw;
  }
  .summer-look-item-image-3 {
    width: 5.33vw;
    margin: 0 auto 1vw;
  }
  .summer-look-item-name a {
    text-underline-offset: .3em;
    font-size: max(1.33vw, 12px);
  }
  .new-color {
    margin-top: 1.2vw;
  }
  .new-color-title {
    font-size: max(1.33vw, 12px);
  }
  .new-color-title span {
    padding: 0 1vw;
  }
  .new-color-list {
    column-gap: 1.67vw;
    margin-top: 0.75vw;
  }
  .other-items {
    margin-top: 2vw;
  }
  .other-ttl {
    font-size: max(1.33vw, 12px);
  }
  .other-ttl span {
    padding: 0 1vw;
  }
  .other-list-box {
    column-gap: 1vw;
    margin-top: 1vw;
  }
  .other-item a {
    font-size: clamp(10px, 1.17vw, 14px);
  }
}

@media screen and (max-width: 767px) {
  .swiper-pc-layout {
    display: flex!important;
  }
  .summer-look .collection-container {
    padding: 0;
  }
  .summer-look {
    padding-top: 17.33vw;
  }
  .summer-look-inner {
    margin: 6.67vw auto 0;
    max-width: 563px;
  }
  .summer-look-tabs.pc-only {
    display: none;
  }
  .summer-look-tabs.sp-only {
    position: relative;
    z-index: 2;
  }
  .swiper-tabs {
    margin-bottom: -2.67vw;
  }
  .summer-look-tab {
    background: none!important;
  }
  .swiper-slide-thumb-active.summer-look-tab:first-of-type img {
    content: url("/pages/elegance/main/elegance_ss_style2/img/26ss_s2_btn_002.png");
  }
  .swiper-slide-thumb-active.summer-look-tab:last-of-type img {
    content: url("/pages/elegance/main/elegance_ss_style2/img/26ss_s2_btn_004.png");
  }
  .summer-look-title {
    display: none;
  }
  .summer-look-content {
    flex-direction: column!important;
  }
  .summer-look-model {
    width: 100%;
  }
  .summer-look-model img {
    width: 100%;
  }
  .summer-look-items {
    width: 100%;
    padding-bottom: 9.33vw;
  }
  .summer-look-modal-btn {
    bottom: min(5.33vw, 30px);
    right: min(5.33vw, 30px);
  }
  .summer-look-modal-btn img {
    width: min(6.4vw, 36px);
  }
  .modal-container {
    width: min(86.67vw, 488px);
  }
  .modal-inner {
    padding: 5.33vw 4.8vw;
  }
  .close-btn {
    top: 1.33vw;
    right: 1.33vw;
  }
  .close-btn img {
    width: min(6.93vw, 39px);
  }
  .modal-content-title img {
    width: auto;
    height: min(4.53vw, 26px);
  }
  .modal-content-inner {
    flex-direction: column;
    margin-top: 2.13vw;
  }
  .modal-content-image {
    width: 100%;
  }
  .modal-content-image img {
    width: 100%;
  }
  .modal-content-text {
    width: 100%;
  }
  .modal-content-commentary {
    margin-top: 2.67vw;
    padding: 3.2vw 3.73vw;
    letter-spacing: .07em;
    font-feature-settings: "palt";
    font-size: min(3.2vw, 18px);
  }
  .modal-content-commentary::before,
  .modal-content-commentary::after {
    width: min(7.47vw, 42px);
    height: min(7.47vw, 42px);
  }
  .look-1 .modal-content-commentary::before,
  .look-1 .modal-content-commentary::after {
    background: url("/pages/elegance/main/elegance_ss_style2/img/26ss_s2_bg_001_sp.png") no-repeat center / contain;
  }
  .look-2 .modal-content-commentary::before,
  .look-2 .modal-content-commentary::after {
    background: url("/pages/elegance/main/elegance_ss_style2/img/26ss_s2_bg_002_sp.png") no-repeat center / contain;
  }
  .modal-content-commentary::before {
    left: -0.53vw;
  }
  .modal-content-commentary::after {
    right: -0.53vw;
  }
  .modal-content-artist {
    column-gap: 1.6vw;
    margin-top: 0px;
  }
  .modal-content-artist img {
    width: min(13.6vw, 77px);
  }
  .modal-content-artist p {
    margin-bottom: 1.33vw;
    font-size: min(2.93vw, 17px);
  }
  .new-item {
    column-gap: 6.67vw;
    margin-top: 7.2vw;
  }
  .summer-look-item-image-1 {
    width: min(6.67vw, 38px);
  }
  .summer-look-item-image-2 {
    width: min(19.2vw, 108px);
    margin: 0 auto 2.13vw;
  }
  .summer-look-item-image-3 {
    width: min(12.27vw, 69px);
    margin: 0 auto 2.13vw;
  }
  .summer-look-item-name a {
    display: block;
    font-size: min(3.2vw, 18px);
  }
  .new-color {
    margin-top: 0.27vw;
  }
  .new-color-title {
    font-size: min(3.2vw, 18px);
  }
  .new-color-title span {
    padding: 0px 2.67vw 0.53vw;
  }
  .new-color-list {
    column-gap: 3.73vw;
    margin-top: 1.6vw;
  }
  .other-items {
    margin-top: 8vw;
  }
  .other-ttl {
    font-size: min(3.2vw, 18px);
  }
  .other-ttl span {
    padding: 0 2.67vw 0.53vw;
  }
  .other-list-box {
    column-gap: 2.93vw;
    margin-top: 0.8vw;
  }
  .other-item a {
    font-size: min(2.93vw, 17px);
  }
  .summer-look-swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: -2.67vw;
    z-index: 2;
  }
  .summer-look .swiper-pagination-bullet {
    width: 50%;
    height: min(16vw, 90px);
    margin: 0!important;
    border-radius: 0;
    opacity: 1;
  }
  .summer-look .swiper-pagination-bullet:first-of-type {
    background: url("/pages/elegance/main/elegance_ss_style2/img/26ss_s2_btn_005.png") no-repeat center/ contain;
  }
  .summer-look .swiper-pagination-bullet:first-of-type.swiper-pagination-bullet-active {
    background: url("/pages/elegance/main/elegance_ss_style2/img/26ss_s2_btn_006.png") no-repeat center/ contain;
  }
  .summer-look .swiper-pagination-bullet:last-of-type {
    background: url("/pages/elegance/main/elegance_ss_style2/img/26ss_s2_btn_007.png") no-repeat center/ contain;
  }
  .summer-look .swiper-pagination-bullet:last-of-type.swiper-pagination-bullet-active {
    background: url("/pages/elegance/main/elegance_ss_style2/img/26ss_s2_btn_008.png") no-repeat center/ contain;
  }
}

/* ----ITEMS USED---- */
.items-used {
  padding-top: 120px;
}
.items-used-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 70px;
  margin-top: 50px;
}
.items-used-base {
  margin-top: 36px;
}
.items-used-title {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #727272;
}
.items-used-item a {
  position: relative;
  padding-left: 15px;
  line-height: 2.5;
  text-decoration: underline;
  text-underline-offset: .5em;
  font-size: 16px;
  transition: .3s;
  color: #282828;
}
.items-used-item a::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #282828;
  border-right: 0;
  transform: translateY(-50%);
}
.items-used-item a:hover {
  opacity: .7;
}

@media screen and (max-width: 1200px) {
  .items-used {
    padding-top: 10vw;
  }
  .items-used-inner {
    column-gap: 6.92vw;
    margin-top: 5.08vw;
  }
  .items-used-image {
    width: 43.08vw;
  }
  .items-used-base {
    margin-top: 5.92vw;
  }
  .items-used-title {
    margin-bottom: 1.67vw;
    font-size: clamp(16px, 2vw, 24px);
  }
  .items-used-item a {
    padding-left: 1.42vw;
    font-size: clamp(12px, 1.5vw, 18px);
  }
  .items-used-item a::before {
    border-top: .5vw solid transparent;
    border-bottom: .5vw solid transparent;
    border-left: .83vw  solid #282828;
  }
}

@media screen and (max-width: 767px) {
  .items-used {
    padding-top: 16.13vw;
  }
  .items-used-inner {
    flex-direction: column;
    margin-top: 5.33vw;
  }
  .items-used-base {
    margin-top: 5.33vw;
  }
  .items-used-title {
    margin-bottom: 0.53vw;
    font-size: min(4vw, 23px);
  }
  .items-used-image {
    width: min(75.47vw, 425px);
  }
  .items-used-list {
    margin-top: 7.73vw;
  }
  .items-used-item a {
    padding-left: 2.67vw;
    font-size: min(3.2vw, 18px);
  }
  .items-used-item a::before {
    border-top: 0.8vw solid transparent;
    border-bottom: 0.8vw solid transparent;
    border-left: 1.07vw solid #282828;
  }
}

/* ----Note---- */
.collection-note {
  margin: 135px 0 0;
  text-align: center;
  font-size: 12px;
  color: #757575;
}

@media screen and (max-width: 1200px) {
  .collection-note {
    margin: 11.25vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .collection-note {
    margin: 80px 0 0;
    font-size: 12px;
  }
}

/* ----YouTube---- */
.youtube {
  max-width: 840px;
  margin: 80px auto 0;
}
.youtube-box {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube-box iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .youtube {
    margin: 11.25vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .youtube {
    margin: 60px 0 0;
  }
}

/* ----Instagram---- */
.instagram {
  margin-top: 80px;
}
.instagram-title {
  width: 208px;
  margin: 0 auto;
}
.instagram-list {
  display: flex;
  column-gap: 10px;
  margin-top: 50px;
  padding: 0 30px;
}
.instagram-item a img {
  transition: .3s;
}
.instagram-item a:hover img {
  opacity: .7;
}
.instagram-link {
  padding: 0 30px;
  text-align: right;
}
.instagram-link a {
  position: relative;
  padding: 12px 30px 12px 53px;
  font-family: din-2014-narrow, sans-serif !important;
  font-size: 16px;
  color: #b49c56;
  transition: .3s;
}
.instagram-link a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url(https://stg.albion.co.jp/elegance_bp/shop/t/7/assets/instagramlogo-1675153827975.png) no-repeat center / contain;
}
.instagram-link a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "";
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url(https://stg.albion.co.jp/elegance_bp/shop/t/7/assets/arrowgold-1675127453332.png) no-repeat left center / contain;
  transition: .3s;
}
.instagram-link a:hover {
  opacity: .7;
}
.instagram-link a:hover::after {
  transform: translateX(5px) translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .instagram {
    margin-top: 6.67vw;
  }
  .instagram-title {
    width: max( 18.6vw, 156px);
  }
  .instagram-list {
    display: flex;
    column-gap: 6px;
    margin-top: 4.17vw;
    padding: 0;
  }
  .instagram-link {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .instagram {
    margin-top: 15%;
  }
  .instagram-title {
    width: 173px;
  }
  .instagram-list {
    flex-wrap: wrap;
    margin-top: 5%;
    gap: 10px;
    padding: 0;
  }
  .instagram-list img {
    width: 100%;
  }
  .instagram-item {
    width: calc((100% - 10px) / 2);
  }
  .instagram-link {
    padding: 0;
  }
}

/* ----Shop Search---- */
.elegancetop {
  margin-top: 50px;
  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) {
  .elegancetop {
    margin-top: 15%;
    margin-bottom: 8% !important;
  }

  .elg-store-finder-link {
    padding: 0 !important;
  }

  .elegancetop__banner {
    margin: 0 !important;
  }
}

/* ----Other Collection---- */
.other-collection {
  margin: 15px 0;
}
.collection-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 30px;
}
.collection-item {
  width: calc((100% - 30px) / 2);
  overflow: hidden;
}
.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 15%;
  }
  .collection-list {
    flex-direction: column;
    padding: 0;
  }
  .collection-item {
    width: 100%;
  }
  .collection-item img {
    width: 100%;
  }
}

/* ----In View Animation---- */
.fade-in.inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade-in.inview.active {
  opacity: 1;
  transform: translateY(0px);
}
.scroll-right.inview {
  opacity: 0;
  transform: translateX(30px);
  transition: .5s ease-in-out;
  overflow: hidden;
}
.scroll-right.inview.active {
  opacity: 1;
  transform: translateX(0);
}
.scroll-left.inview {
  opacity: 0;
  transform: translateX(-30px);
  transition: .5s ease-in-out;
  overflow: hidden;
}
.scroll-left.inview.active {
  opacity: 1;
  transform: translateX(0);
}
.scale-down.inview {
  opacity: 0;
  transform: scale(1.7) rotate(-5deg);
  transition: 1s ease-in-out;
}

.scale-down.inview.active {
  opacity: 1;
  transform: scale(1) rotate(0);
}
@media screen and (max-width: 1200px) {
  .fade-in-tb.inview {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
  }
  .fade-in-tb.inview.active {
    opacity: 1;
    transform: translateY(0px);
  }
  .scroll-left-tb.inview {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
  } 
  .scroll-left-tb.inview.active {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 767px) {
  .fade-in-sp.inview {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
  }
  .fade-in-sp.inview.active {
    opacity: 1;
    transform: translateY(0px);
  }
  .scroll-left.inview,
  .scroll-right.inview {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
  }
  .scroll-left.inview.active,
  .scroll-right.inview.active {
    opacity: 1;
    transform: translateY(0px);
  }
}
