@media screen and (max-width: 640px) {
  .header--sp__menu__box__hamburger__button__text,
  .header__inner__account__log__text,
  .header__inner__account__cart__text {
    line-height: 1;
  }
  .fs-c-breadcrumb {
    font-size: 2.4rem;
  }
  .fs-c-breadcrumb__listItem {
    display: inline;
  }
}
.fs-l-main, .fs-l-main, .fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}

.fs-c-breadcrumb {
  background: #fff;
  max-width: inherit;
}

.fs-c-breadcrumb__list {
  max-width: 120rem;
  margin: 0 auto;
}

.fs-c-breadcrumb__listItem {
  display: inline;
}

.fs-l-main,
.fs-l-main,
.fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}

#fs_CustomPage .fs-l-main {
  padding: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 821px) and (max-width: 1536px) {
  html {
    font-size: 0.65vw;
  }
}
@media screen and (max-width: 820px) {
  html {
    font-size: 1.3vw;
  }
}
.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #111111;
  font-weight: 400;
}

.txtblock {
  display: inline-block;
}

.txt-pc {
  display: inline;
}
@media screen and (min-width: 821px) {
  .txt-pc {
    display: inline-block;
  }
}

.bold {
  font-weight: bold;
}

._inner {
  padding: 0 3rem;
}
@media screen and (min-width: 821px) {
  ._inner {
    width: 1340px;
    margin: 0 auto;
  }
}

/*------------------------------------
Maivisual
------------------------------------*/
#Mainvisual img {
  width: 100%;
}
@media screen and (min-width: 821px) {
  #Mainvisual img {
    display: block;
    max-width: 192rem;
    margin: 0 auto;
  }
}

/*------------------------------------
Introduction
------------------------------------*/
#Introduction .paragraph {
  color: #444444;
  padding: 0 2rem;
  font-size: 2.8rem;
  text-align: left;
  line-height: 1.8;
  margin: 10rem auto 7rem;
}
@media screen and (min-width: 821px) {
  #Introduction .paragraph {
    padding: 0;
    margin-top: 8rem;
    font-size: 2rem;
    line-height: 1.8;
    text-align: center;
  }
}
#Introduction .paragraph .txtblock {
  display: inline-block;
}

#Introduction .txtblock-sp {
  display: inline-block;
}
@media screen and (min-width: 821px) {
  #Introduction .txtblock-sp {
    display: inline;
  }
}
#Introduction .txtblock-sp .txtblock {
  display: inline;
}
@media screen and (min-width: 821px) {
  #Introduction .txtblock-sp .txtblock {
    display: block;
  }
}

/*------------------------------------
Navigation
------------------------------------*/
@media screen and (min-width: 821px) {
  #Navigation {
    margin: 8.5rem auto 15rem;
  }
}
#Navigation ._list {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  padding: 0 3rem;
  margin: 10rem 0;
}
@media screen and (min-width: 821px) {
  #Navigation ._list {
    gap: 0;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 821px) {
  #Navigation li {
    width: 38rem;
    margin: 0 1.5rem;
  }
}
#Navigation li img {
  width: 100%;
}

.content {
  display: block;
}

/*------------------------------------
product
------------------------------------*/
#Product01::before, #Product02::before, #Product03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 821px) {
  #Product01::before, #Product02::before, #Product03::before {
    position: relative;
  }
}

#Product01::before {
  position: absolute;
  background-image: url(./../images/sp/content-bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 821px) {
  #Product01::before {
    height: 100%;
    background-image: url(./../images/pc/content-bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#Product02::before {
  position: absolute;
  background-image: url(./../images/sp/content-bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 821px) {
  #Product02::before {
    height: 100%;
    background-image: url(./../images/pc/content-bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#Product03::before {
  position: absolute;
  background-image: url(./../images/sp/content-bg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 821px) {
  #Product03::before {
    height: 100%;
    background-image: url(./../images/pc/content-bg03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.product {
  position: relative;
  padding: 104.6rem 0 10rem;
}
@media screen and (min-width: 821px) {
  .product {
    padding: 0;
    background-image: url(./../images/pc/content-bg.jpg);
  }
}

.product ._inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .product ._inner {
    display: flex;
    align-items: center;
    min-height: 116.8rem;
  }
}

.product:nth-of-type(n+2) {
  margin: 6rem auto 0;
}
@media screen and (min-width: 821px) {
  .product:nth-of-type(n+2) {
    margin: 3rem auto 0;
  }
}

@media screen and (min-width: 821px) {
  .p-container {
    width: 96rem;
    padding: 0 0 0 2rem;
  }
}

.product .p_Name {
  font-size: 5rem;
  text-align: left;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 3rem auto;
}
@media screen and (min-width: 821px) {
  .product .p_Name {
    font-size: 5rem;
    text-align: left;
    margin: 0 auto 3rem;
  }
}

.product .p_description {
  margin: 0 auto 5rem;
}
@media screen and (min-width: 821px) {
  .product .p_description {
    position: relative;
    margin: 0 auto 6rem;
  }
}

.product .p_Information {
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .product .p_Information {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.product .p_Information .txtblock {
  display: inline;
}
@media screen and (min-width: 821px) {
  .product .p_Information .txtblock {
    display: inline-block;
  }
}

.product .p_icon {
  position: absolute;
  top: -27rem;
  right: 5rem;
  width: 19rem;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .product .p_icon {
    top: 0;
    right: 0;
    width: 20.2rem;
  }
}

/*------------------------------------
feature
------------------------------------*/
.p_feature {
  position: relative;
  background: #fff;
  padding: 4rem 3rem 6rem;
}
@media screen and (min-width: 821px) {
  .p_feature {
    width: 94rem;
    padding: 3rem;
  }
}

.p_feature:nth-of-type(n+2) {
  margin: 3rem auto 0;
}
@media screen and (min-width: 821px) {
  .p_feature:nth-of-type(n+2) {
    margin: 2rem auto 0;
  }
}

@media screen and (min-width: 821px) {
  .p_feature .f_box {
    display: flex;
  }
}

@media screen and (min-width: 821px) {
  .p_feature .f_information {
    width: calc(100% - 28rem);
    margin-right: 4rem;
  }
}

@media screen and (min-width: 821px) {
  .p_feature .f_box.img-column-02 .f_information {
    width: calc(100% - 45rem);
  }
}

.p_feature .f_box.img-column-02 .f_image {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 821px) {
  .p_feature .f_box.img-column-02 .f_image {
    display: flex;
    justify-content: center;
    width: 45rem;
  }
}

@media screen and (min-width: 821px) {
  .p_feature .f_box.img-column-02 .f_image picture {
    display: block;
    width: 22rem;
  }
}

.p_feature .f_box.img-column-02 .f_image picture:nth-of-type(n+2) {
  margin-left: 1rem;
}

.p_feature .f_top {
  position: relative;
  padding: 2.4rem 0 2.4rem 2.8rem;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 821px) {
  .p_feature .f_top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 2rem 0 0 3rem;
    height: 100%;
  }
}

.p_feature .f_top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #cccccc;
}

@media screen and (min-width: 821px) {
  .feature.carousel {
    display: flex;
  }
}

@media screen and (min-width: 821px) {
  .feature.carousel .p_feature .f_top {
    display: block;
    height: auto;
  }
}

.p_feature .f_image {
  position: relative;
  width: 57rem;
  height: 51rem;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .p_feature .f_image {
    width: 24rem;
    height: auto;
  }
}

.p_feature .f_head {
  margin: 0 auto 3rem;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .p_feature .f_head {
    font-size: 2.6rem;
    margin: 0 auto 2rem;
    text-align: left;
  }
}

.p_feature .f_description {
  font-size: 2rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .p_feature .f_description {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0 auto 1em;
  }
}
@media screen and (min-width: 821px) {
  .p_feature .f_description .txtblock {
    display: block;
  }
}

.p_feature .cta-outer.pc {
  display: none;
}
@media screen and (min-width: 821px) {
  .p_feature .cta-outer.pc {
    display: block;
  }
}

.p_feature .cta-outer.sp {
  display: block;
  text-align: center;
  margin: 3rem auto 0;
}
@media screen and (min-width: 821px) {
  .p_feature .cta-outer.sp {
    display: none;
  }
}

.p_feature .cta {
  width: 34.5rem;
  height: 7rem;
  background: #111111;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .p_feature .cta {
    width: 29rem;
    height: 6rem;
    margin: 0;
  }
}

.p_feature .cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 821px) {
  .p_feature .cta a {
    font-size: 1.8rem;
  }
}

.note {
  display: block;
}

@media screen and (min-width: 821px) {
  .feature.carousel .p_feature .f_information {
    width: calc(100% - 37rem);
    margin-right: 3rem;
  }
}

.feature.carousel .f_image {
  position: relative;
}
@media screen and (min-width: 821px) {
  .feature.carousel .f_image {
    width: 34rem;
  }
}

.feature.carousel ._position {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28rem;
}
@media screen and (min-width: 821px) {
  .feature.carousel ._position {
    position: relative;
    width: 34rem;
  }
}
.feature.carousel ._position ._caption {
  position: absolute;
  font-size: 1.4rem;
  bottom: 1rem;
  right: 1rem;
  color: #858585;
  line-height: 1.28;
}

.feature.carousel .f_image02 {
  position: relative;
  display: none;
}
@media screen and (min-width: 821px) {
  .feature.carousel .f_image02 {
    display: block;
    margin: 3rem 0 0;
    width: 32rem;
  }
}

@media screen and (min-width: 821px) {
  .feature.carousel .f_image02 ._caption {
    position: absolute;
    font-size: 1.4rem;
    color: #858585;
    line-height: 1.28;
    top: 1rem;
    left: 1rem;
  }
}

#leggings .f_image02 ._caption {
  top: 1rem;
  left: 1rem;
}
@media screen and (min-width: 821px) {
  #leggings .f_image02 ._caption {
    left: auto;
    right: 1rem;
    top: auto;
    bottom: 8rem;
  }
}

.feature.carousel .f_image03 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28rem;
}
@media screen and (min-width: 821px) {
  .feature.carousel .f_image03 {
    position: absolute;
    width: 24rem;
    left: -19.2rem;
    bottom: 7.5rem;
  }
}

@media screen and (min-width: 821px) {
  #leggings .f_image03 {
    bottom: 0;
  }
}

.feature.carousel .f_image03 ._caption {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.4rem;
  color: #858585;
  line-height: 1.28;
}
@media screen and (min-width: 821px) {
  .feature.carousel .f_image03 ._caption {
    display: none;
  }
}

.f_caption {
  display: none;
}
@media screen and (min-width: 821px) {
  .f_caption {
    display: block;
    position: absolute;
    max-width: 53rem;
    bottom: 3rem;
    right: 3rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.25;
  }
}

.f_image img {
  width: 100%;
}

.ctg_cta_outer {
  background: #f3f3f3;
  padding: 6rem 0 10rem;
}
@media screen and (min-width: 821px) {
  .ctg_cta_outer {
    padding: 6rem 0 12.4rem;
  }
}

.ctg_cta {
  width: 45rem;
  height: 9rem;
  margin: 0 auto;
  background: #111111;
}
@media screen and (min-width: 821px) {
  .ctg_cta {
    width: 42rem;
    height: 8rem;
  }
}

.ctg_cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 821px) {
  .ctg_cta a {
    font-size: 2.2rem;
  }
}

#Product02 .caption {
  position: absolute;
  z-index: 2;
  font-size: 2rem;
  color: #858585;
  top: 100.3rem;
  right: 3rem;
}
@media screen and (min-width: 821px) {
  #Product02 .caption {
    top: auto;
    right: auto;
    font-size: 1.4rem;
    left: calc(50% + 32rem);
    bottom: 6rem;
  }
}

.slick-next {
  right: 0;
  transform: translateX(100%);
  right: -2.2rem;
  width: 3.2rem;
  height: 6rem;
  background: url(./../images/pc/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}/*# sourceMappingURL=style.css.map */