.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;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  color: #555555;
  font-weight: 400;
}

@media screen and (min-width: 821px) {
  .inner {
    max-width: 150rem;
  }
}

.txt {
  display: inline-block;
}

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

.bold {
  font-weight: bold;
}

.page-bg {
  background-color: #f3f3f3;
}

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

/* introduction
-------------------------*/
#introduction {
  margin: 10rem auto;
}
#introduction .inner {
  margin: 0 auto;
  padding: 0 5rem;
}
@media screen and (min-width: 821px) {
  #introduction .inner {
    margin: 0 auto;
    padding: 0;
  }
}
#introduction .paragraph {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  #introduction .paragraph {
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: center;
  }
  #introduction .paragraph .txt {
    display: block;
  }
}

/* navigation
-------------------------*/
.navigation .n-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 3rem;
  gap: 1.2rem;
  margin: 10rem auto 9rem;
}
@media screen and (min-width: 821px) {
  .navigation .n-list {
    max-width: 150rem;
    margin: 10rem auto;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
  }
}
.navigation .n-list .n-list_item img {
  display: block;
}

/*-------------------------
  main content
-------------------------*/
.content {
  display: block;
}
.content .inner {
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (min-width: 821px) {
  .content .inner {
    margin: 0 auto;
    padding: 0;
  }
}
.content .c_title {
  margin: 0 0 4rem;
  text-align: center;
  color: #111111;
  line-height: 1;
  font-size: 6.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .content .c_title {
    font-size: 6rem;
  }
}
.content .c_title .-sub {
  display: block;
  margin: 0 0 3rem;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .content .c_title .-sub {
    font-size: 3rem;
  }
}
.content .c_description {
  margin: 0 auto 8rem;
}
.content .c_description .c_paragraph {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .content .c_description .c_paragraph {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .content .c_description .c_paragraph .txt {
    display: block;
  }
}
.content:nth-of-type(n+2) {
  margin: 10rem auto 0;
}

/*-------------------------
  color
-------------------------*/
#Coke-Gray .color_num_img {
  background-image: url(../images/01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#Coke-Gray .color-detail::after {
  background: #655852;
}

#Calm-Gray .color_num_img {
  background-image: url(../images/02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#Calm-Gray .color-detail::after {
  background: #6b6b6b;
}

#Mauve-Gray .color_num_img {
  background-image: url(../images/03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#Mauve-Gray .color-detail::after {
  background: #887185;
}

#Moss .color_num_img {
  background-image: url(../images/04.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#Moss .color-detail::after {
  background: #48551f;
}

#Van-Blanc .color_num_img {
  background-image: url(../images/05.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#Van-Blanc .color-detail::after {
  background: #523d2c;
}

#Night-Navy .color_num_img {
  background-image: url(../images/06.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#Night-Navy .color-detail::after {
  background: #1f2e55;
}

#Deep-Purple .color_num_img {
  background-image: url(../images/07.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#Deep-Purple .color-detail::after {
  background: #511c5c;
}

#Tulip .color_num_img {
  background-image: url(../images/08.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#Tulip .color-detail::after {
  background: #bf61bf;
}

#Tangerine .color_num_img {
  background-image: url(../images/09.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#Tangerine .color-detail::after {
  background: #e27459;
}

#Light-Bordeaux .color_num_img {
  background-image: url(../images/10.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#Light-Bordeaux .color-detail::after {
  background: #a51749;
}

#Plum-Wine .color_num_img {
  background-image: url(../images/11.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#Plum-Wine .color-detail::after {
  background: #9b3f72;
}

#Ecru .color_num_img {
  background-image: url(../images/12.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#Ecru .color-detail::after {
  background: #bdba99;
}

@media screen and (min-width: 821px) {
  .color .color_container {
    display: flex;
    justify-content: center;
  }
}
.color .color-detail, .color .color-photo {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .color .color-detail, .color .color-photo {
    width: 50%;
  }
}
.color .color-detail {
  position: relative;
  padding: 6rem;
}
@media screen and (min-width: 821px) {
  .color .color-detail {
    display: flex;
    padding: 8rem;
  }
}
.color .color-detail::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.color .color_num {
  position: relative;
  z-index: 2;
  float: left;
}
@media screen and (min-width: 821px) {
  .color .color_num {
    float: none;
    overflow: hidden;
  }
}
.color .color_num .color_num_img {
  display: inline-block;
  width: 8rem;
  height: 6rem;
  font-size: 0;
}
@media screen and (min-width: 821px) {
  .color .color_num .color_num_img {
    width: 8.8rem;
    height: 7rem;
  }
}
.color .color_num::after {
  content: "";
}
@media screen and (min-width: 821px) {
  .color .color_num::after {
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 7rem);
    background: #fff;
    top: 12rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.color .color-wrapper {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .color .color-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 2.2rem;
    width: calc(100% - 11rem);
  }
}
.color .color_name {
  color: #fff;
  float: right;
  width: calc(100% - 12rem);
  font-size: 3.4rem;
  margin: 0 0 4rem;
}
@media screen and (min-width: 821px) {
  .color .color_name {
    float: none;
    width: auto;
    margin: 0 0 3rem;
    font-size: 3.6rem;
    line-height: 1;
  }
}
.color .color_name > span {
  display: inline-block;
}
@media screen and (min-width: 821px) {
  .color .color_name > span {
    display: block;
  }
}
.color .color_name span:nth-of-type(n+2) {
  margin-top: 0.5em;
}
.color .color_description {
  margin: 0 0 4rem;
}
@media screen and (min-width: 821px) {
  .color .color_description {
    margin: 0 0 2.4rem;
    min-height: 20rem;
  }
}
.color .color_description .color_paragraph {
  overflow: hidden;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 821px) {
  .color .color_description .color_paragraph {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.color .color-photo {
  background-color: #fff;
  padding: 6rem;
}
@media screen and (min-width: 821px) {
  .color .color-photo {
    padding: 8rem;
  }
}
.color .color-photo .column01 {
  position: relative;
  width: 100%;
}
.color .color-photo .column01 img {
  width: 100%;
  height: auto;
}
.color .color-photo .column01 .color-photo_img {
  height: 76rem;
}

@media screen and (min-width: 821px) {
  .color .color-photo .column01 .color-photo_img {
    height: auto;
  }
}

.color .color-photo .column02 {
  position: relative;
  width: 100%;
  height: 88rem;
}
@media screen and (min-width: 821px) {
  .color .color-photo .column02 {
    height: 100%;
  }
}
.color .color-photo .column02 .color-photo_img {
  position: absolute;
}
.color .color-photo .column02 .color-photo_img.-main {
  top: 0;
  right: 0;
  width: 41rem;
}
@media screen and (min-width: 821px) {
  .color .color-photo .column02 .color-photo_img.-main {
    width: 45rem;
  }
}
.color .color-photo .column02 .color-photo_img.-sub {
  bottom: 0;
  left: 0;
  width: 27.5rem;
}
@media screen and (min-width: 821px) {
  .color .color-photo .column02 .color-photo_img.-sub {
    width: 30rem;
  }
}

@media screen and (min-width: 821px) {
  .row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 821px) {
  .row-reverse .color-detail {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 821px) {
  .row-reverse .color-wrapper {
    margin-left: 0;
    margin-right: 2.2rem;
  }
}

.product_cta {
  background: #111111;
  border-radius: 1rem;
  position: relative;
  width: 56rem;
  height: 9rem;
  margin: 7rem auto 23rem;
}
@media screen and (min-width: 821px) {
  .product_cta {
    margin: 10rem auto 21rem;
  }
}
.product_cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 2.6rem;
}
.product_cta::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}/*# sourceMappingURL=style.css.map */