/*----------------------------------------------------
	setting
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
img {
  max-width: 100%;
  display: block;
  height: auto;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.l-body-container > *:not(.c-breadcrumb) {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------------------------------------------------------------------------
    l-section
--------------------------------------------------------------------------------------------------------*/
.l-section .line {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 5em 0 4em;
}
@media screen and (max-width: 768px) {
  .l-section .line {
    width: 19.8666666667vw;
    margin-inline: auto;
    padding: 3em 0 2em;
  }
}
.l-section .line.line--02 {
  padding: 5em 0 0;
}
@media screen and (max-width: 768px) {
  .l-section .line.line--02 {
    padding: 3em 0 0;
  }
}
.l-section.l-section--01 {
  background-image: url(../images/fit/bg-section-01.png), linear-gradient(180deg, rgb(253, 232, 208) 45%, rgb(246, 188, 181) 100%);
  background-repeat: no-repeat;
  background-position: top center, center;
  background-size: 100% auto, cover;
  background-color: #fde8d0;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 {
    background-image: url(../images/fit/bg-section-01-sp.png), linear-gradient(180deg, rgb(253, 232, 208) 50%, rgb(246, 188, 181) 100%);
    background-repeat: no-repeat;
    background-position: top center, center;
    background-size: 100% auto, cover;
    background-color: #fde8d0;
  }
}
.l-section.l-section--01 .p-product__heading {
  text-align: center;
  padding-top: 6vw;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product__heading {
    width: 77.0666666667vw;
    margin-inline: auto;
    padding-top: 9vw;
  }
}
.l-section.l-section--01 .p-product__description {
  display: flex;
  justify-content: center;
  padding-bottom: 8em;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product__description {
    padding-bottom: 3em;
    width: 86.8vw;
    margin-inline: auto;
  }
}
.l-section.l-section--01 .p-product__image {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product__image {
    width: 34.9333333333vw;
    margin-inline: auto;
  }
}
.l-section.l-section--01 .p-product__image::before {
  content: "";
  background: url(../images/fit/img-01-03.png) no-repeat top left/100% auto;
  display: block;
  width: 750px;
  height: 600px;
  position: absolute;
  top: -110px;
  z-index: 1;
  left: 45%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product__image::before {
    top: -40px;
    z-index: 1;
    left: 27%;
    translate: -50% 0;
    width: 90vw;
    height: 60vw;
    aspect-ratio: 358/382;
  }
}
.l-section.l-section--01 .p-product__image img {
  position: relative;
  z-index: 10;
}
.l-section.l-section--01 .p-product__title {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product__title {
    width: 69.0666666667vw;
    margin-inline: auto;
  }
}
.l-section.l-section--01 .p-product__info {
  display: flex;
  justify-content: center;
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product__info {
    width: 69.6vw;
    margin-inline: auto;
    padding-top: 1em;
  }
}
.l-section.l-section--01 .p-product--feature {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product--feature {
    margin-top: 3em;
  }
}
.l-section.l-section--01 .p-product--feature .p-feature__heading {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product--feature .p-feature__heading {
    width: 75.4666666667vw;
    margin-inline: auto;
  }
}
.l-section.l-section--01 .p-product--feature .p-feature__content {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product--feature .p-feature__content {
    width: 91.0666666667vw;
    margin-inline: auto;
  }
}
.l-section.l-section--01 .p-product--feature.p-product--feature--01 {
  margin-top: 9em;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product--feature.p-product--feature--01 {
    margin-top: 4em;
  }
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product--feature.p-product--feature--02 .p-feature__content {
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
  }
}
.l-section.l-section--01 .p-product--feature.p-product--feature--03 .p-feature__txt {
  font-size: 26px;
  color: #5c4e46;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product--feature.p-product--feature--03 .p-feature__txt {
    font-size: 3.7333333333vw;
  }
}
.l-section.l-section--01 .p-product--feature.p-product--feature--03 .p-feature__txt span {
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--01 .p-product--feature.p-product--feature--03 .p-feature__txt span {
    font-size: 4.8vw;
  }
}
.l-section.l-section--02 {
  background: #FDE8D0;
  background: linear-gradient(180deg, rgb(253, 232, 208) 30%, rgb(247, 194, 148) 100%);
  padding: 6vw 0;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 {
    padding: 9vw 0;
  }
}
.l-section.l-section--02 .p-product__image {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product__image {
    width: 36vw;
    margin-inline: auto;
  }
}
.l-section.l-section--02 .p-product__image::before {
  content: "";
  background: url(../images/fit/img-02-01.png) no-repeat top left/100% auto;
  display: block;
  width: 750px;
  height: 600px;
  position: absolute;
  top: -110px;
  left: calc(50% + 72px);
  translate: -50% 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product__image::before {
    top: -30px;
    right: -130px;
    left: inherit;
    translate: inherit;
    width: 90vw;
    height: 100vw;
    aspect-ratio: 617/508;
  }
}
.l-section.l-section--02 .p-product__image img {
  position: relative;
  z-index: 10;
}
.l-section.l-section--02 .p-product__title {
  display: flex;
  justify-content: center;
  margin: 3em 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product__title {
    width: 50.9333333333vw;
    margin: 2em auto;
  }
}
.l-section.l-section--02 .p-product__info {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product__info {
    width: 51.8666666667vw;
    margin: 2em auto;
  }
}
.l-section.l-section--02 .p-product--feature {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product--feature {
    margin-top: 3em;
  }
}
.l-section.l-section--02 .p-product--feature .p-feature__heading {
  display: flex;
  justify-content: center;
}
.l-section.l-section--02 .p-product--feature .p-feature__content {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.l-section.l-section--02 .p-product--feature.p-product--feature--01 {
  margin-top: 9em;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product--feature.p-product--feature--01 {
    margin-top: 4em;
  }
}
.l-section.l-section--02 .p-product--feature.p-product--feature--01 .p-feature__content {
  max-width: 980px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product--feature.p-product--feature--01 .p-feature__content {
    flex-direction: column;
    margin: 1em auto 0;
  }
}
.l-section.l-section--02 .p-product--feature.p-product--feature--01 .p-feature__content .img {
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product--feature.p-product--feature--01 .p-feature__content .img {
    width: 53.3333333333vw;
  }
}
.l-section.l-section--02 .p-product--feature.p-product--feature--01 .p-feature__content .txt {
  font-size: 26px;
  color: #5c4e46;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product--feature.p-product--feature--01 .p-feature__content .txt {
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
.l-section.l-section--02 .p-product--feature.p-product--feature--01 .p-feature__content .txt span {
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product--feature.p-product--feature--01 .p-feature__content .txt span {
    font-size: 4.8vw;
  }
}
.l-section.l-section--02 .p-product--feature.p-product--feature--02 .p-feature__txt {
  color: #5c4e46;
  font-size: 26px;
  text-align: center;
  margin-top: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product--feature.p-product--feature--02 .p-feature__txt {
    font-size: 3.7333333333vw;
  }
}
.l-section.l-section--02 .p-product--feature.p-product--feature--02 .p-feature__txt span {
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product--feature.p-product--feature--02 .p-feature__txt span {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product--feature.p-product--feature--02 .p-feature__content {
    width: 85.3333333333vw;
    margin: 1em auto 0;
  }
}
.l-section.l-section--02 .p-product--feature.p-product--feature--03 .p-feature__heading {
  font-size: 34px;
  font-weight: bold;
  color: #5c4e46;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product--feature.p-product--feature--03 .p-feature__heading {
    font-size: 4.5333333333vw;
    margin: 0 auto 0.5em;
    text-align: center;
  }
}
.l-section.l-section--02 .p-product--feature.p-product--feature--03 .p-feature__content {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--02 .p-product--feature.p-product--feature--03 .p-feature__content {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
}
.l-section.l-section--03 {
  background: url(../images/fit/bg-section-03.png) no-repeat top center/100% auto, #fef6ec;
  padding: 6vw 0;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--03 {
    padding: 9vw 0 25vw;
    background: url(../images/fit/bg-section-03-sp.png) no-repeat top center/100% auto, #fef6ec;
  }
}
.l-section.l-section--03 .p-lineup__heading {
  display: flex;
  justify-content: center;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--03 .p-lineup__heading {
    width: 50.8vw;
    margin: 0 auto;
    padding-bottom: 3em;
  }
}
.l-section.l-section--03 .p-lineup__items {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--03 .p-lineup__items {
    flex-direction: column;
  }
}
.l-section.l-section--03 .p-lineup__items .p-lineup__item {
  width: calc((100% - 100px) / 2);
}
@media screen and (max-width: 768px) {
  .l-section.l-section--03 .p-lineup__items .p-lineup__item {
    width: 66.6666666667vw;
    margin: 0 auto;
  }
}
.l-section.l-section--03 .p-lineup__items .p-lineup__item .p-lineup__image {
  max-width: 258px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--03 .p-lineup__items .p-lineup__item .p-lineup__image {
    width: 33.0666666667vw;
  }
}
.l-section.l-section--03 .p-lineup__items .p-lineup__item .p-lineup__name {
  color: #5c4e46;
  font-weight: bold;
  font-size: clamp(18px, 2.5vw + 6px, 32px);
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--03 .p-lineup__items .p-lineup__item .p-lineup__name {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .l-section.l-section--03 .p-lineup__items .p-lineup__item + .p-lineup__item {
    margin-top: 3em;
  }
}
.l-section.l-section--03 .p-lineup__items .p-lineup__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-section.l-section--03 .p-lineup__items .p-lineup__buttons .c-link-button {
  display: block;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .l-section.l-section--03 .p-lineup__items .p-lineup__buttons .c-link-button {
    width: calc((100% - 10px) / 2);
  }
}
.l-section.l-section--03 .p-lineup__items .p-lineup__buttons .c-link-button:nth-child(n+3) {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--03 .p-lineup__items .p-lineup__buttons .c-link-button:nth-child(n+3) {
    margin-top: 0.5em;
  }
}/*# sourceMappingURL=fit.css.map */