@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ TABLET
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック（ChromiumベースのEdgeは除外できる。旧Edgeは除外できない）
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
 @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
 /**
  * イージングプロパティ
  * https://github.com/dmnsgn/sass-easing
  */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

#fashion-show-fw25 {
  --base-font: var(--font-default);
  --color-green: #06532A;
  background: #ffffff;
  color: #082415;
  font-family: var(--font-default);
  line-height: 1;
  overflow: hidden;
}

#fashion-show-fw25 div, #fashion-show-fw25 span, #fashion-show-fw25 applet, #fashion-show-fw25 object, #fashion-show-fw25 iframe,
#fashion-show-fw25 h1, #fashion-show-fw25 h2, #fashion-show-fw25 h3, #fashion-show-fw25 h4, #fashion-show-fw25 h5, #fashion-show-fw25 h6, #fashion-show-fw25 p, #fashion-show-fw25 blockquote, #fashion-show-fw25 pre,
#fashion-show-fw25 a, #fashion-show-fw25 abbr, #fashion-show-fw25 acronym, #fashion-show-fw25 address, #fashion-show-fw25 big, #fashion-show-fw25 cite, #fashion-show-fw25 code,
#fashion-show-fw25 del, #fashion-show-fw25 dfn, #fashion-show-fw25 em, #fashion-show-fw25 img, #fashion-show-fw25 ins, #fashion-show-fw25 kbd, #fashion-show-fw25 q, #fashion-show-fw25 s, #fashion-show-fw25 samp,
#fashion-show-fw25 small, #fashion-show-fw25 strike, #fashion-show-fw25 strong, #fashion-show-fw25 sub, #fashion-show-fw25 sup, #fashion-show-fw25 tt, #fashion-show-fw25 var,
#fashion-show-fw25 b, #fashion-show-fw25 u, #fashion-show-fw25 i, #fashion-show-fw25 center,
#fashion-show-fw25 dl, #fashion-show-fw25 dt, #fashion-show-fw25 dd, #fashion-show-fw25 ol, #fashion-show-fw25 ul, #fashion-show-fw25 li,
#fashion-show-fw25 fieldset, #fashion-show-fw25 form, #fashion-show-fw25 label, #fashion-show-fw25 legend,
#fashion-show-fw25 table, #fashion-show-fw25 caption, #fashion-show-fw25 tbody, #fashion-show-fw25 tfoot, #fashion-show-fw25 thead, #fashion-show-fw25 tr, #fashion-show-fw25 th, #fashion-show-fw25 td,
#fashion-show-fw25 article, #fashion-show-fw25 aside, #fashion-show-fw25 canvas, #fashion-show-fw25 details, #fashion-show-fw25 embed,
#fashion-show-fw25 figure, #fashion-show-fw25 figcaption, #fashion-show-fw25 footer, #fashion-show-fw25 header, #fashion-show-fw25 hgroup,
#fashion-show-fw25 menu, #fashion-show-fw25 nav, #fashion-show-fw25 output, #fashion-show-fw25 ruby, #fashion-show-fw25 section, #fashion-show-fw25 summary,
#fashion-show-fw25 time, #fashion-show-fw25 mark, #fashion-show-fw25 audio, #fashion-show-fw25 video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: 0.03em;
}

#fashion-show-fw25 article, #fashion-show-fw25 aside, #fashion-show-fw25 details, #fashion-show-fw25 figcaption, #fashion-show-fw25 figure,
#fashion-show-fw25 footer, #fashion-show-fw25 header, #fashion-show-fw25 hgroup, #fashion-show-fw25 menu, #fashion-show-fw25 nav, #fashion-show-fw25 section {
  display: block;
}

#fashion-show-fw25 ol, #fashion-show-fw25 ul {
  list-style: none;
}

#fashion-show-fw25 blockquote, #fashion-show-fw25 q {
  quotes: none;
}

#fashion-show-fw25 blockquote:before, #fashion-show-fw25 blockquote:after,
#fashion-show-fw25 q:before, #fashion-show-fw25 q:after {
  content: '';
  content: none;
}

#fashion-show-fw25 table {
  border-collapse: collapse;
  border-spacing: 0;
}

#fashion-show-fw25 * {
  box-sizing: border-box;
}

#fashion-show-fw25 a {
  color: inherit;
  text-decoration: none;
}

#fashion-show-fw25 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#fashion-show-fw25 picture {
  display: block;
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .sp {
    display: none !important;
  }
}

#fashion-show-fw25 .lacoste-font {
  font-family: var(--font-heading);
}

#fashion-show-fw25 .lacoste-font-bold {
  font-family: var(--font-heading);
  font-weight: normal;
}

#fashion-show-fw25 .lacoste-font-black {
  font-family: var(--font-heading);
  font-weight: normal;
}

#fashion-show-fw25 .lacoste-color {
  color: var(--color-green);
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 {
    padding-bottom: calc(clamp(0px, calc(80 / 1366 * 100vw), calc(80 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 {
    padding-bottom: calc(clamp(0px, calc(130 / 750 * 100vw), calc(130 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section {
  margin: auto;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section {
    width: calc(clamp(0px, calc(1250 / 1366 * 100vw), calc(1250 / 1366 * 1366 * 1px)) * 1);
  }
}

#fashion-show-fw25 .keyvisual {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/*@media screen and (min-width: 768px) {
  #fashion-show-fw25 .keyvisual {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .keyvisual {
    height: 100svh;
  }
}*/

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .keyvisual .sp_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .keyvisual .pc_only {
    display: none;
  }
}

#fashion-show-fw25 .keyvisual .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#fashion-show-fw25 .section-title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-title {
    padding-top: calc(clamp(0px, calc(50 / 1366 * 100vw), calc(50 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-title {
    padding-top: calc(clamp(0px, calc(50 / 750 * 100vw), calc(50 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-title .copy {
  letter-spacing: -0.02em;
  color: #082415;
  font-family: var(--font-heading);
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-title .copy {
    font-size: calc(clamp(0px, calc(80 / 1366 * 100vw), calc(80 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-title .copy {
    font-size: calc(clamp(0px, calc(80 / 750 * 100vw), calc(80 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-title .lead {
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-title .lead {
    margin-top: calc(clamp(0px, calc(23 / 1366 * 100vw), calc(23 / 1366 * 1366 * 1px)) * 1);
    font-size: calc(clamp(0px, calc(16 / 1366 * 100vw), calc(16 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-title .lead {
    margin-top: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
    font-size: calc(clamp(0px, calc(28 / 750 * 100vw), calc(28 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-runway {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-runway {
    padding-top: calc(clamp(0px, calc(60 / 1366 * 100vw), calc(60 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-runway {
    padding-top: calc(clamp(0px, calc(50 / 750 * 100vw), calc(50 / 750 * 100vw)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-runway.all {
    padding-top: calc(clamp(0px, calc(120 / 750 * 100vw), calc(120 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-runway.all .title {
  color: #082415;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-runway.all .title {
    font-size: calc(clamp(0px, calc(36 / 1366 * 100vw), calc(36 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-runway.all .title {
    font-size: calc(clamp(0px, calc(46 / 750 * 100vw), calc(46 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-runway.all .lead {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-runway.all .lead {
    margin-top: calc(clamp(0px, calc(16 / 1366 * 100vw), calc(16 / 1366 * 1366 * 1px)) * 1);
    font-size: calc(clamp(0px, calc(14 / 1366 * 100vw), calc(14 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-runway.all .lead {
    margin-top: calc(clamp(0px, calc(40 / 750 * 100vw), calc(40 / 750 * 100vw)) * 1);
    font-size: calc(clamp(0px, calc(24 / 750 * 100vw), calc(24 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-runway.all .runway-panel {
    margin-top: calc(clamp(0px, calc(50 / 1366 * 100vw), calc(50 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-runway.all .runway-panel {
    margin-top: calc(clamp(0px, calc(50 / 750 * 100vw), calc(50 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-runway .runway-panel {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-runway .runway-panel {
    gap: calc(clamp(0px, calc(10 / 1366 * 100vw), calc(10 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-runway .runway-panel {
    justify-content: center;
    gap: calc(clamp(0px, calc(10 / 750 * 100vw), calc(10 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-runway .runway-item {
    width: calc(clamp(0px, calc(305 / 1366 * 100vw), calc(305 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-runway .runway-item {
    width: calc(clamp(0px, calc(340 / 750 * 100vw), calc(340 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-runway .all-link {
  margin-left: auto;
  margin-right: auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #06532A;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-runway .all-link {
    margin-top: calc(clamp(0px, calc(20 / 1366 * 100vw), calc(20 / 1366 * 1366 * 1px)) * 1);
    width: calc(clamp(0px, calc(110 / 1366 * 100vw), calc(110 / 1366 * 1366 * 1px)) * 1);
    height: calc(clamp(0px, calc(48 / 1366 * 100vw), calc(48 / 1366 * 1366 * 1px)) * 1);
    font-size: calc(clamp(0px, calc(14 / 1366 * 100vw), calc(14 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-runway .all-link {
    margin-top: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
    width: calc(clamp(0px, calc(160 / 750 * 100vw), calc(160 / 750 * 100vw)) * 1);
    height: calc(clamp(0px, calc(70 / 750 * 100vw), calc(70 / 750 * 100vw)) * 1);
    font-size: calc(clamp(0px, calc(20 / 750 * 100vw), calc(20 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-thema {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-thema {
    padding-top: calc(clamp(0px, calc(60 / 1366 * 100vw), calc(60 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-thema {
    padding-top: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-thema .title {
  color: #082415;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-thema .title {
    font-size: calc(clamp(0px, calc(30 / 1366 * 100vw), calc(30 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-thema .title {
    font-size: calc(clamp(0px, calc(40 / 750 * 100vw), calc(40 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-thema .lead {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-thema .lead {
    margin-top: calc(clamp(0px, calc(30 / 1366 * 100vw), calc(30 / 1366 * 1366 * 1px)) * 1);
    font-size: calc(clamp(0px, calc(14 / 1366 * 100vw), calc(14 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-thema .lead {
    margin-top: calc(clamp(0px, calc(40 / 750 * 100vw), calc(40 / 750 * 100vw)) * 1);
    font-size: calc(clamp(0px, calc(24 / 750 * 100vw), calc(24 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-thema .thema-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-thema .thema-panel {
    margin-top: calc(clamp(0px, calc(50 / 1366 * 100vw), calc(50 / 1366 * 1366 * 1px)) * 1);
    gap: calc(clamp(0px, calc(10 / 1366 * 100vw), calc(10 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-thema .thema-panel {
    margin-top: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1);
    gap: calc(clamp(0px, calc(10 / 750 * 100vw), calc(10 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-thema .thema-panel .thema-item {
    width: calc(clamp(0px, calc(620 / 1366 * 100vw), calc(620 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-thema .thema-panel .thema-item {
    width: calc(clamp(0px, calc(340 / 750 * 100vw), calc(340 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-profile {
    margin-top: calc(clamp(0px, calc(50 / 1366 * 100vw), calc(50 / 1366 * 1366 * 1px)) * 1);
    padding: 0 calc(clamp(0px, calc(22 / 1366 * 100vw), calc(22 / 1366 * 1366 * 1px)) * 1);
    display: flex;
    align-items: center;
    gap: calc(clamp(0px, calc(40 / 1366 * 100vw), calc(40 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-profile {
    margin-top: calc(clamp(0px, calc(50 / 750 * 100vw), calc(50 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-profile .profile-img {
    width: calc(clamp(0px, calc(603 / 1366 * 100vw), calc(603 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-profile .profile-img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-profile .profile-txt {
    width: calc(clamp(0px, calc(460 / 1366 * 100vw), calc(460 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-profile .profile-txt {
    margin-top: calc(clamp(0px, calc(40 / 750 * 100vw), calc(40 / 750 * 100vw)) * 1);
    padding: 0 calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-profile .profile-txt .name {
  font-weight: bold;
  color: #082415;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-profile .profile-txt .name {
    font-size: calc(clamp(0px, calc(30 / 1366 * 100vw), calc(30 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-profile .profile-txt .name {
    font-size: calc(clamp(0px, calc(45 / 750 * 100vw), calc(45 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-profile .profile-txt .name .en {
  display: inline-block;
  letter-spacing: -0.02em;
  font-family: var(--font-heading);
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-profile .profile-txt .name .en {
    font-size: calc(clamp(0px, calc(40 / 1366 * 100vw), calc(40 / 1366 * 1366 * 1px)) * 1);
    margin-top: calc(clamp(0px, calc(12 / 1366 * 100vw), calc(12 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-profile .profile-txt .name .en {
    font-size: calc(clamp(0px, calc(59 / 750 * 100vw), calc(59 / 750 * 100vw)) * 1);
    margin-top: calc(clamp(0px, calc(15 / 750 * 100vw), calc(15 / 750 * 100vw)) * 1);
  }
}

#fashion-show-fw25 .section-profile .profile-txt .txt {
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  #fashion-show-fw25 .section-profile .profile-txt .txt {
    font-size: calc(clamp(0px, calc(16 / 1366 * 100vw), calc(16 / 1366 * 1366 * 1px)) * 1);
    margin-top: calc(clamp(0px, calc(30 / 1366 * 100vw), calc(30 / 1366 * 1366 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #fashion-show-fw25 .section-profile .profile-txt .txt {
    font-size: calc(clamp(0px, calc(28 / 750 * 100vw), calc(28 / 750 * 100vw)) * 1);
    margin-top: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
  }
}
/*# sourceMappingURL=common.css.map */
