@charset "UTF-8";
@font-face {
  font-family: "Nissan Brand";
  font-weight: 300;
  font-style: normal;
  src: url(/COMMON/GN/FONTS/NissanBrandW01-Light.eot);
  src: url(/COMMON/GN/FONTS/NissanBrandW01-Light.eot?#iefix) format("embedded-opentype"), url(/COMMON/GN/FONTS/NissanBrandW01-Light.woff) format("woff"), url(/COMMON/GN/FONTS/NissanBrandW01-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Nissan Brand";
  font-weight: 400;
  font-style: normal;
  src: url(../FONT/NissanBrand-Regular.eot);
  src: url(../FONT/NissanBrand-Regular.eot?#iefix) format("embedded-opentype"), url(../FONT/NissanBrand-Regular.woff) format("woff"), url(../FONT/NissanBrand-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Nissan Brand";
  font-weight: 700;
  font-style: normal;
  src: url(/COMMON/GN/FONTS/NissanBrandW01-Bold.eot);
  src: url(/COMMON/GN/FONTS/NissanBrandW01-Bold.eot?#iefix) format("embedded-opentype"), url(/COMMON/GN/FONTS/NissanBrandW01-Bold.woff) format("woff"), url(/COMMON/GN/FONTS/NissanBrandW01-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "ShinGo";
  font-weight: 400;
  font-style: normal;
  src: url(/COMMON/GN/FONTS/PUDShinGoPr6N-Regular.eot);
  src: url(/COMMON/GN/FONTS/PUDShinGoPr6N-Regular.eot?#iefix) format("embedded-opentype"), url(/COMMON/GN/FONTS/PUDShinGoPr6N-Regular.woff) format("woff"), url(/COMMON/GN/FONTS/PUDShinGoPr6N-Regular.ttf) format("truetype");
}
/* reset
------------------------------------------------ */
body, div, pre, p, a, img, form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object,
figure, figcaption {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Nissan Brand", "新ゴ L", "Shin Go Light", nissan-brand-l, Helvetica Neue, Arial, Shin Go Light, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  letter-spacing: 2px;
  color: #333;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: none;
  vertical-align: top;
}

picture {
  display: block;
  position: relative;
  width: 100%;
}

a {
  text-decoration: underline;
  color: #333;
}

.device-click a {
  transition: ease 1s;
}

.device-click a:hover {
  text-decoration: none;
}

.t-dq {
  font-family: "新ゴ L", "Shin Go Light", nissan-brand-l, Helvetica Neue, Arial, Shin Go Light, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-style: normal;
}

.en {
  font-size: 115%;
}

.en-bbq {
  font-size: 120%;
}

@media screen and (max-width: 768px) {
  .visible-sp {
    display: inherit !important;
  }

  .visible-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .visible-sp {
    display: none !important;
  }

  .visible-pc {
    display: inherit !important;
  }
}
/* common
------------------------------------------------ */
.main-container-wrapper {
  position: relative;
  overflow-x: hidden;
}

.wrap {
  position: relative;
}

.comingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

.lazy-show {
  transition: transform ease 1s, opacity ease 1s;
  transform: translateY(60px);
  opacity: 0;
}

.lazy-show-done {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .wrap {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1120px;
  }

  .comingsoon {
    font-size: 6rem;
  }
}
/* visual
------------------------------------------------ */
.lptop-visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  z-index: -1;
}

.lptop-visual > .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lptop-logo,
.lptop-visual-copy,
.lptop-visual-logo {
  position: absolute;
}

.lptop-logo {
  top: 2.9985007496%;
  left: 5.3333333333%;
  width: 10.6666666667%;
}

.lptop-visual-copy {
  top: 35.0824587706%;
  left: 9.1333333334%;
  width: 81.7333333333%;
  text-align: center;
}

.lptop-visual-logo {
  top: 60.5697151424%;
  left: 18.6%;
  margin: 0;
  width: 62.8%;
  font-size: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .lptop-visual {
    background-image: url(../ASSETS/IMAGE/visual.jpg);
  }
}
@media screen and (min-width: 769px) {
  .lptop-visual {
    background-image: url(../ASSETS/IMAGE/visual-pc.jpg);
  }

  .lptop-logo {
    top: 52px;
    left: 67px;
    width: 80px;
  }

  .lptop-visual-copy {
    top: 38%;
    left: calc(50vw - 330.5px);
    width: 661px;
  }

  .lptop-visual-logo {
    top: 68.3950617284%;
    left: calc(50vw - 163px);
    width: 326px;
  }
}
/* content
------------------------------------------------ */
.lptop-content {
  position: relative;
  margin-top: 100vh;
  background: #fff;
  scroll-snap-align: start;
  z-index: 10;
}

/* top
------------------------------------------------ */
.lptop-top {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .lptop-top {
    background-image: url(../ASSETS/IMAGE/top_bg.jpg);
  }
}
@media screen and (min-width: 769px) {
  .lptop-top {
    background-image: url(../ASSETS/IMAGE/top_bg-pc.jpg);
  }
}
/* introduce
------------------------------------------------ */
.lptop-introduce {
  position: relative;
}

.lptop-introduce-title {
  position: relative;
  margin: 0 auto 45px;
  width: 87.0666666667%;
  z-index: 2;
}

.lptop-introduce-lead {
  position: relative;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.0833333333;
  z-index: 2;
}

.lptop-introduce-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.lptop-introduce-bg--item {
  position: absolute;
}

.lptop-introduce-bg--item:nth-of-type(1) {
  top: 24.1666666667%;
  right: -3.2%;
  width: 32%;
}

.lptop-introduce-bg--item:nth-of-type(2) {
  top: 41.0833333333%;
  left: 0;
  width: 36.2666666667%;
}

.lptop-introduce-bg--item:nth-of-type(3) {
  bottom: 0;
  right: -2.1333333333%;
  width: 45.2%;
}

@media screen and (max-width: 768px) {
  .lptop-introduce > .wrap {
    padding: 80px 0 90px;
  }

  .lptop-introduce-bg {
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .lptop-introduce > .wrap {
    padding: 180px 20px 160px;
  }

  .lptop-introduce-title {
    margin-bottom: 60px;
    width: 47.4074074074%;
  }

  .lptop-introduce-lead {
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 2.6;
  }

  .lptop-introduce-bg--item:nth-of-type(1) {
    top: 142px;
    right: 32px;
    width: 21.4285714286%;
  }

  .lptop-introduce-bg--item:nth-of-type(2) {
    top: 351px;
    left: 20px;
    width: 24%;
  }

  .lptop-introduce-bg--item:nth-of-type(3) {
    bottom: 0;
    right: 62px;
    width: 30.2678571429%;
  }
}
/* concept
------------------------------------------------ */
.lptop-concept {
  position: relative;
  padding: 65px 0 90px;
}

.lptop-concept-movie {
  position: relative;
}

.lptop-concept-movie__hd {
  position: relative;
}

.lptop-concept-movie--title {
  position: relative;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.lptop-concept-movie--title:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 11px;
  height: 1px;
  background: #333;
}

.lptop-concept-movie--copy {
  margin-top: 12px;
  font-size: 32px;
  letter-spacing: 0.0375em;
  line-height: 1.375;
}

.lptop-concept-movie__video {
  position: relative;
  padding-bottom: 52%;
  width: 86.6666666667%;
  height: 0;
}

.lptop-concept-movie__video > a,
.lptop-concept-movie__video > .player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lptop-concept-movie__video > a {
  z-index: 2;
}

.lptop-concept-movie__video > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lptop-concept-movie__video > .player {
  z-index: 1;
}

.lptop-concept-movie--lead {
  padding: 0 30px;
  font-size: 12px;
  letter-spacing: 0.0625em;
  line-height: 2.0833333333;
}

.lptop-concept-movie--lead > p + p {
  margin-top: 1.8em;
}

.lptop-concept-course {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.lptop-concept-course--item {
  position: relative;
}

.lptop-concept-course--item > a {
  display: block;
  position: relative;
  text-decoration: none;
}

.lptop-concept-course--num {
  position: absolute;
  top: -16px;
  left: 12px;
  font-size: 27.06px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  z-index: 2;
}

.lptop-concept-course--photo {
  position: relative;
  z-index: 1;
}

.lptop-concept-course--text {
  margin: 6px 2px 0 0;
  text-align: right;
  font-size: 12.06px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.device-click .lptop-concept-course--item > a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .lptop-concept-movie__hd {
    padding: 0 20px;
  }

  .lptop-concept-movie__video {
    margin: 30px 0 0 auto;
  }

  .lptop-concept-movie--lead {
    margin-top: 42px;
  }

  .lptop-concept-course {
    margin: 62px 30px 0;
  }

  .lptop-concept-course--item {
    margin: -22.2222222222% 9.2063492064% 0 0;
    width: 45.3968253968%;
  }

  .lptop-concept-course--item:first-child {
    margin-top: 0;
  }

  .lptop-concept-course--item:nth-of-type(2n) {
    margin: 45.2380952381% 0 0;
  }
}
@media screen and (min-width: 769px) {
  .lptop-concept {
    padding: 108px 0 190px;
  }

  .lptop-concept-movie__hd {
    pointer-events: none;
    position: relative;
    padding-bottom: 52%;
    z-index: 2;
  }

  .lptop-concept-movie--title {
    padding-left: 46px;
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.2;
  }

  .lptop-concept-movie--title:before {
    top: 8px;
    left: 7px;
    width: 23px;
    height: 2px;
  }

  .lptop-concept-movie--copy {
    font-size: 60px;
    letter-spacing: 0.075em;
    line-height: 1.3993333333;
  }

  .lptop-concept-movie--copy span {
    color: #fff;
  }

  .lptop-concept-movie__video {
    position: absolute;
    top: 220px;
    right: 33px;
    padding-bottom: 42.4074074074%;
    width: 69.4444444444%;
    z-index: 1;
  }

  .lptop-concept-movie__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .lptop-concept-movie--lead {
    padding: 0 100px;
    font-size: 15px;
    letter-spacing: 0.125em;
    line-height: 2.4;
  }

  .lptop-concept-movie--lead > p + p {
    margin-top: 1.8em;
  }

  .lptop-concept-course {
    flex-flow: row-reverse;
    margin-top: -100px;
  }

  .lptop-concept-course--item {
    margin-left: 5.0925925926%;
    width: 26.4814814815%;
  }

  .lptop-concept-course--item:nth-of-type(3n) {
    margin: 39.8148148148% 0 0;
  }

  .lptop-concept-course--item:nth-of-type(3n+2) {
    margin-top: 19.9074074074%;
  }

  .lptop-concept-course--item:nth-of-type(3n+1) {
    margin-right: 2.1296296296%;
  }

  .lptop-concept-course--num {
    top: -32px;
    left: 22px;
    font-size: 54px;
    letter-spacing: 0.08em;
  }

  .lptop-concept-course--text {
    margin: 26px 0 0;
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}
/* course
------------------------------------------------ */
.lptop-course {
  position: relative;
}

.lptop-course-title {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 3;
}

.lptop-course-title .en,
.lptop-course-title .ja {
  display: block;
  font-weight: normal;
  line-height: 1.2;
}

.lptop-course-title .en {
  font-size: 10.5px;
  letter-spacing: 0.04em;
}

.lptop-course-title .ja {
  margin: 12px auto 0;
  width: 70.1333333333%;
}

.lptop-course-lists--item {
  position: relative;
  color: #fff;
}

.lptop-course-lists__content {
  position: relative;
  padding: 50px 20px 80px;
  z-index: 2;
}

.lptop-course-lists__info {
  position: relative;
  z-index: 2;
}

.lptop-course-lists--num {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.lptop-course-lists--title {
  margin-top: 8px;
  font-size: 31px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.lptop-course-lists__explain {
  margin: 34px 30px 0;
}

.lptop-course-lists__explain--copy {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.lptop-course-lists__explain--text {
  margin-top: 16px;
  font-size: 11px;
  letter-spacing: 0.015em;
  line-height: 2.2;
}

.lptop-course-lists--map {
  position: relative;
  z-index: 1;
}

.lptop-course-lists__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0;
}

.lptop-course-lists__slide__frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lptop-course-lists__slide__move {
  display: flex;
  width: 100%;
  height: 100%;
}

.lptop-course-lists__slide--item {
  position: relative;
  width: 100vw;
  height: 100%;
}

.lptop-course-lists__slide--item picture {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.lptop-course-lists__slide--item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lptop-course-lists__slide__bullets {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 3;
}

.lptop-course-lists__slide__bullets > a {
  display: block;
  margin: 0 2px;
  width: 30px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}

.lptop-course-lists__slide__bullets > a.active {
  background: #fff;
}

.lptop-course-lists--item:nth-of-type(1) .lptop-course-lists__content {
  padding-top: 130px;
}

.lptop-course-lists--item:nth-of-type(1) .lptop-course-lists--map {
  width: 71.0666666667%;
}

.lptop-course-lists--item:nth-of-type(2) .lptop-course-lists--map {
  width: 64.6666666667%;
}

.lptop-course-lists--item:nth-of-type(3) .lptop-course-lists--map {
  width: 58.5333333333%;
}

.device-click .lptop-course-lists__slide__bullets > a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .lptop-course-lists--map {
    margin: 8px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .lptop-course-title {
    top: 112px;
  }

  .lptop-course-title .en {
    font-size: 24px;
    letter-spacing: 0.08em;
  }

  .lptop-course-title .ja {
    margin-top: 32px;
    width: 526px;
  }

  .lptop-course-lists__content {
    padding: 200px 0 240px;
  }

  .lptop-course-lists__info {
    width: 56.4814814815%;
  }

  .lptop-course-lists--num {
    font-size: 34px;
    letter-spacing: 0.08em;
  }

  .lptop-course-lists--title {
    margin-top: 20px;
    font-size: 54px;
    letter-spacing: 0.04em;
  }

  .lptop-course-lists__explain {
    margin: 40px 0 0;
    width: 86.2295081967%;
  }

  .lptop-course-lists__explain--copy {
    font-size: 22px;
    letter-spacing: 0.08em;
  }

  .lptop-course-lists__explain--text {
    margin-top: 24px;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 2.1333333333;
  }

  .lptop-course-lists--map {
    position: absolute;
    top: 0;
  }

  .lptop-course-lists__slide__bullets {
    bottom: 50px;
    height: 5px;
  }

  .lptop-course-lists__slide__bullets > a {
    margin: 0 5px;
    width: 60px;
  }

  .lptop-course-lists--item:nth-of-type(odd) .lptop-course-lists__explain {
    margin-left: 35px;
  }

  .lptop-course-lists--item:nth-of-type(odd) .lptop-course-lists--map {
    right: 0;
  }

  .lptop-course-lists--item:nth-of-type(even) .lptop-course-lists__info {
    margin-left: auto;
  }

  .lptop-course-lists--item:nth-of-type(even) .lptop-course-lists--map {
    left: 0;
  }

  .lptop-course-lists--item:nth-of-type(1) .lptop-course-lists__content {
    padding-top: 260px;
  }

  .lptop-course-lists--item:nth-of-type(1) .lptop-course-lists--map {
    right: 30px;
    width: 38.5714285714%;
  }

  .lptop-course-lists--item:nth-of-type(2) .lptop-course-lists--map {
    left: -20px;
    width: 36.9642857143%;
  }

  .lptop-course-lists--item:nth-of-type(3) .lptop-course-lists--map {
    right: 52px;
    width: 30.8928571429%;
  }
}
/* media
------------------------------------------------ */
.lptop-media {
  position: relative;
  padding: 75px 0;
  background: #eee;
}

.lptop-media-lead {
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.0375em;
  line-height: 2;
}

.lptop-media-lists--item {
  position: relative;
  text-align: center;
}

.lptop-media-lists--item:after {
  content: "";
  position: absolute;
  background: #bababa;
}

.lptop-media-lists--item:last-child:after {
  display: none;
}

.lptop-media-lists--text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.lptop-media-lists--photo {
  margin: 0 auto;
}

.lptop-media-lists--photo > a {
  display: block;
  width: 100%;
}

.lptop-media-lists--photo picture {
  display: block;
  width: 100%;
}

.device-click .lptop-media-lists--photo > a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .lptop-media-lists--item {
    margin: 0 auto;
    padding: 40px 0;
  }

  .lptop-media-lists--item:after {
    bottom: 0;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 1px;
  }

  .lptop-media-lists--camphack .lptop-media-lists--photo {
    width: 29.0666666667%;
  }

  .lptop-media-lists--goout .lptop-media-lists--photo {
    width: 30.2666666667%;
  }

  .lptop-media-lists--oceans .lptop-media-lists--photo {
    width: 26.8%;
  }
}
@media screen and (min-width: 769px) {
  .lptop-media {
    padding: 90px 0 110px;
  }

  .lptop-media-lead {
    margin-bottom: 60px;
    font-size: 17px;
    letter-spacing: 0.075em;
  }

  .lptop-media-lists {
    display: flex;
  }

  .lptop-media-lists--item {
    width: 33.3333333333%;
  }

  .lptop-media-lists--item:after {
    top: 50%;
    right: 0;
    margin-top: -30px;
    width: 1px;
    height: 60px;
  }

  .lptop-media-lists--text {
    font-size: 15px;
    letter-spacing: 0.04em;
  }

  .lptop-media-lists--camphack .lptop-media-lists--photo {
    width: 58.6111111111%;
  }

  .lptop-media-lists--goout .lptop-media-lists--photo {
    width: 67.7777777778%;
  }

  .lptop-media-lists--oceans .lptop-media-lists--photo {
    width: 60.5555555556%;
  }
}
/* item
------------------------------------------------ */
.lptop-item {
  position: relative;
  padding: 50px 0 58px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.lptop-item-title {
  margin: 0 auto 40px;
  width: 57.6%;
}

.lptop-item-title:after {
  content: "";
  display: block;
  margin: 23px auto 0;
  width: 40px;
  height: 2px;
  background: #333;
}

.lptop-item-copy {
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
}

.lptop-item-text {
  margin-top: 10px;
  text-decoration: underline;
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: 1.8947368421;
}

.lptop-item-slide {
  position: relative;
  margin-top: 42px;
}

.lptop-item-slide__box {
  position: relative;
  width: 100%;
  margin-top: 72px;
}

.lptop-item-slide__box:first-child {
  margin-top: 0;
}

.lptop-item-slide__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.lptop-item-slide__move {
  display: flex;
  position: relative;
}

.lptop-item-slide--item {
  position: relative;
}

.lptop-item-slide--item figure {
  display: block;
  width: 100%;
}

.lptop-item-slide--item figcaption {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0.0125em;
  line-height: 1.5;
}

.lptop-item-slide__num {
  position: absolute;
  top: -52px;
  right: 21.8666666667%;
  width: 80px;
  height: 90px;
}

.lptop-item-slide__num:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: rotate(-54deg);
  width: 110px;
  height: 1px;
  background: #000;
}

.lptop-item-slide__num--current,
.lptop-item-slide__num--total {
  position: absolute;
  line-height: 1.2;
}

.lptop-item-slide__num--current {
  top: 10px;
  left: 8px;
  font-size: 14.215px;
  letter-spacing: 0.0375em;
}

.lptop-item-slide__num--total {
  top: 32px;
  right: 0;
  font-size: 13.6px;
  letter-spacing: 0.015em;
}

.lptop-item-slide--direct {
  position: absolute;
  top: 0;
  margin-top: -32px;
  width: 35px;
  height: 64px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.lptop-item-slide--direct--prev {
  left: 0;
  background-image: url(../ASSETS/IMAGE/slide_prev.png);
}

.lptop-item-slide--direct--next {
  right: 0;
  background-image: url(../ASSETS/IMAGE/slide_next.png);
}

.lptop-item-btm {
  margin: 20px 50px 0;
}

.lptop-item-lead {
  font-size: 11px;
  line-height: 2.0909090909;
}

.lptop-item-lead > p + p {
  margin-top: 1em;
}

.lptop-item-lead .link {
  font-size: 14px;
}

.lptop-item-btn {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.lptop-item-btn > a {
  display: block;
  padding: 17px 0;
  width: 100%;
  background: #222;
  text-decoration: none;
  color: #fff;
}

.device-click .lptop-item-btn > a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .lptop-item-info {
    padding: 0 20px;
  }

  .lptop-item {
    background-image: url(../ASSETS/IMAGE/item_bg.jpg);
  }

  .lptop-item-slide--direct {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .lptop-item {
    padding: 118px 0 128px;
    background-image: url(../ASSETS/IMAGE/item_bg-pc.jpg);
  }

  .lptop-item-title {
    margin-bottom: 100px;
    width: 528px;
  }

  .lptop-item-title:after {
    margin-top: 42px;
    width: 72px;
  }

  .lptop-item-info {
    padding-left: 240px;
  }

  .lptop-item-copy {
    font-size: 30px;
    letter-spacing: 0.08em;
  }

  .lptop-item-text {
    font-size: 23px;
    letter-spacing: 0.04em;
  }

  .lptop-item-slide {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    margin: 110px auto 0;
    padding: 0 90px;
    max-width: 980px;
  }

  .lptop-item-slide__box {
    margin-top: 130px;
    width: 44.3037974684%;
  }

  .lptop-item-slide__num {
    top: -86px;
    right: 0;
    width: 130px;
    height: 148px;
  }

  .lptop-item-slide__num:after {
    width: 180px;
  }

  .lptop-item-slide__num--current {
    top: 10px;
    left: 12px;
    font-size: 23px;
    letter-spacing: 0.075em;
  }

  .lptop-item-slide__num--total {
    top: 40px;
    font-size: 22px;
    letter-spacing: 0.03em;
  }

  .lptop-item-slide--item figcaption {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 1.6666666667;
  }

  .lptop-item-btm {
    margin: 80px auto 0;
    max-width: 633px;
  }

  .lptop-item-lead {
    font-size: 15px;
    line-height: 2.0909090909;
  }

  .lptop-item-lead .link {
    font-size: 16px;
  }

  .lptop-item-btn {
    margin-top: 56px;
    font-size: 16px;
  }

  .lptop-item-btn > a {
    padding: 25px 0;
  }
}
/* kicks
------------------------------------------------ */
.lptop-kicks {
  position: relative;
  padding-top: 85px;
}

.lptop-kicks-title {
  margin: 0 auto 52px;
  width: 63.8666666667%;
}

.lptop-kicks-title:after {
  content: "";
  display: block;
  margin: 23px auto 0;
  width: 40px;
  height: 2px;
  background: #333;
}

.lptop-kicks-lists--item {
  position: relative;
  margin-top: 60px;
}

.lptop-kicks-lists--item:first-child {
  margin-top: 0;
}

.lptop-kicks-lists--copy {
  margin-bottom: 20px;
  line-height: 1.2;
}

.lptop-kicks-lists--text {
  font-size: 12px;
  line-height: 2;
}

.lptop-kicks-attention {
  margin: 55px 50px 0;
  padding: 20px;
  background: #eee;
}

.lptop-kicks-attention__lists--item {
  position: relative;
  padding-left: 20px;
  font-size: 9px;
  letter-spacing: 0.02em;
  line-height: 2;
}

.lptop-kicks-attention__lists--item .num {
  position: absolute;
  top: 0;
  left: 0;
}

.lptop-kicks-lists--item:nth-of-type(1) .lptop-kicks-lists--copy {
  width: 95.6363636364%;
}

.lptop-kicks-lists--item:nth-of-type(2) .lptop-kicks-lists--copy {
  width: 58.3636363636%;
}

.lptop-kicks-lists--item:nth-of-type(3) .lptop-kicks-lists--copy {
  width: 77.2727272727%;
}

.lptop-kicks-lists--item:nth-of-type(4) .lptop-kicks-lists--copy {
  width: 66%;
}

@media screen and (max-width: 768px) {
  .lptop-kicks-lists {
    margin: 0 50px;
  }

  .lptop-kicks-lists__info {
    margin-top: 28px;
  }
}
@media screen and (min-width: 769px) {
  .lptop-kicks {
    padding-top: 85px;
  }

  .lptop-kicks-title {
    margin-bottom: 106px;
    width: 697px;
  }

  .lptop-kicks-title:after {
    margin-top: 42px;
    width: 72px;
  }

  .lptop-kicks-lists--item {
    display: flex;
    align-items: center;
    margin-top: 100px;
  }

  .lptop-kicks-lists--photo {
    width: 50%;
  }

  .lptop-kicks-lists__info {
    width: 50%;
  }

  .lptop-kicks-lists--copy {
    margin-bottom: 30px;
  }

  .lptop-kicks-lists--text {
    font-size: 16px;
  }

  .lptop-kicks-attention {
    margin: 107px 0 0;
    padding: 35px 40px;
  }

  .lptop-kicks-attention__lists--item {
    padding-left: 30px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .lptop-kicks-lists--item:nth-of-type(odd) .lptop-kicks-lists__info {
    padding-left: 100px;
    max-width: 483px;
  }

  .lptop-kicks-lists--item:nth-of-type(even) {
    flex-flow: row-reverse;
  }

  .lptop-kicks-lists--item:nth-of-type(even) .lptop-kicks-lists__info {
    padding-right: 100px;
  }

  .lptop-kicks-lists--item:nth-of-type(1) .lptop-kicks-lists--copy {
    width: 100%;
  }

  .lptop-kicks-lists--item:nth-of-type(2) .lptop-kicks-lists--copy {
    width: 63.1818181818%;
  }

  .lptop-kicks-lists--item:nth-of-type(3) .lptop-kicks-lists--copy {
    width: 91.1227154047%;
  }

  .lptop-kicks-lists--item:nth-of-type(4) .lptop-kicks-lists--copy {
    width: 75.9090909091%;
  }
}
/* columbia
------------------------------------------------ */
.lptop-columbia {
  position: relative;
  padding-top: 95px;
}

.lptop-columbia-title {
  margin-bottom: 28px;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.lptop-columbia-logo {
  margin: 0 auto;
  width: 60%;
}

.lptop-columbia-logo > a {
  display: block;
  width: 100%;
}

.lptop-columbia-explain {
  margin-top: 26px;
  text-align: center;
}

.lptop-columbia-explain--title {
  margin-bottom: 18px;
  font-size: 16px;
}

.lptop-columbia-explain--text {
  font-size: 10px;
  letter-spacing: 0.0625em;
  line-height: 2.2;
}

.lptop-columbia-gallery {
  position: relative;
  margin-top: 100px;
}

.lptop-columbia-share {
  position: relative;
  margin-top: 1px;
  padding: 50px 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.lptop-columbia-share--title {
  margin-bottom: 28px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

.lptop-columbia-share__lists {
  display: flex;
  justify-content: center;
}

.lptop-columbia-share__lists--item {
  margin: 0 16px;
  width: 32px;
}

.lptop-columbia-share__lists--item > a {
  display: block;
  width: 100%;
}

.device-click .lptop-columbia-logo > a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .lptop-columbia-share {
    background-image: url(../ASSETS/IMAGE/columbia_share_bg.jpg);
  }
}
@media screen and (min-width: 769px) {
  .lptop-columbia {
    padding-top: 114px;
  }

  .lptop-columbia-title {
    margin-bottom: 32px;
    font-size: 17px;
    letter-spacing: 0.04em;
  }

  .lptop-columbia-logo {
    width: 338px;
  }

  .lptop-columbia-explain {
    margin-top: 40px;
  }

  .lptop-columbia-explain--title {
    margin-bottom: 66px;
    font-size: 22px;
    letter-spacing: 0.1em;
  }

  .lptop-columbia-explain--text {
    font-size: 15px;
    letter-spacing: 0.125em;
  }

  .lptop-columbia-gallery {
    margin-top: 100px;
  }

  .lptop-columbia-share {
    padding: 70px 0;
    background-image: url(../ASSETS/IMAGE/columbia_share_bg-pc.jpg);
  }

  .lptop-columbia-share--title {
    margin-bottom: 32px;
    font-size: 18px;
  }

  .lptop-columbia-share__lists--item {
    margin: 0 22px;
    width: 40px;
  }
}
/* btns
------------------------------------------------ */
.lptop-btns {
  position: relative;
  padding: 30px;
  width: 100vw;
  background: #343434;
  overflow: hidden;
}

.lptop-btns-item {
  position: relative;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

.lptop-btns-item > a {
  display: block;
  position: relative;
  padding: 18px 0;
  width: 100%;
  background: #000;
  text-decoration: none;
  color: #fff;
}

.lptop-btns-item > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  width: 17px;
  height: 13px;
  background: url(../ASSETS/IMAGE/icon_blank.png) no-repeat center center;
  background-size: 100%;
}

.device-click .lptop-btns-item > a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .lptop-btns-item {
    margin-top: 20px;
  }

  .lptop-btns-item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .lptop-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 30px 20px 50px;
    max-width: 1480px;
    background: #fff;
  }

  .lptop-btns-item {
    margin: 20px 1.0416666667% 0;
    width: 25.4861111111%;
    min-width: 367px;
    font-size: 16px;
  }

  .lptop-btns-item:first-child {
    margin-left: 0;
  }

  .lptop-btns-item:last-child {
    margin-right: 0;
  }

  .lptop-btns-item > a {
    padding: 20px 0;
  }

  .lptop-btns-item > a:after {
    right: 24px;
    margin-top: -6px;
    width: 16px;
    height: 12px;
  }
}
/* fixed-link
------------------------------------------------ */
.lptop-fixed-link {
  position: fixed;
  bottom: 32px;
  right: 20px;
  width: 150px;
  height: 35px;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 33px;
  z-index: 10;
}

.lptop-fixed-link > a {
  display: block;
  width: 100%;
  height: 100%;
  border: solid #fff 1px;
  text-decoration: none;
  color: #fff;
}

.lptop-fixed-link.is-black > a {
  border-color: #000;
  color: #000;
}

.device-click .lptop-fixed-link > a:hover {
  background: #fff;
  color: #000;
}

.device-click .lptop-fixed-link.is-black > a:hover {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .lptop-fixed-link {
    bottom: 70px;
    right: 70px;
    width: 180px;
    height: 40px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 38px;
  }
}
/* modal
------------------------------------------------ */
.lptop-modal {
  position: fixed;
  top: 0;
  left: 0;
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 0.3s, visibility 0.3s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}

.lptop-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
}

.lptop-modal-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 102.4rem;
}

.lptop-modal-video {
  position: relative;
  padding-bottom: 60.9853528628%;
  width: 100%;
  height: 0;
}

.lptop-modal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.body-movie-play .lptop-modal {
  visibility: visible;
  opacity: 1;
}

.body-movie-play #nav-toggle {
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .lptop-modal-close {
    width: 50px;
    height: 50px;
  }
}
/* nav-toggle
------------------------------------------------ */
#nav-toggle {
  top: 20px;
  right: 20px;
  width: 30px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 999;
}

#nav-toggle div {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  z-index: 9999;
}

#nav-toggle span {
  height: 2px;
  width: 30px;
  left: 0;
  position: absolute;
  display: block;
  background: black;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  z-index: 1000;
}

#nav-toggle.is-black span {
  background: #000;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 10px;
}

#nav-toggle span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span {
  background: #fff;
  right: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 960px) {
  .course-kv .kv-logo {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 100%;
    text-align: center;
    height: 170px;
  }
}
@media screen and (min-width: 961px) {
  #nav-toggle {
    top: 30px;
    right: 30px;
  }
}
/* course-global
------------------------------------------------ */
.course-global {
  visibility: hidden;
  z-index: -10;
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  opacity: 0;
}

.open .course-global {
  position: fixed;
  z-index: 100;
  visibility: visible;
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  width: 100vw;
  text-align: center;
  opacity: 1;
}

.course-global ul {
  width: 50%;
  z-index: -10;
  opacity: 0;
}

.open .course-global ul {
  width: 50%;
  z-index: 100;
  opacity: 1;
}

.open .course-global li {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.course-global li a {
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 4vw;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  opacity: 1;
}

.open .course-global li a {
  color: #fff;
  display: block;
  white-space: nowrap;
  -webkit-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  opacity: 1;
}

.open .course-global li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (min-width: 961px) {
  .open .course-global li a {
    padding: 1vw;
    font-size: 3rem;
  }
}
.block {
  display: block !important;
}

.fs16 {
  font-size: 16px !important;
}

.red-underline {
  border-bottom: solid 1px red;
}

.font-aotf {
  font-family: ShinGo;
}

.type-number {
  font-size: 9px;
}

@media all and (-ms-high-contrast: none) {
  .pictures-li:not(.lkd) {
    transform: none !important;
    opacity: 1 !important;
  }
}
.grid-row.bleed {
  max-width: none !important;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .sp-bt-40 {
    margin-bottom: 30px !important;
  }
}

.t-3p {
  transform: translate3d(3px, 0, 0);
}

.small {
  display: inline-flex;
  font-size: 9px;
}

.left-eye-catch {
  border-left: solid black 1px;
  padding-left: 15px;
}

.mt50 {
  margin-top: 50px;
}

.mt25 {
  margin-top: 25px;
}

.nowrap {
  white-space: nowrap;
}

h2 {
  font-weight: 500;
}

.underline {
  text-decoration: underline !important;
}

img {
  width: auto;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 769px) {
  .IS-mt20 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .main {
    font-size: 14px;
  }

  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  .main {
    font-size: 11px;
  }

  .is-pc {
    display: none !important;
  }
}
img {
  max-width: unset;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main {
  position: relative;
  width: 100%;
  color: #0c0f10;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

section {
  position: relative;
  width: 100%;
}

header .fixed-b-n-r {
  position: fixed;
  display: inline-flex;
  z-index: 50;
  bottom: 10px;
  right: 17px;
  opacity: 1;
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  header .fixed-b-n-r {
    bottom: 0;
    right: none;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 400px;
  }
}
header .fixed-b-n-r.hide {
  opacity: 0;
}
header .fixed-b-n-r a {
  display: inline-flex;
  transition: opacity 0.1s;
  height: 170px;
  width: auto;
}
@media screen and (max-width: 767px) {
  header .fixed-b-n-r a {
    width: 100%;
    height: auto;
  }
}
header .fixed-b-n-r a:hover {
  opacity: 0.8;
}
header .fixed-b-n-r a img {
  width: 100%;
  height: 100%;
}
header .fixed-b-n-r button.b-n-r-close-button {
  position: absolute;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  background-color: rgb(0, 0, 0);
  box-shadow: none;
  border: none;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: translate3d(30%, -30%, 0);
}
@media screen and (max-width: 767px) {
  header .fixed-b-n-r button.b-n-r-close-button {
    transform: translate3d(0, -30%, 0);
    right: 5px;
  }
}
header .fixed-b-n-r button.b-n-r-close-button:hover img {
  transform: scale(1.4);
}
header .fixed-b-n-r button.b-n-r-close-button img {
  transition: transform 0.2s;
  width: 11px;
  height: 11px;
}

#js-parts .scroll-bar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 10px;
  z-index: 100;
}
#js-parts .scroll-bar .inner-object {
  position: relative;
  width: 10px;
  height: 10%;
  background-color: rgb(0, 0, 0);
  transform: translate3d(0, -50%, 0);
}
#js-parts .scroll-bar .inner-object::after, #js-parts .scroll-bar .inner-object::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  left: 0;
  z-index: 5;
  border-radius: 100%;
  background-color: rgb(0, 0, 0);
}
#js-parts .scroll-bar .inner-object::after {
  top: 0;
  transform: translate3d(0, -50%, 0);
}
#js-parts .scroll-bar .inner-object::before {
  bottom: 0;
  transform: translate3d(0, 50%, 0);
}

#logo {
  position: absolute;
  top: 27px;
  left: 20px;
  z-index: 99;
}
#logo img {
  width: 79px;
  height: auto;
}
@media screen and (max-width: 769px) {
  #logo img {
    width: auto;
    height: 10px;
  }
}

.opacity0 {
  opacity: 0;
}

#kv {
  position: relative;
  width: 100%;
  color: white;
}
#kv .kv-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url(../ASSETS/image/1-kv/kv-pc.jpg);
  min-height: 900px;
  overflow: hidden;
  height: 60vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #kv .kv-img {
    height: 160vw;
    min-height: auto;
    background-image: url(../ASSETS/image/1-kv/kv-sp.png);
  }
}
#kv .kv-img img {
  width: 100%;
  height: 100vh;
}
#kv .kv-img .layer2 {
  position: absolute;
  width: 100vw;
  transform: translate3d(0, 1px, 0);
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #kv .kv-img .layer2 {
    height: 100px;
  }
}
#kv .kv-img .layer2 polyline {
  position: absolute;
  width: 100%;
  height: 100%;
}
#kv .kv-txt-container {
  z-index: 10;
  position: absolute;
  text-align: right;
  bottom: 200px;
  right: 5vw;
  background-size: 100%;
}
@media screen and (max-width: 769px) {
  #kv .kv-txt-container {
    bottom: 100px;
    right: 5px;
  }
}
#kv .kv-txt-container .limited-500-cars {
  position: relative;
  display: inline-flex;
}
#kv .kv-txt-container .limited-500-cars .kv-bg-limited {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 769px) {
  #kv .kv-txt-container .limited-500-cars .kv-bg-limited {
    height: 50px;
  }
}
#kv .kv-txt-container .limited-500-cars > .inner-txt {
  position: absolute;
  font-size: 13px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  line-height: 1em;
}
#kv .kv-txt-container .limited-500-cars > .inner-txt span {
  font-size: 20px;
}
#kv .kv-txt-container .kv-main-tt {
  margin: 20px 0;
  font-weight: 100;
}
#kv .kv-txt-container .kv-main-tt > span {
  display: block;
  line-height: 4vw;
}
@media screen and (min-width: 1440px) {
  #kv .kv-txt-container .kv-main-tt > span {
    line-height: 60px;
  }
}
#kv .kv-txt-container .kv-main-tt .main-txt {
  position: relative;
  font-size: 3.5vw;
}
@media screen and (max-width: 769px) {
  #kv .kv-txt-container .kv-main-tt .main-txt {
    font-size: 23px;
  }
}
@media screen and (min-width: 1440px) {
  #kv .kv-txt-container .kv-main-tt .main-txt {
    font-size: 50px;
  }
}
#kv .kv-txt-container .kv-main-tt .sub-txt {
  font-size: 2.4vw;
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  #kv .kv-txt-container .kv-main-tt .sub-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  #kv .kv-txt-container .kv-main-tt .sub-txt {
    font-size: 36px;
  }
}
#kv .kv-txt-container .kv-main-txt {
  width: 44vw;
}
@media screen and (max-width: 1115px) {
  #kv .kv-txt-container .kv-main-txt {
    width: 50vw;
  }
}
@media screen and (max-width: 769px) {
  #kv .kv-txt-container .kv-main-txt {
    width: 80vw;
  }
}
#kv .kv-txt-container .kv-main-txt > .inner-txt {
  display: inline;
  font-size: 0.5vw;
  color: #d7d7d7;
  font-weight: bold;
  margin-left: auto;
}
@media screen and (max-width: 1115px) {
  #kv .kv-txt-container .kv-main-txt > .inner-txt {
    font-size: 8px;
  }
}

#notice{
  width: 90vw;
  margin: 0 auto;
}

.notice01-pc {
  max-width: 880px;
  box-sizing: border-box;
  margin: 50px auto 100px;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 20px 0;
}

.notice01-pc h2{
  margin-bottom: 10px;
}

.notice01-pc p{
  line-height: 30px;
}

@media screen and (min-width: 770px) {
.notice01-sp {
  display: none;
}
}

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

.notice01-pc {
  display: none;
  }

.notice01-sp {
  max-width: 375px;
  box-sizing: border-box;
  margin: 50px auto 80px;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  }

  .notice01-sp h2{
    margin-bottom: 10px;
  }
  
  .notice01-sp p{
    line-height: 24px;
    padding: 0 10px;
  }
}

#intro {
  text-align: center;
}
#intro .intro-txt-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #intro .intro-txt-container {
    margin: 40px 0;
  }
}
#intro .intro-txt-container .mountain {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: -1;
  transition: transform 1s cubic-bezier(1, -0.11, 0.56, 0.99);
}
#intro .intro-txt-container .mountain img {
  height: auto;
  width: 100vw;
  max-width: 1000px;
}
#intro .intro-txt-container .intro-txt {
  font-size: 18px;
  line-height: 52px;
}
@media screen and (max-width: 769px) {
  #intro .intro-txt-container .intro-txt {
    font-size: 12px;
    line-height: 31px;
  }
}
@media screen and (max-width: 769px) {
  #intro .kicks-columbia img {
    width: 70vw;
    height: auto;
  }
}
#intro:not(.lkd) .intro-txt-container .mountain {
  transform: translate3d(-50%, 100%, 0);
}
#intro.lkd .intro-txt-container {
  transform: translate3d(0, 0, 0);
}

#product-pictures {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 769px) {
  #product-pictures {
    padding-top: 40px;
  }
}
#product-pictures .bg-layer {
  position: absolute;
  z-index: -1;
  top: 0;
}
#product-pictures .bg-layer img {
  width: 100vw;
  height: 1000px;
}
@media screen and (max-width: 769px) {
  #product-pictures .bg-layer {
    display: none;
  }
}
#product-pictures .pictures-container .pictures-ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #product-pictures .pictures-container .pictures-ul {
    max-width: 90%;
  }
}
#product-pictures .pictures-container .pictures-ul .pictures-li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 769px) {
  #product-pictures .pictures-container .pictures-ul .pictures-li {
    margin: 10px 0;
  }
}
#product-pictures .pictures-container .pictures-ul .pictures-li img {
  width: 100%;
  height: auto;
}
#product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-1 {
  transition: opacity 0.5s;
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  #product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-1 {
    padding-right: 0;
  }
}
@media screen and (max-width: 769px) {
  #product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-1 {
    justify-content: flex-end;
  }
}
#product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-1:not(.lkd) {
  opacity: 0;
}
#product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-2, #product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-3, #product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-4 {
  width: 31%;
  margin-bottom: 30px;
}
#product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-2 {
  transition: opacity 0.5s;
  opacity: 1;
}
#product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-2:not(.lkd) {
  opacity: 0;
}
#product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-3 {
  transition: opacity 0.5s;
  opacity: 1;
}
#product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-3:not(.lkd) {
  opacity: 0;
}
#product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-4 {
  transition: opacity 0.5s;
  opacity: 1;
}
#product-pictures .pictures-container .pictures-ul .pictures-li.picture-id-4:not(.lkd) {
  opacity: 0;
}
#product-pictures .pictures-end-txt {
  display: flex;
  margin-top: 20px;
  padding: 0 10vw;
}
#product-pictures .pictures-end-txt > .inner-txt {
  margin: 0 auto;
  font-size: 11px;
}

#products {
  position: relative;
  text-align: center;
  padding-top: 200px;
}
@media screen and (max-width: 769px) {
  #products {
    padding-top: 200px;
  }
}
#products .bg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  max-height: 2250px;
  transform: translate3d(0px, -140px, 0px);
  z-index: -1;
}
#products .bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
#products .bg img {
  width: 100vw;
  height: auto;
}
@media screen and (max-width: 769px) {
  #products .bg {
    transform: none;
  }
}
#products .products-container {
  position: relative;
  max-width: 1200px;
  width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #products .products-container {
    width: 96vw;
  }
}
#products .products-container h2 > span {
  display: block;
}
#products .products-container h2 .sub-top-txt {
  color: #1391c8;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #products .products-container h2 .sub-top-txt {
    font-size: 11px;
  }
}
#products .products-container h2 .main-txt {
  font-size: 42px;
}
@media screen and (max-width: 769px) {
  #products .products-container h2 .main-txt {
    font-size: 26px;
  }
}
#products .products-container h2 .sub-txt {
  font-size: 14px;
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  #products .products-container h2 .sub-txt {
    font-size: 11px;
  }
}
#products .products-container .up-1 {
  font-weight: 400;
}
#products .products-container .up-1 .tt {
  font-size: 20px;
  text-align: center;
}
#products .products-container .up-1 .ct {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #products .products-container .up-1 .tt {
    font-size: 16px;
  }
  #products .products-container .up-1 .ct {
    font-size: 13px;
  }
}
#products .products-container .white-conteiner {
  margin: 30px 0 0;
  padding: 45px 60px 60px;
  background-color: rgba(244, 244, 244, 0.84);
}
@media screen and (max-width: 769px) {
  #products .products-container .white-conteiner {
    padding: 30px 3vw;
  }
}
#products .products-container .white-conteiner .customize-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #products .products-container .white-conteiner .customize-list {
    margin-bottom: 50px;
  }
}
#products .products-container .white-conteiner .customize-list.mb0 {
  margin-bottom: 0;
}
#products .products-container .white-conteiner .customize-list .inner-ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#products .products-container .white-conteiner .customize-list .inner-ul:after {
  content: "";
  display: block;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #products .products-container .white-conteiner .customize-list .inner-ul:after {
    width: 50%;
    padding: 10px;
  }
}
#products .products-container .white-conteiner .customize-list .inner-ul li {
  position: relative;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #products .products-container .white-conteiner .customize-list .inner-ul li {
    width: 50%;
    padding: 10px;
  }
}
#products .products-container .white-conteiner .customize-list .inner-ul li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  #products .products-container .white-conteiner .customize-list .inner-ul li img {
    width: 100%;
  }
}
#products .products-container .white-conteiner .customize-list .inner-ul li > *:not(img) {
  margin: 20px 0;
}
#products .products-container .white-conteiner .customize-list .inner-ul li .tt {
  font-size: 20px;
  text-align: left;
}
#products .products-container .white-conteiner .customize-list .inner-ul li .ct {
  font-size: 14px;
  text-align: left;
  word-break: break-all;
}
@media screen and (max-width: 769px) {
  #products .products-container .white-conteiner .customize-list .inner-ul li .tt {
    font-size: 16px;
  }
  #products .products-container .white-conteiner .customize-list .inner-ul li .ct {
    font-size: 13px;
  }
}
#products .products-container .white-conteiner .customize-list .inner-ul li p {
  font-weight: 100;
}
#products .products-container .white-conteiner .customize-list .inner-ul li p span {
  display: block;
  font-size: 12px;
}
#products .products-container .white-conteiner .customize-list .inner-ul li.sp-li-end {
  width: 100%;
  margin-bottom: 0 !important;
}
#products .products-container .white-conteiner .customize-list .inner-ul li.sp-li-end img {
  width: 40vw;
}
#products .products-container .white-conteiner .customize-list .inner-ul li.in-center-txt {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #products .products-container .white-conteiner .customize-list .inner-ul li.in-center-txt .tt {
    position: absolute;
    left: 50%;
    text-align: center;
    white-space: nowrap;
    transform: translate3d(-50%, 0, 0);
  }
  #products .products-container .white-conteiner .customize-list .inner-ul li.in-center-txt .ct {
    position: relative;
    text-align: center;
    margin-top: 30px;
  }
  #products .products-container .white-conteiner .customize-list .inner-ul li.in-center-txt .ct.mt100 {
    margin-top: 100px;
  }
}
#products .products-container .white-conteiner .customize-list .inner-ul li.mb0 {
  margin-bottom: 0;
}
#products .products-container .white-conteiner .customize-list .inner-ul li.mb70 {
  margin-bottom: 70px;
}
#products .products-container .white-conteiner .customize-list .inner-ul .columbia-brand-li {
  width: 100% !important;
}
#products .products-container .white-conteiner .customize-list .inner-ul .columbia-brand {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  background-color: rgba(53, 77, 49, 0.9);
  border: solid 1px #465f42;
  color: white;
  padding: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #products .products-container .white-conteiner .customize-list .inner-ul .columbia-brand {
    align-items: flex-start;
    padding: 20px;
    margin: 0 auto 45px;
    width: 98%;
  }
}
#products .products-container .white-conteiner .customize-list .inner-ul .columbia-brand .inner-icon {
  margin-right: 40px;
}
@media screen and (max-width: 769px) {
  #products .products-container .white-conteiner .customize-list .inner-ul .columbia-brand .inner-icon {
    margin-right: 20px;
  }
}
#products .products-container .white-conteiner .customize-list .inner-ul .columbia-brand .inner-icon img {
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 769px) {
  #products .products-container .white-conteiner .customize-list .inner-ul .columbia-brand .inner-icon img {
    width: 55px;
    height: auto;
  }
}
#products .products-container .white-conteiner .customize-list .inner-ul .columbia-brand .inner-txt {
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #products .products-container .white-conteiner .customize-list .inner-ul .columbia-brand .inner-txt {
    line-height: 21px;
    font-size: 11px;
  }
}
#products .products-container .white-conteiner .customize-list .customize-txt p,
#products .products-container .white-conteiner .customize-list .customize-txt h3 {
  margin: 10px 0;
}
#products .products-container .white-conteiner .customize-4 {
  margin-top: 50px;
  margin-bottom: 20px;
}
#products .products-container .white-conteiner .readme {
  padding: 0 20px;
}
@media screen and (max-width: 1260px) {
  #products .products-container .white-conteiner .readme {
    padding: 0;
  }
}
#products .products-container .white-conteiner .readme ul {
  text-align: left;
}

#kicks-e-power {
  position: relative;
  text-align: center;
  padding: 190px 0;
  z-index: 5;
}
@media screen and (max-width: 769px) {
  #kicks-e-power {
    padding: 150px 0 70px;
    margin: 50px 0 0;
  }
}
#kicks-e-power .bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#kicks-e-power .bg img {
  width: 100vw;
  height: 100%;
}
#kicks-e-power .bg .bg-cr {
  height: 70%;
  width: 100vw;
}
@media screen and (max-width: 769px) {
  #kicks-e-power .bg .bg-cr {
    height: 90%;
  }
}
#kicks-e-power .bg .bg-bt,
#kicks-e-power .bg .bg-tp {
  height: 15%;
  width: 100vw;
}
@media screen and (max-width: 769px) {
  #kicks-e-power .bg .bg-bt,
#kicks-e-power .bg .bg-tp {
    height: 120px;
  }
}
#kicks-e-power .bg .bg-bt {
  position: absolute;
  height: auto;
  width: 100vw;
  transform: translate3d(0, -20vw, 0);
}
@media screen and (max-width: 769px) {
  #kicks-e-power .bg .bg-bt {
    bottom: 0;
    transform: unset;
  }
}
#kicks-e-power h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #kicks-e-power h2 {
    margin-bottom: 35px;
  }
}
#kicks-e-power h2 span {
  display: block;
  margin: 20px 0;
}
#kicks-e-power h2 .main-txt {
  font-size: 42px;
}
@media screen and (max-width: 769px) {
  #kicks-e-power h2 .main-txt {
    font-size: 26px;
  }
}
#kicks-e-power h2 .sub-txt-1 {
  font-size: 26px;
  margin: 20px 0;
}
@media screen and (max-width: 769px) {
  #kicks-e-power h2 .sub-txt-1 {
    font-size: 18px;
  }
}
#kicks-e-power h2 .sub-txt-2 {
  font-size: 26px;
}
@media screen and (max-width: 769px) {
  #kicks-e-power h2 .sub-txt-2 {
    font-size: 19px;
  }
}
#kicks-e-power .inner-contents {
  padding: 0 20px;
  color: white;
}
#kicks-e-power .inner-contents .e-powers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #kicks-e-power .inner-contents .e-powers {
    flex-wrap: wrap;
  }
}
#kicks-e-power .inner-contents .e-powers li {
  position: relative;
  padding: 0 20px 50px;
  text-align: center;
  width: 100%;
  height: 540px;
}
@media screen and (max-width: 769px) {
  #kicks-e-power .inner-contents .e-powers li {
    position: relative;
    text-align: left;
    padding: 10px 10px 50px;
    margin-bottom: 50px;
    width: 50%;
    height: 390px;
  }
}
#kicks-e-power .inner-contents .e-powers li .e-power-image img {
  width: 100%;
  height: auto;
}
#kicks-e-power .inner-contents .e-powers li h3 {
  margin: 50px 0 30px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  #kicks-e-power .inner-contents .e-powers li h3 {
    text-align: left;
    margin: 20px 0;
  }
}
#kicks-e-power .inner-contents .e-powers li h3 span {
  display: block;
  line-height: 2em;
}
#kicks-e-power .inner-contents .e-powers li h3 .main-txt {
  font-size: 28px;
}
@media screen and (max-width: 769px) {
  #kicks-e-power .inner-contents .e-powers li h3 .main-txt {
    font-size: 15px;
  }
}
#kicks-e-power .inner-contents .e-powers li h3 .sub-txt {
  font-size: 14px;
  margin-top: 12px;
}
@media screen and (max-width: 769px) {
  #kicks-e-power .inner-contents .e-powers li h3 .sub-txt {
    font-size: 10px;
  }
}
#kicks-e-power .inner-contents .e-powers li .e-power-li-txt {
  color: #a9a9a9;
  text-align: left;
  display: inline-flex;
}
#kicks-e-power .inner-contents .e-powers li .e-power-more {
  position: absolute;
  color: white;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
#kicks-e-power .inner-contents .e-powers li .e-power-more::before,
#kicks-e-power .inner-contents .e-powers li .e-power-more ::after {
  content: "";
}
#kicks-e-power .inner-contents .e-powers li .e-power-more::before {
  width: 40px;
  height: 1px;
  background-color: #1391c8;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  #kicks-e-power .inner-contents .e-powers li .e-power-more::before {
    width: 60px;
  }
}
#kicks-e-power .inner-contents .e-powers li .e-power-more .triangle {
  position: relative;
  margin-left: 20px;
}
#kicks-e-power .inner-contents .e-powers li .e-power-more .triangle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 30px;
  height: 30px;
  border: solid 1px #1391c8;
  border-radius: 100%;
}
#kicks-e-power .inner-contents .e-powers li .e-power-more .triangle .inner-img {
  display: block;
  margin: auto;
}
#kicks-e-power .inner-contents .e-powers li .e-power-more:hover {
  opacity: 0.8;
}
#kicks-e-power .inner-contents .e-powers li.center h3 {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #kicks-e-power .inner-contents .e-powers li.center {
    position: relative;
    height: 300px;
  }
  #kicks-e-power .inner-contents .e-powers li.center h3 {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
  }
  #kicks-e-power .inner-contents .e-powers li.center .e-power-li-txt {
    position: absolute;
    margin-top: 110px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 80vw;
  }
  #kicks-e-power .inner-contents .e-powers li.center .e-power-more {
    position: absolute;
    bottom: 0;
  }
}
#kicks-e-power .inner-contents .readme {
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  #kicks-e-power .inner-contents .readme {
    padding: 0 20px;
    margin: 0 0 100px;
  }
}
#kicks-e-power .inner-contents .readme ul {
  text-align: left;
  margin: 0 auto;
  display: inline-flex;
  flex-direction: column;
  color: #a9a9a9;
}
#kicks-e-power .inner-contents .readme ul li {
  margin: 1em 0;
}

#body-color {
  position: relative;
  text-align: center;
  margin-top: 10vw;
}
#body-color .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#body-color .bg img {
  width: 100vw;
  height: 1000px;
}
#body-color h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #body-color h2 {
    margin-bottom: 50px;
  }
}
#body-color h2 span {
  display: block;
  margin: 10px 0;
}
#body-color h2 .main-txt {
  font-size: 42px;
}
@media screen and (max-width: 769px) {
  #body-color h2 .main-txt {
    font-size: 26px;
  }
}
#body-color h2 .sub-txt-1 {
  font-size: 24px;
}
@media screen and (max-width: 769px) {
  #body-color h2 .sub-txt-1 {
    font-size: 25px;
  }
}
#body-color h2 .sub-txt-2 {
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #body-color h2 .sub-txt-2 {
    font-size: 11px;
  }
}
#body-color .cars > .inner-ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#body-color .cars > .inner-ul li.car {
  margin: 0 20px;
}
#body-color .cars > .inner-ul li.car img {
  width: auto;
  height: 25vw;
  max-height: 300px;
}
@media screen and (max-width: 769px) {
  #body-color .cars > .inner-ul li.car img {
    width: auto;
    height: 28vw;
  }
}
#body-color .car-colors {
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  #body-color .car-colors {
    margin-top: 30px;
  }
}
#body-color .car-colors > .inner-ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#body-color .car-colors > .inner-ul .info {
  margin: 0 55px;
}
@media screen and (max-width: 769px) {
  #body-color .car-colors > .inner-ul .info {
    margin: 0 20px;
  }
}
#body-color .car-colors > .inner-ul .info::before {
  content: "";
  position: relative;
  display: block;
  margin: 0 auto 35px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: green;
}
@media screen and (max-width: 769px) {
  #body-color .car-colors > .inner-ul .info::before {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
  }
}
#body-color .car-colors > .inner-ul .info.raa::before {
  background: linear-gradient(35deg, rgb(27, 83, 118) 50%, rgb(0, 64, 102) 50%);
}
#body-color .car-colors > .inner-ul .info.ean::before {
  background: linear-gradient(35deg, #78796b 50%, #696a5c 50%);
}
#body-color .kicks-e-power {
  margin: 70px 0;
}
@media screen and (max-width: 769px) {
  #body-color .kicks-e-power {
    margin: 40px 0;
  }
}
#body-color .kicks-e-power .tt {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  #body-color .kicks-e-power .tt {
    margin-bottom: 20px;
  }
}
#body-color .kicks-e-power .tt span {
  font-size: 22px;
}
#body-color .kicks-e-power p {
  margin: 10px 0;
}
#body-color .kicks-e-power .price {
  font-size: 32px;
}
#body-color .readme {
  padding: 0 50px;
}
@media screen and (max-width: 769px) {
  #body-color .readme {
    padding: 0 20px;
  }
}
#body-color .readme ul {
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto;
  font-size: 12px;
  text-align: left;
}
#body-color .base-car-link {
  display: flex;
  width: 567px;
  height: 143px;
  background: #f7f8fc;
  border: solid 2px #d7d7d7;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  #body-color .base-car-link {
    margin: 50px auto;
    width: 90%;
  }
}
#body-color .base-car-link .texts {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  padding-left: 20px;
  width: 50%;
}
#body-color .base-car-link .texts * {
  color: black;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #body-color .base-car-link .texts * {
    font-size: 11px;
  }
}
#body-color .base-car-link .texts p {
  display: block;
}
#body-color .base-car-link .texts .links a {
  display: block;
  text-decoration: underline;
  transition: none;
}
#body-color .base-car-link .texts .links a:hover {
  opacity: 0.7;
}
#body-color .base-car-link .image {
  background: white;
  width: 50%;
  height: 100%;
}
#body-color .base-car-link .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#body-color .accordion-menu {
  position: relative;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  margin: 0 auto;
  width: 70vw;
  max-width: 1000px;
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
}
#body-color .accordion-menu:not(.close) {
  padding-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #body-color .accordion-menu {
    padding: 20px 15px;
    width: 90vw;
  }
}
#body-color .accordion-menu h3 {
  cursor: pointer;
  transition: margin-bottom 1s;
  padding: 25px 0;
  margin-bottom: 20px;
  width: 100%;
  z-index: 5;
}
#body-color .accordion-menu .inner-contents ul {
  font-size: 12px;
  text-align: left;
}
#body-color .accordion-menu .toggle-button {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin: 10px 0;
  margin-right: 50px;
}
#body-color .accordion-menu .toggle-button::after, #body-color .accordion-menu .toggle-button::before {
  content: "";
  position: absolute;
  background-color: black;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#body-color .accordion-menu .toggle-button::after {
  width: 100%;
}
#body-color .accordion-menu .toggle-button::before {
  display: none;
  height: 100%;
}
#body-color .accordion-menu.close h3 {
  margin-bottom: 0;
}
#body-color .accordion-menu.close .inner-contents {
  transition: height 1s;
  height: 0px;
  overflow: hidden;
}
#body-color .accordion-menu.close ::before {
  display: block !important;
}

#recommend-options {
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 769px) {
  #recommend-options {
    margin-top: 80px;
    margin-bottom: 70px;
  }
}
#recommend-options h2 {
  margin: 50px 0;
}
#recommend-options h2 > span {
  display: block;
}
#recommend-options h2 .sub-top-txt {
  color: #1391c8;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #recommend-options h2 .sub-top-txt {
    font-size: 11px;
  }
}
#recommend-options h2 .main-txt {
  font-size: 42px;
}
@media screen and (max-width: 769px) {
  #recommend-options h2 .main-txt {
    font-size: 26px;
  }
}
#recommend-options h2 .sub-txt {
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #recommend-options h2 .sub-txt {
    font-size: 11px;
  }
}
#recommend-options .link-button {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
#recommend-options .link-button-style {
  display: inline-block;
  padding: 1vw 1em;
  width: 90%;
  border: solid 1px black;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1vw;
  transition: bottom 1s cubic-bezier(0.6, 0.01, 0.22, 0.99), background-color 0.3s, color 0.3s;
  color: black;
  background-color: transparent;
}
#recommend-options .link-button-style:hover {
  color: white;
  background-color: #000000;
}
@media screen and (min-width: 1600px) {
  #recommend-options .link-button-style {
    font-size: 14px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 769px) {
  #recommend-options .link-button-style {
    font-size: 12px;
  }
}
#recommend-options .option-ul {
  position: relative;
  display: flex;
  width: 80vw;
  max-width: 1290px;
  margin: 90px auto 30px;
}
@media screen and (max-width: 769px) {
  #recommend-options .option-ul {
    flex-wrap: wrap;
    margin: 50px auto;
    width: 90vw;
  }
}
#recommend-options .option-ul li {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  transition: transform 1s cubic-bezier(0.6, 0.01, 0.22, 0.99), margin 1s cubic-bezier(0.6, 0.01, 0.22, 0.99);
  transform: scale(1);
}
@media screen and (max-width: 769px) {
  #recommend-options .option-ul li {
    padding-bottom: 0;
    width: 50%;
    transition: transform 0.3s 0.3s cubic-bezier(0.6, 0.01, 0.22, 0.99), margin 0.3s 0.3s cubic-bezier(0.6, 0.01, 0.22, 0.99);
  }
}
#recommend-options .option-ul li .option-picture img {
  width: 100%;
  height: auto;
}
#recommend-options .option-ul li h3 {
  text-align: left;
  margin: 30px 0 10px;
  padding-right: 10px;
}
#recommend-options .option-ul li h3 > span {
  display: block;
}
#recommend-options .option-ul li h3 .main-txt {
  font-size: 14px;
}
@media screen and (min-width: 1580px) {
  #recommend-options .option-ul li h3 .main-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  #recommend-options .option-ul li h3 .main-txt {
    font-size: 13px;
  }
}
#recommend-options .option-ul li h3 .sub-txt {
  font-size: 6px;
}
@media screen and (min-width: 1580px) {
  #recommend-options .option-ul li h3 .sub-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  #recommend-options .option-ul li h3 .sub-txt {
    font-size: 10px;
  }
}
#recommend-options .option-ul li p {
  text-align: left;
  padding: 0 10px;
  font-size: 12px;
}
@media screen and (min-width: 1580px) {
  #recommend-options .option-ul li p {
    font-size: 16px;
  }
}
#recommend-options .is-sp-links .link-button-style {
  position: relative;
  display: block;
  padding: 15px 0;
  max-width: 320px;
  margin: 12px auto;
  left: unset;
  transform: unset;
}

#about-columbia {
  text-align: center;
  margin-bottom: 150px;
}
#about-columbia .bg {
  position: absolute;
  transform: translate3d(0, -10%, 0);
  z-index: -1;
}
#about-columbia .bg img {
  width: 100vw;
  height: 900px;
}
#about-columbia .urban-image {
  position: relative;
}
@media screen and (max-width: 769px) {
  #about-columbia .urban-image img {
    width: 70vw;
    height: auto;
  }
}
#about-columbia .urban-image:hover {
  opacity: 0.8;
}
#about-columbia h2 {
  font-weight: 100;
  font-size: 42px;
  margin: 120px 0 100px;
}
@media screen and (max-width: 769px) {
  #about-columbia h2 {
    margin: 70px 0 30px;
    font-size: 25px;
  }
}
#about-columbia .columbia {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #about-columbia .columbia img {
    width: 40vw;
  }
}
#about-columbia .thema {
  margin: 30px 0;
}
@media screen and (max-width: 769px) {
  #about-columbia .thema img {
    width: 70vw;
  }
}
#about-columbia .columbia-info {
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  #about-columbia .columbia-info {
    margin-bottom: 40px;
    font-size: 11px;
  }
}
#about-columbia .share-button > p {
  margin-bottom: 30px;
  font-size: 16px;
}
#about-columbia .share-button ul.sns {
  display: inline-flex;
  margin: 0 auto;
}
#about-columbia .share-button ul.sns li {
  margin: 0 11px;
}
#about-columbia .share-button ul.sns li img {
  width: 40px;
  height: auto;
}
#about-columbia .option-ul li {
  display: flex;
}
#about-columbia .link-button-style {
  display: inline-block;
  padding: 1vw 1em;
  width: 90%;
  border: solid 1px black;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: bottom 1s cubic-bezier(0.6, 0.01, 0.22, 0.99), background-color 0.3s, color 0.3s;
  color: black;
  background-color: transparent;
}
#about-columbia .link-button-style:hover {
  color: white;
  background-color: #000000;
}
@media screen and (min-width: 1600px) {
  #about-columbia .link-button-style {
    font-size: 14px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 769px) {
  #about-columbia .link-button-style {
    font-size: 12px;
  }
}
#about-columbia .option-ul {
  position: relative;
  display: flex;
  width: 80vw;
  max-width: 1290px;
  margin: 90px auto 30px;
}
@media screen and (max-width: 769px) {
  #about-columbia .option-ul {
    flex-wrap: wrap;
    margin: 50px auto;
    width: 90vw;
  }
}
#about-columbia .option-ul li {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  transition: transform 1s cubic-bezier(0.6, 0.01, 0.22, 0.99), margin 1s cubic-bezier(0.6, 0.01, 0.22, 0.99);
  transform: scale(1);
}
@media screen and (max-width: 769px) {
  #about-columbia .option-ul li {
    padding-bottom: 0;
    width: 50%;
    transition: transform 0.3s 0.3s cubic-bezier(0.6, 0.01, 0.22, 0.99), margin 0.3s 0.3s cubic-bezier(0.6, 0.01, 0.22, 0.99);
  }
}
#about-columbia .option-ul li .option-picture img {
  width: 100%;
  height: auto;
}
#about-columbia .option-ul li h3 {
  text-align: left;
  margin: 30px 0 10px;
  padding-right: 10px;
}
#about-columbia .option-ul li h3 > span {
  display: block;
}
#about-columbia .option-ul li h3 .main-txt {
  font-size: 14px;
}
@media screen and (min-width: 1580px) {
  #about-columbia .option-ul li h3 .main-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  #about-columbia .option-ul li h3 .main-txt {
    font-size: 13px;
  }
}
#about-columbia .option-ul li h3 .sub-txt {
  font-size: 6px;
}
@media screen and (min-width: 1580px) {
  #about-columbia .option-ul li h3 .sub-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  #about-columbia .option-ul li h3 .sub-txt {
    font-size: 10px;
  }
}
#about-columbia .option-ul li p {
  text-align: left;
  padding: 0 10px;
  font-size: 12px;
}
@media screen and (min-width: 1580px) {
  #about-columbia .option-ul li p {
    font-size: 16px;
  }
}

#special-contents {
  text-align: center;
  margin-bottom: 150px;
}
#special-contents h2 {
  font-weight: 100;
  font-size: 42px;
  margin: 120px 0 100px;
}
@media screen and (max-width: 769px) {
  #special-contents h2 {
    margin: 70px 0 30px;
    font-size: 25px;
  }
}
#special-contents img {
  max-width: 90%;
}
#special-contents .bnr-ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #special-contents .bnr-ul {
    flex-direction: column;
  }
}
#special-contents .bnr-ul .bnr-li {
  width: 100%;
}
@media screen and (max-width: 769px) {
  #special-contents .bnr-ul .bnr-li {
    margin-bottom: 20px;
  }
}
#special-contents .bnr-ul .bnr-li:hover {
  opacity: 0.8;
}
#special-contents .bnr-ul .bnr-li a img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #special-contents .bnr-ul .bnr-li a img {
    max-width: 400px;
    width: 90vw;
    height: auto;
  }
}
#special-contents .sc-youtube {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 30px;
}
#special-contents .sc-youtube li {
  position: relative;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #special-contents .sc-youtube li {
    width: 90%;
  }
}
#special-contents .sc-youtube li h3 {
  margin: 20px 0;
}
#special-contents .sc-youtube li iframe {
  width: 100%;
  aspect-ratio: 1920/1080;
}
#special-contents .sc-youtube .moviewrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
#special-contents .sc-youtube .moviewrap iframe,
#special-contents .sc-youtube .moviewrap img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #special-contents .sc-youtube {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 769px) {
  #special-contents {
    margin-bottom: 50px;
  }
}

.modalitem {
  transition: 0.7s;
}
.modalitem:hover {
  opacity: 0.7;
  cursor: pointer;
}

.img-box {
  position: relative;
}

.toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
  padding-bottom: 10%;
  background-color: #fff;
}
.toggle:before, .toggle:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 50%;
  top: 50%;
}
.toggle:before {
  transform: translate3d(-50%, -50%, 0);
}
.toggle:after {
  transform: translate3d(-50%, -50%, 0) rotate(-90deg);
}

#modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
#modal-wrap.is-show {
  opacity: 1;
  visibility: visible;
}

#modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1400px;
  height: 80%;
  padding: 20px 0;
  max-height: 90vh;
  z-index: 2;
  text-align: center;
}
#modal-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 769px) {
  #modal-content img {
    padding: 10px;
  }
}

#modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 100px;
  height: 100px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  #modal-close {
    width: 30px;
    height: 30px;
  }
}
#modal-close:before, #modal-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
}
#modal-close:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
#modal-close:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

#modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}