@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.fs-series {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
  line-height: 1.75;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin-top: 60px !important;
}
.container-inner {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.fs-series img {
  width: 100%;
}
.fs-series #case img {
  width: 260px;
  margin: 0 auto;
  float: left;
  text-align: center;
}
ul li {
  list-style: none;
}
/* 全体設定 */
.text__bold {
  font-weight: bold;
}
/* 全体カラー設定 */
.emerald {
  color: #dcc165;
}
@media only screen and (max-width: 625px) {
  .fs-series {
    margin-top: 20px !important;
  }
  .container-inner {
    width: 100%;
    max-width: calc(670 * (100vw / 750));
  }
}
.main-top {
  background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.main-top_cp img {
  /*background-image: url(../img/mv_bg_2.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 120px;
  max-height: 700px;
}
.main__btn {
  margin: 20px auto 0;
  padding: 0 20px;
  max-width: 450px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 625px) {
  .main-top {
    background-image: url(../img/mv_sp.jpg);
  }
  .main-top_cp img {
    /*background-image: url(../img/mv_sp_2.jpg);*/
    margin-bottom: 80px;
  }
}
.teikicart {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-color: #caa262;
  color: #fff;
  padding: 20px 30px;
  margin: 30px 300px 30px;
  letter-spacing: 0.08em;
}
.teikitxtinfo {
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 180px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 625px) {
  .teikicart {
    font-size: 15px;
    margin: 0px 25px 30px;
    padding: 15px;
  }
  .teikitxtinfo {
    font-size: 11px;
    margin-bottom: 80px;
  }
}
.cpbanner {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
.cpbanner_item {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  margin-top: 100px;
  display: inline-flex;
}
@media only screen and (max-width: 625px) {
  .cpbanner {
    margin-bottom: 50px
  }
  .cpbanner_item {
    display: block;
  }
}
.igtvinfo {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 30px;
  margin-top: 100px;
}
.igtv {
  margin: 0 300px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 625px) {
  .igtvinfo {
    font-size: 14px;
  }
  .igtv {
    margin: 0px;
  }
}
.main-top__inner {
  width: 100%;
  max-width: 890px;
  height: 285px;
  margin: 0 auto;
  padding: 80px 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-top__inner_cp {
  width: 100%;
  /*max-width: 750px;*/
  /*height: 1003px;*/
  margin: 0 auto;
  /*padding: 80px 0 75px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-top__img {
  max-width: 270px;
}
@media only screen and (max-width: 625px) {
  .main-top__inner {
    width: 100%;
    margin: 0 auto;
    height: calc(750 * (100vw / 750));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-top__inner_cp {
    width: 100%;
    margin: 0 auto;
    height: calc(770 * (100vw / 750));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .main-top__img {
    max-width: calc(270 * (100vw / 750));
    margin-bottom: calc(40 * (100vw / 750));
  }
}
/*.main-top__text h2 {
  font-size: 26px !important;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.075em;
}*/
.main-top__text p {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.main-top__text sup {
  font-size: 12px;
  position: relative;
  top: -4px;
  left: 0;
}
@media only screen and (max-width: 625px) {
  .main-top__text {
    text-align: center;
    margin-top: calc(270 *(100vw/750));
  }
  .main-top__text h2 {
    /* font-size: calc(34 * (100vw / 750)) !important; */
    color: #333333;
  }
  .main-top__text p {
    font-size: calc(32 * (100vw / 750));
  }
  .main-top__text sup {
    font-size: calc(18 * (100vw / 750));
    top: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .main-top__text {
    margin-top: calc(240 *(100vw/750));
  }
}
/* 説明・カラー */
.step {
  margin-top: 80px;
}
.step__top-area {
  text-align: center;
  margin-bottom: 75px;
}
.step__ttl {
  font-size: 30px !important;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.step__ttl--small {
  font-size: 70%;
}
.step__subttl {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.6;
  text-align: center;
}
.step__list-wrap {
  width: 100%;
  max-width: 670px;
  margin: 20px auto 40px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.step__list {
  border: 1px solid #d2b973;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 300;
  color: #d2b973;
  line-height: 1.7;
}
.step__text {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 2.25;
  letter-spacing: 0.15em;
  text-align: center;
}
.step__disc {
  margin-top: 8px;
  font-size: 10px;
  text-align: center;
}
.step__line {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #d2b973;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.step__line::before {
  content: "カラーチャート";
  position: absolute;
  top: -4%;
  background-color: #fff;
  padding: 0 35px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.step__colorChange--img {
  width: 100%;
  max-width: 520px;
  margin: 50px auto 0;
}
.step__color-img--1 {
  /* max-width: 440px;
  margin-right: 65px; */
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}
.step__color-img--2 {
  max-width: 420px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}

/* 余白調整追加_2025.05.30 */
.section-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
}


/* 詳細説明・ポイント */
/* .point {
    margin-top: 100px;
} */
.pointAfter {
  margin-top: -30px;
  margin-bottom: 60px;
}
.point__list {
  border: 1px solid#ee869a;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 300;
  color: #ee869a;
  display: inline-block
}
.point__ttl {
  margin-top: 10px !important;
  font-size: 26px !important;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #333333;
}
.point__ttl--subtitle {
  font-size: 18px;
  line-height: 2.1;
  color: #85bda3;
}
.point__ttl--annotation {
  vertical-align: top;
  font-size: 45%;
  line-height: initial;
  font-weight: normal;
}
.point__ttl sup {
  font-size: 18px;
}
.point__inner {
  width: 100%;
  max-width: 1010px;
  margin: 60px auto 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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.point__img {
  width: 100%;
  max-width: 440px;
  padding: 20px 30px 0;
}
.point__img--top {
  margin: 0 auto 0px;
  max-width: 700px
}
.point__detail {
  width: 100%;
  max-width: 440px;
  padding: 0 30px;
}
.point__txt3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 30px;
  color: #ee869a;
}
.point__txt3:before, .point__txt3:after {
  content: "";
  flex: 1;
  border-bottom: 2px dotted #ee869a;
  margin: 0 10px; /* 見出しと線の間隔 */
}
.point__txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 2.1;
  letter-spacing: 0.15em;
  color: #333333;
  text-align: left;
  text-align: justify;
}
.point__txt--annotation {
  vertical-align: top;
  font-size: 55%;
  line-height: initial;
  font-weight: normal;
}
.point__disc {
  padding: 8px 0 0 0;
  font-size: 12px;
  line-height: 160%;
  /* letter-spacing: 0.15em; */
  color: #646464;
  text-align: justify;
}
.point__disc--imageBelow {
  padding: 10px 0 0 0;
  font-size: 10px;
  line-height: 160%;
  /* letter-spacing: 0.15em; */
  color: #646464;
  text-align: justify;
  padding: 8px 30px 0 30px;
}
@media only screen and (max-width: 625px) {
  /* .point {
        margin-bottom: calc(100 * (100vw / 750));
        padding: 0 calc(40 * (100vw / 750));
    } */
  .point__ttl {
    font-size: 20px !important;
    line-height: 160% !important;
    letter-spacing: 0.1em;
  }
  .point__ttl--subtitle {
    font-size: 16px;
    line-height: 30px;
    color: #85bda3;
  }
  .point__ttl sup {
    font-size: calc(20 * (100vw / 750));
  }
  /* .point__detail {
        margin-top: 60px
    } */
  .point__txt {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
  }
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 625px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.change {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -100px;
}
.case_1 {
  /* max-width: 440px;
  margin-right: 65px; */
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}
.case_2 {
  /* max-width: 300px; */
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}
@media only screen and (max-width: 625px) {
  .step {
    margin-top: calc(50 * (100vw / 750));
    margin-bottom: 0;
  }
  .step__top-area {
    margin-bottom: calc(90 * (100vw / 750));
  }
  .step__ttl {
    font-size: calc(40 * (100vw / 750)) !important;
    line-height: calc(54 * (100vw / 750)) !important;
    font-weight: 700 !important;
    letter-spacing: 0.25em;
    padding-top: 10px;
  }
  .step__ttl--small {
    font-size: 70%;
  }
  .step__subttl {
    padding-top: 10px;
    font-size: calc(20 * (100vw / 750));
    line-height: calc(28 * (100vw / 750));
    font-weight: 300;
    letter-spacing: 0.2em;
  }
  .step__list-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: calc(30 * (100vw / 750)) auto calc(30 * (100vw / 750));
  }
  .step__list {
    padding: 5px 5px;
    margin-right: calc(20 * (100vw / 750));
    margin-bottom: calc(25 * (100vw / 750));
  }
  .step__list:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .step__text {
    font-size: calc(22 * (100vw / 750));
    font-weight: 300;
    color: #333333;
    line-height: calc(50 * (100vw / 750));
    letter-spacing: 0.15em;
  }
  .step__line {
    padding: 15px 0 10px 0;
  }
  .step__line::before {
    font-size: calc(24 * (100vw / 750));
    line-height: calc(30 * (100vw / 750));
    letter-spacing: 0.2em;
    top: -2.2%;
    left: 30%;
    padding: 0 calc(35 * (100vw / 750));
  }
  .step__color-img--1 {
    max-width: calc(560 * (100vw / 750));
    margin-bottom: calc(60 * (100vw / 750));
    margin-right: 0;
  }
  .step__color-img--2 {
    max-width: calc(600 * (100vw / 750));
  }
  .case_1 {
    max-width: calc(560 * (100vw / 750));
    margin-bottom: calc(60 * (100vw / 750));
    margin-right: 0;
  }
  .case_2 {
    max-width: calc(560 * (100vw / 750));
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  /* 説明・カラー */
  .step__color-img--1 {
    width: 500px;
  }
  .step__color-img--2 {
    width: 500px;
  }
  .main-top__inner {
    height: 500px;
  }
  .main-top__text {
    margin-left: 100px;
  }
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.effect {
  margin-top: 60px
}
.effect__detail {
  margin: 0 100px 0;
}
.effect__ttl {
  font-size: 26px !important;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #333333;
  text-align: left;
  margin-bottom: 40px;
}
.effect__txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.1;
  letter-spacing: 0.2em;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.effect__list-wrap {
  width: 100%;
  max-width: 980px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.effect__list-item {
  width: 100%;
  /* max-width: 145px; */
  max-width: 163px;
  margin-bottom: 55px;
}
.effect__list-item img {
  max-width: 120px;
  display: block;
  margin: 0 auto;
}
.effect__list-txt-1 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}
.effect__list-txt-2 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.effect__disc {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.15em;
  color: #646464;
  text-align: right;
  margin-right: 15px;
}
.effect__disc--imageBelow {
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 625px) {
  .effect {
    padding: 20px;
  }
  .effect__detail {
    margin: 0;
  }
  .effect__ttl {
    font-size: calc(38 * (100vw / 750)) !important;
    font-weight: 300;
    line-height: calc(54 * (100vw / 750)) !important;
    text-align: center;
    margin-bottom: calc(45 * (100vw / 750)) !important;
    letter-spacing: 0.075em;
  }
  .effect__txt {
    font-size: calc(21 * (100vw / 750));
    line-height: calc(44 * (100vw / 750));
    text-align: center;
    margin-bottom: calc(45 * (100vw / 750));
    letter-spacing: 0.075em;
  }
  .effect__list-item {
    max-width: calc(210 * (100vw / 750));
    margin-bottom: calc(60 * (100vw / 750));
  }
  .effect__list-item img {
    width: calc(160 * (100vw / 750));
  }
  .effect__list-txt-1 {
    font-size: calc(20 * (100vw / 750));
    line-height: calc(35 * (100vw / 750));
  }
  .effect__list-txt-2 {
    font-size: calc(25 * (100vw / 750));
    line-height: calc(35 * (100vw / 750));
  }
  .effect__disc {
    margin: 0;
    text-align: center;
  }
  .effect__disc--imageBelow {
    font-size: 8px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* howto追加：始まり */
.fs-series .howto {
  background-image: url(../../fs_common/img/howto_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.fs-series .howto.pro {
  margin-top: 100px;
  margin-bottom: 100px;
}
.fs-series .howto__ttl {
  font-size: 26px !important;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
}
.fs-series .howto__subttl {
  font-size: 12px;
  line-height: 2.3;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 35px;
}
.fs-series .howto__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-series .howto__step-img {
  max-width: 200px;
  display: block;
  margin: 10px 0;
}
.fs-series .howto__step-img-pro {
  max-width: 130px;
  max-height: 70px;
  display: block;
  margin: 10px 0;
}
.fs-series .howto__item-img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  /*margin-top: 20px;*/
}
.fs-series .howto__item-img2 {
  max-width: 300px;
  margin-bottom: 10px;
}
.fs-series .howto__item-img3 {
  max-width: 160px;
  display: block;
  margin: 0 auto;
  margin-bottom: 17px;
  margin-top: 40px;
}
.fs-series .howto__item-img-pro-1 {
  max-width: 170px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 18px;
}
.fs-series .howto__item-img-pro-2 {
  max-width: 170px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 18px;
}
.fs-series .howto__item-img-pro-3 {
  max-width: 170px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 18px;
}
.fs-series .howto__item-img-pro-4 {
  max-width: 120px;
  display: block;
  margin: 0 auto;
  margin-bottom: 45px;
  margin-top: 35px;
}
.fs-series .howto__item-img-pro-5 {
  max-width: 120px;
  display: block;
  margin: 0 auto;
  margin-bottom: 45px;
  margin-top: 35px;
}
.fs-series .howto__illust {
  max-width: 300px;
}
.fs-series .howto__list--1 {
  background-color: #fff;
  width: 100%;
  max-width: 700px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 20px;
  -webkit-box-shadow: 0px 0px 10px 10px #f5f5f4;
  box-shadow: 0px 0px 10px 10px #f5f5f4;
}
.fs-series .howto__list--2 {
  background-color: #fff;
  width: 300px;
  padding: 25px 20px;
  -webkit-box-shadow: 0px 0px 10px 10px #f5f5f4;
  box-shadow: 0px 0px 10px 10px #f5f5f4;
  border-radius: 5px;
}
.fs-series .howto__list--pro {
  background-color: #fff;
  width: 170px;
  padding: 25px 20px;
  -webkit-box-shadow: 0px 0px 10px 10px #f5f5f4;
  box-shadow: 0px 0px 10px 10px #f5f5f4;
  border-radius: 5px;
}
.fs-series .howto__list-inner-1 {
  max-width: 305px;
  position: relative;
}
.fs-series .howto__list-inner-2 {
  max-width: 360px;
  padding: 10px;
  border: 1px dotted #d2d2d2;
  /*margin-top: 43px;*/
  position: relative;
  /* margin-left: 10px;*/
}
.fs-series .howto .arrow-pc {
  width: 41px;
  position: absolute;
  right: -27%;
  top: 45%;
}
.fs-series .howto.pro .howto__list--pro {
  position: relative;
  margin: 0 20px;
  margin-bottom: 35px;
}
.fs-series .howto.pro .howto__list--pro .arrow-pc {
  width: 28px;
  position: absolute;
  right: -10%;
  top: 45%;
  z-index: 100;
}
.fs-series .howto__text-disc {
  font-size: 10px;
  text-align: left;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fs-series .howto__list--1 {
    display: block;
    width: 100%;
    max-width: 730px;
    margin-left: 25px;
  }
  .fs-series .howto__list-inner-1 {
    float: left;
  }
  .fs-series .howto__list-inner-2 {
    float: left;
    margin-left: 20px;
  }
  .fs-series .howto__list--2 {
    float: left;
    margin-right: 25px;
  }
  .fs-series .howto__list--pro {
    float: left;
    margin-right: 25px;
  }
  .fs-series .howto .arrow-pc {
    width: 41px;
    position: absolute;
    right: -18%;
    top: 45%;
  }
  .fs-series .howto__illust {
    max-width: 300px;
    max-height: 80px;
  }
  .fs-series .howto__text-disc {
    font-size: 8px;
  }
}
.fs-series .howto__list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fs-series .howto__list-flex a {
  margin: 0 auto;
  display: inline-block;
}
.fs-series .howto__list-txt-2 {
  max-width: 105px;
}
.fs-series .howto__list-txt-2 > img {
  display: inline;
}
.fs-series .howto__text p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #333333;
  text-align: center;
}
.fs-series .howto__list--pro .howto__text p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #333333;
  text-align: justify;
}
.fs-series .howto__text p.howto-desc {
  font-size: 0.8em;
  padding: 10px;
}
.fs-series .howto__text p.txt-bold {
  font-weight: bold;
}
.fs-series .howto__text ol li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0.075em;
}
.fs-series .howto__text ol li:nth-child(1)::before {
  content: '1.';
  position: absolute;
  left: 0;
}
.fs-series .howto__text ol li:nth-child(2)::before {
  content: '2.';
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .fs-series .howto {
    padding: calc(100 * (100vw / 750)) 0;
  }
  .fs-series .howto__ttl {
    font-size: calc(42 * (100vw / 750)) !important;
    line-height: calc(54 * (100vw / 750)) !important;
  }
  .fs-series .howto__subttl {
    font-size: calc(20 * (100vw / 750));
    line-height: calc(34 * (100vw / 750));
  }
  .fs-series .howto .arrow-pc {
    top: 108%;
    left: 42%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .fs-series .howto.pro .howto__list--pro .arrow-pc {
    width: 41px;
    position: absolute;
    right: auto;
    top: 98%;
    left: 43%;
    z-index: 100;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .fs-series .howto__item-img {
    max-width: calc(340 * (100vw / 750));
    margin-bottom: calc(35 * (100vw / 750));
  }
  .fs-series .howto__item-img2 {
    max-width: calc(750 * (100vw / 750));
  }
  .fs-series .howto__item-img3 {
    max-width: calc(193 * (100vw / 750));
    margin-bottom: calc(35 * (100vw / 750));
  }
  .fs-series .howto__item-img-pro-1 {
    max-width: calc(530 * (100vw / 750));
    margin-bottom: calc(35 * (100vw / 750));
    /*margin-top: 20px;*/
  }
  .fs-series .howto__item-img-pro-2 {
    max-width: calc(530 * (100vw / 750));
    margin-bottom: calc(35 * (100vw / 750));
  }
  .fs-series .howto__item-img-pro-3 {
    max-width: calc(530 * (100vw / 750));
    margin-bottom: calc(35 * (100vw / 750));
  }
  .fs-series .howto__item-img-pro-4 {
    max-width: calc(193 * (100vw / 750));
    margin-bottom: calc(35 * (100vw / 750));
    margin-top: 0;
  }
  .fs-series .howto__item-img-pro-5 {
    max-width: calc(193 * (100vw / 750));
    margin-bottom: calc(0 * (100vw / 750));
    margin-top: 0;
  }
  .fs-series .howto__list-inner-2 {
    margin-top: calc(24 * (100vw / 750));
    padding: calc(35 * (100vw / 750)) calc(25 * (100vw / 750));
  }
  .fs-series .howto__text p {
    font-size: calc(22 * (100vw / 750));
    letter-spacing: 0.15em;
    color: #333333;
    text-align: center;
  }
  .fs-series .howto__text p:nth-child(2) {
    /*background-color: #f6ebe0;*/
    margin-bottom: calc(20 * (100vw / 750));
    font-weight: 600;
  }
  .fs-series .howto__text ol li {
    font-size: calc(22 * (100vw / 750));
    line-height: calc(44 * (100vw / 750));
    color: #333333;
    letter-spacing: 0.075em;
  }
  .fs-series .howto__illust {
    max-width: calc(70 * (100vw / 750));
    margin-bottom: calc(35 * (100vw / 750));
  }
  .fs-series .howto__list-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .fs-series .howto__list-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fs-series .howto__list--1 {
    padding: calc(25 * (100vw / 750)) calc(25 * (100vw / 750)) calc(65 * (100vw / 750));
    margin-bottom: calc(40 * (100vw / 750));
  }
  .fs-series .howto__list--2 {
    width: 100%;
  }
  .fs-series li.howto__list--pro {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    /* margin-bottom: calc(40 * (100vw / 750)) ; */
    margin-bottom: 20px !important;
  }
  .fs-series li.howto__list--pro:last-of-type {
    margin-bottom: 0;
  }
  .fs-series .howto.pro {
    margin-bottom: 100px;
  }
}
/* howto追加：終わり */
.product {
  background-image: url(../../fs_common/img/product_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0 120px;
}
.product__ttl {
  font-size: 30px !important;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #333333;
  text-align: center;
  margin-bottom: 60px !important;
}
.product__inner {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-series .product__img {
  width: 270px;
}
.product__detail {
  width: 305px;
}
.product__detail-ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #333333;
  text-align: left;
}
.product__detail-subttl {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #333333;
  text-align: left;
  margin-bottom: 15px;
}
.product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__list-item {
  border: 1px solid #e5a76a;
  border-radius: 5px;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #e5a76a;
}
.product__annotation {
  font-size: 10px;
  font-weight: 300;
  line-height: 2.7;
  letter-spacing: 0.15em;
  color: #e5a76a;
  text-align: left;
  /* margin-top: 5px; */
}
.product__price {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.7;
  letter-spacing: 0.15em;
  color: #333333;
  text-align: left;
  margin-top: 5px;
}
.product__btn {
  width: 100%;
  max-width: 580px;
  height: 80px;
  margin: 0 auto;
  background-color: #000000;
  position: relative;
}
.product__btn::after {
  content: "";
  width: 14px;
  height: 7px;
  background-image: url(../img/arrow-up.png);
  position: absolute;
  top: 45%;
  right: 6%;
  cursor: pointer;
}
.product__btn a {
  font-size: 28px;
  font-weight: 300;
  line-height: 80px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 625px) {
  .product {
    padding: calc(120 * (100vw / 750)) calc(40 * (100vw / 750));
  }
  .product__ttl {
    font-size: calc(38 * (100vw / 750)) !important;
    line-height: calc(66 * (100vw / 750)) !important;
    letter-spacing: 0.075em;
    margin-bottom: calc(70 * (100vw / 750)) !important;
  }
  .product__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product__img {
    width: 200px;
    margin-bottom: calc(70 * (100vw / 750));
  }
  .product__detail {
    width: calc(510 * (100vw / 750));
  }
  .product__detail-ttl {
    font-size: calc(38 * (100vw / 750));
    line-height: calc(54 * (100vw / 750));
    text-align: center;
    margin-bottom: calc(25 * (100vw / 750));
    /* letter-spacing: 0; */
  }
  .product__detail-subttl {
    font-size: calc(20 * (100vw / 750));
    line-height: calc(28 * (100vw / 750));
    text-align: center;
  }
  .product__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(650 * (100vw / 750));
    margin-left: calc(-70 * (100vw / 750));
  }
  .product__list-item:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .product__list-item:nth-child(4), .product__list-item:nth-child(5) {
    margin-right: 0;
  }
  .product__annotation {
    text-align: center;
  }
  .product__price {
    font-size: calc(25 * (100vw / 750));
    line-height: calc(40 * (100vw / 750));
    text-align: center;
  }
  .product__btn a {
    font-size: 18px;
  }
  .effect__disc--imageBelow {
    font-size: 8px;
    padding-bottom: 30px;
    padding-left: 0;
  }
}
/* 7-1 数量サイズ 拡大 */
@media screen and (max-width: 767px) {
  #ctl00_ContentPlaceHolder1_tbCartAddProductCount {
    font-size: 18px;
  }
}
/* 8-1 ボタン形状 横を半円 */
@media screen and (max-width: 767px) {
  .addCart .btnCart #ctl00_ContentPlaceHolder1_lbCartAdd {
    border-radius: 45px;
  }
}
/* 6-1 カラー変更箇所 掲載数調整＋説明文追加 */
@media screen and (max-width: 767px) {
  #dvProductDetailArea #detailOne ul.variationImage li.checked figure {
    border: 0;
    padding: 2px;
    background-color: #ccc;
  }
  #dvProductDetailArea #detailOne ul.variationImage li {
    margin: 0;
    letter-spacing: 0;
    width: calc(100%/4);
    position: relative;
  }
  #dvProductDetailArea #detailOne ul.variationImage li:nth-child(n+6) {
    margin-top: 10px;
  }
  .variationImage li a:before {
    font-weight: bold;
    height: 12px;
    padding: 1.5px 0;
    font-size: 9px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 11.5px;
    width: 94%;
  }
  .variationImage li a:after {
    font-weight: bold;
    padding: 3px 0;
    font-size: 9px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -3px;
    width: 94%;
    height: 9px;
  }
  /* OC90 */
  #ctl00_ContentPlaceHolder1_rVariation_ctl01_lbVariationPicture:after {
    content: "\A明るい肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl01_lbVariationPicture:before {
    content: "\Aピンク";
    background-color: #f2b69c;
  }
  /* OC100 */
  #ctl00_ContentPlaceHolder1_rVariation_ctl02_lbVariationPicture:after {
    content: "\A標準的な肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl02_lbVariationPicture:before {
    content: "\Aオークル";
    background-color: #f3cc95;
  }
  /* OC105 */
  #ctl00_ContentPlaceHolder1_rVariation_ctl03_lbVariationPicture:after {
    content: "\A標準的な肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl03_lbVariationPicture:before {
    content: "\Aピンク系オークル";
    background-color: #f1c09c;
  }
  /* OC115 */
  #ctl00_ContentPlaceHolder1_rVariation_ctl04_lbVariationPicture:after {
    content: "\A健康的な肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl04_lbVariationPicture:before {
    content: "\Aピンク系オークル";
    background-color: #f1c09c;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl05_lbVariationPicture:after {
    content: "\A濃いめの肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl05_lbVariationPicture:before {
    content: "\Aオークル";
    background-color: #f3cc95;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl06_lbVariationPicture:after {
    content: "\Aかなり濃い肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl06_lbVariationPicture:before {
    content: "\Aオークル";
    background-color: #f3cc95;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl07_lbVariationPicture:after {
    content: "\Aやや明るめの肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl07_lbVariationPicture:before {
    content: "\Aピンク";
    background-color: #f2b69c;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl08_lbVariationPicture:after {
    content: "\A中間的な肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl08_lbVariationPicture:before {
    content: "\Aピンク";
    background-color: #f2b69c;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl09_lbVariationPicture:after {
    content: "\Aやや濃いめの肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl09_lbVariationPicture:before {
    content: "\Aピンク";
    background-color: #f2b69c;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl10_lbVariationPicture:after {
    content: "\A中間的な肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl10_lbVariationPicture:before {
    content: "\Aピンクオークル";
    letter-spacing: -0.05em;
    background-color: #f1c09c;
  }
  /*通常の位置設定*/
  #dvProductDetailArea #detailOne ul.variationImage li {
    height: 95px;
  }
  .variationImage li a:before {
    bottom: 12px;
  }
  .variationImage li a:after {
    bottom: 4px;
  }
}
@media (max-width: 321px) {
  /*小さい端末 - 321px未満*/
  #dvProductDetailArea #detailOne ul.variationImage li {
    height: 80px;
  }
}
@media (max-width: 767px) and (min-width: 389px) {
  /*大きい端末*/
  #dvProductDetailArea #detailOne ul.variationImage li {
    height: 95px;
  }
}
@media (max-width: 767px) and (min-width: 568px) {
  /*横向き 568*/
  #dvProductDetailArea #detailOne ul.variationImage li {
    height: auto;
  }
  #dvProductDetailArea #detailOne ul.variationImage li a:before, #dvProductDetailArea #detailOne ul.variationImage li a:after {
    content: none;
  }
}
/* 6-1 カラー変更箇所 掲載数調整＋説明文追加 */
@media screen and (min-width: 768px) {
  #dvProductDetailArea #detailOne ul.variationImage li.checked figure {
    border: 0;
    padding: 2px;
    background-color: #ccc;
  }
  #dvProductDetailArea #detailOne ul.variationImage li {
    margin: 0;
    letter-spacing: 0;
    width: calc(100%/4);
    position: relative;
  }
  #dvProductDetailArea #detailOne ul.variationImage li:nth-child(n+6) {
    margin-top: 10px;
  }
  .variationImage li a:before {
    font-weight: bold;
    height: 12px;
    padding: 1.5px 0;
    font-size: 9px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 1.5px;
    width: 94%;
  }
  .variationImage li a:after {
    font-weight: bold;
    padding: 3px 0;
    font-size: 9px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -3px;
    width: 94%;
    height: 9px;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl01_lbVariationPicture:after {
    content: "\A明るい肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl01_lbVariationPicture:before {
    content: "\Aピンク";
    background-color: #f2b69c;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl02_lbVariationPicture:after {
    content: "\A標準的な肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl02_lbVariationPicture:before {
    content: "\Aオークル";
    background-color: #f3cc95;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl03_lbVariationPicture:after {
    content: "\A標準的な肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl03_lbVariationPicture:before {
    content: "\Aピンク系オークル";
    background-color: #f1c09c;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl04_lbVariationPicture:after {
    content: "\A健康的な肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl04_lbVariationPicture:before {
    content: "\Aピンク系オークル";
    background-color: #f1c09c;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl05_lbVariationPicture:after {
    content: "\A濃いめの肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl05_lbVariationPicture:before {
    content: "\Aオークル";
    background-color: #f3cc95;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl06_lbVariationPicture:after {
    content: "\Aかなり濃い肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl06_lbVariationPicture:before {
    content: "\Aオークル";
    background-color: #f3cc95;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl07_lbVariationPicture:after {
    content: "\Aやや明るめの肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl07_lbVariationPicture:before {
    content: "\Aピンク";
    background-color: #f2b69c;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl08_lbVariationPicture:after {
    content: "\A中間的な肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl08_lbVariationPicture:before {
    content: "\Aピンク";
    background-color: #f2b69c;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl09_lbVariationPicture:after {
    content: "\Aやや濃いめの肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl09_lbVariationPicture:before {
    content: "\Aピンク";
    background-color: #f2b69c;
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl10_lbVariationPicture:after {
    content: "\A中間的な肌";
  }
  #ctl00_ContentPlaceHolder1_rVariation_ctl10_lbVariationPicture:before {
    content: "\Aピンクオークル";
    letter-spacing: -0.05em;
    background-color: #f1c09c;
  }
  /*通常の位置設定*/
  #dvProductDetailArea #detailOne ul.variationImage li {
    height: 105px;
  }
  .variationImage li a:before {
    bottom: 15px;
  }
  .variationImage li a:after {
    bottom: 0px;
  }
}
/*# sourceMappingURL=fs-series.css.map */

/*2025.06.03追記*/
.point__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* モバイル対応 */
  gap: 20px;
}

.point__detail,
.point__img {
  flex: 1;
  max-width: 50%; /* 横並びのバランス */
}

@media (max-width: 768px) {
  .point__detail,
  .point__img {
    max-width: 100%;
  }

  .point__inner {
    flex-direction: column;
  }
}
