@charset "UTF-8";

:root {
  --lp-color-bg: #fff;
  --lp-color-text: #333333;
  --lp-color-heading: #33413a;
  --lp-color-accent: #d94f1e;
  --lp-color-point: #7b2c22;
  --lp-color-border: #ded2b4;
  --lp-color-card: #f7f2e3;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {

}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Osaka, 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lp_wrapper {
  width: 1200px;
  margin: 0 auto;
  background: var(--lp-color-bg);
  color: var(--lp-color-text);
}
.lp_wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
.lp_wrapper a {
  text-decoration: none;
}

/* ===== メインビジュアル ===== */
.mv {
	max-width: 1600px;
	text-align: center;
	margin: 0 auto;
}
.mv img {
  width: 100%;
}

/* ===== イントロ ===== */
.intro {
  text-align: center;
  padding: 20px 20px 40px;
	margin: 0 auto;
}
.intro img {
	text-align: center;
  padding: 20px;
	margin: 0 auto;
}

.intro p {
  font-size: 1.4rem;
	line-height: 1.8;
  color: var(--lp-color-text);
}

/* ===== 商品セクション共通 ===== */
.product {
  padding: 0 0 60px;
}

.product-photo {
  margin-bottom: 30px;
}

.product-info {
  margin-bottom: 30px;
  padding: 0 70px;
}

.product-info .tit {
  margin: 20px 0;
}

.product-info .desc {
  font-size: 1.2rem;
  line-height: 1.9;
  margin-bottom: 20px;
	float: left;
	width: 60%;
	text-align: left;
}

.product-info .tray {
  width: 40%;
  float: right;
}

/* ===== ボタンエリア ===== */
.btn-area {
  text-align: center;
  margin-bottom: 50px;
	clear: both;
}

.btn-see,
.btn-try {
  display: block;
  margin: 0 auto 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.btn-see {
  width: 640px;
  height: 90px;
  line-height: 85px;
  font-size: 2rem;
  background-image: url("../../img/lp/new2026aw/btn01.png");
  color: #fff;
}
.btn-try {
  width: 460px;
  height: 66px;
  line-height: 66px;
  font-size: 1.2rem;
  background-image: url("../../img/lp/new2026aw/btn02.png");
  color: var(--lp-color-text);
}
.btn-see:link{
  color: #fff;
}
.btn-see:hover{
  opacity: 0.75;
  color: #fff;
}
.btn-try:hover {
  opacity: 0.75;
  color: var(--lp-color-text);
}

/* ===== 開発担当者のこだわり ===== */
.dev-point{
	background: var(--lp-color-card);
	padding: 40px;
	border-radius: 50px;
	margin: 0 60px;
}
.dev-heading {
  text-align: center;
}

.dev-heading img {
  margin: 0 auto;
}

.point-box {
  position: relative;
  background: var(--lp-color-bg);
  border: 1px solid var(--lp-color-border);
  border-radius: 15px;
  padding: 32px 10px 10px;
  text-align: left;
  margin-bottom: 20px;
}

.point-box:last-child {
  margin-bottom: 0;
}

.point-badge {
  position: absolute;
  top: 10px;
  left: 24px;
  width: 64px;
}

.point-text h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
	margin-left: 95px;
  font-weight: 700;
}

.point-text p {
  font-size: 1.2rem;
  line-height: 1.85;
	background: #fbf8ef;
	padding: 20px;
	border-radius: 10px;
}

/* ===== おすすめセット ===== */
.set-area {
  text-align: center;
  margin: 50px 0 100px;
}

.set-area .set-heading {
  margin: 0 auto 20px;
}

.set-area .btn-link img {
  margin: 0 auto 14px;
}
