@charset "UTF-8";
#autumn250821 {
  font-size: 16px;
}
@media (max-width: 375px) {
  #autumn250821 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #autumn250821 {
    font-size: 1.0256410256vw;
  }
}
@media (min-width: 1560px) {
  #autumn250821 {
    font-size: 16px;
  }
}

#autumn250821 {
  color: #4F4E4F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.l-inner {
  margin-inline: auto;
  max-width: 1560px;
  padding-inline: 1.25em;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 4.375em;
  }
}

.l-wrapper {
  overflow-x: hidden;
}

.c-product {
  position: relative;
}

.c-product__titleWrap {
  color: #4F4E4F;
  font-family: "Afacad", sans-serif;
  margin-left: 1.25em;
  position: absolute;
  top: -8.75em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-product__titleWrap {
    color: #FFF;
    margin-left: 0.625em;
    margin-top: 4.375em;
    top: auto;
  }
}

.c-product__titleWrap:before,
.c-product__titleWrap:after {
  background: #4F4E4F;
  content: "";
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-product__titleWrap:before,
  .c-product__titleWrap:after {
    background: #FFF;
  }
}

.c-product__titleWrap:before {
  height: 1px;
  left: -1.875em;
  top: 2em;
  width: 3.75em;
}
@media screen and (min-width: 768px) {
  .c-product__titleWrap:before {
    left: -2.3125em;
    top: 4.1875em;
    width: 5em;
  }
}

.c-product__titleWrap:after {
  height: 3.75em;
  left: -0.9375em;
  top: -6.5625em;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .c-product__titleWrap:after {
    height: 5em;
    left: -1.0625em;
    top: -9.0625em;
  }
}

.c-product__subTitle {
  font-size: 1.125em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-product__subTitle {
    font-size: 2.375em;
  }
}

.c-product__title {
  font-size: 2.5em;
  font-weight: 400;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-product__title {
    font-size: 6.25em;
  }
}

.c-product__contents {
  left: -1.25em;
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .c-product__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-product__link {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-product__link {
    height: 100%;
  }
}

.c-product__link:hover {
  opacity: 0.6;
}

.c-product__image .c-product__link:hover {
  opacity: 0.9;
}

.c-product__image img {
  height: auto;
  width: 100%;
}

.c-product__video video {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-product__video video {
    left: -1px;
  }
}

@-moz-document url-prefix() {
  @media screen and (min-width: 768px) {
    .c-product__video video {
      left: -2px;
    }
  }
}
.c-product__infoWrap {
  padding-top: 3.125em;
}
@media screen and (min-width: 768px) {
  .c-product__infoWrap {
    padding-top: 7em;
  }
}

.c-product__head {
  background: #4F4E4F;
  height: 1px;
  position: absolute;
  width: 100%;
}

.c-product__headText {
  background: #FFF;
  font-family: "Afacad", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding-left: 0.1875em;
  padding-right: 1.0625em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-product__headText {
    font-size: 1.5em;
    left: 1.5em;
    padding-inline: 1.25em;
  }
}

.c-product__body {
  margin-left: 0.1875em;
  margin-top: 2.3125em;
}
@media screen and (min-width: 768px) {
  .c-product__body {
    margin-left: 3.4375em;
    margin-top: 4.375em;
  }
}

.c-product__copy {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-product__copy {
    font-size: 3.125em;
  }
}

.c-product__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.125em;
  letter-spacing: 0.1px;
  line-height: 1.8;
  margin-top: 0.625em;
}
@media screen and (min-width: 768px) {
  .c-product__text {
    font-size: 1.75em;
    margin-top: 1.4375em;
  }
}

.c-product__text strong {
  text-decoration: underline;
}

.c-product__info {
  display: flex;
  flex-direction: column;
  font-size: 0.9375em;
  gap: 0.625em;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .c-product__info {
    align-items: center;
    flex-direction: row;
    font-size: 1.25em;
    gap: 1.125em;
    margin-top: 3.125em;
  }
}

.c-product__infoName {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 768px) {
  .c-product__infoName {
    letter-spacing: 0.1px;
    padding-left: 0.3125em;
  }
}

.c-product__infoPrice {
  font-family: "Afacad", sans-serif;
  font-size: 1.1875em;
}
@media screen and (min-width: 768px) {
  .c-product__infoPrice {
    letter-spacing: 0.1px;
  }
}

.c-product__infoPrice span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1em;
  padding-left: 0.3125em;
}
@media screen and (min-width: 768px) {
  .c-product__infoPrice span {
    font-size: 0.8125em;
  }
}

.c-product__listWrap {
  left: 50%;
  margin-top: 3.75em;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .c-product__listWrap {
    margin-top: 6.25em;
  }
}

.c-product__listWrap:before,
.c-product__listWrap:after {
  background: #4F4E4F;
  content: "";
  display: block;
  position: absolute;
}

.c-product__listWrap:before {
  height: 1px;
  right: 1.25em;
  top: -0.875em;
  width: 2.1875em;
}
@media screen and (min-width: 768px) {
  .c-product__listWrap:before {
    right: 5.3125em;
    top: -1.375em;
    width: 3.75em;
  }
}

.c-product__listWrap:after {
  height: 4.375em;
  right: 2em;
  top: -4.375em;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .c-product__listWrap:after {
    height: 7.5em;
    right: 6.5625em;
    top: -7.5em;
  }
}

.c-product__list {
  display: grid;
  gap: 0.3125em;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-product__list {
    display: flex;
    gap: 0.625em;
  }
}

.c-product__item {
  position: relative;
  width: 100%;
}

::-webkit-full-page-media, :future, :root .c-product__item {
  height: 14.1875em;
}
@media screen and (min-width: 768px) {
  ::-webkit-full-page-media, :future, :root .c-product__item {
    height: 28.75em;
  }
}
@media screen and (min-width: 1560px) {
  ::-webkit-full-page-media, :future, :root .c-product__item {
    aspect-ratio: 392/460;
    height: auto;
  }
}

.c-product__item img {
  height: 100%;
  width: 100%;
}

.c-product__itemInfo {
  bottom: 0.9375em;
  display: flex;
  flex-direction: column;
  font-family: "Afacad", sans-serif;
  font-size: 1em;
  gap: 0.125em;
  left: 0.625em;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-product__itemInfo {
    align-items: center;
    bottom: 1.0625em;
    flex-direction: row;
    font-size: 1.25em;
    gap: 0.5em;
    left: 1.5625em;
  }
}

.c-product__itemInfoColor {
  letter-spacing: -0.1px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-product__itemInfoColor {
    letter-spacing: 0.2px;
  }
}

.c-product__itemInfoPrice {
  letter-spacing: -0.1px;
}
@media screen and (min-width: 768px) {
  .c-product__itemInfoPrice {
    letter-spacing: 0.1px;
  }
}

.c-product__itemInfoPrice span {
  font-size: 0.8125em;
}
@media screen and (min-width: 768px) {
  .c-product__itemInfoPrice span {
    padding-left: 0.1875em;
  }
}

.p-about {
  background: #E2E1E8;
}

.p-about__inner {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding-bottom: 2.5em;
  padding-top: 2.625em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    padding-bottom: 7.8125em;
    padding-top: 7.5em;
  }
}

.p-about__textWrap {
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
  letter-spacing: 2.7px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-about__textWrap {
    gap: 2.5em;
    line-height: 1.6;
    padding-left: 1.25em;
  }
}

.p-about__text {
  font-size: 1.125em;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1.6875em;
  }
}

.p-about__introduction {
  font-size: 0.875em;
  letter-spacing: 0.8px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .p-about__introduction {
    font-size: 1.125em;
    letter-spacing: 0.1px;
    padding-left: 0.875em;
  }
}

.p-about__introduction:before {
  background: #4F4E4F;
  content: "";
  display: block;
  height: 2.25em;
  margin: 0.9375em auto 1.5em;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .p-about__introduction:before {
    height: 2.1875em;
    margin: 2.375em auto 2.3125em;
  }
}

.p-about__introduction strong {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about__introduction strong {
    font-weight: 400;
  }
}

.p-fv {
  background-image: url("../img/fv-shoe_sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30.625em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv {
    background-image: none;
    height: auto;
  }
}

.p-fv__inner {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__inner {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-fv__bg {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__bg img {
    display: inline;
    height: auto;
    width: 100%;
  }
}

.p-fv__contents {
  display: flex;
  flex-direction: column;
  line-height: 0.5;
  padding-top: 20.5em;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__contents {
    margin-left: auto;
    margin-right: 1.75em;
    padding-top: 19.875em;
    width: 45.625em;
  }
}

.p-fv__title {
  font-feature-settings: "palt";
  font-size: 2.5em;
  letter-spacing: 2px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    font-size: 4.5em;
  }
}

.p-fv__title span {
  color: #BA8853;
}

.p-fv__subTitle {
  font-family: "Afacad", sans-serif;
  font-size: 1.125em;
  letter-spacing: 1.6px;
  margin-top: 1.625em;
}
@media screen and (min-width: 768px) {
  .p-fv__subTitle {
    font-size: 2em;
    letter-spacing: 1.3px;
    margin-top: 1.6875em;
    padding-left: 0.4375em;
  }
}

.p-fv__image {
  position: relative;
}

.p-fv__image:before,
.p-fv__image:after {
  background: #4F4E4F;
  content: "";
  display: block;
  position: absolute;
}

.p-fv__image:before {
  height: 1px;
  right: -0.5em;
  top: 3.8125em;
  width: 9.125em;
}
@media screen and (min-width: 768px) {
  .p-fv__image:before {
    right: -0.3125em;
    top: 7em;
    width: 17.25em;
  }
}

.p-fv__image:after {
  height: 3.4375em;
  right: 0.3125em;
  top: 1.5625em;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .p-fv__image:after {
    height: 6.25em;
    right: 1.25em;
    top: 3em;
  }
}

.p-fv__image img {
  height: 5.25em;
  margin-left: auto;
  margin-right: 0.9375em;
  width: 10.875em;
}
@media screen and (min-width: 768px) {
  .p-fv__image img {
    height: 10em;
    margin-right: 2.375em;
    width: 20.5625em;
  }
}

.p-insta {
  background: #F7F6F4;
  padding-block: 3em;
}
@media screen and (min-width: 768px) {
  .p-insta {
    padding-block: 5em;
  }
}

.p-insta__inner {
  margin: 0 auto;
  padding: 0 0.9375em;
}

.p-insta__item {
  align-items: center;
  display: flex;
  gap: 3em;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  max-width: 54.375em;
  width: 100%;
}

.p-insta__logo {
  flex-shrink: 0;
  width: 7.25em;
}

.p-insta__textWrap {
  color: #222;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.p-insta__title {
  font-size: 1.25em;
  font-weight: 700;
  padding-left: 3.125em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-insta__title {
    font-size: 1.5em;
    padding-left: 0;
  }
}

.p-insta__title:before {
  background-image: url("../img/logo-fitfit.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3em;
  left: 0;
  position: absolute;
  top: -0.75em;
  width: 3em;
}
@media screen and (min-width: 768px) {
  .p-insta__title:before {
    display: none;
  }
}

.p-insta__text {
  line-height: 1.65;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-insta__text {
    margin-top: 0;
  }
}

.p-insta__btn {
  display: block;
  text-decoration: underline;
}

.p-product__section {
  margin-top: 12.5em;
}
@media screen and (min-width: 768px) {
  .p-product__section {
    margin-top: 10em;
  }
}

.p-product__section:first-child {
  margin-top: 11.25em;
}
@media screen and (min-width: 768px) {
  .p-product__section:first-child {
    margin-top: 0;
  }
}

.p-product__textWrap {
  border-bottom: 1px solid #4F4E4F;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 3.75em auto 4.375em;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product__textWrap {
    margin: 12.1875em auto 11.25em;
    width: 50em;
  }
}

.p-product__titleWrap {
  background: #4F4E4F;
  height: 1px;
  position: absolute;
  width: 100%;
}

.p-product__title {
  background: #FFF;
  font-size: 1.125em;
  font-weight: 700;
  left: 50%;
  max-width: 12.8125em;
  padding-inline: 0.75em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58%;
}
@media screen and (min-width: 768px) {
  .p-product__title {
    font-size: 1.75em;
    max-width: none;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-product__text {
  font-weight: 500;
  line-height: 1.74;
  padding-block: 1.4375em;
}
@media screen and (min-width: 768px) {
  .p-product__text {
    font-size: 1.5em;
    line-height: 2;
    padding-block: 2.0625em;
  }
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: inline-block;
  }
}

.u-hidden-pc {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}