@charset "UTF-8";

.feature-200901 {
  /* ---------------------------------------------------------------------
  ボタン
 --------------------------------------------------------------------- */
  /* /mvArea */
  /* /introArea */
  /* /stepArea */
  /* /setArea */
  /* /column */
  /* /simpleStep */
  /* /lineupArea */
  /* /bnrArea */

}

.feature-200901 .lp-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  border-collapse: separate;
  border: 1px solid #5c5a5a;
  background: #fff;
  width: 100%;
  max-width: 320px;
  min-height: 64px;
  color: #231815;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
}

.feature-200901 .lp-btn .lp-btn__text {
  display: table-cell;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 1.366;
  padding: 0 10px;
  position: relative;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.feature-200901 .lp-btn .lp-btn__text:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.feature-200901 .lp-btn:hover {
  border-color: #999;
  text-decoration: none;
}

.feature-200901 .lp-btn:hover .lp-btn__text {
  opacity: .6;
}

.feature-200901 .lp-btn--strong {
  background: #5c5a5a;
  border: none;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.feature-200901 .lp-btn--strong .lp-btn__text {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
}

.android .feature-200901 .lp-btn--strong .lp-btn__text {
  font-weight: 700;
}

.feature-200901 .lp-btn--strong .lp-btn__text::after {
  border-color: #fff;
}

.feature-200901 .lp-btn--strong:hover {
  background-color: #ababab;
}

.feature-200901 .lp-btn--strong:hover .lp-btn__text {
  opacity: 1;
}

.feature-200901 .lp-btn--small {
  min-height: auto;
}

.feature-200901 .lp-btn--small .lp-btn__text {
  font-size: 0.875rem;
}

.feature-200901 .lp-btnWrap {
  margin-top: 60px;
}

.feature-200901 .lp-btnWrap--center .lp-btn {
  margin-right: auto;
  margin-left: auto;
}

.feature-200901 .lp-btnWrap--right .lp-btn {
  margin: 0 0 0 auto;
}

.feature-200901 .col2of1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-200901 .notes {
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
  color: #5c5a5a;
}

.feature-200901 .notes--02 {
  margin-top: 0 !important;
}

.feature-200901 .notes--mt0 {
  margin-top: 0 !important;
}

.feature-200901 .notes-mv {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 1.6em;
}

.feature-200901 img {
  width: 100%;
}

.feature-200901 sup {
  /*font-size: 10px;*/
  font-size: 0.7142em;
}

.feature-200901 .lp-btn {
  max-width: 330px;
}

.feature-200901 .mvArea {
  max-width: 1120px;
  height: 480px;
  margin: 0 auto 10px;
  background-image: url(/contents/feature/images/200901/bg-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.feature-200901 .mvArea__txtBox {
  padding: 70px 0 0 65px;
}

.feature-200901 .mvArea__txtBox__lead {
  font-size: 20px;
}

.feature-200901 .mvArea__txtBox__ttl {
  font-size: 32px;
  margin-top: 20px;
  font-weight: bold;
}

.feature-200901 .introArea__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.feature-200901 .introArea__links__item {
  width: 340px;
  height: 110px;
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.feature-200901 .introArea__links__item:nth-child(1) {
  border: 1px solid #8c7850;
  position: relative;
}

.feature-200901 .introArea__links__item--blue {
  border: 1px solid #5b8ac0;
}

.feature-200901 .introArea__links__item:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #322725;
  border-right: 1px solid #322725;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
}

.feature-200901 .introArea__links__item a {
  width: 340px;
  height: 110px;
  text-decoration: none;
}

.feature-200901 .introArea__links__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-200901 .introArea__links__item {
  margin-right: 20px;
}

.feature-200901 .introArea__links__item:last-child {
  margin-right: 0px;
}

.feature-200901 .introArea__links__item__img {
  width: 80px;
  margin-right: 10px;
  margin-left: 14px;
}

.feature-200901 .introArea__links__item__img--02 {
  width: 68px;
}

.feature-200901 .introArea__links__item__img--03 {
  width: 60px;
}

.feature-200901 .introArea__links__item__img--04 {
  width: 80px;
}

.feature-200901 .introArea__links__item__img img {
  width: 100%;
  text-align: center;
}

.feature-200901 .introArea__links__item__txt {
  font-size: 16px;
  color: #8c7850;
  line-height: 1.6;
}

/* .feature-200901 .introArea__links__item__txt:nth-child(2) {
  width: 195px;
} */

.feature-200901 .introArea__links__item__txt--blue {
  color: #5b8ac0;
}

.feature-200901 .introArea h3 {
  font-size: 32px;
  text-align: center;
  /*margin-top: 80px;*/
}

.feature-200901 .introArea .stepArea__lead,
.feature-200901 .featureArea .stepArea__lead {
  margin-top: 80px;
}

.feature-200901 .introArea h4 {
  text-align: center;
  margin-top: 30px;
}

.feature-200901 .introArea .anker__title {
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: -30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #cddcec));
  background: -webkit-linear-gradient(transparent 65%, #cddcec 0);
  background: linear-gradient(transparent 65%, #cddcec 0);
  display: inline;
}

@media screen and (max-width: 768px) {
  .feature-200901 .introArea .anker__title {
    font-size: 16px;
    text-align: center;
    margin-bottom: -20px;
  }
}

.feature-200901 .introArea .col2of1,
.feature-200901 .featureArea .col2of1 {
  margin-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.feature-200901 .introArea .col2of1__item:first-child {
  margin-top: 20px;
}

.feature-200901 .introArea .basemakeseries_Area .col2of1__item:first-child {
  margin-top: 0px;
}

@media screen and (min-width: 769px) {
  .feature-200901 .introArea .col2of1__item:first-child {
    width: 330px;
  }

  .feature-200901 .featureArea .col2of1__item:last-child {
    width: 360px;
  }
}
.feature-200901 .introArea .basemakeseries_Area .col2of1__item:last-child {
  width: 360px;
  margin-left: 30px;
}

.feature-200901 .introArea .col2of1__item:last-child {
  width: 260px;
  margin-left: 30px;
}


.feature-200901 .stepArea,
.feature-200901 .HiyashiUArea {
  margin-top: 100px;
}

.feature-200901 .stepArea__lead,
.feature-200901 .HiyashiUArea__lead {
  font-size: 24px;
  text-align: center;
}
.feature-200901 .introArea .background_Area .stepArea__lead {
  color: #8c7850;
  margin-top: 10px;
}

.feature-200901 .stepArea__ttl {
  font-size: 32px;
  color: #8c7850;
  text-align: center;
}

.feature-200901 .stepArea__ttl span{
  font-size: 24px;
}

.feature-200901 .stepArea__ttl .tNotes{
  font-size: 10px;
}

.feature-200901 .HiyashiUArea__ttl {
  font-size: 32px;
  color: #5b8ac0;
  text-align: center;
}

.feature-200901 .stepArea__txt {
  text-align: center;
  margin-top: 30px;
}

.feature-200901 .stepArea__txt .notes {
  text-align: center;
  margin-top: 10px;
  display: inline-block;
}

.feature-200901 .stepArea .col2of1,
.feature-200901 .HiyashiUArea .col2of1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}

.feature-200901 .stepArea .col2of1__item:first-child {
  width: 380px;
  margin-right: 25px;
}

.feature-200901 .stepArea .col2of1__item__ttl {
  font-size: 24px;
}

.feature-200901 .stepArea .col2of1__item .notes {
  margin-top: 10px;
}

.feature-200901 .stepArea__contents .col2of1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-200901 .stepArea__contents .col2of1__item:first-child {
  /* width: 250px;
  margin-right: 60px; */
  margin-right: 40px;
  width: 390px;
}

.feature-200901 .HiyashiUArea__contents {
  margin-top: 60px;
}

.feature-200901 .HiyashiUArea__contents .col2of1__item:first-child {
  width: 250px;
  margin-right: 60px;
}

.feature-200901 .HiyashiUArea__contents .col2of1__item:last-child {
  width: 500px;
}

.feature-200901 .HiyashiUArea__contents .col2of1__item p:first-child {
  margin-bottom: 10px;
}

.feature-200901 .stepArea__contents .col2of1__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-200901 .stepArea__contents .col2of1__item__list__item {
  font-size: 20px;
  margin-right: 20px;
}

.feature-200901 .stepArea__contents .col2of1__item__list__item:last-child {
  margin-right: 0;
}

.feature-200901 .stepArea__contents .col2of1__item__ttl {
  font-size: 24px;
  color: #ed7e77;
  border-bottom: 1px solid #ed7e77;
  padding: 0 10px;
  display: inline-block;
  margin-left: calc(50% - 112px);
  margin-top: 15px !important;
  line-height: 1.5;
}

.feature-200901 .stepArea__contents .col2of1__item__ttl span {
  font-size: 40px;
}

.feature-200901 .stepArea__contents .col2of1__item__lead {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.feature-200901 .stepArea__contents__txt {
  margin-top: 40px;
  text-align: center;
}

.feature-200901 .stepArea .trial--notes {
  width: 840px;
  margin: 15px auto 0;
  font-size: 10px;
  color: #5c5a5a;
}

.feature-200901 .stepArea .trial--notes span {
  margin-right: 5px;
}

.feature-200901 .setArea {
  max-width: 840px;
  margin: 100px auto 0;
  border: 1px solid #000;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.feature-200901 .setArea .col2of1 {
  margin-bottom: 20px;
}

.feature-200901 .setArea .col2of1__item__icon {
  font-size: 30px;
  color: #fff;
  background-color: #000;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
}

.feature-200901 .setArea .col2of1__item:first-child {
  margin-right: 10px;
}

.feature-200901 .setArea .col2of1__item__ttl {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.feature-200901 .setArea .col2of1__item__lead {
  font-size: 22px;
  margin-bottom: 5px;
}

.feature-200901 .setArea .col2of1__item__lead02 {
  font-size: 18px;
  border: 1px solid #000;
  display: inline-block;
  padding: 0 10px;
  line-height: 2;
}

.feature-200901 .setArea .col2of1__item__lead02 span {
  border-right: 1px solid #000;
  padding-right: 5px;
  margin-right: 5px;
  display: inline-block;
}

.feature-200901 .setArea .col2of1__item__txt__list {
  font-size: 14px;
}

.feature-200901 .setArea .col2of1__item__txt__txt {
  font-size: 14px;
}

.feature-200901 .setArea .col2of1--02 {
  margin-top: 40px;
}

.feature-200901 .setArea .col2of1--02 .col2of1__item {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  width: 320px;
}

.feature-200901 .setArea .col2of1--02 .col2of1__item:first-child {
  margin-right: 100px;
  margin-left: 25px;
}

.feature-200901 .setArea .col2of1--02 .col2of1__item__img {
  width: 100px;
  margin-right: 20px;
}

.feature-200901 .setArea .col2of1--02 .col2of1__item__txt {
  font-size: 16px;
  margin-top: 20px;
}

.feature-200901 .setArea .col2of1--02 .col2of1__item__txt__ttl {
  font-size: 16px;
}

.feature-200901 .setArea .col2of1--02 .col2of1__item__txt__list {
  margin-top: 8px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  color: #231815;
  white-space: nowrap;
  padding-left: 1em;
  text-indent: -1em;
  height: 100px;
}

.feature-200901 .setArea .col2of1--02 .col2of1__item__txt__list li:before {
  content: "◯";
}

.feature-200901 .setArea .col2of1--02 .col2of1__item__txt__txt {
  margin-top: 15px;
  text-align: right;
  margin-bottom: 25px;
}

.feature-200901 .setArea--goast {
  max-width: 910px;
  margin-top: 40px;
}

.feature-200901 .setArea--goast .col2of1--02 .col2of1__item__img {
  width: 155px;
  margin: 0 auto;
}

.feature-200901 .setBox {
  margin-top: 80px;
}

.feature-200901 .setBox .col2of1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-200901 .setBox .col2of1__item__ttl {
  font-size: 20px;
}

.feature-200901 .setBox .col2of1__item:last-child {
  width: 180px;
  margin-left: 30px;
}

.feature-200901 .setBox .lp-btnWrap {
  margin-top: 50px;
}

.feature-200901 .column {
  border: 1px solid #999;
  max-width: 1120px;
  margin: 80px auto;
  padding: 50px 0;
  position: relative;
  text-align: center;
}

.feature-200901 .column--lead {
  position: absolute;
  margin: 0;
  top: -29px;
  right: -1px;
}

.feature-200901 .column--title {
  color: #999;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.feature-200901 .column--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 750px;
  text-align: left;
}

.feature-200901 .column--col {
  padding: 10px;
}

.feature-200901 .simpleStep--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-200901 .simpleStep--col {
  /* border: 1px solid #999; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding: 0 20px; */
  text-align: left;
  /* width: 33.3%; */
  max-width: 280px;
}

.feature-200901 .simpleStep--col:nth-child(2) .simpleStep--img {
  width: 110px;
  padding-top: 38px;
}

.feature-200901 .simpleStep--col:last-child {
  border-left: none;
}

.feature-200901 .simpleStep--col:last-child .simpleStep--img {
  padding-top: 60px;
}

.feature-200901 .simpleStep--label {
  background: #c2c2c2;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 -20px;
  text-align: center;
}

.feature-200901 .simpleStep--label span {
  font-size: 28px;
}

.feature-200901 .simpleStep--img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 170px;
  height: 270px;
}

.feature-200901 .simpleStep--title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1.8px;
  margin: 0;
}

.feature-200901 .simpleStep--title span {
  display: block;
  color: #77807a;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5;
}

.feature-200901 .simpleStep--lead {
  margin: 14px 0;
}

.feature-200901 .simpleStep .sup {
  font-size: 11px;
}

.feature-200901 .simpleStep--col:first-child,
.feature-200901 .st-orbis-u .simpleStep--col:nth-child(2) {
  border-right: none;
}

.feature-200901 .lineupArea {
  margin: 120px auto 0;
  max-width: 910px;
  /* /lineupArea__contents */
  ;
}

.feature-200901 .lineupArea__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  width: 100%;
}

.feature-200901 .lineupArea__links__item {
  width: 25%;
  border-left: 1px solid #e0e0e0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 345px;
}

.feature-200901 .lineupArea__links__tNotes {
  width: 675px;
  margin: 0 auto;
}

.feature-200901 .lineupArea__links__item a {
  text-decoration: none;
  position: relative;
  z-index: 10;
  height: 285px;
  display: inline-block;
}

.feature-200901 .lineupArea__links__item:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 15px solid #e0e0e0;
  position: absolute;
  bottom: 0;
  left: calc(50% - 9px);
  z-index: 1;
}

.feature-200901 .lineupArea__links__item__img {
  width: 116px;
  height: 135px;
  margin: 0 auto;
}

.feature-200901 .lineupArea__links__item__lead {
  font-size: 12px;
  border: 1px solid #ed7e77;
  color: #ed7e77;
  padding: 5px;
  line-height: 1;
  display: inline-block;
  margin-left: calc(50% - 30px);
}

.feature-200901 .lineupArea__links__item__ttl {
  /* margin-top: 55px; */
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .feature-200901 .lineupArea__links__item .lineupArea__links__item__ttl {
    /* height: 50px; */
    height: 60px;
    line-height: 1.5;
  }
}
.feature-200901 .componentArea_NEW .stepArea__ttl {
  margin-bottom: 20px;
}

/* .feature-200901 .lineupArea__links__item:first-child .lineupArea__links__item__ttl {
  margin-top: 10px;
} */

.feature-200901 .lineupArea__links__item:last-child {
  border-right: 1px solid #e0e0e0;
}

.feature-200901 .lineupArea__links__item:nth-child(2) .lineupArea__links__item__img {
  /* padding-top: 10px;
  height: 124px; */
}

.feature-200901 .lineupArea__contents {
  margin-top: 90px;
  max-width: 910px;
  margin: 90px auto 0;
}

.feature-200901 .lineupArea__contents .notes--goast {
  margin-top: -10px !important;
}

.feature-200901 .lineupArea__contents .notes--goast02 {
  margin-top: -25px !important;
  margin-bottom: 15px;
}

.feature-200901 .lineupArea__contents__icon {
  border: 1px solid #5c5a5a;
  padding: 2px 5px;
  line-height: 1.4;
  margin-right: 10px;
}

.feature-200901 .lineupArea__contents__icon--goast {
  background-color: #5c5a5a;
  padding: 5px;
  line-height: 1;
  color: #fff;
}

.feature-200901 .lineupArea__contents__lead {
  font-size: 16px;
  margin-top: 12px;
}

.feature-200901 .lineupArea__contents__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1;
}

.feature-200901 .lineupArea__contents__txt {
  margin-top: 12px;
  letter-spacing: -0.1px;
}

.feature-200901 .lineupArea__contents .notes {
  margin-top: 15px;
}

.feature-200901 .lineupArea__contents .col2of1 {
  margin-top: 30px;
}

.feature-200901 .lineupArea__contents .col2of1__item:first-child {
  width: 440px;
  margin-right: 45px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.feature-200901 .lineupArea__contents .col2of1__item:first-child .col2of1__item__img:last-child {
  margin-top: 30px;
}

.feature-200901 .lineupArea__contents .col2of1__item:last-child .col2of1__item__img {
  margin-top: 20px;
}

.feature-200901 .lineupArea__contents .col2of1__item:last-child .col2of1__item__img--02 {
  width: 280px;
  margin: 20px auto 0;
}

.feature-200901 .lineupArea__contents .col2of1__item:last-child .col2of1__item__img--04 {
  width: 300px;
  margin: 25px auto;
}

.feature-200901 .lineupArea__contents .col2of1__item:last-child .col2of1__item__img--04 p {
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 18px;
}

.feature-200901 .lineupArea__contents .col2of1__item__recommendBox,
.feature-200901 .lineupArea__contents .col2of1__item__recommendBox__long {
  border: 1px solid #e0e0e0;
  width: 100%;
  height: auto;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.feature-200901 .lineupArea__contents .col2of1__item__recommendBox__long_pink {
  border: none;
  width: 100%;
  height: auto;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.feature-200901 .lineupArea__contents .col2of1__item__recommendBox__ttl {
  font-size: 20px;
  border-bottom: 1px solid #231815;
  padding: 0 10px;
  display: inline-block;
  margin-left: calc(50% - 130px);
}

.feature-200901 .lineupArea__contents .col2of1__item__recommendBox__ttl_pink {
  font-size: 20px;
  color: #ed7e77;
  padding: 0 10px;
  display: inline-block;
  margin-left: calc(50% - 130px);
}

.feature-200901 .lineupArea__contents .col2of1__item__recommendBox__list {
  font-size: 20px;
  margin-top: 20px;
  margin-left: 55px;
  margin-right: 30px;
  padding-left: 1em;
  text-indent: -1.4em;
}

.feature-200901 .lineupArea__contents .col2of1__item__recommendBox__list li:before {
  content: "◯";
  color: #231815;
  padding-right: 8px;
}

.feature-200901 .lineupArea__contents__h3 {
  font-size: 32px;
  margin-top: 80px;
  line-height: 1;
  text-align: center;
}

.feature-200901 .bnrArea {
  max-width: 910px;
  margin: 100px auto 0;
  position: relative;
}

.feature-200901 .bnrArea__txt {
  font-size: 22px;
  position: absolute;
  /*right: 45px;*/
  left: 45px;
  top: calc(50% - 38px);
}

.feature-200901 .spBtnArea {
  display: none;
}

/* /feature-200901 */
@media screen and (max-width: 768px) {
  .feature-200901 .lp-btn {
    text-decoration: none;
    padding: 12px;
  }

  .feature-200901 .lp-btn:hover {
    border-color: #5c5a5a;
  }

  .feature-200901 .lp-btn:hover .lp-btn__text {
    opacity: 1;
  }

  .feature-200901 .lp-btn--strong:hover {
    background-color: #5c5a5a;
  }

  .feature-200901 .lp-btnWrap {
    margin-top: 40px;
  }

  .feature-200901 .notes--02 {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }

  .feature-200901 .notes-mv {
    padding-left: 1em;
  }

  .feature-200901 .mvArea {
    background-image: url(/contents/feature/images/200901/sp/bg-mv-sp.png);
    position: relative;
    width: auto;
    height: 445px;
    margin: 0 -20px 10px;
  }

  .feature-200901 .mvArea__txtBox {
    padding: 0;
    position: absolute;
    bottom: 20px;
    /* top: 20px; */
    top: 40px;
    padding: 0 20px;
  }

  .feature-200901 .mvArea__txtBox__lead {
    font-size: 16px;
  }

  .feature-200901 .mvArea__txtBox__ttl {
    font-size: 22px;
    white-space: nowrap;
    letter-spacing: -1.8px;
    margin-top: 10px;
  }

  .feature-200901 .introArea__links {
    display: block;
    margin-top: 40px;
  }

  .feature-200901 .introArea__links__item,
  .feature-200901 .introArea__links__item:nth-child(1) {
    width: 100%;
    /*height: 80px;*/
    padding: 0 0 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .feature-200901 .introArea__links__item:last-child {
    margin-bottom: 0px;
  }

  .feature-200901 .introArea__links__item__img {
    width: 60px;
  }

  .feature-200901 .introArea__links__item__img--02,
  .feature-200901 .introArea__links__item__img--03 {
    width: 50px;
    margin-right: 20px;
  }

  .feature-200901 .introArea__links__item__img--04 {
    width: 60px;
    margin-right: 10px;
  }

  .feature-200901 .introArea__links__item__txt {
    font-size: 14px;
  }

  .feature-200901 .introArea__links__item__txt:nth-child(2) {
    width: 220px;
  }

  .feature-200901 .introArea h3 {
    font-size: 20px;
    /*margin-top: 50px;*/
  }

  .feature-200901 .NewreleaseArea .ttl__s{
    font-size: 19px;
  }

  .feature-200901 .introArea .stepArea__lead,
  .feature-200901 .featureArea .stepArea__lead {
    margin-top: 50px;
  }

  .feature-200901 .introArea .col2of1 {
    display: block;
    margin-top: 25px;
  }

  .feature-200901 .introArea .col2of1__item:last-child {
    width: 240px;
    margin: 40px auto 0;
  }

  .feature-200901 .introArea .basemakeseries_Area .col2of1__item:last-child {
    width: 100%;
    margin: 20px auto 0;
  }

  .feature-200901 .HiyashiUArea__contents {
    padding-top: 0px;
    margin-top: 0;
  }

  .feature-200901 .stepArea,
  .feature-200901 .HiyashiUArea {
    padding-top: 60px;
    margin-top: 0;
  }

  .feature-200901 .stepArea__lead,
  .feature-200901 .HiyashiUArea__lead {
    font-size: 16px;
  }

  .feature-200901 .stepArea__ttl,
  .feature-200901 .HiyashiUArea__ttl {
    font-size: 20px;
    margin-top: 5px;
    letter-spacing: -0.01em;
  }

  .feature-200901 .stepArea__ttl span{
    font-size: 16px;
  }

  .feature-200901 .stepArea__ttl .s-lead{
    font-size: 14px;
  }

  .feature-200901 .stepArea__txt {
    margin-top: 18px;
    text-align: left;
  }

  .feature-200901 .stepArea .col2of1,
  .feature-200901 .HiyashiUArea .col2of1 {
    display: block;
    margin-top: 20px;
  }

  .feature-200901 .stepArea .col2of1__item:first-child {
    width: 250px;
    margin: 0 auto 40px;
  }

  .feature-200901 .HiyashiUArea .col2of1__item:first-child {
    margin: 0 auto;
  }

  .feature-200901 .stepArea .col2of1__item--goast {
    width: 270px !important;
  }

  .feature-200901 .stepArea .col2of1__item:last-child {
    text-align: center;
  }

  .feature-200901 .HiyashiUArea .col2of1__item:last-child {
    text-align: left;
    width: auto;
  }

  .feature-200901 .HiyashiUArea .col2of1__item p:first-child {
    margin-top: 10px;
  }

  .feature-200901 .stepArea .col2of1__item__ttl {
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .feature-200901 .stepArea__contents .col2of1__item__list {
    margin-top: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-200901 .stepArea__contents .col2of1__item__list__item {
    font-size: 14px;
    margin-right: 15px;
  }

  .feature-200901 .stepArea__contents .col2of1__item__lead {
    font-size: 16px;
    margin-top: 0;
  }

  .feature-200901 .stepArea__contents__txt {
    text-align: left;
    margin-top: 30px;
  }

  .feature-200901 .stepArea .trial--notes span {
    margin-right: 0;
  }

  .feature-200901 .setArea {
    margin-top: 50px;
    padding: 40px 0;
    border-right: none;
    border-left: none;
  }

  .feature-200901 .setArea .col2of1 {
    position: relative;
    margin-bottom: 80px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-200901 .setArea .col2of1--02 {
    display: block;
  }

  .feature-200901 .setArea .col2of1__item__icon {
    font-size: 24px;
    width: 75px;
    height: 75px;
    line-height: 75px;
  }

  .feature-200901 .setArea .col2of1__item__ttl {
    font-size: 20px;
    margin-top: 8px;
  }

  .feature-200901 .setArea .col2of1__item__lead {
    font-size: 14px;
  }

  .feature-200901 .setArea .col2of1__item__lead02 {
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: -60px;
    padding: 0 5px;
    letter-spacing: -0.8px;
  }

  .feature-200901 .setArea .col2of1--02 {
    margin-bottom: 0;
  }

  .feature-200901 .setArea .col2of1--02 .col2of1__item {
    display: block;
    margin-left: 10px;
    margin-bottom: 40px;
  }

  .feature-200901 .setArea .col2of1--02 .col2of1__item:first-child {
    margin-right: 25px;
    margin-left: 10px;
  }

  .feature-200901 .setArea .col2of1--02 .col2of1__item__img {
    height: 110px;
    width: 80px;
    margin: 0 auto;
  }

  .feature-200901 .setArea .col2of1--02 .col2of1__item__txt__ttl {
    font-size: 14px;
    text-align: center;
  }

  .feature-200901 .setArea .col2of1--02 .col2of1__item__txt__list {
    white-space: inherit;
    font-size: 12px;
    letter-spacing: -0.3px;
    padding-left: 1em;
    text-indent: -1em;
    height: auto;
  }

  .feature-200901 .setArea--goast {
    margin-top: 20px !important;
  }

  .feature-200901 .setArea--goast .col2of1--02 .col2of1__item__img {
    width: 135px;
  }

  .feature-200901 .setArea--goast .notes {
    margin-top: 10px;
  }

  .feature-200901 .setBox {
    margin-top: 50px;
  }

  .feature-200901 .setBox .col2of1 {
    position: relative;
    margin-bottom: 80px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .feature-200901 .setBox .col2of1__item__ttl {
    font-size: 14px;
  }

  .feature-200901 .setBox .col2of1__item:last-child {
    width: 115px;
    margin-left: 10px;
  }

  .feature-200901 .setBox .notes {
    position: absolute;
    bottom: -60px;
    left: 0;
  }

  .feature-200901 .column {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 75px -20px 60px;
    border-right: none;
    border-left: none;
    padding: 30px 20px 20px;
    position: relative;
    text-align: center;
  }

  .feature-200901 .column--lead {
    position: absolute;
    margin: 0;
    top: -30px;
    left: 5%;
    width: 176px;
  }

  .feature-200901 .column--title {
    color: #999;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .feature-200901 .column--row {
    margin: 0 auto;
    text-align: left;
    display: block;
  }

  .feature-200901 .column--col:first-child {
    width: 210px;
    margin: 0 auto;
  }

  .feature-200901 .simpleStep--row {
    border-bottom: 1px solid #999;
    display: table;
    margin: 26px 0 0;
    width: 100%;
  }

  .feature-200901 .simpleStep--col {
    border: 1px solid #999;
    border-bottom: none;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-200901 .simpleStep--col:nth-child(2) .simpleStep--img {
    width: 30%;
  }

  .feature-200901 .simpleStep--col:last-child .simpleStep--img {
    padding-top: 20px;
  }

  .feature-200901 .simpleStep--col:first-child {
    border-right: 1px solid #999;
  }

  .feature-200901 .simpleStep--col:last-child {
    border-left: 1px solid #999;
  }

  .feature-200901 .simpleStep--label {
    background: #c2c2c2;
    color: #fff;
    display: table-cell;
    font-weight: bold;
    font-size: 10px;
    width: 35px;
    padding: 3px;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
  }

  .feature-200901 .simpleStep--label span {
    font-size: 20px;
  }

  .feature-200901 .simpleStep--img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    padding: 20px 6px 20px 4px;
    vertical-align: middle;
    width: 30%;
    height: auto;
  }

  .feature-200901 .simpleStep--content {
    display: table-cell;
    text-align: left;
    padding: 14px 20px 14px 0;
    vertical-align: middle;
  }

  .feature-200901 .simpleStep--title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin: 0;
  }

  .feature-200901 .simpleStep--title span {
    display: block;
    color: #77807a;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5;
  }

  .feature-200901 .simpleStep--lead {
    margin: 8px 0;
    font-size: 12px;
  }

  .feature-200901 .lineupArea {
    padding-top: 55px;
    margin-top: 20px;
  }

  .feature-200901 .lineupArea__links {
    display: block;
    margin-top: 30px;
  }

  .feature-200901 .lineupArea__links__item {
    width: auto;
    border-left: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    height: auto;
  }

  .feature-200901 .lineupArea__links__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }

  .feature-200901 .lineupArea__links__item:after {
    left: inherit;
    right: 10px;
    bottom: calc(50% - 6px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #e0e0e0;
  }

  .feature-200901 .lineupArea__links__item__img {
    width: 80px;
    height: auto;
    margin: 0 15px 0 0;
  }

  .feature-200901 .lineupArea__links__item__lead {
    text-align: left;
    margin-left: 0;
  }

  .feature-200901 .lineupArea__links__item__ttl {
    text-align: left;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .feature-200901 .lineupArea__links__item__txt {
    line-height: 1.4;
  }

  .feature-200901 .lineupArea__links__item:first-child {
    border-top: 1px solid #e0e0e0;
  }

  .feature-200901 .lineupArea__links__item:last-child {
    border-right: none;
  }

  .feature-200901 .lineupArea__links__item:nth-child(2) .lineupArea__links__item__img {
    padding-top: 0;
    height: auto;
  }

  .feature-200901 .lineupArea__links__tNotes {
    width: 100%;
  }

  .feature-200901 .lineupArea__contents {
    margin-top: 70px;
  }

  .feature-200901 .lineupArea__contents__lead {
    font-size: 14px;
    letter-spacing: -0.1px;
  }

  .feature-200901 .lineupArea__contents__ttl {
    font-size: 16px;
  }

  .feature-200901 .lineupArea__contents .notes {
    margin-top: 8px;
  }

  .feature-200901 .lineupArea__contents .col2of1__item:first-child .col2of1__item__img:first-child {
    margin: 0 -20px;
  }

  .feature-200901 .lineupArea__contents .col2of1__item:first-child {
    width: 100%;
  }

  .feature-200901 .lineupArea__contents .col2of1__item:last-child .col2of1__item__img--04 p {
    font-size: 16px;
    margin-top: 23px;
    margin-bottom: 10px;
  }

  .feature-200901 .lineupArea__contents .col2of1__item__recommendBox {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }

  .feature-200901 .lineupArea__contents .col2of1__item__recommendBox__long {
    width: 100%;
    margin-top: 30px;
    height: 170px;
    padding-bottom: 0;
  }

  .feature-200901 .lineupArea__contents .col2of1__item__recommendBox__ttl {
    font-size: 16px;
    margin-left: calc(50% - 105px);
  }

  .feature-200901 .lineupArea__contents .col2of1__item__recommendBox__list {
    font-size: 14px;
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 15px;
    text-indent: -1.5em;
  }

  .feature-200901 .lineupArea__contents .col2of1--goast {
    display: block;
  }

  .feature-200901 .lineupArea__contents__h3 {
    margin-top: 50px;
    font-size: 20px;
  }

  .feature-200901 .bnrArea {
    margin-top: 60px;
  }

  .feature-200901 .bnrArea__txt {
    top: 45px;
    text-align: center;
    right: 0;
    left: 0;
  }

  .feature-200901 .bnrArea__img {
    margin: 0 -20px;
  }

  .feature-200901 .spBtnArea {
    height: 65px;
    background-color: rgba(252, 214, 212, 0.9);
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    margin: 0 -20px;
    width: 100%;
    z-index: 100;
  }

  .feature-200901 .spBtnArea .col2of1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .feature-200901 .spBtnArea a {
    height: 65px;
    width: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    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;
  }

  .feature-200901 .spBtnArea a:first-child

  /*,
  .feature-200901 .spBtnArea a:nth-child(2)*/
    {
    border-right: 1px solid #fff;
  }

}


.feature-200901 .simpleStep--col--link {
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: left;
  max-width: 280px;
  text-decoration: none;
}

.feature-200901 .simpleStep--col--link:first-child,
.feature-200901 .simpleStep--col--link:nth-child(2) {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .feature-200901 .simpleStep--col--link {
    border: none;
    padding: 0;
  }
}

.feature-200901 .fig {
  /*background-color: #cddcec;*/
  padding: 10px 10px 1px;
}

/* バナー追加 */
.feature-200901 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 -20px;
}

.feature-200901 .col--1of2 {
  margin: 0 0 40px 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 50%;
}

.feature-200901 .banner__link {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 540px;
  max-width: 100%;
  height: 200px;
  text-decoration: none;
  margin: 0 auto;
  border: solid 1px #E0E0E0;
  background: url("/contents/feature/images/200901/bg-banner-archives-01.png") no-repeat left center;
}

.feature-200901 .col--1of2:nth-of-type(2) .banner__link {
  background: url("/contents/feature/images/200901/bg-banner-archives-02.png") no-repeat left center;
}

.feature-200901 .banner__txt {
  padding-right: 20px;
  padding-left: 227px;
}

.feature-200901 .banner__shoulder {
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.feature-200901 .banner__heading {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1184px) {
  .feature-200901 .banner__heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .feature-200901 .row {
    display: block;
  }

  .feature-200901 .col--1of2 {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
    padding: 0;
  }

  .feature-200901 .banner__link {
    width: auto;
    max-width: 335px;
    height: 150px;
    line-height: 1.2;
    background: url("/contents/feature/images/200901/bg-banner-archives-01-sp.png") no-repeat left center;
    background-size: auto 100%;
  }

  .feature-200901 .col--1of2:nth-of-type(2) .banner__link {
    background: url("/contents/feature/images/200901/bg-banner-archives-02-sp.png") no-repeat left center;
    background-size: auto 100%;
  }

  .feature-200901 .banner__txt {
    padding-right: 10px;
    padding-left: 169px;
  }

  .feature-200901 .banner__shoulder {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .feature-200901 .banner__heading {
    font-size: 16px;
  }
}

/** 2022年9月号追加 **/
.feature-200901 .introArea__links__item {
  height: 136px;
  padding: 0 0 15px;
}
.feature-200901 .introArea__links__item__ttlbox {
  background-color: #8c7850;
  height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.feature-200901 .introArea__links__item__ttl {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.feature-200901 .introArea__links__item:after {
  top: calc(58% - 4px);
}
.feature-200901 .specialLineup {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(224, 206, 169, .2);
  padding: 80px 6.25vw 70px;
  margin-top: 100px;
}

.feature-200901 .specialLineup .lineupArea {
  margin-top: 0;
}

.feature-200901 .specialLineup .lineupArea__links__item {
  width: 30%;
  border-left: 1px solid #999;
  height: 355px;
  text-align: center;
}

.feature-200901 .specialLineup .lineupArea__links__item:last-child {
  border-right: 1px solid #999;
}


.feature-200901 .specialLineup .lineupArea__links__item .icon-drugs {
  text-align: left;
  margin-left: 0;
  width: max-content;
  padding: 0 8px;
  position: absolute;
  bottom: 98px;
  left: calc(50% - 88px / 2);
}

.feature-200901 .specialLineup .lineupArea__contents__ttl__icon {
  position: relative;
}

.feature-200901 .specialLineup .lineupArea__contents__ttl__icon .icon-drugs {
  position: absolute;
  line-height: 1.4;
  top: -3px;
}

.feature-200901 .specialLineup .lineupArea__links__item__txt {
  text-align: left;
}

.feature-200901 .specialLineup .lineupArea__links__item:after {
  border-top: 15px solid #999;
}

.feature-200901 .specialLineup .lineupArea__contents .col2of1__item__recommendBox,
.feature-200901 .specialLineup .lineupArea__contents .col2of1__item__recommendBox__long {
  border: 1px solid #999;
}

@media screen and (max-width: 768px) {
  .feature-200901 .specialLineup .lineupArea {
    padding: 0 20px;
  }

  .feature-200901 .specialLineup .lineupArea__links__item {
    width: auto;
    border-left: none;
    border-bottom: 1px solid #999;
    padding: 10px;
    height: auto;
  }

  .feature-200901 .specialLineup .lineupArea__links__item:after {
    left: inherit;
    right: 10px;
    bottom: calc(50% - 6px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #999;
  }

  .feature-200901 .specialLineup .lineupArea__links__item__img {
    width: 80px;
    height: auto;
    margin: 0 15px 0 0;
  }

  .feature-200901 .specialLineup .lineupArea__links__item__lead {
    text-align: left;
    margin-left: 0;
  }

  .feature-200901 .specialLineup .lineupArea__links__item__ttl {
    text-align: left;
    font-size: 14px;
    margin-top: 0;
  }

  .feature-200901 .specialLineup .lineupArea__links__item:first-child {
    border-top: 1px solid #999;
  }

  .feature-200901 .specialLineup .lineupArea__links__item:last-child {
    border-right: none;
  }
}

.feature-200901 .icon--quasi-drugs {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.feature-200901 .icon--quasi-drugs span,
.feature-200901 .specialLineup .icon-drugs {
  border: 1px solid #231815;
  padding: 4px 8px;
  margin-left: 10px;
  font-size: 14px;
}

.feature-200901 .featureArea .col2of1 .col2of1__item:first-of-type {
  margin-right: 30px;
}

.feature-200901 .stepArea .icon--quasi-drugs {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {

  .feature-200901 .specialLineup {
    padding: 80px 6.25vw 70px;
    margin-top: 60px;
    margin-bottom: 80px;
    padding: 30px 6.25vw 50px;
  }

  .feature-200901 .icon--quasi-drugs span,
  .feature-200901 .icon--quasi-drugs {
    font-size: 12px;
    margin-left: 6px;
    padding: 0 8px;
  }

  .feature-200901 .featureArea .col2of1 .col2of1__item:first-of-type {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .feature-200901 .stepArea .icon--quasi-drugs {
    margin-top: 45px;
  }

  .feature-200901 .specialLineup .lineupArea__contents__ttl__icon {
    line-height: 1.4;
  }

  .feature-200901 .specialLineup .lineupArea__contents__ttl__icon .icon-drugs {
    top: 20px;
  }

  .feature-200901 .specialLineup .lineupArea__links__item .icon-drugs {
    text-align: left;
    margin-left: 0;
    margin-bottom: 2px;
    width: max-content;
    padding: 0 8px;
    position: unset;
  }

  .feature-200901 .simpleStep--col--link:nth-of-type(2) .simpleStep--lead {
    letter-spacing: -0.01em;
  }
}

/** スタティック流用 **/

.feature-200901 .componentArea,
.feature-200901 .componentArea_NEW {
  width: 924px;
  margin: 0 auto;
  background-color:rgba(224, 206, 169, .2);
}

.feature-200901 .componentArea .col--1of2,
.feature-200901 .componentArea_NEW .col--1of2 {
  max-width: 60%;
}

.feature-200901 .componentArea .row .col--1of2,
.feature-200901 .componentArea_NEW .row .col--1of2 {
  margin-bottom: 0;
}

.SectionUPpoint {
  width: 850px;
  margin: 0 auto;
}

/*テーブル*/
.pointTB {
  /* width: 850px; */
  margin: 0 auto 20px;
  /* background-color: #fff; */
  /* padding: 20px; */
  padding-bottom: 20px;
}

.pointTB__inner {
  width: 100%;
  table-layout: fixed;
  margin: 40px auto 0;
}

.pointTB__header {
  padding: 10px;
  border-right: 1px solid currentColor;
  color: #fff;
  text-align: center;
}

.pointTB__header:last-child {
  border-right-width: 0;
}

.pointTB__header:nth-child(1) {
  background-color: #fff;
  width: 135px;
  height: 42px;
}

.pointTB__header:nth-child(2) {
  padding: 0 3px 8px;
  width: 170px;
}

.pointTB__header:nth-child(3) {
  padding: 0 3px 8px;
  width: 480px;
}

.pointTB__header:nth-child(2) .pointTB__header-title {
  background-color: #727171;
  height: 35px;
}

.pointTB__header:nth-child(3) .pointTB__header-title {
  background-color: #aaa078;
  height: 35px;

}

.pointTB__header-title {
  font-size: 15px;
  padding: 3px;
}

.pointTB__body-title {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  border-width: 1px;
  border-style: none dashed solid none;
  border-color: #cacaca;
}

.pointTB__body-title span {
  font-size: 12px;
  font-weight: bold;
}

/*.pointTB__body-row:nth-child(1) {
  height: 430px;
}*/

.pointTB__body-row:nth-child(2) {
  height: 160px;
}

.pointTB__body-row:nth-child(2) .pointTB__body-text span {
  font-weight: bold;
  background: none;
}

.pointTB__body-row:nth-child(2) .pointTB__body-text .text_small {
  font-size: 12px;
}

.pointTB__body-row:nth-child(2) .pointTB__body-text .text_border span {
  font-size: 18px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #F5D7D5));
  background: -webkit-linear-gradient(transparent 65%, #e4e0d6 0);
  background: linear-gradient(transparent 65%, #e4e0d6 0);
}

.pointTB__body-row:nth-child(3) {
  height: 160px;
}

.pointTB__body-text {
  padding: 10px;
  /* border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; */
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-style: none dashed solid none;
  border-color: #cacaca;
}

.pointTB__body-text span {
  font-size: 20px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #F5D7D5));
  background: -webkit-linear-gradient(transparent 65%, #e4e0d6 0);
  background: linear-gradient(transparent 65%, #e4e0d6 0);
}

.pointTB__body-text--color {
  font-size: 20px;
  color: #8c7850;
  margin-bottom: 5px;
  line-height: 1.4;
  font-weight: bold;
}

.pointTB__body-text--LH {
  line-height: 1.4;
  padding-top: 5px;
  font-size: 20px;
}

.pointTB__body-text--comp {
  font-size: 14px;
  padding: 0px;
  text-align: left;
  font-weight: bold;
}

.pointTB__body-text--pdng {
  padding-top: 10px;
}

.pointTB__body-text--box {
  /* padding: 0 4px; */
  padding: 10px 0;
  border: solid 2px #8c7850;
  line-height: 1.5;
  font-size: 14px;
  display: inline-block;
  margin: 0 auto;
  color: #8c7850;
  font-weight: bold;
  width: 100px;
}

.pointTB__body-text .box__01 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #8c7850;
}

.pointTB__body-text .box__02 {
  font-size: 18px;
  font-weight: bold;
  color: #8c7850;
}

.pointTB__body-text:last-child {
  border-right: none;
}

.pointTB__body-row:last-child .pointTB__body-title,
.pointTB__body-row:last-child .pointTB__body-text {
  border-bottom: none;
}

.tNotesarea {
  max-width: 750px;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  .feature-200901 .componentArea {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 20px;
  }

  .feature-200901 .componentArea_NEW {
    position: relative;
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .pointTB {
    overflow-x: auto;
  }

  .pointTB__inner {
    width: auto;
    white-space: nowrap;
  }

  .pointTB__body-title {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 0 #ddd;
    font-size: .875rem;
  }
}

/*2カラムエリア*/
.col--1of2 {
  /* padding: 0 10px; */
  font-size: 12px;
}

.pointTB .col--1of2--mc {
  width: 350px;
  /* height: 320px; */
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  /* background-color:  rgba(236,229,214,0.5); */
}

.pointTB .col--1of2--df {
  width: 340px;
  /* height: 320px; */
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  /* background-color:  rgba(236,229,214,0.5); */
}

.pointTB .col--1of2--center {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.pointTB .row__extract {
  height: 110px;
  /* margin-bottom: 5px;
  margin-top: 10px; */
  margin: 30px auto 0;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.pointTB .row__extract .tNotes {
  margin-top: 0;
}

.pointTB .col--1of2--ext_ph {
  width: 105px;
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  /* margin-left: -20px; */
  padding: 0;
}

.pointTB .col--1of2--ext_tx {
  width: 60%;
  margin-top: 20px;
  /* margin-bottom: 10px; */
  padding: 0;
  align-items: center;
}

.pointTB__icon {
  width: 30%;
  margin-left: 20px;
}

.pointTB__text {
  width: 62%;
  margin-left: 10px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
}

.pointTB__lead {
  text-align: left;
  margin-left: 20px;
  font-size: 14px;
}

.img__multiply {
  position: relative;
}

.img__multiply--position {
  position: absolute;
  width: 37px!important;
  right: -15px;
  top: 175px;
}

.pointSection {
  margin-top: 20px;
}

.pointSection .icon--circle {
  width: 54px;
  height: 54px;
  position: relative;
  border: 1px solid #aaa078;
}

.pointSection .num .num__shoulder {
  position: absolute;
  background-color: #f5f2ea;
  font-size: 12px;
  right: 0;
  left: 0;
  top: -3px;
}

.pointSection .num .num__num {
  font-size: 32px;
  margin-top: -15px;
}

.feature-200901 .txtBox {
  /* margin: 0 auto 40px; */
  margin: 10px auto 10px;
}

.feature-200901 .txtBox.txtBox--center {
  text-align: center;
}

.feature-200901 .feature__row--key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin: 30px auto 80px;
}

.feature-200901 .feature__row--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-200901 .feature__col {
  -ms-flex-preferred-size: 495px;
  flex-basis: 495px;
  max-width: 495px;
}

.feature-200901 .feature_extract3 .feature__row--key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.feature-200901 .feature__col--key {
  -ms-flex-preferred-size: 351px;
  flex-basis: 351px;
  max-width: 351px;
  margin-right: 35px;
}

.feature-200901 .feature_extract3 .feature__col--key {
  -ms-flex-preferred-size: 444px;
  flex-basis: 444px;
  max-width: 444px;
  margin-right: 35px;
}

.feature-200901 .feature__lead--key {
  padding-top: 10px;
}

.f20 {
  font-size: 20px !important;
}

@media screen and (max-width: 768px) {

  .SectionUPpoint {
    width: 335px;
  }

  /*パワーアップポイント*/
  .pointSection {
    text-align: center;
    /* border: solid 1px #aaa078; */
  }

  .SectionUPpoint .pointSection__mc_col2 .tNotes {
    margin-top: 0;
  }

  .pointSection .tNotesarea {
    text-align: left;
  }

  .pointSection .pointSection__row--mc,
  .pointSection .pointSection__row--df,
  .pointSection .pointSection__row--01 {
    display: flex;
  }

  .pointSection .pointSection__2column p {
    align-items: center;
  }

  .pointSection .pointSection__bold {
    font-weight: bold;
  }

  .pointSection .pointSection__row--mc .pointSection__2column:nth-child(1) {
    background-color: #aaa078;
    width: 80px;
    height: 280px;
    margin-right: 15px;
    font-size: 14px;
    color: #fff;
  }

  .pointSection .pointSection__row--df .pointSection__2column:nth-child(1) {
    width: 80px;
    height: 390px;
    border: 2px solid #aaa078;
    margin-right: 15px;
    font-size: 14px;
    color: #8c7850;
  }

  .pointSection .pointSection__row--01 .pointSection__2column:nth-child(1) {
    width: 80px;
    margin: 15px 0;
  }

  .pointSection .pointSection__row--mc .pointSection__2column:nth-child(2),
  .pointSection .pointSection__row--df .pointSection__2column:nth-child(2),
  .pointSection .pointSection__row--01 .pointSection__2column:nth-child(2) {
    text-align: left;
    width: 250px;
  }

  .pointSection .pointSection__row--01 .pointSection__2column img {
    width: 22px;
  }

  .pointSection .pointSection__mc_col2 {
    display: flex;
    margin: 15px 0;
  }

  .pointSection .mc_col2:nth-child(1) {
    margin-right: 12px;
    width: 85px;
  }

  .pointSection .mc_col2:nth-child(2) {
    font-size: 12px;
    margin-top: 20px;
  }

  .pointSection .pointSection__row--mc .pointSection__2column:nth-child(1),
  .pointSection .pointSection__row--df .pointSection__2column:nth-child(1),
  .pointSection .pointSection__row--01 .pointSection__2column:nth-child(1) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }


  .pointSection .icon--circle {
    width: 54px;
    height: 54px;
    position: relative;
    border: 1px solid #aaa078;
  }

  .pointSection .num .num__shoulder {
    position: absolute;
    background-color: #f5f2ea;
    font-size: 12px;
    right: 0;
    left: 0;
    top: -3px;
  }

  .pointSection .num .num__num {
    font-size: 32px;
    margin-top: -15px;
  }

  .pointSection .point__header {
    width: 335px;
    margin: 0 auto;
    padding: 25px 0;
  }

  /*.pointSection .point__header:not(:nth-child(1)) {
    border-top: solid 1px #dbdbd5;
  }*/

  .pointSection__2column span {
    font-size: 18px;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #F5D7D5));
    background: -webkit-linear-gradient(transparent 65%, #e4e0d6 0);
    background: linear-gradient(transparent 65%, #e4e0d6 0);
  }

  .pointTB__body-text--color {
    font-weight: bold;
    font-size: 20px;
  }

  .pointSection__2column-text {
    font-weight: bold;
    line-height: 1.4;
    padding-top: 5px;
    font-size: 12px;
  }

  .text-comp {
    padding-top: 15px;
  }

  .pointSection__2column-lead {
    font-size: 14px;
  }

  .pointSection .pointSection__title {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 30px;
  }

  .pointSection .pointSection__box {
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 4px;
    border: solid 1px #8c7850;
    line-height: 1.5;
    display: inline-block;
    color: #8c7850;
  }

  .pointSection .pointSection__shoulder {
    font-size: 12px;
    margin-top: 12px;
    color: #8c7850;
  }

  .pointSection .pointSection__main {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
  }

  .pointSection .pointSection__under {
    font-size: 16px;
    margin: 25px auto;
    width: 252px;
    border-bottom: 1px solid;
  }

  .pointSection .pointSection__img {
    width: 52px;
    margin: 20px auto 0;
  }

  .pointSection .pointSection__lead {
    font-size: 20px;
    margin-top: 23px;
  }

  .pointSection .pointSection__lead span {
    font-size: 20px;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #F5D7D5));
    background: -webkit-linear-gradient(transparent 65%, #e4e0d6 0);
    background: linear-gradient(transparent 65%, #e4e0d6 0);
  }

  .SectionUPpoint .tNotesarea {
    margin-bottom: 0px;
    margin-top: 30px;
  }

  .SectionUPpoint .Powerup {
    margin: -50px 0;
  }

  .pointSection__row--df .pointSection__2column-lead {
    margin-top: 5px;
  }

  .pointSection .fig {
    padding: 0;
  }

  .introduction__text {
    font-size: 14px;
    line-height: 32px;
  }

  .feature-200901 .feature__lead--key {
    font-size: 14px;
    text-align: left;
    margin: 15px 0;
  }
}

.feature-200901 .tNotes, .feature-200901 .tNotes--list, .feature-200901 .tNotes--order {
  color: #5C5A5A;
  font-size: 10px;
  margin-top: 10px;
}
/*.feature-200901 .lineupArea__links__item .tNotes {
  margin-top: 0;
}*/
.feature-200901 .tNotes--order {
  counter-reset: tNotes;
}
.feature-200901 .tNotes--order > li {
  padding-left: 1.5em;
}
.feature-200901 .tNotes--order > li,
.feature-200901 .tNotes--list > li {
  position: relative;
}
.feature-200901 .tNotes--list > li::before,
.feature-200901 .tNotes--order > li::before {
  content: "*";
  position: absolute;
  left: 0;
}
.feature-200901 .tNotes--order > li::before {
  content: "*" counter(tNotes);
  counter-increment: tNotes;
}
.feature-200901 .tNotes-right {
  text-align: right;
}

.pointTB .tNotes,
.SectionUPpoint .point__header .tNotes {
  margin-top: 0;
}

/*20230220　add*/
.feature-200901 .NewreleaseArea {
  margin: 80px auto;
  text-align: center;
  padding: 50px;
}

.feature-200901 .Newrelease-icon {
  color: #fff;
  background-color: #8c7850;
  width: 74px;
  height: 74px;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.feature-200901 .Newrelease-date {
  font-size: 24px;
  border-bottom: solid 1px #8c7850;
  width: 180px;
  margin: 0 auto 10px;
  padding: 20px 0 0;
}
.feature-200901 .Newrelease-txt {
  font-size: 24px;
}

.feature-200901 .NewreleaseArea .fig{
  width: fit-content;
  margin: auto;
}

.feature-200901 .beautyColumn,.feature-200901 .beautyColumn--largePC {
  max-width: 840px;
  margin: 105px auto 70px;
  position: relative;
  padding: 40px;
  border: 1px solid #8c7850;
}

.feature-200901 .beautyColumn__shoulder,.feature-200901 .beautyColumn__shoulder--leftPC {
  position: absolute;
  top: -30px;
  right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.3em;
  width: 165px;
  height: 30px;
  padding-left: .3em;
  color: #FFF;
  background-color: #8c7850;
}

.feature-200901 .beautyColumn__heading {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

.feature-200901 .beautyColumn__heading span{
  color: #8c7850;
}

.feature-200901 .beautyColumn .fig--center,.feature-200901 .beautyColumn--largePC .fig--center {
  margin-bottom: 0;
}

.feature-200901 .beautyColumn .fig--center .txtBox,.feature-200901 .beautyColumn--largePC .fig--center .txtBox {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .feature-200901 .beautyColumn--largePC {
    padding: 70px 80px 80px;
  }

  .feature-200901 .beautyColumn__shoulder--leftPC {
    right: auto;
    left: -1px;
  }

  .feature-200901 .beautyColumn__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .feature-200901 .beautyColumn__col--txt {
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px;
    max-width: 420px;
    margin-right: 40px;
  }

  .feature-200901 .beautyColumn__col--fig {
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px;
    max-width: 420px;
  }

  .feature-200901 .beautyColumn .fig--center figcaption,.feature-200901 .beautyColumn--largePC .fig--center figcaption {
    text-align: center;
  }

  .feature-200901 .Gradarea{
    background: -moz-linear-gradient(top, transparent 80%, #fff);
    background: -webkit-linear-gradient(top, transparent 80%, #fff);
    background: linear-gradient(to bottom, transparent 80%, #fff);
  }
}


@media screen and (max-width: 768px) {
  .feature-200901 .NewreleaseArea {
    margin: 30px auto 0;
    text-align: center;
    padding: 20px;
  }

  .feature-200901 .Newrelease-icon {
    font-size: 15px;
    width: 64px;
    height: 64px;
    margin-top: 30px;
  }

  .feature-200901 .Newrelease-date {
    font-size: 15px;
    width: 110px;
    padding: 20px 0 2px;
  }

  .feature-200901 .Newrelease-txt {
    font-size: 12px;
    margin-top: 20px;
  }

  .feature-200901 .beautyColumn .h03,.feature-200901 .beautyColumn--largePC .h03 {
    margin-bottom: 10px;
  }

  .feature-200901 .beautyColumn,.feature-200901 .beautyColumn--largePC {
    margin: 60px -20px;
    padding: 30px 20px 43px;
    border-right: 0;
    border-left: 0;
  }

  .feature-200901 .beautyColumn__shoulder,.feature-200901 .beautyColumn__shoulder--leftPC {
    top: -24px;
    right: auto;
    left: 20px;
    width: 148px;
    height: 24px;
    padding-left: .26em;
    letter-spacing: 0.26em;
  }

  .feature-200901 .beautyColumn__col--txt {
    margin-bottom: 20px;
  }

  .feature-200901 .beautyColumn__heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.feature-200901 .category__title_long{
  padding: 8px 0;
  border-top: solid 1px #8c7850;
  border-bottom: solid 1px #8c7850;
  margin: 100px auto -30px;
  width: 920px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #8c7850;
}

@media screen and (max-width: 768px) {
  .feature-200901 .category__title_long{
    padding: 8px 0;
    font-size: 16px;
    letter-spacing: 0;
    width: 100%;
    margin: 60px auto -30px;
  }
}

.feature-200901 .Comingsoon_design{
  font-size: 24px;
  padding: 8px 0;
  margin: 70px auto;
  width: 500px;
  text-align: center;
  color: #fff;
  background-color: #8c7850;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .feature-200901 .Comingsoon_design{
    font-size: 15px;
    padding: 8px 0;
    width: 100%;
    margin: 30px auto;
  }
  .feature-200901 .Comingsoon_design span{
    font-size: 19px;
    font-family: "open sans";
  }
}


.feature-200901 .background_Area{
  margin-top: 100px;
  padding-top: 100px;
  background-image: url(/contents/feature/images/200901/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */

  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.feature-200901 .basemakeArea{
  margin: 20px auto 70px;
}

.feature-200901 .basemake__FD{
  width: 440px;
  float: left;
}

.feature-200901 .basemake__icon{
  width: 100px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-200901 .basemake__icon__m{
  margin-top: 335px;
  width: 53px;
}

.feature-200901 .basemake__TP{
  width: 440px;
  float: left;
}

.feature-200901 .basemake__shoulder{
  font-size: 24px;
  font-weight: bold;
  color: #8c7850;
  height: 130px;
}

.feature-200901 .basemake__name{
  font-size: 20px;
}

.feature-200901 .basemake__image{
  margin: 30px auto 40px;
  position: relative;
}

.feature-200901 .category__title{
  padding: 8px 0;
  border-top: solid 1px #8c7850;
  border-bottom: solid 1px #8c7850;
  margin: 30px auto;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #8c7850;
}

.feature-200901 .basemake__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .feature-200901 .category__title{
    font-size: 16px;
  }

  .feature-200901 .basemakeArea{
    margin: -10px auto 70px;
  }
  .feature-200901 .background_Area{
    margin-top: 60px;
    padding-top: 40px;
    background-image: url(/contents/feature/images/200901/sp/bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */

    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .feature-200901 .basemake__FD{
    width: 100%;
    float: none;
  }

  .feature-200901 .basemake__icon{
    width: 100%;
    float: none;
  }

  .feature-200901 .basemake__icon__m{
    margin-top: 20px;
  }

  .feature-200901 .basemake__TP{
    width: 100%;
    float: none;
  }

  .feature-200901 .basemake__shoulder{
    font-size: 18px;
    height: auto;
  }

  .feature-200901 .basemake__name{
    font-size: 14px;
    line-height: 1.5;
  }

  .feature-200901 .basemake__image{
    margin: 30px auto 40px;
  }

}
.feature-200901 .icon--spf {
  display: inline-block;
  width: 65px;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  position: absolute;
  right: 78px;
  top: 2px;
}

.feature-200901 .icon--spf .spfTxt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
  background: #8c7850;
  border: 1px solid #8c7850;
  color: #fff;
}

.feature-200901 .icon--spf .spfTxt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
  background: white;
  border: 1px solid #8c7850;
  color: #8c7850;
}

@media screen and (max-width: 768px) {
  .feature-200901 .icon--spf {
    width: 60px;
    font-size: 12px;
    right: 36px;
  }

  .feature-200901 .icon--spf .spfTxt1,
  .feature-200901 .icon--spf .spfTxt2 {
    height: 16px;
  }
}

@media screen and (min-width: 520px) and (max-width: 768px) {
  .feature-200901 .mvArea {
    height: 700px;
  }
}

/* 2023年4月号追加 */
.smallSection .setBlock {
  max-width: 960px;
  margin: 30px auto;
 /**SET-02**/ /**SET-03**/;
}

.smallSection .setBlock__inner {
  width: inherit;
  height: inherit;
  padding: 79px;
}

.smallSection .setBlock__titles {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px;
}

.smallSection .setBlock .icon--set {
  position: absolute;
  top: 0;
}

.smallSection .setBlock__textContainer {
  min-height: 90px;
  margin-left: 104px;
}

.smallSection .setBlock__titleText {
  font-size: 28px;
  line-height: 1.2;
}

.smallSection .setBlock__boxText {
  border: 1px solid #231815;
  padding: 4px 10px;
  font-size: 18px;
  display: inline-block;
  line-height: 1.2;
}

.smallSection .setBlock__textColumn {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
}

.smallSection .setBlock__textColumn:nth-child(1) {
  padding-left: 0;
  border-right: 1px solid #231815;
}

.smallSection .setBlock__textColumn:nth-child(2) {
  padding-right: 0;
}

.smallSection .setBlock__contents {
  margin-top: 35px;
}

.smallSection .setBlock__caption {
  font-size: 14px;
}

.smallSection .setBlock .tNotes--list,.smallSection .setBlock .tNotes--order {
  margin-top: 10px;
}

.smallSection .setBlock__detailWrapper {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.smallSection .setBlock__copyText--underlined {
  font-size: 16px;
}

.smallSection .setBlock__copyText--underlined span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #231815;
}

.smallSection .setBlock__copyText--large {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 24px;
}

.smallSection .setBlock__imgsBlock {
  margin-left: 55px;
}

.smallSection .setBlock__imgsBlockInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.smallSection .setBlock__linkBlock a {
  display: block;
  text-decoration: underline;
}

.smallSection .setBlock__linkBlock a:not(:first-child) {
  margin-top: 8px;
}

.smallSection .setBlock__linkBox {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 170px;
  height: 64px;
  border: 1px solid #e0e0e0;
}

.smallSection .setBlock__itemsBlock {
  margin-left: 25px;
}

.smallSection .setBlock__stepCol {
  position: relative;
}

.smallSection .setBlock__stepCol .fig--center {
  margin-top: 25px;
}

.smallSection .setBlock__stepPlus {
  position: absolute;
  top: 50%;
  left: 0;
  width: 37px;
  height: 37px;
  background-color: #FFF;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.smallSection .setBlock__stepPlus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 21px;
  border-left: solid 1px #E0E0E0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.smallSection .setBlock__stepPlus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 1px;
  border-top: solid 1px #E0E0E0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.smallSection .setBlock__stepItem,.smallSection .setBlock__stepItem--L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px;
}

.smallSection .setBlock__stepHeading {
  margin: 0 -20px;
  font-size: 20px;
  text-align: center;
}

.smallSection .setBlock__stepHeading span {
  display: inline-block;
}

.smallSection .setBlock__stepLead {
  font-size: 14px;
  text-align: center;
  margin-bottom: 35px;
}

.smallSection .setBlock__stepItemImg {
  -ms-flex-preferred-size: 68px;
  flex-basis: 68px;
  max-width: 68px;
  margin-right: 18px;
}

.smallSection .setBlock__stepItemImg img {
  max-width: 100%;
}

.smallSection .setBlock__stepItemTxt {
  letter-spacing: -0.04em;
  line-height: 1.6;
}

.smallSection .setBlock__stepItemName {
  display: inline-block;
  font-size: 16px;
}

.smallSection .setBlock__or {
  margin-top: 15px;
  text-align: center;
}

.smallSection .setBlock.setBlock--wide {
  max-width: 980px;
}

.smallSection .setBlock.setBlock--wide .setBlock__inner {
  padding: 65px 30px 65px 65px;
}

.smallSection .setBlock .setBlock__titleText--small {
  font-size: 18px;
  margin-bottom: 4px;
  margin-left: 6px
}

.smallSection .setBlock .setBlock__col2of1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.smallSection .setBlock .setBlock__col2of1__item {
  width: 50%;
}

.smallSection .setBlock .setBlock__col2of1__item:first-child {
  padding-top: 40px;
}

.smallSection .setBlock .setBlock__col2of1__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 30px;
}

.smallSection .setBlock .setBlock__col2of1__item__img {
  margin: 0 auto;
}

.smallSection .setBlock .setBlock__col2of1__item__img img {
  width: auto;
  height: 122px;
}

.smallSection .setBlock .setBlock__col2of1__item__txt {
  font-size: 14px;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox:first-child {
  margin-right: 25px;
  margin-right: 0;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox {
  text-align: center;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox > *:nth-child(1) {
  height: 70%;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox > *:nth-child(2) {
  height: 30%;
}

.smallSection .setBlock .setBlock__col2of1__item--images {
  position: relative;
}

.smallSection .setBlock .setBlock__col2of1__item--images::before,.smallSection .setBlock .setBlock__col2of1__item--images::after {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #231815;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

.smallSection .setBlock .setBlock__col2of1__item--images::before {
  left: 130px;
}

.smallSection .setBlock .setBlock__col2of1__item--images::after {
  top: 45px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 70px;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox a {
  text-decoration: underline;
  margin-top: 15px;
  font-size: 12px;
}

.smallSection .setBlock .notes {
  font-size: 12px;
  margin-top: 5px;
}

.smallSection .icon--set {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 98px;
  height: 98px;
  border: 1px solid #5C5A5A;
}

.smallSection .icon--set {
  width: 76px;
  height: 76px;
  border: 0;
  background: #231815;
  border-radius: 51%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
}

.smallSection .icon--set {
  width: 90px;
  height: 90px;
  font-size: 30px;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 769px) {
  .smallSection .setBlock {
    border: 1px solid #231815;
  }

  .smallSection .setBlock__stepRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .smallSection .setBlock__stepCol:nth-child(1) {
    -ms-flex-preferred-size: 263px;
    flex-basis: 263px;
    padding-right: 20px;
  }

  .smallSection .setBlock__stepCol:nth-child(2) {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    padding: 0 40px;
    border-left: solid 1px #E0E0E0;
  }

  .smallSection .setBlock__stepCol:nth-child(2) .setBlock__stepItem,.smallSection .setBlock__stepCol:nth-child(2) .setBlock__stepItem--L {
    margin-right: -20px;
  }

  .smallSection .setBlock__stepCol:nth-child(2) .setBlock__stepItemImg {
    max-width: 45px;
    margin-right: 15px;
  }

  .smallSection .setBlock__stepCol:nth-child(3) {
    -ms-flex-preferred-size: 239px;
    flex-basis: 239px;
    padding-left: 30px;
    border-left: solid 1px #E0E0E0;
  }

  .smallSection .setBlock__stepItem--L {
    display: block;
    text-align: center;
  }

  .smallSection .setBlock__stepItem--L .setBlock__stepItemImg {
    max-width: none;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .smallSection .setBlock {
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
  }

  .smallSection .setBlock__inner {
    padding: 19px 0;
  }

  .smallSection .setBlock__titles {
    display: block;
  }

  .smallSection .setBlock__textContainer {
    margin-left: 0;
  }

  .smallSection .setBlock__titleText {
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
    margin-left: 84px;
  }

  .smallSection .setBlock__boxText {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }

  .smallSection .setBlock__textColumn {
    padding: 0 5px;
    font-size: 14px;
  }

  .smallSection .setBlock__contents {
    margin-top: 15px;
  }

  .smallSection .setBlock__detailWrapper {
    display: block;
    margin-top: 31px;
  }

  .smallSection .setBlock__copyBlock {
    text-align: center;
  }

  .smallSection .setBlock__copyText--underlined {
    font-size: 14px;
  }

  .smallSection .setBlock__copyText--large {
    font-size: 16px;
  }

  .smallSection .setBlock__imgsBlock {
    margin-left: 10px;
    margin-top: 20px;
  }

  .smallSection .setBlock__linkBlock {
    width: 105px;
    min-width: 105px;
  }

  .smallSection .setBlock__linkBlock a:not(:first-child) {
    margin-top: 5px;
  }

  .smallSection .setBlock__linkBox {
    width: 105px;
    height: 50px;
    line-height: 1.5;
  }

  .smallSection .setBlock__linkBox span {
    font-size: 12px;
  }

  .smallSection .setBlock__itemsBlock {
    max-width: 62%;
    margin-left: 13px;
  }

  .smallSection .setBlock__stepCol {
    padding: 0 30px 30px;
  }

  .smallSection .setBlock__stepCol:nth-child(2) {
    border-top: solid 1px #E0E0E0;
    padding: 30px;
  }

  .smallSection .setBlock__stepCol:nth-child(3) {
    padding: 30px 30px 0;
    border-top: solid 1px #E0E0E0;
  }

  .smallSection .setBlock__stepPlus {
    top: 0;
    left: 50%;
  }

  .smallSection .setBlock__stepItem,.smallSection .setBlock__stepItem--L {
    max-width: 275px;
    margin: 15px auto 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .smallSection .setBlock__stepItem--L .setBlock__stepItemImg {
    -ms-flex-preferred-size: 94px;
    flex-basis: 94px;
    max-width: 94px;
  }

  .smallSection .setBlock__stepHeading {
    margin: 0;
    font-size: 16px;
  }

  .smallSection .setBlock__stepItemTxt {
    font-size: 12px;
  }

  .smallSection .setBlock__stepItemName {
    font-size: 14px;
  }

  .smallSection .setBlock.setBlock--wide .setBlock__inner {
    padding: 25px 0;
  }

  .smallSection .setBlock .setBlock__titleText--small {
    margin-left: 88px;
    margin-bottom: 2px;
    font-size: 12px;
  }

  .smallSection .setBlock .setBlock__col2of1 {
    display: block;
    margin-top: 20px;
  }

  .smallSection .setBlock .setBlock__col2of1__item {
    width: 100%;
  }

  .smallSection .setBlock .setBlock__col2of1__item:first-child {
    padding-top: 0;
  }

  .smallSection .setBlock .setBlock__col2of1__item:last-child {
    padding-left: 0;
    max-width: 365px;
    margin: 20px auto 0;
  }

  .smallSection .setBlock .setBlock__col2of1__item__img {
    margin: 0 auto 14px;
    width: 100%;
  }

  .smallSection .setBlock .setBlock__col2of1__item__img img {
    height: 110px;
  }

  .smallSection .setBlock .setBlock__col2of1__item__txt {
    font-size: 14px;
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox:first-child {
    margin-right: 0;
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox {
    text-align: center;
    width: 50%;
    line-height: 1.2;
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox > *:nth-child(1) {
    height: 110px;
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox > *:nth-child(2) {
    height: 110px;
  }

  .smallSection .setBlock .setBlock__col2of1__item--images {
    position: relative;
  }

  .smallSection .setBlock .setBlock__col2of1__item--images::before,.smallSection .setBlock .setBlock__col2of1__item--images::after {
    position: absolute;
    top: 58px;
    left: -2px;
    right: 0;
    margin: auto;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #231815;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
  }

  .smallSection .setBlock .setBlock__col2of1__item--images::before {
    left: 38px;
  }

  .smallSection .setBlock .setBlock__col2of1__item--images::after {
    top: 48px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox a {
    font-size: 12px;
  }

  .smallSection .setBlock .notes {
    font-size: 12px;
    margin-top: 5px;
  }
  .smallSection .icon--set {
    width: 75px;
    height: 75px;
    font-size: 24px;
    letter-spacing: 0.02em;
}
}

@media (max-width: 374px) {

  .smallSection .setBlock__textColumn {
    font-size: 3.733vw;
  }
}

.lineupArea__contents__step .tLead {
  text-align: center;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.feature-200901 .lineupArea__contents .lineupArea__contents__step .col2of1__item:first-child .col2of1__item__img:last-child {
  margin-top: 0;
}

.feature-200901 .background_Area {
  background-image: initial;
  background-color: rgba(224,206,169,.2);
  padding: 100px 0;
  margin-bottom: 60px;
}

.feature-200901 .background_Area .lineupArea.lineupArea--basemake {
  margin: 0 auto;
}

.feature-200901 .background_Area .category__title_long {
  margin-top: 0;
}


.feature-200901 .lp-btn--gold {
  border: 1px solid #8c7850;
}

.feature-200901 .lp-btn--gold .lp-btn__text {
  color: #8c7850;
}

.feature-200901 .lp-btn.lp-btn--gold .lp-btn__text:after {
  border: 1px solid #8c7850;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.feature-200901 .lineupArea--basemake .lineupArea__links__item {
  width: 31%;
}

.feature-200901 .lineupArea--basemake .lineupArea__links__item .lineupArea__links__item__ttl {
  line-height: 1.4;
  margin-bottom: 20px;
}

.feature-200901 .lineupArea--basemake .lineupArea__links__item {
  height: 330px;
}

.feature-200901 .lineupArea--basemake .lineupArea__links__item__img {
  width: 176px;
  height: 124px;
}

.feature-200901 .lineupArea--basemake .lineupArea__links__item__txt {
  text-align: center;
}

.feature-200901 .lineupArea--basemake .lineupArea__links__item {
  border-left: 1px solid #999;
}

.feature-200901 .lineupArea--basemake .lineupArea__links__item:last-child {
  border-right: 1px solid #999;
}

.feature-200901 .lineupArea--basemake .lineupArea__links__item:after {
  border-top: 15px solid #999;
}

.feature-200901 .lineupArea--basemake .lineupArea__links__item:nth-child(2) .lineupArea__links__item__img {
  padding-top: 0;
}

.feature-200901 .lineupArea--basemake .lineupArea__links__item__ttl {
  margin-top: 25px;
}

.feature-200901 .lineupArea__contents .col2of1__item:last-child .col2of1__item__img--05 {
  width: 370px;
  /*margin: 25px auto;*/
  margin: 0 auto;
}

.feature-200901 .lineupArea--basemake .lineupArea__contents__step .col2of1__item:nth-of-type(2) {
  padding-top: 16px;
}

.feature-200901 .basemakeseries_Area {
  margin-bottom: 100px;
}

.feature-200901 .introArea h3.setBlock__titleText {
  text-align: left;
}


.h03--pink {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ed7e77;
  font-size: 32px;
  text-align: center;
}

.h03--pink .h03--pink--icon {
  display: inline-block;
  font-size: 20px;
  border: 1px solid #ed7e77;
  padding: 0 6px;
  margin-right: 6px;
}

.feature-200901 .lineupArea__contents .col2of1__item:last-child .col2of1__item__img.mt-none {
  margin-top: 0;
}

.feature-200901 .background_Area .lineupArea.lineupArea--basemake .stepArea__lead {
  letter-spacing: -0.04em;
}

.feature-200901 .lineupArea__contents .lineupArea__contents__step .col2of1__item:first-child {
  margin-right: 0;
}

.feature-200901 .lineupArea--basemake .lineupArea__contents__step .col2of1__item:nth-of-type(2) {
  padding-top: 4px;
  width: 425px;
}

.feature-200901 .lineupArea--basemake .lineupArea__contents__step .tNotes-right {
  margin-right: 30px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .feature-200901 .introArea__links__item__ttlbox {
    height: 26px;
  }
  .feature-200901 .introArea__links__item__ttl {
    font-size: 14px;
  }
  .feature-200901 .introArea__links__item {
    height: 110px;
  }

  .feature-200901 .background_Area {
    padding: 60px 20px;
  }

  .feature-200901 .background_Area .lineupArea.lineupArea--basemake {
    padding: 40px 20px;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__links__item {
    width: 100%;
    height: auto;
    border-left: none;
    border-bottom: 1px solid #999;
    padding: 0 10px 10px 0;
  }

  .feature-200901 .lineupArea__links__item:first-child {
    border-top: 1px solid #999;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__links__item:last-child {
    border-right: none;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__links__item__feature {
    width: calc(100% - 130px);
  }

  .feature-200901 .lineupArea--basemake .lineupArea__links__item__img {
    width: 100px;
    height: auto;
    margin: 0 8px 0 0;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__links__item__txt {
    text-align: left;
    font-size: 12px;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__links__item:nth-child(2) .lineupArea__links__item__img {
    padding-top: 0;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__links__item__ttl {
    margin-top: 10px;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__links__item .lineupArea__links__item__ttl {
    margin-bottom: 6px;
  }

  .feature-200901 .lineupArea__contents .col2of1__item:last-child .col2of1__item__img--05 {
    width: 100%;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__contents__step .col2of1__item:nth-of-type(2) {
    width: 100%;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__contents__ttl {
    line-height: 1.4;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__contents .col2of1--goast .col2of1__item:last-of-type {
    margin-top: 30px;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__contents__step .tLead {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__contents__step .col2of1 {
    display: block;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__contents .col2of1--goast .col2of1__item:last-of-type .tNotes li {
    letter-spacing: -0.02em;
  }

  .h03--pink {
    display: block;
    font-size: 20px;
  }

  .h03--pink .h03--pink--icon {
    font-size: 16px;
  }

  .feature-200901 .lineupArea--basemake .stepArea__ttl {
    line-height: 1;
    margin-right: -20px;
    margin-left: -20px;
  }

  .feature-200901 .basemakeseries_Area {
    margin-bottom: 60px;
  }

  .feature-200901 .background_Area .category__title_long {
    margin: 0 auto;
    width: calc(100% - 40px);
  }

  .feature-200901 .background_Area .beautyColumn {
    margin: 60px 0 20px;
  }

  .feature-200901 .introArea h3.setBlock__titleText {
    font-size: 16px;
  }

  .feature-200901 .lineupArea--basemake .lineupArea__contents__step .tNotes-right {
    margin-right: 0;
  }

}
.feature-200901 .sectionKv__iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-bottom: 35px; */
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
}

.feature-200901 .icon--new {
  width: 76px;
  height: 76px;
  border: 0;
  background: #231815;
  border-radius: 51%;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.06em;

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature-200901 .icon--new {
    width: 54px;
    height: 54px;
    font-size: 12px;
  }
}

/* 2023年11月号追加 */
.feature-200901 .featureArea {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .feature-200901 .featureArea {
    margin-top: 60px;
  }
}

.feature-200901 .pointTB {
  padding: 20px 60px;
  margin-top: 30px;
}

.feature-200901 .pointTB .fig__img {
  max-width: 375px;
  margin-inline: auto;
}

.feature-200901 .feature__point-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.feature-200901 .feature__point {
  max-width: 100%;
}

.feature-200901 .feature__point p {
  font-weight: bold;
}

.feature-200901 .feature__point .fig__img {
  margin-top: 20px;
}

.feature-200901 .feature__point.feature__point-01 .fig__img {
  margin-top: 6px;
}

.feature-200901 .feature__point-title {
  color: #8c7850;
  font-size: 16px;
  line-height: 1.4;
}

.feature-200901 .feature__point-title--num {
  font-size: 38px;
  font-style: italic;
  padding-right: 12px;
  padding-left: 4px;
}

.feature-200901 .feature__point-lead {
  background: #8c7850;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
}

.feature-200901 .feature__point-name {
  font-size: 24px;
  text-align: center;
  color: #8c7850;
}

.feature-200901 .feature__point-01 {
  position: relative;
  margin-right: 74px;
}

.feature-200901 .feature__point-01::after {
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  background-image: url(/contents/feature/images/200901/img-sign-multiply.png);
  background-size: cover;
  right: -54px;
}

.feature-200901 .feature_extract3 .feature__row--key {
  justify-content: center;
}


@media screen and (max-width: 768px) {

  .feature-200901 .pointTB {
    padding: 30px 20px 0;
  }

  .feature-200901 .feature__point-box {
    flex-wrap: wrap;
  }

  .feature-200901 .feature__point-title--num {
    padding-right: 6px;
    padding-left: 0;
  }

  .feature-200901 .feature__point-02 .feature__point-title--num {
    padding-right: 16px;
  }

  .feature-200901 .feature__point-lead {
    font-size: 13px;
    padding: 2px 0;
  }

  .feature-200901 .feature__point-01 {
    margin-right: 0;
    margin-bottom: 74px;
  }

  .feature-200901 .feature__point-01::after {
    width: 32px;
    height: 32px;
    right: calc(50% - 18px);
    bottom: -50px;
  }

  .feature__point.feature__point-02 {
    margin-top: -30px;
  }

  .feature-200901 .feature_extract3 .feature__row--key {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .feature-200901 .feature_extract3 .feature__col--key {
    width: 100%;
    margin-right: 0;
  }

  .feature-200901 .feature_extract3 .feature__col--key .tNotes-right {
    margin-top: 10px;
  }

}