header .pc-nav ul.nav-list > li:nth-child(1) {
        border-bottom: none;
}

header .pc-nav ul.nav-list > li:hover:nth-child(1) {
	border-bottom: 5px solid #00bfa0;
}

header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01-gray.svg) no-repeat;
	background-size: 22px 22px;
}

header .pc-nav ul.nav-list > li:nth-child(3) > a > span::before {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon11-gray.png) no-repeat;
	background-size: 22px 22px;
}


.low-contents {
	padding-top: 180px;
}

@media screen and (max-width: 980px) {
	.low-contents {
		padding-top: 0;
	}
}

@media screen and (min-width: 981px) {
	aside {
		display: none;
	}
}

/* ここから本文領域 */
.lp-section {
	width: 100%;
	box-sizing: border-box;
}

.lp-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media (max-width: 980px) {
	.lp-inner {
		padding: 0 15px;
	}
}

.lp-point {
	position: relative;
	padding-bottom: 30px;
	background: #fce6d0;
	overflow: hidden;
	text-align: center;
}

.lp-point-band {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	height: 190px;
	background: #01bfa5;
	z-index: 0;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.18);
}

.lp-cta-bottom .lp-point-band,
.lp-cta .lp-point-band {
	bottom: 85px;
}

.lp-point-heading {
	margin-top: 50px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.lp-point-heading-img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}

.lp-point-card {
	position: relative;
	z-index: 1;
	max-width: 650px;
	margin: 0 auto;
	padding: 36px 32px 30px;
	background: #e2f6f2;
	border-radius: 12px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.18);
	box-sizing: border-box;
}

.lp-point-lead {
	text-align: center;
	margin: 0 0 12px;
}

.lp-point-lead-inner {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #254845;
	letter-spacing: 0.08em;
	padding: 0 22px;
}

/* 左右の斜めライン */
.lp-point-lead-inner::before,
.lp-point-lead-inner::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 2px;
	background: #01bfa5;
}

/* 左側 */
.lp-point-lead-inner::before {
	left: -23px;
	transform: translateY(-50%) rotate(45deg);
}

/* 右側 */
.lp-point-lead-inner::after {
	right: -23px;
	transform: translateY(-50%) rotate(-45deg);
}

/* スマホ用微調整 */
@media (max-width: 980px) {
	.lp-point-heading {
		margin-top: 20px;
	}
	.lp-point {
		padding-bottom: 0;
	}
	.lp-point-lead-inner {
		font-size: 14px;
		padding: 0 16px;
	}

	.lp-point-lead-inner::before,
	.lp-point-lead-inner::after {
		width: 16px;
	}
}

.lp-point-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 450px;
	height: 78px;
	margin: 0 auto 20px;
	background: #f08300;
	border-radius: 999px;
	text-decoration: none;
	box-shadow:
		0 6px 0 #a44d00,
		0 10px 16px rgba(0,0,0,0.18);
}

.lp-point-btn-text {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.18em;
}

/* 右側の矢印 */
.lp-point-btn-arrow {
	position: absolute;
	top: 50%;
	right: 34px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lp-point-btn-arrow svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* hover */
.lp-point-btn:hover {
	transform: translateY(-2px);
	box-shadow:
		0 8px 0 #a44d00,
		0 14px 20px rgba(0,0,0,0.2);
}

/* SP用微調整 */
@media (max-width: 980px) {
	.lp-point-btn {
		height: 64px;
		max-width: 320px;
	}
	.lp-point-btn-text {
		font-size: 20px;
	}
}

.lp-point-note {
	margin: 0 auto;
	padding-left: 20px;
	max-width: 450px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.78;
	text-align: left;
}

.lp-point-note a {
	color: #01bfa5;
	font-weight: 700;
}

/* スマホ調整 */
@media (max-width: 980px) {
	.lp-inner {
		padding: 40px 15px 0;
	}
	.lp-point-band {
		bottom: 30px;
		height: 160px;
	}
	.lp-point-card {
		padding: 26px 18px 24px;
	}
	.lp-point-btn {
		height: 60px;
	}
	.lp-point-btn-arrow {
		font-size: 22px;
	}
	.lp-point-note {
		font-size: 12px;
	}
}

/* section2 */
/* 背景：bg-01.jpg をセクション全体に */
.lp-present {
	background: #fff url("https://gigaplus.makeshop.jp/yagamistoma/images/campaign-member/bg-01.jpg") center top repeat-x;
	background-size: cover;
	padding: 130px 0 80px 0;
}

.lp-present .lp-inner{
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .0.08);
	padding: 40px 40px 36px;
}

/* 画像版の見出し用 */
.lp-present-heading-img-wrap {
	text-align: center;
	margin-bottom: 40px;
}

.lp-present-heading-img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}


.lp-present-heading {
	text-align: center;
	margin-bottom: 40px;
}

.lp-present-heading-img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.lp-present-card {
	padding: 20px 0;
}

/* 2カラム */
.lp-present-cols {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	margin-top: 28px;
}

.lp-present-col {
	width: 50%;
	text-align: left;
}

/* 見出しタブ＋左右ライン */
.lp-present-heading {
	position: relative;
	text-align: center;
	margin: 0 0 16px;
}

.lp-present-heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #254845;
	transform: translateY(-50%);
}

.lp-present-heading span {
	position: relative;
	display: inline-block;
	width: 290px;
	max-width: 90%;
	box-sizing: border-box;
	padding: 6px 30px;
	background: #254845;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	border-radius: 2px;
}

/* リスト部分 */
.lp-present-col ul {
	margin: 0;
	padding-left: 20px;
	list-style: disc;
}

.lp-present-col li,
.lp-present-col p {
	font-size: 14px;
	line-height: 1.78;
	font-weight: 500;
	margin-bottom: 4px;
	color: #254845;
}

.lp-present-col p.is-red {
	color: #ff4845;
}

/* スマホで1カラム */
@media (max-width: 980px) {
	.lp-present {
		padding-bottom: 10px;
	}
	.lp-present .lp-inner{
		padding: 40px 15px 0;
	}
	.lp-present-heading-img-wrap {
		margin-bottom: 10px;
	}
	.lp-present-cols {
		flex-direction: column;
		gap: 24px;
	}
	.lp-present-col {
		width: 100%;
	}
	.lp-present {
		background-size: contain;
		padding: 80px 0 80px 0;
	}
}

/* section3 */
/* CTA セクション全体 */
.lp-cta {
	margin-top: -20px;
	position: relative;
	background: linear-gradient(
		to bottom,
		#fce6d0 0%,
		#fce6d0 50%,
		#ffffff 50%,
		#ffffff 100%
	);
	padding: 0 0 60px;
}

/* 水色カード */
.lp-cta-card {
	position: relative;
	z-index: 1;
	max-width: 650px;
	margin: 0 auto;
	padding: 36px 32px 22px;
	background: #e2f6f2;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0,0,0,.18);
	text-align: center;
}

/* 上のリード文 */
.lp-cta-lead {
	margin: 0 0 14px;
	font-size: 14px;
	letter-spacing: 0.08em;
}

/* スマホ調整 */
@media (max-width: 980px) {
	.lp-cta {
		padding: 30px 0 0;
	}

	.lp-cta-card {
		padding: 22px 16px 20px;
	}
	.lp-cta .lp-point-band {
		bottom: 30px;
	}
}

/* section4 */
/* 会員のメリット セクション全体 */
.lp-benefit {
	background: #fff;
	padding: 30px 0 60px 0;
}

/* 見出し画像 */
.lp-benefit-heading {
	text-align: center;
	margin-bottom: 30px;
}

.lp-merit-heading-line {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 0 30px;
	color: #f08b00;
}

/* 共通：上の線 & 下の線、どっちも同じ高さにする */
.lp-merit-heading-line::before,
.lp-merit-heading-line::after,
.lp-benefit-line-under::before {
  --line-height: 22px;
  content: "";
  display: block;
  flex: 1;
  height: var(--line-height);
  background-size: auto var(--line-height);
}

/* 上の線：画像だけ差し替え */
.lp-merit-heading-line::before,
.lp-merit-heading-line::after {
  background: url(https://gigaplus.makeshop.jp/yagamistoma/images/campaign-member/line-top.png) repeat-x center;
}

/* 下の線：画像だけ差し替え */
.lp-benefit-line-under::before {
  background: url(https://gigaplus.makeshop.jp/yagamistoma/images/campaign-member/line-under.png) repeat-x center;
}

@media (max-width: 980px) {
	.lp-merit-heading-line::before,
	.lp-merit-heading-line::after,
	.lp-benefit-line-under::before,
	.lp-benefit-line-under::after {
		height: 14px;
		background-size: auto 14px;
	}
}

/* テキスト部分 */
.lp-merit-heading-line span {
	flex-shrink: 0;
	padding: 0 20px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}

@media (max-width: 980px) {
	.lp-merit-heading-line span {
		font-size: 30px;
	}
}

/* 白いカード部分 */
.lp-benefit-card {
	background: #fdf5ea;
	border-radius: 20px;
	padding: 40px 32px 34px;
	box-shadow: 0 14px 24px rgba(0,0,0,.12);
}

/* ポイント見出し画像 */
.lp-benefit-title {
	text-align: center;
	margin-bottom: 50px;
}

.lp-benefit-title-img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* 2カラムブロック */
.lp-benefit-cols {
	display: flex;
	gap: 60px;
	margin-bottom: 30px;
}

.lp-benefit-col {
	width: 50%;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: #254845;
}

/* 共通の見出しタブ＋左右ライン */
.lp-benefit-heading {
	position: relative;
	text-align: center;
	margin: 0 0 14px;
}

.lp-benefit-heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #254845;
	transform: translateY(-50%);
}

.lp-benefit-heading span {
	width: 290px;
	max-width: 90%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 6px 30px;
	background: #254845;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.08em;
	border-radius: 2px;
}

/* 「有効期限」だけ少し下げる */
.lp-benefit-sub {
	margin-top: 26px;
}

.lp-benefit-col ul {
	margin: 0;
	padding-left: 20px;
	list-style: disc;
}

.lp-benefit-col li {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	margin-bottom: 4px;
}

/* --- 下のご注意事項ブロック --- */

.lp-benefit-note {
	margin-top: 26px;
	text-align: left;
}

.lp-benefit-note-heading {
	position: relative;
	text-align: center;
	margin: 0 0 14px;
}

.lp-benefit-note-heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #254845;
	transform: translateY(-50%);
}

.lp-benefit-note-heading span {
	position: relative;
	width: 290px;
	max-width: 90%;
	box-sizing: border-box;
	display: inline-block;
	padding: 6px 30px;
	background: #254845;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	border-radius: 2px;
}

.lp-benefit-note ul {
	margin: 0;
	padding-left: 20px;
	list-style: disc;
}

.lp-benefit-note li {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	margin-bottom: 4px;
}

/* --- スマホ：1カラム --- */

@media (max-width: 980px) {

	.lp-benefit-cols {
		flex-direction: column;
		gap: 24px;
	}

	.lp-benefit-col {
		width: 100%;
	}
}

/* メールマガジン部分 */
.lp-benefit-mail {
	position: relative;
	margin-top: 60px;
	padding-top: 40px;
}

.lp-benefit-plus {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.lp-benefit-plus-img {
	width: 86px;
	height: 86px;
	display: block;
}

/* メルマガの水色ボックス */
.lp-benefit-mail-inner {
	margin-top: -45px;
	background: #e6faf5;
	border-radius: 16px;
	padding: 32px 20px 28px;
	text-align: center;
}

.lp-benefit-mail-title-img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* 下のライン */
.lp-benefit-line-under {
	margin-top: 40px;
	text-align: center;
}

/*.lp-benefit-line-under-img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}*/

@media (max-width: 980px) {
	.lp-benefit {
		padding: 30px 0 20px;
	}

	.lp-benefit-card {
		padding: 26px 16px 24px;
	}

	.lp-benefit-cols {
		flex-direction: column;
		gap: 24px;
	}

	.lp-benefit-col {
		width: 100%;
	}

	.lp-benefit-plus-img {
		width: 70px;
		height: 70px;
	}

	.lp-benefit-mail-inner {
		padding: 26px 14px 22px;
	}
}

/* section5 */
/* 会員登録について セクション */
.lp-member {
	background: #ffffff;
	padding: 50px 0;
}

/* タイトルのライン＋タブ */
.lp-member-heading {
	position: relative;
	text-align: center;
	margin-bottom: 24px;
}

.lp-member-heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #254845; /* 線の色 */
	transform: translateY(-50%);
}

.lp-member-heading span {
	position: relative;
	display: inline-block;
	width: 290px;
	max-width: 90%;
	box-sizing: border-box;
	padding: 6px 40px;
	background: #254845;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.1em;
	border-radius: 2px;
}

/* 本文 */
.lp-member-text {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71;
	color: #254845;
	text-align: left;
}

/* スマホ調整 */
@media (max-width: 980px) {
	.lp-member {
		padding: 35px 0;
	}

	.lp-member-heading span {
		padding: 6px 24px;
		font-size: 14px;
	}

	.lp-member-text {
		font-size: 14px;
	}
}

/* section5 */
/* 下部CTAセクション */
.lp-cta-bottom {
	position: relative;
	background: #fce6d0;
	padding: 40px 0 60px;
}

/* 上のリード文 */
.lp-cta-bottom-lead {
	margin: 0 0 14px;
	font-size: 14px;
	letter-spacing: 0.08em;
}

/* スマホ対応 */
@media (max-width: 980px) {

	.lp-cta-bottom {
		padding: 30px 0 50px;
	}
}
