@charset 'utf-8';

/* common
------------------------------------------------ */
.salon-title-base { margin-bottom: -2px; font-family: 'Inter', sans-serif; font-size: 1.3rem; font-weight: 300; line-height: 1.6; }
.salon-title-name { font-family: 'Libre Baskerville', serif; font-size: 3.5rem; font-weight: 400; line-height: 1.75; }
.salon-title-other { margin-top: 20px; font-family: 'Inter', sans-serif; font-size: 1.5rem; font-weight: 300; line-height: 1.4; }
.salon-lists { display: grid; }
.salon-lists-item > a { display: block; position: relative; padding-bottom: 129.032258065%; width: 100%; height: 0; overflow: hidden; }
.salon-lists-item img { position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: auto; }
.salon-archive { margin-top: 28px; }
.salon-archive-title { font-family: 'Libre Baskerville', serif; font-size: 1.4rem; font-weight: 400; line-height: 1.2; }
.salon-archive-content { margin-top: 10px; }
.salon-archive-links__item { font-family: 'Inter', sans-serif; font-size: 1.2rem; font-weight: 300; line-height: 1.2; }
.salon-archive-links__item:not(:first-child) { margin-top: 12px; }
.salon-archive-links__item > a { display: inline-block; text-decoration: none; vertical-align: top; }

.salon-top.lazy-scroll { transform: unset; opacity: 1; }

.salon-top.lazy-scroll .salon-top-name,
.salon-top.lazy-scroll .salon-top-text,
.salon-top.lazy-scroll .salon-top-visual { transition: transform 1s ease, opacity 1s ease; transform: translateY(20px); opacity: 0; }

.salon-top.lazy-scroll.done .salon-top-name,
.salon-top.lazy-scroll.done .salon-top-text,
.salon-top.lazy-scroll.done .salon-top-visual { transform: translateY(0); opacity: 1; }


@media screen and (max-width: 768px) {
  .salon-title,
  .salon-lists,
  .salon-archive { padding: 0 25px; }
  .salon-lists { grid-column-gap: 15px; grid-row-gap: 50px; grid-template-columns: repeat(2, calc(50% - (15px / 2))); }
}

@media screen and (min-width: 769px) {
  .salon-title-base { margin-bottom: -2px; font-size: 1.7rem; }
  .salon-title-name { font-size: 4.8rem; }
  .salon-title-other { margin-top: 26px; font-size: 2.1rem; }
  .salon-lists { grid-column-gap: 25px; grid-row-gap: 65px; grid-template-columns: repeat(4, calc((100% / 4) - (25px / (4 / 3)))); }
  .salon-archive { margin-top: 116px; }
  .salon-archive-title { font-size: 2.8rem; }
  .salon-archive-content { margin-top: 14px; }
  .salon-archive-links__item { font-size: 2.4rem; }
  .salon-archive-links__item:not(:first-child) { margin-top: 20px; }

  .salon-top.lazy-scroll .salon-top-name,
  .salon-top.lazy-scroll .salon-top-text,
  .salon-top.lazy-scroll .salon-top-visual { transform: translateY(40px); }
  .salon-top.lazy-scroll.done .salon-top-name { transition-delay: 0.4s; }
  .salon-top.lazy-scroll.done .salon-top-text { transition-delay: 0.8s; }
}

/* top
------------------------------------------------ */
.salon-top-name { font-family: 'Libre Baskerville', serif; font-size: 1.85rem; font-weight: 400; line-height: 1.75; }
.salon-top-title { font-size: 1.9rem; font-weight: 400; line-height: 2; }
.salon-top-text { /*margin-top: 30px;*/ font-size: 1.4rem; line-height: 2; }
.salon-top-visual { position: relative; }
.salon-top-visual__logo { position: absolute; top: 34.9040139616%; left: 50%; transform: translateX(-50%); width: 48.2666666667%; z-index: 2; }
.salon-top-visual__photo { position: relative; z-index: 1; }

@media screen and (max-width: 768px) {
  .salon-top { display: flex; flex-flow: column-reverse; padding-top: 66px; }
  .salon-top-info { margin-top: 140px; padding: 0 25px; }
  .salon-top-name,
  .salon-top-title,
  .salon-top-text { text-align: center; }
  .salon-top-name { display: none; }
}

@media screen and (min-width: 769px) {
  .salon-top { display: flex; }
  .salon-top-info { padding-top: 252px; width: 45.8333333333%; }
  .salon-top-name { margin-bottom: 62px; font-size: 3.7rem; }
  .salon-top-title { font-size: 2.8rem; line-height: 1.7; }
  .salon-top-text { /*margin-top: 32px;*/ font-size: 1.5rem; line-height: 1.75; }
  .salon-top-visual { width: 54.1666666667%; }
  .salon-top-visual__logo { top: 31.2643678161%; width: 40.3076923077%; }
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
  .salon-top-info { padding-top: 20.3225806452vw; }
}

/* collaboration
------------------------------------------------ */
.salon-collaboration { margin-top: 192px; }
.salon-collaboration .salon-title { margin-bottom: 66px; }

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
  .salon-collaboration { margin-top: 330px; }
  .salon-collaboration .salon-title { margin-bottom: 68px; }
}

/* theshow
------------------------------------------------ */
.salon-theshow { margin-top: 196px; }
.salon-theshow .salon-title { margin-bottom: 52px; }

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
  .salon-theshow { margin-top: 250px; }
  .salon-theshow .salon-title { margin-bottom: 50px; }
}

/* modal
------------------------------------------------ */
.salon-modal { pointer-events: none; position: fixed; top: 0; left: 0; transition: opacity 0.6s ease; width: 100%; height: 100%; background-color: #fff; overflow-y: auto; opacity: 0; z-index: 100; }
.salon-modal-logo { position: fixed; top: 25px; left: 25px; width: 96px; height: 18px; }
.salon-modal-title__base { margin-bottom: -4px; font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 300; line-height: 1.6; }
.salon-modal-title__name { font-family: 'Libre Baskerville', serif; font-size: 2rem; font-weight: 400; line-height: 1.75; }
.salon-modal-title__other { margin-top: 14px; font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 300; line-height: 1.4; }
.salon-slide { position: relative; }
.salon-slide-frame { position: relative; width: 100%; overflow: hidden; }
.salon-slide-move { display: flex; }
.salon-slide-item { position: relative; }
.salon-slide-photo { position: relative; padding-bottom: 129.032258065%; height: 0; overflow: hidden; }
.salon-slide-item img { position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: auto; }
.salon-slide-direct { position: absolute; top: 50%; margin-top: -10px; width: 6px; height: 19px; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.salon-slide-direct::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; }
.salon-slide-direct--prev { left: -15px; }
.salon-slide-direct--prev::after { transform: rotate(180deg); }
.salon-slide-direct--next { right: -15px; }
.salon-slide-numbering { font-family: 'Libre Baskerville', serif; font-size: 1.2rem; font-weight: 400; line-height: 1.2; }
.salon-modal-close { appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; position: fixed; top: 24px; right: 24px; padding: 0; width: 20px; height: 20px; background: none; border: none; border-radius: 0; box-shadow: none; text-indent: -9999px; white-space: nowrap; overflow: hidden; cursor: pointer; }
.salon-modal-close::before,
.salon-modal-close::after { content: ''; position: absolute; top: 50%; left: -2px; width: 24px; height: 1px; background-color: #000; }
.salon-modal-close::before { transform: rotate(45deg); }
.salon-modal-close::after { transform: rotate(-45deg); }

.is-modal-open { position: fixed; top: 0; left: 0; }
.salon-modal.is-show { pointer-events: inherit; opacity: 1; }

@media screen and (max-width: 768px) {
  .salon-modal { padding: 86px 25px 25px; }
  .salon-modal-title { margin-bottom: 40px; }
  .salon-slide-direct::after { background-image: url(../../img/icon/slide1.svg); }
  .salon-slide-numbering { display: flex; justify-content: center; margin-top: 14px; }
}

@media screen and (min-width: 769px) {
  .salon-modal-logo { top: 40px; left: 46px; width: 160px; height: 28px; }
  .salon-modal-content { display: flex; align-items: center; position: relative; width: 100%; height: 100%; }
  .salon-modal-title { padding: 0 20px 0 48px; width: 25.4758418741%; }
  .salon-modal-title__base { margin-bottom: 0; font-size: 1rem; }
  .salon-modal-title__name { font-size: 2.88rem; }
  .salon-modal-title__other { margin: 60px 0 -60px; font-size: 1.2rem; }
  .salon-modal-gallery { display: flex; align-items: center; width: 74.5241581259%; }
  .salon-slide { width: 65.815324165%; }
  .salon-slide-frame { margin: 0 auto; width: 66.5671641791%; }
  .salon-slide-direct { margin-top: -7px; width: 8px; height: 14px; }
  .salon-slide-direct::after { background-image: url(../../img/icon/slide2.svg); }
  .salon-slide-direct--prev { left: 0; }
  .salon-slide-direct--next { right: 0; }
  .salon-slide-numbering { width: 23.1827111984%; text-align: center; font-size: 1.6rem; }
  .salon-modal-close { top: 32px; right: 40px; width: 34px; height: 34px; }
  .salon-modal-close::before,
  .salon-modal-close::after { left: -8px; width: 48px; }
}
