@charset "UTF-8";/* local common
============================================================================= */
.brand-list_item > a {
  display: block;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.brand-list_item .thumbs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  margin-bottom: 2.4rem;
}
.brand-list_item .logo_name {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6.5rem 2.4rem 1fr;
  grid-template-columns: 6.5rem 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 1.6rem;
}
.brand-list_item .logo_name .logo {
  border: 1px solid var(--bc_line);
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.brand-list_item .logo_name .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.brand-list_item .logo_name .name {
  display: -ms-grid;
  display: grid;
  gap: 0.8rem;
}
.brand-list_item .logo_name .name .en {
  font-family: var(--ff_en);
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.brand-list_item .logo_name .name .ja {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.brand-list_item .desc {
  font-size: 1.2rem;
  line-height: 1.5;
}
.brand-list_item .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.2rem;
  margin-left: auto;
  border-bottom: 1px solid;
  padding-bottom: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--ff_en);
  font-size: 1.4rem;
  line-height: 0.9;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.mod_designer {
  position: relative;
  width: 104rem;
  height: 35.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-inline: auto;
}
.mod_designer > dt {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1;
}
.mod_designer > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_designer-mv {
  width: 24rem;
  aspect-ratio: 1/1;
}
.mod_designer-text_wrap {
  max-width: 59.8rem;
}
.mod_designer .-t_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  line-height: 1;
}
.mod_designer .-t_title .-f_go {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.mod_designer .-t_body {
  margin-top: 4rem;
}

.dress_item {
  position: relative;
  max-width: 27.6rem;
}
.dress_item .-wrap_link {
  bottom: auto;
  height: 43.4rem;
}
.no-touchevents .dress_item .-wrap_link:hover ~ .dress_item-thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.dress_item-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 3.5rem;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--bc_white);
}
.dress_item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 5rem 0 0;
  border-color: var(--bc_main) transparent transparent transparent;
}
.dress_item-thumb {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 43.4rem;
  overflow: hidden;
}
.dress_item-thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.dress_item-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 2rem;
}
.dress_item-name {
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.dress_item .js-mylist_button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.dress_item-spec {
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.dress_item-spec .no::before {
  content: "NO : ";
}
.dress_item-spec .style {
  font-family: var(--ff_go);
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.3;
}

.dress_itemlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr 3.2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
  row-gap: 7rem;
}

.dress_itemlist > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.dress_itemlist > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.dress_itemlist > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.dress_itemlist > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

/* Archive
============================================================================= */
.brand_archive-heading {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 1.6rem;
  padding-block: 11.2rem 8rem;
}
.brand_archive-heading .en {
  font-family: var(--ff_en);
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 100;
}
.brand_archive-heading .ja {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.brand_archive-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.3rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  margin-bottom: 12rem;
  font-family: var(--ff_en);
  font-size: 3.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 100;
}
.brand_archive-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.brand_archive-nav > li:not(:last-child) {
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}
.brand_archive-nav > li:not(:last-child)::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "/";
  font-size: 2.6rem;
}

.brand_archive-list {
  display: -ms-grid;
  display: grid;
}

/* single
============================================================================= */
.brand_single-kv {
  display: -ms-grid;
  display: grid;
}
.brand_single-kv > img {
  display: block;
  width: 100%;
  height: auto;
}
.brand_single-contents .mod_designer {
  margin-top: 12rem;
}
.brand_single-contents .mod_designer > dd {
  background-color: var(--bc_gray3);
}
.brand_single-contents .sec_newmodel {
  margin-top: 16rem;
}
.brand_single-contents .sec_newmodel .-sec_tit {
  margin-bottom: 6.4rem;
}
.brand_single-contents .sec_newmodel .sec_newmodel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8rem;
}

.brand_single-logo {
  border: 1px solid var(--bc_line);
  margin-top: 6rem;
  margin-inline: auto;
  width: 15rem;
}
.brand_single-logo img {
  width: 100%;
  height: auto;
}

.brand_single-title {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 0.8rem;
  margin-block: 5.6rem;
}
.brand_single-title > .en {
  font-family: var(--ff_en);
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 200;
}
.brand_single-title > .ja {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}

.brand_single-desc {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
}
.brand_single-bnrs {
  display: -ms-grid;
  display: grid;
  row-gap: 2.4rem;
  margin-top: 6.4rem;
}
.brand_single-bnrs .item img {
  width: 100%;
  height: auto;
}
.brand_single-bnrs .item .link {
  display: block;
  width: 100%;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.brand_single-points {
  display: -ms-grid;
  display: grid;
  margin-top: 12rem;
}
.brand_single-points .item .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.6rem;
  font-family: var(--ff_en);
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.brand_single-points .item .num::before, .brand_single-points .item .num::after {
  content: "";
  width: 0.4rem;
  height: 1.6rem;
  border-block: 1px solid;
}
.brand_single-points .item .num::before {
  border-left: 1px solid;
}
.brand_single-points .item .num::after {
  border-right: 1px solid;
}
.brand_single-points .item .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.brand_single-points .item .desc {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
.brand_single-other {
  padding-top: 16rem;
  overflow: hidden;
}
.brand_single-other .-sec_tit {
  margin-bottom: 5.6rem;
}
.brand_single-other .brand_single_js-other {
  position: relative;
}
.brand_single-other .brand_single_js-other .splide__track {
  overflow: visible;
}
.brand_single-other .brand_single_js-other .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  position: absolute;
  left: 0;
  top: calc(100% + 6.4rem);
}
.brand_single-other .brand_single_js-other .splide__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid;
  width: 6rem;
  height: 6rem;
  z-index: 10;
}
.brand_single-other .brand_single_js-other .splide__arrow > svg {
  fill: currentColor;
}
.brand_single-other .brand_single_js-other .splide__arrow--prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.brand_single-other .other-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 6.4rem;
}

/* vera-wang contents
============================================================================= */
.-vwh {
  background-color: #262624;
}
.-vwh .-cont_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 90rem;
  background-color: #000;
}
.-vwh .-cont_header-mv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.-vwh .-cont_header-mv_logo {
  position: relative;
  height: auto;
}
.-vwh .sec_intro-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14rem;
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 16rem;
}
.-vwh .sec_intro-mv {
  width: 49.6rem;
  aspect-ratio: 496/767;
}
.-vwh .sec_intro-text_wrap {
  width: 56rem;
  color: var(--bc_white);
}
.-vwh .sec_intro-text_wrap .-t_body {
  margin-top: 2rem;
}
.-vwh .sec_intro-text_wrap .-t_body:first-of-type {
  margin-top: 4.5rem;
}
.-vwh .mod_designer {
  margin-top: 12rem;
}
.-vwh .mod_designer > dt {
  color: rgba(var(--bc_white_RGB), 0.7);
}
.-vwh .mod_designer > dd {
  background-color: #000;
}
.-vwh .mod_designer-mv {
  width: 24rem;
  aspect-ratio: 1/1;
}
.-vwh .mod_designer-text_wrap {
  max-width: 59.8rem;
  color: var(--bc_white);
}
.-vwh .sec_newmodel-inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 14rem;
}
.-vwh .sec_newmodel-detail {
  margin-top: 7rem;
}
.-vwh .sec_newmodel-link {
  text-align: center;
  margin-top: 8.5rem;
}
.-vwh .dress_item-name {
  color: var(--bc_white);
}
.-vwh .dress_item-bookmark::after {
  background: var(--bc_white);
}
.-vwh .dress_item-bookmark:has(input[type=checkbox]:checked)::after {
  opacity: 0;
}
.-vwh .dress_item-spec {
  color: var(--bc_white);
}
.-vwh .sec_shop-inner {
  max-width: 136rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 21rem;
}
.-vwh .sec_shop-detail {
  border-top: 1px solid rgba(var(--bc_white_RGB), 0.7);
  margin-top: 6rem;
  color: var(--bc_white);
}
.-vwh .sec_shop .shop_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 7rem 5.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(var(--bc_white_RGB), 0.7);
}
.-vwh .sec_shop .shop_item-title {
  color: var(--bc_white);
}
.-vwh .sec_shop .shop_item-title .-title {
  gap: 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.-vwh .sec_shop .shop_item-title .-title .-f_en {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.-vwh .sec_shop .shop_item-label {
  margin-bottom: 3.5rem;
}
.-vwh .sec_shop .shop_item-label span {
  padding: 0.4rem 1rem 0.5rem;
  border: 1px solid rgba(var(--bc_white_RGB), 0.7);
}
.-vwh .sec_shop .shop_item-address {
  margin-top: 5rem;
}
.-vwh .sec_shop .shop_item-info {
  margin-top: 2rem;
}
.-vwh .sec_shop .shop_item .-t_note {
  margin-top: 3.5rem;
}
.-vwh .sec_shop .shop_item .-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  margin-right: 1em;
}
.-vwh .sec_shop .g_map {
  position: absolute;
  top: 7rem;
  right: 5.5rem;
  width: 36rem;
}
.-vwh .sec_shop .g_map iframe {
  width: 100%;
  height: 24rem;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: -webkit-filter 0.7s;
  transition: -webkit-filter 0.7s;
  transition: filter 0.7s;
  transition: filter 0.7s, -webkit-filter 0.7s;
}
.no-touchevents .-vwh .sec_shop .g_map:hover iframe {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}
.-vwh .sec_shop .g_map .-underline {
  font-size: 1.4rem;
}
.-vwh .sec_reservation {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60rem;
  margin-top: 19rem;
}
.-vwh .sec_reservation .bg_left {
  right: 50%;
}
.-vwh .sec_reservation .bg_right {
  left: 50%;
}
.-vwh .sec_reservation-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--bc_white);
}
.-vwh .sec_reservation .-link {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.-vwh .sec_reservation .-btn02 {
  width: 43.3rem;
  height: 14.2rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  border: none;
}
.-vwh .sec_secondline-inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 16.5rem;
  color: var(--bc_white);
}
.-vwh .sec_secondline .-t_title {
  text-align: center;
}
.-vwh .sec_secondline-mv {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 46.5rem;
  margin-top: 6rem;
}
.no-touchevents .-vwh .sec_secondline-mv .-wrap_link:hover ~ .sec_secondline-mv_detail .-btn_viewall i {
  background-color: var(--bc_white);
}
.no-touchevents .-vwh .sec_secondline-mv .-wrap_link:hover ~ .sec_secondline-mv_detail .-btn_viewall i::after {
  background: var(--bc_main);
}
.-vwh .sec_secondline-mv_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 3rem;
  padding-inline: 8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.-vwh .sec_secondline-mv_detail .logo {
  width: 42.6rem;
  height: 8.8rem;
}
.-vwh .sec_secondline-mv_detail .logo img {
  width: 100%;
  height: auto;
}
.-vwh .sec_secondline-otherlinks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 2.5rem;
  margin-top: 12rem;
}
.-vwh .sec_secondline-otherlinks > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.-vwh .sec_secondline-otherlinks > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.-vwh .sec_secondline-otherlinks > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.-vwh .sec_secondline-otherlinks .-btn02 {
  width: 100%;
  height: 8rem;
}
.-vwh .sec_secondline-otherlinks .-btn02 span {
  font-family: var(--ff_go);
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-right: 2rem;
}
.-vwh .sec_secondline-otherlinks .-btn02.fb span, .-vwh .sec_secondline-otherlinks .-btn02.insta span {
  padding-right: 0;
}
.-vwh .sec_secondline-otherlinks .-btn02.fb::after, .-vwh .sec_secondline-otherlinks .-btn02.insta::after {
  content: "";
  position: absolute;
  left: 2rem;
  top: calc(50% - 1.1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--bc_white);
  -webkit-transition: background 0.7s;
  transition: background 0.7s;
}
.no-touchevents .-vwh .sec_secondline-otherlinks .-btn02.fb:hover::after, .no-touchevents .-vwh .sec_secondline-otherlinks .-btn02.insta:hover::after {
  background-color: var(--bc_main);
}
.-vwh .sec_secondline-otherlinks .-btn02.fb::after {
  -webkit-mask-image: url("../img/common/ico-btn_facebook.svg");
  mask-image: url("../img/common/ico-btn_facebook.svg");
}
.-vwh .sec_secondline-otherlinks .-btn02.insta::after {
  -webkit-mask-image: url("../img/common/ico-btn_insta.svg");
  mask-image: url("../img/common/ico-btn_insta.svg");
}
.-vwh .sec_secondline-weddinghall {
  max-width: 104rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 8rem;
}
.-vwh .sec_secondline-weddinghall .-t_title {
  font-size: 2.4rem;
  text-align: left;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(var(--bc_white_RGB), 0.7);
}
.-vwh .sec_secondline-weddinghall .item_halllist > li {
  font-weight: 400;
  line-height: 2.1;
}
@media (hover: hover) {
  .no-touchevents .brand-list_item > a:hover {
    opacity: 0.7;
  }
  .brand_single-bnrs .item .link:hover {
    opacity: 0.7;
  }
}
@media (width <= 767px) {
  .brand-list_item .detail {
    margin-top: 2.4rem;
  }
  .mod_designer {
    width: 100%;
    height: auto;
  }
  .mod_designer > dt {
    top: -0.5em;
    right: 0;
    font-size: 2.2rem;
    text-align: center;
  }
  .mod_designer > dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5.5rem 2.4rem;
  }
  .mod_designer-text_wrap {
    max-width: 100%;
    margin-top: 3.5rem;
  }
  .mod_designer .-t_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mod_designer .-t_body {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 3rem;
  }
  .dress_item {
    max-width: 17.2rem;
  }
  .dress_item .-wrap_link {
    height: 25.6rem;
  }
  .dress_item-label {
    width: 2rem;
    height: 2.5rem;
    font-size: 1.4rem;
  }
  .dress_item-label::before {
    border-width: 4rem 4rem 0 0;
  }
  .dress_item-thumb {
    height: 25.6rem;
  }
  .dress_item-detail {
    max-width: 16.3rem;
  }
  .dress_item-name {
    font-size: 1.4rem;
  }
  .dress_item-spec .no {
    display: block;
  }
  .dress_item-spec .style {
    display: inline-block;
    margin-top: 0;
  }
  .dress_itemlist {
    -ms-grid-columns: 1fr 1.6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    row-gap: 4rem;
  }
  .brand_archive-heading {
    gap: 1rem;
    padding-block: 5.6rem 4rem;
  }
  .brand_archive-heading .en {
    font-size: 3rem;
  }
  .brand_archive-heading .ja {
    font-size: 1.2rem;
  }
  .brand_archive-nav {
    margin-bottom: 6.4rem;
    padding-inline: 1.6rem;
    font-size: 2.3rem;
    -webkit-column-gap: 0.9rem;
    -moz-column-gap: 0.9rem;
    column-gap: 0.9rem;
  }
  .brand_archive-nav > li:not(:last-child) {
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
  .brand_archive-nav > li:not(:last-child)::after {
    font-size: 1.75rem;
  }
  .brand_archive-list {
    gap: 5.6rem;
    padding-inline: 1.6rem;
  }
  .brand_single-contents {
    padding-inline: 2.4rem;
  }
  .brand_single-contents .mod_designer {
    margin-top: 8rem;
    margin-inline: -2.4rem;
    width: calc(100% + 4.8rem);
  }
  .brand_single-contents .sec_newmodel {
    margin-top: 8rem;
  }
  .brand_single-contents .sec_newmodel .-sec_tit {
    margin-bottom: 4rem;
  }
  .brand_single-contents .sec_newmodel .sec_newmodel-link {
    margin-top: 4rem;
  }
  .brand_single-logo {
    margin-top: 4rem;
    width: 8rem;
  }
  .brand_single-title {
    margin-block: 3.2rem;
  }
  .brand_single-title > .en {
    font-size: 3rem;
  }
  .brand_single-title > .ja {
    font-size: 1.2rem;
  }
  .brand_single-bnrs {
    gap: 1.6rem;
    margin-top: 4rem;
  }
  .brand_single-points {
    gap: 2.4rem;
    margin-top: 6.4rem;
  }
  .brand_single-points .item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 14rem 1.6rem 1fr;
    grid-template-columns: 14rem 1fr;
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    grid-auto-flow: column;
  }
  .brand_single-points .item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .brand_single-points .item > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .brand_single-points .item > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .brand_single-points .item > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .brand_single-points .item .num {
    gap: 1.6rem;
    margin-bottom: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
  }
  .brand_single-points .item .num::before, .brand_single-points .item .num::after {
    height: 1.3rem;
  }
  .brand_single-points .item .img {
    grid-row: 1/-1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .brand_single-other {
    padding-top: 9.6rem;
  }
  .brand_single-other {
    padding-inline: 1.6rem;
  }
  .brand_single-other .-sec_tit {
    margin-bottom: 4rem;
  }
  .brand_single-other .brand_single_js-other {
    width: 32.8rem;
  }
  .brand_single-other .brand_single_js-other .splide__arrows {
    gap: 1.6rem;
    top: calc(100% + 5.6rem);
  }
  .brand_single-other .brand_single_js-other .splide__arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
  .brand_single-other .brand_single_js-other .splide__arrow > svg {
    width: 100%;
    height: 100%;
  }
  .brand_single-other .other-link {
    margin-top: 5.6rem;
    padding-bottom: 1px;
  }
  .-vwh {
    padding-top: 0;
    padding-bottom: 8rem;
  }
  .-vwh .-cont_header {
    padding-top: 8rem;
    height: 177.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .-vwh .-cont_header-mv {
    top: 8rem;
  }
  .-vwh .-cont_header-mv_logo {
    width: 22.4rem;
    margin-inline: auto;
  }
  .-vwh .sec_intro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7rem;
    max-width: calc(100% - 8rem);
    margin-top: 8rem;
  }
  .-vwh .sec_intro-mv {
    width: 100%;
  }
  .-vwh .sec_intro-text_wrap {
    width: 100%;
  }
  .-vwh .mod_designer {
    margin-top: 10rem;
  }
  .-vwh .sec_newmodel-inner {
    max-width: calc(100% - 3.2rem);
    margin-top: 8rem;
  }
  .-vwh .sec_newmodel-detail {
    margin-top: 4.5rem;
  }
  .-vwh .sec_newmodel-link {
    margin-top: 4rem;
  }
  .-vwh .dress_item-bookmark:has(input[type=checkbox]:checked)::before {
    opacity: 1;
  }
  .-vwh .sec_shop-inner {
    margin-top: 10rem;
  }
  .-vwh .sec_shop-detail {
    max-width: calc(100% - 4.8rem);
    width: 100%;
    margin-inline: auto;
  }
  .-vwh .sec_shop .shop_item {
    padding: 6rem 0;
  }
  .-vwh .sec_shop .shop_item-title .-title {
    gap: 1.5rem;
  }
  .-vwh .sec_shop .shop_item-title .-title .-f_en {
    font-size: 2.4rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .-vwh .sec_shop .shop_item-title .-title .-f_go {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .-vwh .sec_shop .shop_item-label {
    margin-bottom: 2rem;
  }
  .-vwh .sec_shop .shop_item-label span {
    padding: 0.2rem 1rem 0.3rem;
  }
  .-vwh .sec_shop .shop_item-address {
    margin-top: 4rem;
  }
  .-vwh .sec_shop .shop_item .-t_note {
    margin-top: 2.5rem;
  }
  .-vwh .sec_shop .g_map {
    position: static;
    width: 100%;
    margin-top: 4rem;
  }
  .-vwh .sec_reservation {
    height: 219.7vw;
    margin-top: 10rem;
  }
  .-vwh .sec_reservation .bg_left {
    right: 0;
  }
  .-vwh .sec_reservation-detail {
    width: calc(100% - 4.8rem);
    margin-top: -5rem;
  }
  .-vwh .sec_reservation .-t_title {
    font-size: 3rem;
    letter-spacing: 0.05em;
    font-weight: 100;
    line-height: 1;
  }
  .-vwh .sec_reservation .-link {
    width: 100%;
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
  }
  .-vwh .sec_reservation .-btn02 {
    width: 100%;
    height: 9.6rem;
    font-size: 1.4rem;
  }
  .-vwh .sec_secondline-inner {
    max-width: calc(100% - 4.8rem);
    margin-top: 11rem;
  }
  .-vwh .sec_secondline .-t_title {
    font-size: 3rem;
    font-weight: 100;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .-vwh .sec_secondline-mv {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.5rem;
    height: 160vw;
  }
  .-vwh .sec_secondline-mv .-wrap_link {
    top: 50%;
  }
  .no-touchevents .-vwh .sec_secondline-mv .-wrap_link:hover ~ .sec_secondline-mv_detail .-btn_viewall i {
    border-color: rgba(var(--bc_white_RGB), 0.7);
  }
  .-vwh .sec_secondline-mv_detail {
    padding-inline: 0;
    padding-bottom: 4rem;
  }
  .-vwh .sec_secondline-mv_detail .logo {
    width: 21.4rem;
    height: 4.4rem;
  }
  .-vwh .sec_secondline-otherlinks {
    margin-top: 8rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 1rem;
  }
  .-vwh .sec_secondline-otherlinks > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .-vwh .sec_secondline-otherlinks .-btn02 span {
    font-size: 1.4rem;
    letter-spacing: 0 0.05em;
  }
  .-vwh .sec_secondline-otherlinks .-btn02.fb::after, .-vwh .sec_secondline-otherlinks .-btn02.insta::after {
    top: calc(50% - 0.8rem);
    left: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .-vwh .sec_secondline-weddinghall {
    margin-top: 6rem;
  }
  .-vwh .sec_secondline-weddinghall .item_halllist {
    margin-top: 4rem;
  }
}
@media (width > 767px) {
  .mod_designer > dt span {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  .mod_designer > dd {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100.6rem;
    margin-left: calc(100% - 100.6rem);
    padding: 5.5rem;
  }
  .mod_designer:not(:has(.mod_designer-mv)) .mod_designer-text_wrap {
    max-width: 100%;
  }
  .brand_archive-nav {
    margin-inline: auto;
    width: 104rem;
  }
  .brand_archive-list {
    -ms-grid-columns: 1fr 9.8rem 1fr 9.8rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 8rem 9.8rem;
    margin-inline: auto;
    width: 136rem;
  }
  .brand_single-kv {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .brand_single-kv:has(> img:first-child:last-child) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .brand_single-contents {
    max-width: 120rem;
    margin-inline: auto;
  }
  .brand_single-desc {
    margin-inline: auto;
    width: 89.4rem;
  }
  .brand_single-points {
    -ms-grid-columns: 1fr 6rem 1fr 6rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
  }
  .brand_single-points .item .img {
    margin-bottom: 2.4rem;
  }
  .brand_single-other .brand_single_js-other {
    margin-inline: auto;
    width: 129.2rem;
  }
  .brand_single-other .brand_single_js-other .splide__arrows {
    left: -7.2rem;
  }
  .brand_single-other .brand_single_js-other .splide__arrow > svg {
    width: 4rem;
    height: 4rem;
  }
  .brand_single-other .brand_single_js-other .splide__arrow--next {
    right: 1.5rem;
  }
  .brand_single-other .brand_single_js-other .splide__arrow--prev {
    left: 1.5rem;
  }
  .brand_single-other .other-link {
    width: 144rem;
    margin-inline: auto;
  }
  .-vwh {
    padding-top: 0;
    padding-bottom: 14rem;
  }
  .-vwh .-cont_header-mv img {
    -o-object-position: top right;
    object-position: top right;
  }
  .-vwh .-cont_header-mv_logo {
    left: calc(50% - 52rem);
    width: 41rem;
  }
  .-vwh .dress_item:nth-child(16) {
    display: none;
  }
  .-vwh .dress_item-bookmark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url("../img/common/ico-other_heart_active.svg");
    mask-image: url("../img/common/ico-other_heart_active.svg");
    background: var(--bc_white);
    pointer-events: all;
    opacity: 0;
  }
  .-vwh .dress_item-bookmark:has(input[type=checkbox]:checked)::before {
    opacity: 1;
  }
  .-vwh .sec_secondline-weddinghall .item_halllist {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    max-height: 21rem;
    margin-top: 5rem;
  }
}
@media screen and (orientation: portrait) and (width > 767px) {
  .brand_archive-list {
    width: calc(100vw - 8rem);
  }
}/*# sourceMappingURL=brand.css.map */
