@charset "shift_jis";

/* -----------------------------------------------------------
 共通タグ
----------------------------------------------------------- */
*{ margin:0; padding:0;}
.page__inner{
		width:100vw;
	}
a{outline: none; text-decoration: none;}
a:focus{outline:none;}
/*html{ background-color:#4E4A41;}*/
img{
	vertical-align:bottom;
	border: none;
	}

#pro_wrapper{
	width:100%;
	font-size:12px;
-webkit-text-size-adjust: 100%;	
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.vone-lp,
.vone-lp *,
.vone-lp *::before,
.vone-lp *::after {
  box-sizing: border-box;
}

.vone-lp {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
  color: #333333;
  line-height: 1.8;
  background: #ffffff;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

:where(.vone-lp) img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

:where(.vone-lp) a {
  text-decoration: none;
  color: inherit;
}

:where(.vone-lp) ul,
:where(.vone-lp) p,
:where(.vone-lp) h1,
:where(.vone-lp) h2,
:where(.vone-lp) h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------------------------------------------------------
   共通：コンテンツ幅
--------------------------------------------------------- */
.vone-lp__inner {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

/* PC/SP 画像切り替え（共通ユーティリティ） */
.vone-lp img.vone-lp__img-pc { display: block; }
.vone-lp img.vone-lp__img-sp { display: none; }

@media screen and (max-width: 767px) {
  .vone-lp img.vone-lp__img-pc { display: none; }
  .vone-lp img.vone-lp__img-sp { display: block; }
}

/* ---------------------------------------------------------
   見出しサイズ（PC / SP）
--------------------------------------------------------- */
:where(.vone-lp) h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

:where(.vone-lp) h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

:where(.vone-lp) p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  :where(.vone-lp) h2 { font-size: 20px; }
  :where(.vone-lp) h3 { font-size: 16px; }
  :where(.vone-lp) p  { font-size: 13px; }
}

/* ---------------------------------------------------------
   ボタン（＞はCSSで表現）
--------------------------------------------------------- */
.vone-lp__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  height: 64px;
  margin: 0 auto;
  padding: 0 36px 0 20px;
  border-radius: 40px;
  background: #f0973a;
  color: #ffffff!important;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.2s ease;
}

.vone-lp__btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.vone-lp__btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-60%) rotate(45deg);
}

.vone-lp__btn--green  { background: #6ea23c; }
.vone-lp__btn--orange { background: #c7893e; }
.vone-lp__btn--navy   { background: #16225a; }

@media screen and (max-width: 767px) {
  .vone-lp__btn {
    height: 54px;
    font-size: 14px;
    max-width: 100%;
  }
}

/* ---------------------------------------------------------
   MV（ファーストビュー）
--------------------------------------------------------- */
.vone-lp__mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url("/include_html/images/campaign/2026/UXTEAM-3523/mv-bg.png");
  background-position: left top;
  background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
  .vone-lp__mv {
    background: url("/include_html/images/campaign/2026/UXTEAM-3523/mv-bg.png");
    background-position: left -60px;
    background-repeat: repeat-x;
  }
}

.vone-lp__mv-body {
  position: relative;
  z-index: 1;
 padding: 40px 0 50px;
}

.vone-lp__mv-logo {
  margin-bottom: 32px;
}

.vone-lp__mv-logo img {
  width: 150px;
}

.vone-lp__mv-banner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 36px;
  text-align: center;
}

.vone-lp__mv-banner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 20px;
  background: #ef9a3d;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  white-space: nowrap;
}

.vone-lp__mv-banner-text {
  font-size: 44px;
  font-weight: 700;
  color: #eb8d28;
  line-height: 1.3;
}

.vone-lp__mv-banner-note {
  font-size: 14px;
  color: #888888;
  white-space: nowrap;
  margin-bottom: 6px;
}

.vone-lp__mv-products {
  margin-bottom: 30px;
  text-align: center;
}

.vone-lp__mv-products img {
  margin: 0 auto;
}

.vone-lp__mv-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.vone-lp__mv-filter {
  position: relative;
  flex: 1 1 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 40px 0 20px;
  border-radius: 40px;
  border: 2px solid #5ea032;
  color: #5ea032;
  font-size: 18px;
  font-weight: 700;
  background: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.vone-lp__mv-filter:hover {
  opacity: 0.8;
}

.vone-lp__mv-filter::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
}

.vone-lp__mv-filter--urinary   { border-color: #5ea032; color: #5ea032!important; }
.vone-lp__mv-filter--digestive { border-color: #c7893e; color: #c7893e!important; }
.vone-lp__mv-filter--kidney    { border-color: #03114b; color: #041a72!important; }

@media screen and (max-width: 767px) {
  .vone-lp__mv-logo img { width: 110px; }
  .vone-lp__mv-banner {
    display: block;
  }
  .vone-lp__mv-banner-badge {
    float: left;
    height: 44px;
    padding: 0 16px;
    font-size: 17px;
    margin: 0 12px 8px 0;
  }
  .vone-lp__mv-banner-text {
    display: block;
    text-align: left;
    font-size: 28px;
  }
  .vone-lp__mv-banner-note {
    display: block;
    clear: both;
    width: 100%;
    text-align: right;
    font-size: 11px;
    margin-bottom: 0;
    padding-top: 4px;
  }
  .vone-lp__mv-filter { height: 48px; font-size: 13px; flex: 1 1 100%; }
}

/* ---------------------------------------------------------
   イントロ（ブランド紹介文）
--------------------------------------------------------- */
.vone-lp__intro {
  padding: 50px 0 60px;
  text-align: center;
}

.vone-lp__intro-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .vone-lp__intro { padding: 30px 0 40px; }
  .vone-lp__intro-text { text-align: center; }
}

/* ---------------------------------------------------------
   鶏生肉セクション
--------------------------------------------------------- */
.vone-lp__chicken {
  padding-bottom: 60px;
}

.vone-lp__chicken-image {
  line-height: 0;
}

.vone-lp__chicken-image img {
  width: auto;
  height: auto;
  display: block;
}

.vone-lp__chicken-notes {
  margin-top: 20px;
  text-align: right;
}

.vone-lp__chicken-notes p {
  font-size: 12px;
  color: #999999;
}

@media screen and (max-width: 767px) {
  .vone-lp__chicken-notes { text-align: left; }
}

/* ---------------------------------------------------------
   品質セクション
--------------------------------------------------------- */
.vone-lp__quality {
  padding: 60px 0;
  text-align: center;
  background: #f6f6f6;
}

.vone-lp__quality-lead {
  margin-top: 20px;
  text-align: left;
}

.vone-lp__quality-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
}

.vone-lp__certs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
  text-align: center;
}

.vone-lp__cert {
  border: 1px solid #e2e2e2;
  padding: 30px 16px;
  background: #ffffff;
}

.vone-lp__cert img {
  width: 140px;
  margin: 0 auto 16px;
}

.vone-lp__cert h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.vone-lp__cert p {
  font-size: 14px;
  text-align: left;
  color: #555555;
}

.vone-lp__thailand {
  margin-top: 40px;
  padding: 26px 30px;
  border: 1px solid #d8d8d8;
  background: #e4e6e6;
  text-align: left;
}

.vone-lp__thailand h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.vone-lp__thailand p {
  font-size: 14px;
  color: #555555;
}

@media screen and (max-width: 767px) {
  .vone-lp__quality { padding: 40px 0; }
  .vone-lp__quality-photos { grid-template-columns: 1fr; }
  .vone-lp__certs { grid-template-columns: 1fr; }
  .vone-lp__cert { padding: 20px 12px; }
  .vone-lp__cert img { width: 64px; }
}

/* ---------------------------------------------------------
   商品セクション（下部尿路 / 消化器 / 腎臓 共通）
--------------------------------------------------------- */
.vone-lp__product {
  position: relative;
}

.vone-lp__product-bar {
  width: 100%;
  height: 6px;
}

.vone-lp__product-bar--green  { background: #6ea23c; }
.vone-lp__product-bar--orange { background: #c7893e; }
.vone-lp__product-bar--navy   { background: #16225a; }

.vone-lp__product-head {
  padding: 50px 0 0 0;
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.vone-lp__product-label {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.vone-lp__product-title {
  margin: 6px 0 14px;
}

.vone-lp__product--urinary   .vone-lp__product-title { color: #6ea23c;  text-align: left;}
.vone-lp__product--digestive .vone-lp__product-title { color: #c7893e;  text-align: left; }
.vone-lp__product--kidney    .vone-lp__product-title { color: #16225a;  text-align: left; }

.vone-lp__product-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.vone-lp__product-tag {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #999999;
  font-size: 13px;
}

.vone-lp__product-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.vone-lp__product-buttons-flag {
  position: relative;
}

.vone-lp__product-sample {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  color: #c7893e;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .vone-lp__product-head {
    grid-template-columns: 1fr;
    padding: 30px 0;
    gap: 20px;
  }
  .vone-lp__product-buttons {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .vone-lp__product-buttons-flag {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .vone-lp__product-sample {
    position: static;
    transform: none;
    margin-bottom: 0;
    font-size: 13px;
  }
}

/* 特徴エリア */
.vone-lp__feature-bg {
  background: #e6eff1;
  padding: 60px 0;
}

.vone-lp__feature-heading {
  display: table;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #333333;
  text-align: center;
}

.vone-lp__feature-card {
  background: #f6f6f6;
  border: 2px solid #333333;
  padding: 40px;
}

.vone-lp__feature-card-lead-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333333;
}

.vone-lp__feature-card-lead {
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.9;
}

.vone-lp__feature-item,
.vone-lp__feature-lead {
  border: none;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  padding: 30px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.vone-lp__feature-item-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vone-lp__feature-item-body {
  min-width: 0;
}

.vone-lp__feature-lead {
  display: block;
  text-align: center;
  background: transparent;
  box-shadow: none;
  padding: 0 0 30px;
  margin-bottom: 0;
}

.vone-lp__feature-lead-title {
  text-align: center;
  margin-bottom: 14px;
  color: #333333;
}

.vone-lp__feature-item:last-child {
  margin-bottom: 0;
}

.vone-lp__feature-item-icon {
  text-align: center;
}

.vone-lp__feature-item-icon-img {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.vone-lp__product--urinary   .vone-lp__feature-item-icon { color: #6ea23c; }
.vone-lp__product--digestive .vone-lp__feature-item-icon { color: #c7893e; }
.vone-lp__product--kidney    .vone-lp__feature-item-icon { color: #16225a; }

.vone-lp__feature-item-title {
  text-align: center;
  margin-bottom: 14px;
}

.vone-lp__product--urinary   .vone-lp__feature-item-title { color: #6ea23c; }
.vone-lp__product--digestive .vone-lp__feature-item-title { color: #c7893e; }
.vone-lp__product--kidney    .vone-lp__feature-item-title { color: #16225a; }

.vone-lp__feature-item-text {
  line-height: 1.9;
  text-align: left;
}

.vone-lp__marker {
  background: linear-gradient(transparent 70%, #ffebbf 70%);
  color: inherit;
  font-weight: 700;
}

.vone-lp__feature-item-note {
  font-size: 12px;
  color: #888888;
  margin-top: 10px;
  display: block;
  text-align: left;
}

.vone-lp__feature-item-list {
  margin-top: 10px;
  text-align: left;
}

.vone-lp__feature-item-list li {
  font-size: 13px;
  color: #666666;
  padding-left: 1em;
  text-indent: -1em;
}

.vone-lp__table-wrap {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
.vone-lp__table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.vone-lp__table-caption {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
}

.vone-lp__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 420px;
  background: #ffffff;
}

.vone-lp__table th,
.vone-lp__table td {
  border: 1px solid #e2e2e2;
  padding: 10px 12px;
  text-align: center;
  background: #ffffff;
}

.vone-lp__table th:first-child,
.vone-lp__table td:first-child {
  background: #f6f6f6;
  text-align: left;
}

.vone-lp__sub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  margin-top: 16px;
}

.vone-lp__sub-item {
  text-align: left;
}

.vone-lp__sub-label {
  display: block;
  font-weight: 700;
  color: #c7893e;
  border: 2px solid #d99a4e;
  border-radius: 10px;
  padding: 14px 20px;
  margin-bottom: 14px;
  font-size: 16px;
  text-align: center;
}

/* feature-item内(アイコン付きボディ)で使うサブグリッドは
   縦積み＋点線下線のシンプルなスタイルに切り替える */
.vone-lp__feature-item-body .vone-lp__sub-grid {
  display: block;
  margin-top: 4px;
}

.vone-lp__feature-item-body .vone-lp__sub-item {
  margin-bottom: 20px;
}

.vone-lp__feature-item-body .vone-lp__sub-item:last-child {
  margin-bottom: 0;
}

.vone-lp__feature-item-body .vone-lp__sub-label {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px dotted #d99a4e;
  padding: 0 0 8px;
  margin-bottom: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .vone-lp__feature-bg { padding: 40px 0; }
  .vone-lp__feature-card { padding: 20px; }
  .vone-lp__feature-item {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .vone-lp__feature-item-icon-img { width: 80px; height: 80px; }
  .vone-lp__sub-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.pc {
  display: block;
}
.sp{
    display: none;
}
@media (max-width: 768px) {
 .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* -----------------------------------------------------------
 ↑↑↑↑↑ 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%;
}

