.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper img {
  width: 100%;
  height: auto;
}
.mv .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;  
}
.mv .swiper-slide {
  width: calc(1621 / 1920 * 100%);
  height: 100vh;
  max-height: 920px;
}
.swiper-control {
  width: -webkit-fit-content;
  width: -moz-fit-content;
}
.mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mv::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.mv_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  width: calc(140 / 375 * 100%);
  max-width: 240px;
}
.mv_logo img {
  width: 100%;
}
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: clamp(16px, calc(48 / 1440 * calc(var(--vw) * 100)), 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  z-index: 1;
  translate: -50% 0;
}
.scrolldown_text {
  font-size: clamp(14px, calc(18 / 768 * calc(var(--vw) * 100)), 18px);
  letter-spacing: calc(55 / 1000 * 1em);
  color: #fff;
}
.scrolldown_path {
  width: 1px;
  height: 80px;
  background: #fff;
  -webkit-animation: scrollDown 2s ease infinite;
          animation: scrollDown 2s ease infinite;
  margin: 0 auto;
}

@-webkit-keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

@keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
.concept {
  position: relative;
}
.concept::before {
  content:"";
  display:block;
  position: fixed;
  top: 0;
  left:0;
  z-index:-1;
  width: calc(var(--vw) * 100);
  height: 100vh;
  background-image: url(../images/concept.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% 0;
}
.concept_wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 360px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .concept_wrapper::before {
    height: 320px;
  }
}
.concept_contents {
  position: relative;
  z-index: 1;
  padding-top: clamp(120px, calc(200 / 768 * calc(var(--vw) * 100)), 200px);
}
.concept_contents_inner {
  width: 87.2%;
  max-width: 1400px;
  margin-left: auto;
  position: relative;
}
.concept_addtional_sp::before {
  content: '';
  width: 1px;
  height: 32px;
  background-color: #181818;
  opacity: 0.9;
}
.concept_addtional_sp {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
  translate: -250% 0;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: 10px;
  -webkit-writing-mode:vertical-lr;
      -ms-writing-mode:tb-lr;
          writing-mode:vertical-lr;
}
@media screen and (min-width: 768px) {
  .concept_contents_inner {
    margin: 0 auto;
  }
  .concept_addtional_sp {
    display: none;
  }
}
.concept_contents_wrapper {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  padding-top: clamp(32px, calc(64 / 768 * calc(var(--vw) * 100)), 64px);
  padding-right: clamp(24px, calc(120 / 1900 * calc(var(--vw) * 100)), 120px);
  padding-left: clamp(24px, calc(120 / 1900 * calc(var(--vw) * 100)), 120px);
  background-color: rgba(255, 255, 255, 0.7);
}
.concept_title {
  font-size: clamp(24px, calc(32 / 768 * calc(var(--vw) * 100)), 32px);
  letter-spacing: calc(50 / 1000 * 1em);
}
.concept_text {
  font-size: clamp(14px, calc(16 / 768 * calc(var(--vw) * 100)), 16px);
  letter-spacing: calc(50 / 1000 * 1em);
  line-height: calc(25 / 14);
  margin-top: 38px;
  padding-bottom: 48px;
}
.concept_copy {
  background-color: #fff;
  margin-top: 360px;
  padding-bottom: 96px;
}
.concept_copy_inner {
  width: 87.2%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 24px;
}
.concept_copy_text {
  font-size: clamp(14px, calc(16 / 768 * calc(var(--vw) * 100)), 16px);
  letter-spacing: calc(50 / 1000 * 1em);
  line-height: calc(22 / 14);
  padding-left: 4.5em;
	text-indent: -4.5em;
}
@media screen and (min-width: 768px) {
  .concept_copy_text {
    text-indent: initial;
    padding-left: 6em;
  }
  .concept_copy_text br {
    display: none;
  }
}
.trend {
  background-color: #fff;
  padding-top: 38px;
  padding-bottom: 96px;
  position: relative;
}
.trend::before {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  background-color: #F3EFED;
}
.trend_inner {
  width: 87.2%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.trend_contents {
  position: relative;
}
.trend_title {
  font-size: clamp(32px, calc(64 / 1440 * calc(var(--vw) * 100)), 64px);
  letter-spacing: calc(50 / 1000 * 1em);
}
.trend-item {
  width: 100%;
}
.trend_catch {
  width: 100%;
  max-width: 910px;
  margin-top: clamp(56px, calc(96 / 768 * calc(var(--vw) * 100)), 96px);
  font-size: 14px;
  position: relative;
  z-index: 0;
}
.trend_top-left {
  position: relative;
  width: calc(224 / 327 * 100%);
  opacity: 0;
}
.trend_right-bottom {
  width: calc(168 / 327 * 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  translate: 0 calc(50% - 2em);
  opacity: 0;
}
.trend_info {
  align-self: end;
  width: calc(224 / 327 * 100%);
  max-width: 327px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.trend_brand-name {
  width: 92px;
}
.trend_name {
  font-size: clamp(14px, calc(20 / 768 * calc(var(--vw) * 100)), 20px);
  letter-spacing: calc(40 / 1000 * 1em);
  line-height: calc(25 / 14);
  margin-top: 16px;
}
.trend .view-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: clamp(14px, calc(20 / 768 * calc(var(--vw) * 100)), 20px);
  letter-spacing: calc(40 / 1000 * 1em);
  margin-top: 27px;
}
.trend .view-more_icon {
  position: relative;
}
.trend .view-more_icon img:nth-child(1) {
  width: 32px;
}
.trend .view-more_icon img:nth-child(2) {
  width: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -45% -70%;
}

@media screen and (min-width: 768px) {
  .trend::before {
    height: 50%;
  }
  .trend-item {
    display: flex;
    justify-content: space-between;
  }
  .trend_catch {
    width: 60%;
    max-width: 910px;
  }
  .trend_right-bottom {
    translate: 0 20%;
  }
  .trend_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .trend_info {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .trend_inner {
    padding-bottom: 80px;
  }
  .trend_info {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .trend_right-bottom {
    translate: 0 12%;
  }
  .trend .view-more_icon {
    transition: translate 0.2s, scale 0.2s;
  }
  .trend .view-more:hover .view-more_icon {
    translate: 8px 0;
    scale: 110%;
  }
}

.recommended {
  background-color: #F3EFED;
  border-top: 1px solid #fff;
}
.recommended_inner {
  width: 87.2%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: clamp(52px, calc(120 / 1440 * calc(var(--vw) * 100)), 120px);
  padding-bottom: clamp(52px, calc(194 / 1440 * calc(var(--vw) * 100)), 194px);
}
.recommended .swiper {
  margin-right: calc(50% - calc(var(--vw) * 50));
  margin-top: clamp(56px, calc(96 / 768 * calc(var(--vw) * 100)), 96px);
}
.recommended_item {
  display: flex;
  flex-direction: column;
  height: auto;
}
.recommended_item_thumb {
  aspect-ratio: 145 / 200;
  overflow: hidden;
  grid-row: 1 / 2;
}
.recommended_item_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .3s ease-in-out;
}
.recommended_item_link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.recommended_item_link:hover .recommended_item_thumb img {
  transform: scale(1.05);
}
.recommended_item_brand-name {
  width: clamp(70px, calc(156 / 768 * calc(var(--vw) * 100)), 156px);
  margin-top: clamp(10px, calc(24 / 768 * calc(var(--vw) * 100)), 24px);
}
.recommended_title {
  font-size: clamp(32px, calc(64 / 1440 * calc(var(--vw) * 100)), 64px);
  letter-spacing: calc(50 / 1000 * 1em);
  margin-top: 10px;
}
.recommended_item_name {
  font-size: clamp(12px, calc(16 / 768 * calc(var(--vw) * 100)), 16px);
  line-height: calc(18 / 12);
  margin-top: clamp(16px, calc(32 / 768 * calc(var(--vw) * 100)), 32px);
  flex: 1 1 0;
}
.recommended_item_price {
  font-size: clamp(12px, calc(16 / 768 * calc(var(--vw) * 100)), 16px);
  line-height: calc(18 / 12);
  margin-top: 16px;
}
.recommended_more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 16px;
  border: 1px solid #707070;
  max-width: 560px;
  margin: 0 auto;
  margin-top: clamp(64px, calc(80 / 768 * calc(var(--vw) * 100)), 80px);
  position: relative;
  font-size: clamp(14px, calc(18 / 768 * calc(var(--vw) * 100)), 18px);
  letter-spacing: calc(55 / 1000 * 1em);
}
.icon_arrow-half_right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -100%);
}
@media (any-hover: hover) {
  .recommended_more {
    transition: all .3s ease-in-out;
  }
  .recommended_more:hover {
    background-color: #181818;
    color: #fff;
    border-color: #181818;
  }
  .icon_arrow-half_right {
    transition: transform .3s ease-in-out .1s;
  }
  .recommended_more:hover .icon_arrow-half_right {
    transform: translate(6px, -100%);
  }
  .recommended_more:hover .icon_arrow-half_right path {
    fill: #fff;
  }
}
.collection {
  background-color: #fff;
  padding-top: clamp(92px, calc(206 / 1440 * calc(var(--vw) * 100)), 206px);
}
.collection_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
@media screen and (min-width: 768px) {
  .collection_inner {
    width: 87.2%;
    display: flex;
    -moz-column-gap: clamp(72px, calc(152 / 1440 * calc(var(--vw) * 100)), 152px);
         column-gap: clamp(72px, calc(152 / 1440 * calc(var(--vw) * 100)), 152px);
  }
}
.collection_title {
  font-size: clamp(32px, calc(64 / 1440 * calc(var(--vw) * 100)), 64px);
  letter-spacing: calc(50 / 1000 * 1em);
}
@media screen and (max-width: 767px) {
  .collection_title {
    width: 87.2%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
.collection_list {
  margin-top: clamp(42px, calc(64 / 768 * calc(var(--vw) * 100)), 64px);
}
.collection_item:has(a[href="#"]) {
  position: relative;
}
.collection_item:has(a[href="#"])::after {
  display: grid;
  place-items: center;
  content: 'Comming Soon';
  letter-spacing: calc(50 / 1000 * 1em);
  font-family: "aw-conqueror-didot", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, calc(20 / 1440 * calc(var(--vw) * 100)), 20px);
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.collection_link {
  display: block;  
  position: relative;
}
.collection_link_cover {
  position: absolute;
  bottom: clamp(16px, calc(56 / 1900 * calc(var(--vw) * 100)), 56px);
  left: clamp(24px, calc(64 / 1900 * calc(var(--vw) * 100)), 64px);
}
.collection_link_logo.plus {
  width: clamp(78px, calc(187 / 1440 * calc(var(--vw) * 100)), 187px);
}
.collection_link_logo.plus svg {
  width: 100%;
  height: auto;
}
.collection_link_logo.cashmere {
  width: clamp(70px, calc(156 / 1440 * calc(var(--vw) * 100)), 156px);
}
.collection_link_logo.cashmere svg {
  width: 100%;
  height: auto;
}
.collection_link_title {
  font-size: clamp(20px, calc(40 / 1440 * calc(var(--vw) * 100)), 40px);
  color: #fff;
  letter-spacing: calc(55 / 1000 * 1em);
  margin-top: clamp(8px, calc(16 / 1440 * calc(var(--vw) * 100)), 16px);
}
.collection_link picture {
  display: block;
  overflow: hidden;
  transition: transform .3s ease-in-out;
}
.collection_link:hover picture {
  transform: scale(0.95);
}
.collection_link .collection_image {
  transition: transform .3s ease-in-out;
}
.collection_link:hover .collection_image {
  transform: scale(1.2);
}

.collection_copy {
  background-color: #fff;
}
.collection_copy_inner {
  width: 87.2%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 24px;
}
.collection_copy_text {
  font-size: clamp(14px, calc(16 / 768 * calc(var(--vw) * 100)), 16px);
  letter-spacing: calc(50 / 1000 * 1em);
  line-height: calc(22 / 14);
  padding-left: 3.5em;
	text-indent: -3.5em;
}
@media screen and (min-width: 768px) {
  .collection_list {
    margin-top: 0;
  }
  .collection_copy {
    display: none;
  }
  /* .collection_copy_text {
    text-indent: initial;
    padding-left: 6em;
  }
  .collection_copy_text br {
    display: none;
  } */
}
.news {
  background-color: #fff;
  padding-top: clamp(96px, calc(200 / 1200 * calc(var(--vw) * 100)), 200px);
  padding-bottom: clamp(96px, calc(272 / 1200 * calc(var(--vw) * 100)), 272px);
  overflow-x: hidden;
}
.news_wrapper {
  position: relative;
}
.news_wrapper::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  /* border-radius: 0 max(525px, 50%) max(525px, 50%) 0; */
  border-radius: 0 calc(525 / 1200 * 100%) calc(525 / 1200 * 100%) 0;
  background-color: #F3EFED;
}
.news_inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(48px, calc(120 / 1440 * calc(var(--vw) * 100)), 120px);
  padding-bottom: clamp(80px, calc(172 / 1440 * calc(var(--vw) * 100)), 172px);
  width: 87.2%;
  max-width: 1400px;
  margin: 0 auto;
}
.news_title {
  font-size: clamp(32px, calc(64 / 1440 * calc(var(--vw) * 100)), 64px);
  letter-spacing: calc(50 / 1000 * 1em);
}
.news .swiper {
  margin-top: 48px;
  overflow: initial;
}
.news .swiper_wrapper {
  overflow: hidden;
  margin-right: calc(50% - calc(var(--vw) * 50));
  transition-timing-function:linear;
}
.swiper-control {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: clamp(8px, calc(32 / 1440 * calc(var(--vw) * 100)), 32px);
       column-gap: clamp(8px, calc(32 / 1440 * calc(var(--vw) * 100)), 32px);
}
/* 前へ次への矢印カスタマイズ */
.news .swiper-button-next,
.news .swiper-button-prev {
  position: relative;
  width: clamp(36px, calc(88 / 1440 * calc(var(--vw) * 100)), 88px);
  height: clamp(36px, calc(88 / 1440 * calc(var(--vw) * 100)), 88px);
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
  margin: 0;
  transition: opacity .4s;
}
.news .swiper-button-prev::after,
.news .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
}
/* 前への矢印カスタマイズ */
.news .swiper-button-prev::after {
  background-image: url(../images/icons/swiper_left.svg);
}
/* 次への矢印カスタマイズ */
.news .swiper-button-next::after {
  background-image: url(../images/icons/swiper_right.svg);
}
.news_card {
  display: grid;
}
.news_card_eyecatch {
  width: 100%;
  aspect-ratio: 248 / 160;
  background-color: #ccc;
  grid-area: 1 / 1 / 2 / 3;
  position: relative;
  overflow: hidden;
}
.news_card .single_contents_eyecatch {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .4s;
}
.news_card:hover .single_contents_eyecatch {
  transform: scale(1.05);
}
.news_card_date {
  font-size: clamp(14px, calc(20 / 768 * calc(var(--vw) * 100)), 20px);
  letter-spacing: calc(100 / 1000 * 1em);
  margin-top: clamp(16px, calc(24 / 768 * calc(var(--vw) * 100)), 24px);
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}
.news_card_category {
  font-size: clamp(12px, calc(20 / 768 * calc(var(--vw) * 100)), 20px);
  letter-spacing: calc(100 / 1000 * 1em);
  padding-top: 4px;
  padding-right: clamp(16px, calc(40 / 1440 * calc(var(--vw) * 100)), 40px);
  padding-bottom: 4px;
  padding-left: clamp(16px, calc(40 / 1440 * calc(var(--vw) * 100)), 40px);
  border: 1px solid #3E3E3E;
  margin-top: clamp(16px, calc(24 / 768 * calc(var(--vw) * 100)), 24px);
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
  align-self: center;
}
.news_card_title {
  font-size: clamp(14px, calc(20 / 768 * calc(var(--vw) * 100)), 20px);
  letter-spacing: calc(100 / 1000 * 1em);
  margin-top: clamp(8px, calc(16 / 768 * calc(var(--vw) * 100)), 16px);
  grid-area: 3 / 1 / 4 / 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.control-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: clamp(32px, calc(72 / 1440 * calc(var(--vw) * 100)), 72px);
  -moz-column-gap: clamp(12px, calc(52 / 1440 * calc(var(--vw) * 100)), 52px);
       column-gap: clamp(12px, calc(52 / 1440 * calc(var(--vw) * 100)), 52px);
}
.news .view-more {
  font-size: clamp(14px, calc(32 / 1440 * calc(var(--vw) * 100)), 32px);
  padding-bottom: clamp(8px, calc(16 / 1440 * calc(var(--vw) * 100)), 16px);
  border-bottom: 1px solid #181818;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news_wrapper::before {
    width: 62.5vw;
  }
  .control-wrapper {
    align-items: center;
  }
}
.gallery {
  background-color: #fff;
}
.gallery_inner {
  width: 87.2%;
  max-width: 1400px;
  margin: 0 auto;
}
.gallery_title {
  font-size: clamp(32px, calc(64 / 1440 * calc(var(--vw) * 100)), 64px);
  letter-spacing: calc(50 / 1000 * 1em);
}
.gallery-link {
  position: relative;
  display: block;
  margin-right: calc(50% - calc(var(--vw) * 50));
  margin-left: calc(50% - calc(var(--vw) * 50));
}
.gallery-link::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  z-index: 2;
  opacity: 0;
}
.gallery-link::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: opacity .4s;
  width: 40px;
  height: 40px;
  background-image: url("../images/icons/instagram_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  opacity: 0;
}
.gallery-link:hover::before {
  opacity: 1;
}
.gallery-link:hover::after {
  opacity: 1;
}
.gallery .swiper {
  margin-top: clamp(48px, calc(92 / 768 * calc(var(--vw) * 100)), 92px);
}
.gallery .swiper-slide img {
  width: 100%;
  height: 100%;
}
.gallery_copy {
  background-color: #fff;
  padding-bottom: 96px;
}
.gallery_copy_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: clamp(24px, calc(40 / 768 * calc(var(--vw) * 100)), 40px);
}
.gallery_copy_text {
  font-size: clamp(14px, calc(16 / 768 * calc(var(--vw) * 100)), 16px);
  letter-spacing: calc(50 / 1000 * 1em);
  line-height: calc(22 / 14);
  padding-left: 2em;
	text-indent: -2em;
}
@media screen and (min-width: 768px) {
  .gallery_copy_text {
    text-indent: initial;
    padding-left: 0;
    letter-spacing: calc(100 / 1000 * 1em);
  }
  .gallery_copy_text br {
    display: none;
  }
}