@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
  */

body {
  margin: 0;
}

#lacoste-heritage {
  /*-----------------------------------
        reset css
    -----------------------------------*/
  margin: 0;
  background: #efefef;
  color: #082415;
  font-family: var(--font-default);
  line-height: 1;
}

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

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

#lacoste-heritage ol, #lacoste-heritage ul {
  list-style: none;
}

#lacoste-heritage blockquote, #lacoste-heritage q {
  quotes: none;
}

#lacoste-heritage blockquote:before, #lacoste-heritage blockquote:after,
#lacoste-heritage q:before, #lacoste-heritage q:after {
  content: '';
  content: none;
}

#lacoste-heritage table {
  border-collapse: collapse;
  border-spacing: 0;
}

#lacoste-heritage * {
  box-sizing: border-box;
}

#lacoste-heritage a {
  color: inherit;
  text-decoration: none;
}

#lacoste-heritage img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#lacoste-heritage picture {
  display: block;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  #lacoste-heritage .sp_only {
    display: none !important;
  }
}

#lacoste-heritage main section {
  width: 100%;
}

#lacoste-heritage main .title_wrap {
  background: #06532A;
  color: #fff;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  padding: 100px 50px;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .title_wrap {
    height: auto;
    margin-top: 100px;
    padding: 100px 20px;
  }
}

#lacoste-heritage main .title_wrap .title_inner .text01 span {
  display: block;
}

#lacoste-heritage main .title_wrap .title_inner .text01 .navttl {
  font-size: 18px;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .title_wrap .title_inner .text01 .navttl {
    font-size: 18px;
  }
}

#lacoste-heritage main .title_wrap .title_inner .text01 .en {
  font-family: var(--font-default);
  font-size: 14px;
  margin-bottom: 9px;
}

#lacoste-heritage main .title_wrap .title_inner .text01 .ja {
  font-size: 14px;
}

#lacoste-heritage main .title_wrap .title_inner .text02 {
  font-size: 80px;
  margin-top: 43px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .title_wrap .title_inner .text02 {
    font-family: var(--font-default);
    line-height: 1.2em;
    font-weight: 800;
    font-size: 35px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

#lacoste-heritage main .title_wrap .title_inner .text03 {
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .title_wrap .title_inner .text03 {
    font-weight: normal;
    font-size: 16px;
  }
}

#lacoste-heritage main .image_wrap.__styleW100 {
  width: 100%;
}

#lacoste-heritage main .image_wrap.__styleW100 img {
  width: 100%;
}

#lacoste-heritage main .movie_wrap {
  position: relative;
  height: 0;
  padding: 0 0 100%;
  overflow: hidden;
}

#lacoste-heritage main .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#lacoste-heritage main .movie_wrap iframe #player {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: auto;
}

#lacoste-heritage main .movie_wrap.__styleW100 {
  padding: 0 0 56.25%;
}

@media screen and (min-width: 769px) {
  #lacoste-heritage main .movie_wrap.__styleW100 {
    padding-bottom: 52.42857vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1400px) {
  #lacoste-heritage main .movie_wrap.__styleW100 {
    padding-bottom: 734px;
  }
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .movie_wrap.__styleW100 {
    padding-bottom: 154.29688vw;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #lacoste-heritage main .movie_wrap.__styleW100 {
    padding-bottom: 1185px;
  }
}

#lacoste-heritage main .movie_wrap.__style_mov_100p {
  width: 100%;
  height: auto;
  padding: unset;
}

#lacoste-heritage main .movie_wrap.__style_mov_100p video {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #lacoste-heritage main .movie_wrap.__style_mov_01 {
    padding-bottom: 52.39454094%;
  }
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .movie_wrap.__style_mov_01 {
    padding-bottom: 154.3737886%;
  }
}

@media screen and (min-width: 769px) {
  #lacoste-heritage main .movie_wrap.__style_mov_02 {
    padding-bottom: 52.32320937%;
  }
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .movie_wrap.__style_mov_02 {
    padding-bottom: 154.3737886%;
  }
}

@media screen and (min-width: 769px) {
  #lacoste-heritage main .movie_wrap.__style_mov_03 {
    padding-bottom: 52.39410223%;
  }
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .movie_wrap.__style_mov_03 {
    padding-bottom: 154.3732377%;
  }
}

@media screen and (min-width: 769px) {
  #lacoste-heritage main .movie_wrap.__style_mov_04 {
    padding-bottom: 52.39437908%;
  }
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .movie_wrap.__style_mov_04 {
    padding-bottom: 144.252299%;
  }
}

@media screen and (min-width: 769px) {
  #lacoste-heritage main .movie_wrap.__style_mov_05 {
    padding-bottom: 52.39410223%;
  }
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .movie_wrap.__style_mov_05 {
    padding-bottom: 154.3737886%;
  }
}

@media screen and (min-width: 769px) {
  #lacoste-heritage main .movie_wrap.__style_mov_06 {
    padding-bottom: 52.39437908%;
  }
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .movie_wrap.__style_mov_06 {
    padding-bottom: 87.71895425%;
  }
}

@media screen and (min-width: 769px) {
  #lacoste-heritage main .movie_wrap.__style_mov_12 {
    padding-bottom: 52.39437908%;
  }
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .movie_wrap.__style_mov_12 {
    padding-bottom: 100%;
  }
}

@media screen and (min-width: 769px) {
  #lacoste-heritage main .movie_wrap.__style_mov_20 {
    padding-bottom: 56.25%;
  }
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .movie_wrap.__style_mov_20 {
    padding-bottom: 154.29688vw;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #lacoste-heritage main .movie_wrap.__style_mov_20 {
    padding-bottom: 1185px;
  }
}

#lacoste-heritage main .detail_wrap {
  margin-bottom: 145px;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap {
    margin-bottom: 40px;
  }
}

#lacoste-heritage main .detail_wrap .detail_inner .detail_title {
  font-size: 18px;
  margin-bottom: 14px;
  padding-top: 27px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap .detail_inner .detail_title {
    line-height: 1.2em;
    text-align: center;
  }
}

#lacoste-heritage main .detail_wrap .detail_inner .detail_title.__styleOut {
  width: 150%;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap .detail_inner .detail_title.__styleOut {
    width: auto;
  }
}

#lacoste-heritage main .detail_wrap .detail_inner .detail_text {
  font-size: 14px;
  line-height: 1.71;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap .detail_inner .detail_text {
    text-align: center;
  }
}

#lacoste-heritage main .detail_wrap.__style01 .detail_inner {
  width: 27.5vw;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__style01 .detail_inner {
    width: 100%;
  }
}

#lacoste-heritage main .detail_wrap.__style02 .detail_inner {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__style02 .detail_inner {
    flex-flow: column nowrap;
    row-gap: 40px;
  }
}

#lacoste-heritage main .detail_wrap.__style02 .detail_inner .detail_small {
  width: 26.875vw;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__style02 .detail_inner .detail_small {
    width: 100%;
  }
}

#lacoste-heritage main .detail_wrap.__style02 .detail_inner .detail_large {
  width: 55.06944vw;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__style02 .detail_inner .detail_large {
    width: 100%;
  }
}

#lacoste-heritage main .detail_wrap.__style02 .detail_inner .detail_large .detail_text {
  width: 27.5vw;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__style02 .detail_inner .detail_large .detail_text {
    width: 100%;
  }
}

#lacoste-heritage main .detail_wrap.__style03 .detail_inner .detail_small {
  padding-top: 13.19444vw;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__style03 .detail_inner .detail_small {
    padding-top: 0;
  }
}

#lacoste-heritage main .detail_wrap.__style04 .detail_inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__style04 .detail_inner {
    flex-flow: column nowrap;
    row-gap: 40px;
  }
}

#lacoste-heritage main .detail_wrap.__style04 .detail_inner .detail_small {
  width: 18.75vw;
  top: 27.77778vw;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__style04 .detail_inner .detail_small {
    width: 100%;
    position: relative;
    top: auto;
  }
}

#lacoste-heritage main .detail_wrap.__style04 .detail_inner .detail_large {
  width: 69.09722vw;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__style04 .detail_inner .detail_large {
    width: 100%;
  }
}

#lacoste-heritage main .detail_wrap.__style05 .detail_inner {
  position: relative;
}

#lacoste-heritage main .detail_wrap.__style05 .detail_inner .detail_small {
  width: 18.75vw;
  top: 21.52778vw;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__style05 .detail_inner .detail_small {
    width: 100%;
    position: relative;
    top: auto;
  }
}

#lacoste-heritage main .detail_wrap.__style05 .detail_inner .detail_large {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__style06 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__styleSPreverse .detail_inner {
    display: flex;
    flex-flow: column-reverse nowrap;
    row-gap: 0;
  }
}

#lacoste-heritage main .detail_wrap.__styleLast {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .detail_wrap.__styleLast {
    padding-bottom: 100px;
  }
}

#lacoste-heritage main .w_1200 {
  width: 100%;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .w_1200 {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #lacoste-heritage main .w_1200 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #lacoste-heritage main .w_1200 {
    padding-right: 30px;
  }
}

#lacoste-heritage main .link-round {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .link-round {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}

#lacoste-heritage main .link-round a {
  display: flex;
  width: 200px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50px;
  padding: 0 2em 0 .5em;
}

#lacoste-heritage main .link-round a:hover {
  cursor: pointer;
  opacity: .8;
}

#lacoste-heritage main .link-round a span {
  position: relative;
}

#lacoste-heritage main .link-round a span::before, #lacoste-heritage main .link-round a span::after {
  position: absolute;
  margin: auto;
  content: '';
  vertical-align: middle;
}

#lacoste-heritage main .link-round a span::before {
  right: -1.6em;
  width: 14px;
  max-width: 14px;
  height: 1px;
  background: #000;
  top: 40%;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .link-round a span::before {
    height: 2px;
    width: 35px;
  }
}

#lacoste-heritage main .link-round a span::after {
  right: -1.6em;
  width: 5px;
  height: 5px;
  max-width: 5px;
  max-height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  top: 22%;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .link-round a span::after {
    border-width: 2px;
    width: 9px;
    height: 9px;
  }
}

#lacoste-heritage main .sec00 .mv_wrap {
  width: 100%;
  max-width: 100%;
  background-image: -webkit-image-set(url("https://assets.lacoste.jp/system/media_libraries/lax3872/mv.jpg") 2x);
  background-image: image-set(url("https://assets.lacoste.jp/system/media_libraries/lax3872/mv.jpg") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 29.86111vw;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .sec00 .mv_wrap {
    height: 103.25521vw;
    background-image: url("https://assets.lacoste.jp/system/media_libraries/lax3872/mv.sp.jpg");
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #lacoste-heritage main .sec00 .mv_wrap {
    height: 793px;
  }
}

#lacoste-heritage main .sec00 .lead_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.76389vw;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .sec00 .lead_wrap {
    height: 61.19792vw;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #lacoste-heritage main .sec00 .lead_wrap {
    height: 470px;
  }
}

#lacoste-heritage main .sec00 .lead_wrap .lead_inner {
  text-align: center;
}

#lacoste-heritage main .sec00 .lead_wrap .lead_inner .text01 {
  font-weight: bold;
  font-family: var(--font-default);
  font-size: 0.76389vw;
  display: block;
  margin-bottom: 0.55556vw;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .sec00 .lead_wrap .lead_inner .text01 {
    font-size: 2.08333vw;
    margin-bottom: 1.95312vw;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #lacoste-heritage main .sec00 .lead_wrap .lead_inner .text01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #lacoste-heritage main .sec00 .lead_wrap .lead_inner .text01 {
    margin-bottom: 15px;
  }
}

#lacoste-heritage main .sec00 .lead_wrap .lead_inner .text02 {
  font-weight: bold;
  font-size: 0.97222vw;
  display: block;
  color: #285f40;
  margin-bottom: 1.31944vw;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .sec00 .lead_wrap .lead_inner .text02 {
    font-size: 2.60417vw;
    margin-bottom: 4.55729vw;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #lacoste-heritage main .sec00 .lead_wrap .lead_inner .text02 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #lacoste-heritage main .sec00 .lead_wrap .lead_inner .text02 {
    margin-bottom: 35px;
  }
}

#lacoste-heritage main .sec00 .lead_wrap .lead_inner .text03 {
  font-weight: bold;
  font-size: 2.43056vw;
  display: block;
  color: #061803;
  margin-bottom: 0.97222vw;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .sec00 .lead_wrap .lead_inner .text03 {
    font-size: 6.25vw;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #lacoste-heritage main .sec00 .lead_wrap .lead_inner .text03 {
    font-size: 48px;
  }
}

#lacoste-heritage main .sec01 .title_wrap {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  #lacoste-heritage main .sec09 .title_wrap {
    margin-top: 180px;
  }
}

#lacoste-heritage main .sec04 .title_wrap,
#lacoste-heritage main .sec06 .title_wrap,
#lacoste-heritage main .sec07 .title_wrap,
#lacoste-heritage main .sec08 .title_wrap,
#lacoste-heritage main .sec10 .title_wrap {
  margin-bottom: 145px;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage main .sec04 .title_wrap,
  #lacoste-heritage main .sec06 .title_wrap,
  #lacoste-heritage main .sec07 .title_wrap,
  #lacoste-heritage main .sec08 .title_wrap,
  #lacoste-heritage main .sec10 .title_wrap {
    margin-bottom: 20px;
  }
}

#lacoste-heritage nav {
  /*========= ナビゲーションのためのCSS ===============*/
  /*========= ボタンのためのCSS ===============*/
  position: relative;
}

#lacoste-heritage nav #g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 300px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.6s;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage nav #g-nav {
    right: -130.20833vw;
    width: 75%;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #lacoste-heritage nav #g-nav {
    right: -1000px;
  }
}

#lacoste-heritage nav #g-nav.panelactive {
  right: 0;
}

#lacoste-heritage nav #g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#lacoste-heritage nav #g-nav ul {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: right;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage nav #g-nav ul {
    padding-bottom: 100px;
  }
}

#lacoste-heritage nav #g-nav ul li a {
  transition: all 0.5s;
  color: #fff;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 19px;
  column-gap: 19px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage nav #g-nav ul li a {
    font-size: 15px;
    padding-top: .8em;
    padding-bottom: .8em;
  }
}

#lacoste-heritage nav #g-nav ul li a span {
  display: block;
}

#lacoste-heritage nav #g-nav ul li a span.title {
  padding-right: 5em;
}

#lacoste-heritage nav #g-nav ul li a span.num {
  width: 3.5em;
  font-weight: bold;
  font-family: var(--font-default);
  text-align: left;
  position: absolute;
  top: .5em;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage nav #g-nav ul li a span.num {
    top: .2em;
  }
}

#lacoste-heritage nav #g-nav ul li a span.num::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: .1em;
  display: block;
}

#lacoste-heritage nav #g-nav ul li.__now a {
  transition: all 0.5s;
  font-size: 20px;
  padding-top: 25px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage nav #g-nav ul li.__now a {
    font-size: 20px;
    padding-top: 1em;
  }
}

#lacoste-heritage nav #g-nav ul li.__now a span.title {
  padding-right: 4em;
}

#lacoste-heritage nav #g-nav ul li.__now a span.num::after {
  height: 2px;
  margin-top: .2em;
}

#lacoste-heritage nav #g-nav ul li:hover {
  opacity: .8;
}

#lacoste-heritage nav .openbtn {
  width: 120px;
  height: 46px;
  border-radius: 100px;
  background: #06532A;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 155px;
  right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage nav .openbtn {
    width: 160px;
    height: 45px;
    top: auto;
    bottom: 30px;
  }
}

#lacoste-heritage nav .openbtn:hover {
  cursor: pointer;
  opacity: .8;
}

#lacoste-heritage nav .openbtn::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid .1em #fff;
  border-right: solid .1em #fff;
  transform: rotate(-135deg);
  position: absolute;
  left: 20px;
  transition: all .4s;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage nav .openbtn::before {
    left: 30px;
    width: 10px;
    height: 10px;
  }
}

#lacoste-heritage nav .openbtn span {
  display: inline-block;
  transition: all .4s;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding-left: 1em;
}

#lacoste-heritage nav .openbtn span::before {
  content: 'チャプター';
  transition: all .4s;
}

#lacoste-heritage nav .openbtn.active::before, #lacoste-heritage nav .openbtn.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: .1em;
  height: 15px;
  background: #fff;
  transition: all .4s;
  border-top: 0;
  border-right: 0;
}

@media screen and (max-width: 767px) {
  #lacoste-heritage nav .openbtn.active::before, #lacoste-heritage nav .openbtn.active::after {
    left: 30px;
    height: 14px;
  }
}

#lacoste-heritage nav .openbtn.active::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#lacoste-heritage nav .openbtn.active::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#lacoste-heritage nav .openbtn.active span::before {
  content: '閉じる';
}

#lacoste-heritage .fade {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s  ease-in-out;
}

#lacoste-heritage .fade.active {
  opacity: 1;
  transform: translateY(0px);
}
/*# sourceMappingURL=common.css.map */
