@charset "shift_jis";

/* -----------------------------------------------------------
 共通タグ
----------------------------------------------------------- */
*{ margin:0; padding:0;}
.page__inner{
		width:100%;
	}
a{outline: none; text-decoration: none;}
a:focus{outline:none;}
/*html{ background-color:#4E4A41;}*/
img{
	vertical-align:bottom;
	border: none;
	}

#pro_wrapper{
	width:100%;
-webkit-text-size-adjust: 100%;	
}
.anitto-lp {
  /* ---- タイポグラフィ（PC基準） ---- */
  --fs-h2: 30px;
  --fs-h3: 24px;
  --fs-body: 16px;
  --fs-small: 13px;
  --fs-lead: 19px;

  /* ---- レイアウト ---- */
  --content-width: 980px;

  /* ---- MV背景画像の不透明度（0〜1で調整。差し替え時はここを編集） ---- */
  --mv-bg-opacity: 0.4;

  /* ---- カラー ---- */
  --color-navy: #1a4f8b;
  --color-blue: #0b5aa8;
  --color-blue-dark: #06529c;
  --color-blue-deep: #0d5aa3;
  --color-bg-blue-light: #dbe8f5;
  --color-bg-blue-pale: #eef4fa;
  --color-bg-cream: #faf3ea;
  --color-orange: #f39a3e;
  --color-orange-dark: #ef8a26;
  --color-red: #d9382f;
  --color-text: #2c2c2c;
  --color-white: #ffffff;

  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color: var(--color-text);
  font-size: var(--fs-body);
  line-height: 1.8;
  background: var(--color-white);
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

.anitto-lp *,
.anitto-lp *::before,
.anitto-lp *::after {
  box-sizing: inherit;
}

.anitto-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

.anitto-lp h1,
.anitto-lp h2,
.anitto-lp h3,
.anitto-lp p,
.anitto-lp ul {
  margin: 0;
  padding: 0;
}

.anitto-lp ul {
  list-style: none;
}

/* ---- 共通：コンテンツ幅ラッパー（PC:980px / SP:90%） ---- */
.anitto-lp .lp-inner {
  width: 90%;
  max-width: var(--content-width);
  margin: 0 auto;
}

@media (min-width: 769px) {
  .anitto-lp .lp-inner {
    width: var(--content-width);
  }
}

/* ---- 共通：見出し ---- */
.anitto-lp .lp-h2 {
  font-size: var(--fs-h2);
  font-weight: 700;
  color: var(--color-blue-deep);
  text-align: center;
  line-height: 1.6;
}

.anitto-lp .lp-h3 {
  font-size: var(--fs-h3);
  font-weight: 700;
  color: var(--color-blue-deep);
  text-align: center;
  line-height: 1.6;
}

.anitto-lp .lp-lead {
  font-size: var(--fs-lead);
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.7;
}

.anitto-lp .lp-note {
  font-size: var(--fs-small);
  color: #555;
}

.anitto-lp .lp-note--center {
  text-align: center;
}

/* 見出し等の文中に入る「※」：色は継承し、サイズのみ小さく */
.anitto-lp .lp-mark {
  font-size: 0.6em;
  color: inherit;
  vertical-align: text-top;
}

/* SP でのフォントサイズ調整（PCの比率を維持してスケールダウン） */
@media (max-width: 768px) {
  .anitto-lp {
    --fs-h2: 22px;
    --fs-h3: 18px;
    --fs-body: 14px;
    --fs-small: 11px;
    --fs-lead: 16px;
  }
}

/* ============================================================
   バッジ（吹き出し風ラベル）
   ============================================================ */
.anitto-lp .lp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: var(--fs-body);
  white-space: nowrap;
}

.anitto-lp .lp-badge--light {
  background: var(--color-white);
  color: var(--color-text);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.anitto-lp .lp-badge--red {
  background: linear-gradient(180deg, #e3453a, #c72e26);
  color: var(--color-white);
}

.anitto-lp .lp-badge--blue {
  background: linear-gradient(180deg, #1a6fc2, #0d5aa3);
  color: var(--color-white);
}

.anitto-lp .lp-badge__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.anitto-lp .lp-badge-row {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

/* ---- ふきだしバッジ（アイコン画像を右に添える形） ---- */
.anitto-lp .lp-badge-bubble {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.anitto-lp .lp-badge-bubble__pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  background: var(--color-white);
  color: var(--color-text);
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  border-radius: 40px;
  padding: 18px 60px 18px 36px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

/* ふきだしの三角（しっぽ） */
.anitto-lp .lp-badge-bubble__pill::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid var(--color-white);
}

/* 白背景カード内で使う場合：淡いブルーの吹き出し */
.anitto-lp .lp-badge-bubble--tint .lp-badge-bubble__pill {
  background: #e6eff8;
  box-shadow: none;
}

.anitto-lp .lp-badge-bubble--tint .lp-badge-bubble__pill::after {
  border-top-color: #e6eff8;
}

/* 犬猫アイコン：差し替え可能な画像。バーの上に乗るように右端へ重ねて配置 */
.anitto-lp .lp-badge-bubble__icon {
  position: absolute;
  right: -10px;
  bottom: 10px;
  width: 70px;
  height: auto;
  z-index: 2;
}

@media (max-width: 768px) {
  .anitto-lp .lp-badge-bubble__pill {
    min-width: 240px;
    padding: 13px 44px 13px 24px;
    font-size: 15px;
  }
  .anitto-lp .lp-badge-bubble__icon {
    width: 50px;
    right: -6px;
    bottom: 10px;
  }
}

/* ============================================================
   ボタン（共通） / ">" は CSS の疑似要素で表現
   ============================================================ */
.anitto-lp .lp-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 470px;
  padding: 18px 40px;
  border-radius: 999px;
  font-weight: 700;
  font-size: var(--fs-body);
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s ease;
}

.anitto-lp .lp-btn:hover {
  opacity: 0.8;
}

.anitto-lp .lp-btn::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

/* 商品一覧はこちら：下向きシェブロン */
.anitto-lp .lp-btn--outline {
  background: var(--color-white);
  color: var(--color-blue);
  border: 2px solid var(--color-blue);
}

.anitto-lp .lp-btn--outline::after {
  right: 32px;
  transform: translateY(-65%) rotate(135deg);
}

/* ご購入はこちら：右向きシェブロン（＞） */
.anitto-lp .lp-btn--cta {
  background: #f29644;
  color: var(--color-white);
}

.anitto-lp .lp-btn--cta::after {
  transform: translateY(-50%) rotate(45deg);
}

.anitto-lp .lp-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

/* ============================================================
   セクション：共通 padding
   ============================================================ */
.anitto-lp .lp-section {
  padding: 64px 0;
  text-align: left;
}

@media (max-width: 768px) {
  .anitto-lp .lp-section {
    padding: 40px 0;
  }
}

/* ============================================================
   01. MV（メインビジュアル）
   ============================================================ */
.anitto-lp .lp-mv {
  position: relative;
  width: 100%;
  padding: 40px 0 64px;
  background: radial-gradient(circle at 15% 15%, #eaf3fb 0%, #dbeaf6 45%, #cfe3f4 100%);
  text-align: center;
  overflow: hidden;
}

/* MV背景に画像を重ねて表示する場合はここに画像パスを指定してください。
   ::before で敷くことで、テキストやロゴなど前面のコンテンツは
   透過の影響を受けず、背景画像だけを半透明にできます。 */
.anitto-lp .lp-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/include_html/images/pickup/UXTEAM-3524/svr_idx_ft_bg_pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: var(--mv-bg-opacity, 0.4);
  z-index: 0;
}

.anitto-lp .lp-mv > .lp-inner {
  position: relative;
  z-index: 1;
}

.anitto-lp .lp-mv__logo {
  display: block;
  width: 150px;
  margin: 0 0 28px;
}

.anitto-lp .lp-mv .lp-inner {
  position: relative;
}

.anitto-lp .lp-mv__logo-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
}

@media (max-width: 768px) {
  .anitto-lp .lp-mv__logo-sub {
    width: 70px;
  }
}

.anitto-lp .lp-mv__heading {
  font-size: var(--fs-h2);
  font-weight: 700;
  color: var(--color-blue-deep);
  line-height: 1.6;
}

.anitto-lp .lp-mv__note {
  margin-top: 14px;
  font-size: var(--fs-small);
  color: #4a5a68;
}

.anitto-lp .lp-mv__visual {
  margin-top: 36px;
  background: var(--color-white);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(20, 60, 100, 0.08);
}

.anitto-lp .lp-mv__visual img {
  margin: 0 auto;
}

/* ============================================================
   02. サイエンスセクション
   ============================================================ */
.anitto-lp .lp-science {
  background: var(--color-bg-cream);
}

.anitto-lp .lp-science__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.anitto-lp .lp-science__photo {
  flex: 0 0 46%;
  border-radius: 16px;
  overflow: hidden;
}

.anitto-lp .lp-science__body {
  flex: 1;
}

.anitto-lp .lp-science__body .lp-h2 {
  text-align: left;
  margin-bottom: 22px;
}

.anitto-lp .lp-science__body p {
  font-size: var(--fs-body);
  line-height: 2;
}

@media (max-width: 768px) {
  .anitto-lp .lp-science__inner {
    flex-direction: column;
    gap: 24px;
  }
  .anitto-lp .lp-science__photo {
    flex: 0 0 auto;
    width: 100%;
  }
  .anitto-lp .lp-science__body .lp-h2 {
    text-align: center;
  }
}

/* ============================================================
   03. シリーズの特長
   ============================================================ */
.anitto-lp .lp-features {
  background: var(--color-bg-blue-light);
}

.anitto-lp .lp-features__intro {
  text-align: center;
  margin-bottom: 48px;
}

.anitto-lp .lp-features__intro .lp-h2 {
  margin-top: 24px;
}

.anitto-lp .lp-features__intro .lp-note {
  display: block;
  margin-top: 16px;
}

.anitto-lp .lp-card {
  background: var(--color-white);
  border-radius: 20px;
  padding: 48px 32px;
  box-shadow: 0 10px 30px rgba(20, 60, 100, 0.06);
}

.anitto-lp .lp-card + .lp-card {
  margin-top: 32px;
}

.anitto-lp .lp-card__badge-row {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.anitto-lp .lp-card__title {
  margin-bottom: 20px;
}

.anitto-lp .lp-card__text {
  text-align: left;
  line-height: 2;
}

.anitto-lp .lp-card__diagram {
  margin-top: 32px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-bg-blue-pale);
  padding: 24px;
}
.anitto-lp .lp-card__diagram img{
        margin: 0 auto;
    }
.anitto-lp .lp-diagram-cols {
  display: flex;
  gap: 24px;
}

.anitto-lp .lp-diagram-col {
  flex: 1;
  min-width: 0;
}

.anitto-lp .lp-diagram-col__label {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  font-size: var(--fs-body);
  margin-bottom: 20px;
  box-sizing: border-box;
}

.anitto-lp .lp-diagram-col__label--yellow {
  background: #f7d84a;
  color: #4a3b00;
}

.anitto-lp .lp-diagram-footnote {
  text-align: right;
  font-size: var(--fs-small);
  color: #777;
}

.anitto-lp .lp-barrier-section {
  text-align: center;
  margin-top: 56px;
}

.anitto-lp .lp-barrier-section .lp-h2 {
  margin-bottom: 12px;
}

.anitto-lp .lp-callout-card {
  margin-top: 32px;
}

/* PC表示時：食べて／塗布してスキンケア図解と、体の内外アプローチ画像を80%幅で中央表示 */
@media (min-width: 769px) {
  .anitto-lp .lp-callout-card > picture > img,
  .anitto-lp .lp-approach__col img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}

/* ---- 体の内と外からのアプローチ ---- */
.anitto-lp .lp-approach {
  margin-top: 56px;
  text-align: center;
}

.anitto-lp .lp-approach__heading {
  font-size: var(--fs-lead);
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 28px;
}

.anitto-lp .lp-approach__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/*.anitto-lp .lp-approach__col {
  flex: 1;
  max-width: 460px;
}*/

.anitto-lp .lp-approach__plus {
  flex-shrink: 0;
  font-size: 40px;
  font-weight: 700;
  color: var(--color-blue-deep);
  line-height: 1;
}

@media (max-width: 768px) {
  .anitto-lp .lp-approach {
    margin-top: 40px;
  }
  .anitto-lp .lp-approach__row {
    flex-direction: column;
    gap: 8px;
  }
  .anitto-lp .lp-approach__plus {
    font-size: 26px;
  }
  .anitto-lp .lp-approach__col {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .anitto-lp .lp-card {
    padding: 32px 20px;
  }
  .anitto-lp .lp-badge {
    padding: 10px 16px;
    font-size: var(--fs-small);
  }
  .anitto-lp .lp-diagram-cols {
    flex-direction: column;
    gap: 24px;
  }
  .anitto-lp .lp-diagram-col__label {
    padding: 10px 10px;
    font-size: var(--fs-small);
  }
}

/* ============================================================
   04. 商品一覧
   ============================================================ */
.anitto-lp .lp-products {
  background: var(--color-blue-dark);
  padding-bottom: 80px;
  text-align: left;
}

.anitto-lp .lp-products__heading {
  color: var(--color-white);
  font-size: var(--fs-h2);
  font-weight: 700;
  padding: 56px 0 40px;
  text-align: center;
}

.anitto-lp .lp-product-card {
  background: var(--color-white);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.anitto-lp .lp-product-card + .lp-product-card {
  margin-top: 28px;
}

.anitto-lp .lp-product-card__media {
  flex: 0 0 44%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
}

.anitto-lp .lp-product-card__body {
  flex: 1;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.anitto-lp .lp-product-card--reverse {
  flex-direction: row-reverse;
}

.anitto-lp .lp-product-card__kicker {
  font-size: var(--fs-lead);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 18px;
}

.anitto-lp .lp-product-card__name {
  font-size: var(--fs-h3);
  font-weight: 700;
  color: var(--color-blue-deep);
  margin-bottom: 18px;
}

.anitto-lp .lp-product-card__tag {
  display: block;
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
}

.anitto-lp .lp-product-card__tag-icon {
  width: 22px;
  height: 22px;
}

.anitto-lp .lp-product-card__list {
  margin-bottom: 8px;
}

.anitto-lp .lp-product-card__list li {
  position: relative;
  padding-left: 26px;
  font-size: var(--fs-body);
  line-height: 1.9;
}

.anitto-lp .lp-product-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("/include_html/images/pickup/UXTEAM-3524/icon_foot_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.anitto-lp .lp-product-card__sub {
  margin: 6px 0 6px 26px;
}

.anitto-lp .lp-product-card__sub li {
  position: relative;
  padding-left: 14px;
  font-size: var(--fs-small);
  line-height: 1.8;
}

.anitto-lp .lp-product-card__sub li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-text);
}

.anitto-lp .lp-product-card__footnote {
  font-size: var(--fs-small);
  color: #777;
  margin: 8px 0 24px;
}

.anitto-lp .lp-product-card__btn {
  max-width: 340px;
}

@media (max-width: 768px) {
  .anitto-lp .lp-product-card,
  .anitto-lp .lp-product-card--reverse {
    flex-direction: column;
  }
  .anitto-lp .lp-product-card__media {
    flex: 0 0 auto;
    width: 100%;
  }
  .anitto-lp .lp-product-card__body {
    padding: 24px 24px 32px;
  }
  .anitto-lp .lp-product-card__btn {
    max-width: 100%;
  }
}

/* ============================================================
   ユーティリティ
   ============================================================ */
.anitto-lp .u-ta-c { text-align: center; }
.anitto-lp .u-ta-l { text-align: left; }

.sp{display: none;}
.pc{display: block;}
@media (max-width: 767px) {
.sp{display: block;}
.pc{display: none;}
}
/* -----------------------------------------------------------
 ↑↑↑↑↑ CSSの追記はここまで ↑↑↑↑↑
----------------------------------------------------------- */



/* for IE7 only */
*:first-child+html div,
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl,
*:first-child+html .clearfix{
height:1%;
}

