@charset "utf-8";

/* =====================================================
    調整
===================================================== */
html {
	background-color: transparent !important;
}

/*--帯バナー非表示用--*/
.h_bar, #beltbnr {
	display: none;
}

/* #specialty {
  overflow: hidden;
} */

#specialty a {
  text-decoration: none;
}

#specialty a:hover img {
  opacity: 1 !important;
}

#specialty figure {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #specialty {
    margin-top: 6px;
  }
}

/*--sticky用--*/
html, body, div.wrapper_ {
  overflow: visible !important;
}

/*--SPのみ表示用--*/
@media only screen and (max-width: 429px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media only screen and (min-width: 430px) and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/*--PCのみ表示用--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

.is-hidden {
  display: none !important;
}

/* =====================================================
    FONT
===================================================== */
:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --font-size-8: min(1.8604651162790697vw, 8px);
  --font-size-10: min(2.3255813953488373vw, 10px);
  --font-size-12: min(2.7906976744186047vw, 12px);
  --font-size-14: min(3.255813953488372vw, 14px);
  --font-size-16: min(3.7209302325581395vw, 16px);
  --font-size-18: min(4.186046511627907vw, 18px);
  --font-size-20: min(4.651162790697675vw, 20px);
  --font-size-22: min(5.116279069767442vw, 22px);
  --font-size-24: min(5.5813953488372094vw, 24px);
  --font-size-26: min(6.046511627906977vw, 26px);
  --font-size-28: min(6.511627906976744vw, 28px);
  --font-size-30: min(6.976744186046512vw, 30px);
  --font-size-32: min(7.441860465116279vw, 32px);
  --font-size-34: min(7.906976744186046vw, 34px);
  --font-size-36: min(8.372093023255815vw, 36px);
  --font-size-38: min(8.837209302325581vw, 38px);
  --font-size-40: min(9.30232558139535vw, 40px);
  --font-size-50: min(11.627906976744185vw, 50px);
  --font-size-60: min(13.953488372093023vw, 60px);
  --font-size-70: min(16.27906976744186vw, 70px);
  --font-size-80: min(18.6046511627907vw, 80px);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

/*Noto Sans JP Regular*/
.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*Noto Sans JP Bold*/
.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*Noto Serif JP Regular*/
.noto-serif-jp-400 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*Noto Serif JP Bold*/
.noto-serif-jp-700 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*IvyPresto Headline Regular*/
.ivypresto-headline-400 {
  font-family: "ivypresto-headline", serif;
  font-weight: 400;
  font-style: normal;
}

/*IvyPresto Headline Bold*/
.ivypresto-headline-700 {
  font-family: "ivypresto-headline", serif;
  font-weight: 700;
  font-style: normal;
}

/* =====================================================
    KV
===================================================== */
.kv {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* =====================================================
    LEAD
===================================================== */
.lead {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0;
  padding: 0 30px;
}

.lead p {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .lead {
    margin: 100px auto 0;
  }

  .lead p {
    text-align: center;
  }
}

/* =====================================================
    CAMPAIGN
===================================================== */
.campaign {
  width: 100%;
  max-width: 680px;
  margin: 80px auto 0;
  padding: 0 30px;
}

.campaign__inner {
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px;
  background: #000;
}

/* ---------- TITLE ---------- */
.campaign__header {
  text-align: center;
}

.campaign__title {
  margin: 0;
  font-size: var(--font-size-40);
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.campaign__title span {
  display: block;
}

.campaign__coupon {
  padding-top: 20px;
  font-size: var(--font-size-28);
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

/* ---------- INTRO ---------- */
.campaign__intro {
  margin-top: 30px;
}

.campaign__intro p {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #fff;
  text-align: left;
}

/* ---------- DATE ---------- */
.campaign__date {
  margin-top: 50px;
}

.campaign__heading {
  font-size: var(--font-size-18);
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.campaign__date-box {
  margin-top: 20px;
  padding: 20px 0 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.campaign__date-group {
  text-align: center;
}

.campaign__date-group + .campaign__date-group {
  margin-top: 20px;
}

.campaign__date-group p + p {
  margin-top: 5px;
}

.campaign__shop {
  font-size: var(--font-size-18);
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.campaign__date-text {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #fff;
  text-align: center;
}

/* ---------- NOTE ---------- */
.campaign__note {
  margin-top: 50px;
}

.campaign__note p {
  font-size: var(--font-size-12);
  line-height: 2;
  color: #fff;
  text-align: left;
}

.campaign__note p + p {
  margin-top: 5px;
}

.campaign__note a {
  color: #fff;
  text-decoration: underline !important;
}

@media only screen and (min-width: 768px) {
  .campaign {
    margin: 100px auto 0;
  }

  .campaign__inner {
    padding: 50px;
  }

  .campaign__title span {
    display: inline-block;
  }

  .campaign__title span + span {
    margin-left: 10px;
  }

}

/* =====================================================
    LINE UP
===================================================== */
.lineup {
  width: 100%;
  max-width: 1120px;
  margin: 80px auto 0;
  padding: 0 16px;
}

.lineup__title {
  font-size: var(--font-size-40);
  line-height: 1.5;
  color: #000;
  text-align: center;
}

/* ---------- TAB ---------- */
.lineup__tabs {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  display: flex;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #111;
}

.lineup__tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50%;
  height: 40px;
  padding: 0;
  border: 0;
  background: #fff;
  font-size: var(--font-size-14);
  line-height: 1.5;
  color: #000;
  text-align: center;
  cursor: pointer;
}

.lineup__tab + .lineup__tab {
  border-left: 1px solid #000;
}

.lineup__arrow {
  position: relative;
  display: inline-block;
  width: 6.7px;
  height: 3.8px;
}

.lineup__arrow::before,
.lineup__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 5px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 0.5px);
}

.lineup__arrow::before {
  transform: rotate(45deg);
}

.lineup__arrow::after {
  transform: rotate(-45deg);
}

/* ---------- CONTENT ---------- */
.lineup__content {
  margin-top: 60px;
}

.lineup__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
  font-size: var(--font-size-20);
  line-height: 1.5;
  color: #000;
  text-align: center;
}

.lineup__heading span {
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
}

.lineup__items {
  margin-top: 40px;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 40px;
}

.product-item {
  text-align: left;
}

/* ---------- SEASON ---------- */
.product-season {
  display: inline-block;
  padding: 2px 5px;
  font-size: var(--font-size-8);
  line-height: 1.5;
  text-align: left;
}

.product-season.all {
  border: 1px solid #778ABF;
  color: #778ABF;
}

.product-season.ss {
  border: 1px solid #63A456;
  color: #63A456;
}

.product-season.aw {
  border: 1px solid #C18A5A;
  color: #C18A5A;
}

/* ---------- IMAGE ---------- */
.product-image {
  margin-top: 5px;
}

/* ---------- TEXT ---------- */
.product-info {
  margin-top: 10px;
}

.product-brand {
  font-size: var(--font-size-12);
  line-height: 1.5;
  color: #000;
  text-align: left;
}

.product-name {
  margin-top: 5px;
  font-size: var(--font-size-12);
  line-height: 1.5;
  color: #000;
  text-align: left;
}

.product-price {
  margin-top: 5px;
  font-size: var(--font-size-12);
  line-height: 1.5;
  color: #000;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .lineup {
    margin: 100px auto 0;
    padding: 0;
  }

  .lineup__tabs {
    top: 78px;
  }

  .lineup__content {
    margin-top: 100px;
  }

  .product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* =====================================================
    POINT
===================================================== */
.point__inner {
  width: 100%;
  margin: 80px auto 0;
  padding: 50px 0;
  background: #000;
}

/* ---------- TITLE ---------- */
.point__title {
  width: 100%;
  margin: 0 auto;
}

.point__title .point__subtitle {
  display: block;
  font-size: var(--font-size-40);
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.point__title h3 {
  padding-top: 10px;
  font-size: var(--font-size-22);
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.point__content--center {
  width: 100%;
  margin-top: 50px;
}

/* ---------- POINT1-6 ---------- */
.point__content--center .point__text {
  width: calc(100% - 40px * 2);
  margin: 30px auto 0;
}

.point__content--left, 
.point__content--right {
  width: calc(100% - 20px * 2);
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.point__content--left .point__img {
  order: 1;
}

.point__content--left .point__text {
  order: 2;
}

.point__content--right .point__img {
  order: 2;
}

.point__content--right .point__text {
  order: 1;
}

.point__text span {
  display: block;
  font-size: var(--font-size-14);
  line-height: 1.5;
  color: #fff;
  text-align: left;
}

.point__text h4 {
  padding-top: 10px;
  font-size: var(--font-size-14);
  line-height: 1.5;
  color: #fff;
  text-align: left;
}

.point__text p {
  padding-top: 10px;
  font-size: var(--font-size-12);
  line-height: 2;
  color: #fff;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .point__inner {
    margin: 100px auto 0;
    padding: 80px 0;
  }

  .point__title {
    width: 600px;
    margin: 0 auto;
  }

  .point__content1 {
    width: 600px;
    margin: 0 auto;
  }

  .point__content2 {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 40px;
  }

  .point__content3 {
    width: 430px;
    margin: 0 auto;
    padding: 40px 0 0 0;
  }

  .point__content4 {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 40px;
  }

  .point__content--left, 
  .point__content--right {
    width: 100%;
  }

  .point__content--right .point__img {
    order: 1;
  }

  .point__content--right .point__text {
    order: 2;
  }
}

/* =====================================================
    SERVICE
===================================================== */
.service {
  width: 100%;
  max-width: 600px;
  margin: 80px auto 0;
  padding: 0 30px;
}

.service__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* ---------- TITLE ---------- */
.service__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service__title-line {
	position: relative;
	display: block;
  width: 1px;
  height: 50px;
	margin: 0 auto;
	overflow: hidden;
}

.service__title-line::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
  width: 1px;
  height: 50px;
  background: #000;
	animation: service-line 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes service-line {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

.service__title h3 {
  margin: 30px 0 0;
  font-size: var(--font-size-40);
  line-height: 1.2;
  color: #000;
  text-align: center;
}

/* ---------- IMAGE ---------- */
.service__visual {
  width: 100%;
  margin-top: 30px;
}

/* ---------- TEXT ---------- */
.service__body {
  margin-top: 30px;
}

.service__heading {
  margin: 0;
  font-size: var(--font-size-22);
  line-height: 1.5;
  color: #000;
  text-align: center;
}

.service__text {
  margin: 20px 0 0;
  padding: 0 10px;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000;
  text-align: left;
}

.service__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(260px, 100%);
  height: 40px;
  margin: 30px auto 0;
  border: 1px solid #000;
  background-color: #fff;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.service__button-arrow {
  position: relative;
  display: inline-block;
  width: 4.7px;
  height: 5.4px;
}

.service__button-arrow::before,
.service__button-arrow::after {
  content: "";
  position: absolute;
  top: calc(55% - 0.5px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: calc(100% - 0.5px) 50%;
}

.service__button-arrow::before {
  transform: rotate(45deg);
}

.service__button-arrow::after {
  transform: rotate(-45deg);
}

.service__button:hover {
  background-color: #000;
  color: #fff;
}

.service__button:hover .service__button-arrow::before,
.service__button:hover .service__button-arrow::after {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .service {
    margin: 100px auto 0;
  }
}

/* =====================================================
    STAFF STYLING
===================================================== */
.styling {
  width: 100%;
  margin: 80px auto 0;
  padding: 0 25px;
}

.styling__inner {
  width: 100%;
  /* max-width: 900px; */
  margin: 0 auto;
}

/* ---------- TITLE ---------- */
.styling__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styling__title-line {
	position: relative;
	display: block;
  width: 1px;
  height: 50px;
	margin: 0 auto;
	overflow: hidden;
}

.styling__title-line::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
  width: 1px;
  height: 50px;
  background: #000;
	animation: styling-line 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes styling-line {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

.styling__title h3 {
  margin: 30px 0 0;
  font-size: var(--font-size-40);
  line-height: 1.2;
  color: #000;
  text-align: center;
}

/* ---------- STYLING LIST ---------- */
.styling__list {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 20px; */
  margin-top: 30px;
}

/* ---------- BUTTON ---------- */
.styling__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(220px, 100%);
  height: 40px;
  margin: 30px auto 0;
  border: 1px solid #000;
  background-color: #000;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.styling__button:hover {
  background-color: #fff;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .styling {
    margin: 100px auto 0;
  }
}

/* =====================================================
    MEN'S CTA
===================================================== */
.mens-cta {
  width: 100%;
  margin: 80px auto 0;
}

.mens-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 95px 0;
  background: #000;
}

.mens-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(280px, 100%);
  height: 40px;
  margin: 0 auto;
  border: 1px solid #fff;
  background-color: #fff;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.mens-cta__arrow {
  position: relative;
  display: inline-block;
  width: 4.7px;
  height: 5.4px;
}

.mens-cta__arrow::before,
.mens-cta__arrow::after {
  content: "";
  position: absolute;
  top: calc(55% - 0.5px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: calc(100% - 0.5px) 50%;
}

.mens-cta__arrow::before {
  transform: rotate(45deg);
}

.mens-cta__arrow::after {
  transform: rotate(-45deg);
}

.mens-cta__button:hover {
  background-color: #000;
  color: #fff;
}

.mens-cta__button:hover .mens-cta__arrow::before,
.mens-cta__button:hover .mens-cta__arrow::after {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .mens-cta {
    margin: 100px auto 0;
  }
}

/* =====================================================
    ANIMATION
===================================================== */
.kv {
  opacity: 0;
  transition: opacity 2s ease;
}

.kv.is-show {
  opacity: 1;
}

.js-fade {
  opacity: 0;
  transition: opacity 1.5s ease;
}

.js-fade.is-active {
  opacity: 1;
}