CY@charset "UTF-8";
/*----------------------------------
全体
----------------------------------*/
#ILACY {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.09em;
    word-break: break-all;
    text-size-adjust: none;
    font-feature-settings: "palt";
    color: #464646;
    font-size: 18px;
    background-color: #f8f3ed;
}

.wrapper {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}

img,
iframe {
    display: block;
}

img {
    width: 100%;
    margin: 0 auto;
}

a:hover img {
    opacity: 0.8;
}

sup {
    font-size: x-small;
}

.pc {
    display: block;
}

.mobi {
    display: none;
}

/*----------------------------------
汎用
----------------------------------*/
strong,
b,
.strong {
    font-weight: bold;
}

.red {
    color: #e62626;
}

.pink {
    color: #F0039E;
}

.blue {
    color: #606eb9;
}

.navy {
    color: #162c81;
}

.notes {
    font-size: 1.6rem;
}

.pt10 {
    padding-top: 1rem;
}

section {
    margin: 0 auto;
    box-sizing: border-box;
}

/*----------------------------------
FV・導入ブロック
----------------------------------*/
.fv {
    box-sizing: border-box;
}

.fv {
    max-width: 1040px;
    margin: 0 auto;
}

.fv img {
    width: 100%;
    height: auto;
    display: block;
}


/*----------------------------------
タブレット調整（768px〜1024px）
----------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
    #ILACY {
        font-size: 17px;
    }

    .wrapper {
        width: 100%;
        max-width: 1040px;
    }

    #ILACY .fv {
        margin-top: 18px;
    }

}

/*----------------------------------
スマホ調整（767px以下）
----------------------------------*/
@media (max-width: 767px) {
    #ILACY {
        font-size: 16px;
    }

    .pc {
        display: none;
    }

    .mobi {
        display: block;
    }

    .wrapper {
        width: 100%;
    }

    #ILACY .fv {
        margin-top: clamp(44px, 10vw, 120px);
    }

    #ILACY .fv,
    #ILACY .ttl,
    #ILACY .ttl h1,
    #ILACY .ttl picture,
    #ILACY .ttl img {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        display: block;
        box-sizing: border-box;
    }

    #ILACY .ttl {
        overflow: hidden;
    }

    section {
        margin: 0 auto;
    }



    .notes {
        font-size: 1.1rem;
    }

    sup {
        font-size: 0.9em;
    }

}

/*----------------------------------
小さいスマホ調整（472px以下）
----------------------------------*/
@media (max-width: 472px) {

}

/* ==============================
ここから追記した   
秋の注目商品
============================== */
.autumn-feature {
  padding: 38px 20px 42px;
  background: #b49a86;
  text-align: center;
}

.autumn-feature__en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .18em;
}

.autumn-feature__en::before,
.autumn-feature__en::after {
  content: "";
  width: 70px;
  height: 1px;
  background: rgba(255, 255, 255, .7);
}

.autumn-feature__lead {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
}

.autumn-feature__text {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 22px;
  line-height: 1.8;
}

.autumn-feature__label {
  margin-bottom: 12px;
}

.autumn-feature__lead {
  margin-bottom: 12px;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
  .autumn-feature {
    padding: 30px 20px 34px;
  }

  .autumn-feature__en {
    gap: 10px;
    font-size: 11px;
  }

  .autumn-feature__en::before,
  .autumn-feature__en::after {
    width: 40px;
  }

  .autumn-feature__lead {
    font-size: 30px;
  }

  .autumn-feature__text {
    font-size: 18px;
  }

}

/* ==============================
   秋キャンペーン 商品
============================== */
.autumn-item {
  padding: 0;
}

.autumn-item__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.autumn-item__main-image {
  display: block;
}

.autumn-item__main-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* 商品画像・バッジ */
.autumn-item__image-wrap {
  position: relative;
}

/* 左上の丸バッジ */
.autumn-item__badge {
  position: absolute;
  top: -45px;
  left: 10px;
  z-index: 2;

  width: 120px;
  height: 120px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #C94F2D;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .autumn-item__badge {
    top: -30px;
    left: 8px;
    width: 70px;
    height: 70px;
    padding: 6px;
    font-size: 11px;
    line-height: 1.4;
  }
}

/* ==============================
   秋キャンペーン オファー
============================== */

.autumn-offer {
  padding: 50px 40px 140px;
  background: #f8f3ed;
}
/* まつ毛美容液の送料無料を右揃えに */
.autumn-offer--eyelash .autumn-offer__sub-info {
  justify-content: flex-end;
}
.autumn-offer__inner {
  max-width: 980px;
  margin: 0 auto;
}

/* 商品名は1カラム */
.autumn-offer__heading {
  margin-bottom: 30px;
}

.autumn-offer__label {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 14px;
  background: #C94F2D;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.autumn-offer__name {
  margin: 0;
  color: #3f342f;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 600;
}

.autumn-offer__name span {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

/* 下段を2カラム */
.autumn-offer__body {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* 左：商品画像 */
.autumn-offer__image {
  width: 46%;
  margin: 0;
}

.autumn-offer__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* 右：オファー情報 */
.autumn-offer__info {
  width: 54%;
}

/* 通常価格 */
.autumn-offer__regular {
  margin: 0 0 10px;
  font-size: 18px;
}

.autumn-offer__price-through {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}

.autumn-offer__price-through::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #C94F2D;
  transform: translateY(-50%);
}

.autumn-offer__price-through span {
  color: #464646;
  font-size: 20px;
  font-weight: bold;
}

.autumn-offer__price-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
}

/* 特別価格 */
.autumn-offer__price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0 0;
  color: #C94F2D;
}

.autumn-offer__price-label {
  flex-shrink: 0;
  min-width: 110px;
  padding: 8px 14px;
  box-sizing: border-box;

  border: 1px solid #C94F2D;
  border-radius: 24px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #C94F2D;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

.autumn-offer__price strong {
  font-size: 42px;
  line-height: 1;
}

.autumn-offer__price em {
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

/* 1,000円お得 */
.autumn-offer__price b {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C94F2D;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.autumn-offer__note {
  margin: 16px 0 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.7;
  color: #ff0000;
}

/* 商品詳細 */
.autumn-offer__detail-link {
  margin: 18px 0 20px;
  font-size: 16px;
}

.autumn-offer__detail-link a {
  color: #464646;
  text-decoration: underline;
}

.autumn-offer__sub-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 12px;
}

.autumn-offer__detail-link {
  margin: 0;
  font-size: 14px;
}

.autumn-offer__free {
  padding: 5px 12px;
  background: #fff;
  border: 1px solid #C94F2D;
  color: #C94F2D;
  font-size: 14px;
  font-weight: bold;
}

/* 購入ボタン */
.autumn-offer__button {
  display: block;
  width: 100%;
  max-width: 438px;
  padding: 18px 30px;
  box-sizing: border-box;
  background: #65c8bf;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size:20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.autumn-offer__button:hover {
  opacity: 0.8;
  transition: .3s;
}

/* ==============================
   スマホ
============================== */
@media screen and (max-width: 767px) {

  .autumn-offer {
    padding: 35px 20px 75px;
  }

  .autumn-offer__name {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .autumn-offer__name span {
    font-size: 16px;
  }

  .autumn-offer__heading {
    margin-bottom: 0;
  }

  .autumn-offer__body {
    display: block;
  }

  .autumn-offer__image,
  .autumn-offer__info {
    width: 100%;
  }

  .autumn-offer__image {
    max-width: 320px;
    margin: 0 auto 15px;
  }

  .autumn-offer__price {
    gap: 5px;
  }

  .autumn-offer__price-label {
    min-width: 96px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .autumn-offer__price strong {
    font-size: 34px;
  }

  .autumn-offer__price em {
    font-size: 13px;
  }

  .autumn-offer__price b {
    width: 72px;
    height: 72px;
    font-size: 14px;
  }

  .autumn-offer__button {
    max-width: none;
  }

}

/* ==============================
ファインブレイナーのNEWバッジ   
============================== */
.autumn-brainer__image-wrap {
  position: relative;
}

.autumn-brainer__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.autumn-brainer__badge {
  position: absolute;
  top: -102px;
  left: 8px;
  width: 120px;
  height: 120px; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C94F2D;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .autumn-brainer__badge {
    top: -54px;
    left: 8px;
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
}

/* ==============================
   Fine BRAINer オファー
============================== */
.autumn-brainer-offer {
  padding: 10px 40px 60px;
  background: #f8f3ed;
}

.autumn-brainer-offer__inner {
  max-width: 980px;
  margin: 0 auto;
}

.autumn-brainer-offer__heading {
  margin-bottom: 30px;
}

.autumn-brainer-offer__label {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 14px;
  background: #C94F2D;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.autumn-brainer-offer__name {
  margin: 0;
  color: #3f342f;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 600;
}

.autumn-brainer-offer__name span {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.autumn-brainer-offer__volume {
  margin: 4px 0 0;
  font-size: 14px;
}

.autumn-brainer-offer__body {
  display: flex;
  align-items: center;
  gap: 60px;
}

.autumn-brainer-offer__image {
  width: 46%;
  margin: 0;
}

.autumn-brainer-offer__image img {
  display: block;
  width: 100%;
  height: auto;
}

.autumn-brainer-offer__info {
  width: 54%;
}

.autumn-brainer-offer__regular {
  margin: 0 0 10px;
  font-size: 16px;
}

.autumn-brainer-offer__price-through {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}

.autumn-brainer-offer__price-through::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #C94F2D;
  transform: translateY(-50%);
}

.autumn-brainer-offer__price-through span {
  color: #464646;
  font-size: 20px;
  font-weight: bold;
}

.autumn-brainer-offer__price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0 0;
  color: #C94F2D;
}

.autumn-brainer-offer__price-label {
  flex-shrink: 0;
  min-width: 110px;
  padding: 8px 14px;
  box-sizing: border-box;
  border: 1px solid #C94F2D;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C94F2D;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  background: #fff;
}

.autumn-brainer-offer__price-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
}

.autumn-brainer-offer__price strong {
  font-size: 42px;
  line-height: 1;
}

.autumn-brainer-offer__price em {
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.autumn-brainer-offer__price b {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C94F2D;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.autumn-brainer-offer__detail-link {
  margin: 20px 0 12px;
  font-size: 15px;
}

.autumn-brainer-offer__detail-link a {
  color: #464646;
  text-decoration: underline;
}

.autumn-brainer-offer__sub-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 12px;
}

.autumn-brainer-offer__limit,
.autumn-brainer-offer__free {
  padding: 5px 12px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
}

.autumn-brainer-offer__limit {
  border: 1px solid #464646;
  color: #464646;
}

.autumn-brainer-offer__free {
  border: 1px solid #C94F2D;
  color: #C94F2D;
}

.autumn-brainer-offer__button {
  display: block;
  width: 100%;
  max-width: 438px;
  padding: 18px 30px;
  box-sizing: border-box;
  background: #65c8bf;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size:20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
}

.autumn-brainer-offer__button:hover {
  opacity: .8;
  transition: .3s;
}

.autumn-brainer-offer__note {
  margin: 16px 0 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.7;
  color: #464646;
}

@media screen and (max-width: 767px) {
  .autumn-brainer-offer {
    padding: 20px 20px 45px;
  }

  .autumn-brainer-offer__heading {
    margin-bottom: 15px;
  }

  .autumn-brainer-offer__name {
    font-size: 22px;
  }

  .autumn-brainer-offer__name span {
    font-size: 16px;
  }

  .autumn-brainer-offer__body {
    display: block;
  }

  .autumn-brainer-offer__image,
  .autumn-brainer-offer__info {
    width: 100%;
  }

  .autumn-brainer-offer__image {
    max-width: 320px;
    margin: 0 auto 15px;
  }

  .autumn-brainer-offer__price {
    gap: 5px;
  }

  .autumn-brainer-offer__price-label {
    min-width: 96px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .autumn-brainer-offer__price strong {
    font-size: 34px;
  }

  .autumn-brainer-offer__price em {
    font-size: 13px;
  }

  .autumn-brainer-offer__price b {
    width: 72px;
    height: 72px;
    font-size: 14px;
  }

  .autumn-brainer-offer__button {
    max-width: none;
  }
}
