@charset "utf-8";
body {
	font-family: 'Noto Sans JP', sans-serif;
	/*color: #2F2F2F;*/
	margin: 0;
	padding: 0;
	letter-spacing: 0.02em;
	font-feature-settings: "palt";
}
.pc{ display: block; }
.sp{ display: none; }


/* =========================================
   Layout
   ========================================= */
#main {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
}

#kv {
  width: 100%;
  text-align: center;
  background: #111;
}
#kv h1 {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}
#kv h1 picture {
  width: 100%;
  position: relative;
}
#kv h1 img {
  width: 100%;
  height: auto;
}

#content {
  padding: 0;
}
#content .inner {
    width: 100%;
    margin: 0 auto;
}

/* =========================================
   Common Components
   ========================================= */
.hero-attention {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 15px 15px 15px;
}
.hero-attention p {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.section {
	background: transparent;
	border: 0;
	padding: 0;
}
.head {
	max-width: 980px;
	margin: 0 auto 18px;
	text-align: left;
	color: #111;
}
.subsection-title {
	font-size: 28px;
	line-height: 1.35;
	font-weight: 800;
	color: #111;
	text-align: left;
}
.fb { font-weight: 800; }
.catch {
	color: #111;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
	margin: 0 0 15px 0;
}
#lineup .promo-area .caption {
  font-size: 14px;
	text-align: left;
}
.cta-box {
	max-width: 980px;
	margin: 25px auto 0;
	text-align: center;
}
.cta-box a {
	color: #fff;
}
.cta-box a:hover {
	text-decoration: none;
}

/* buttons */
.btn-detail {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 42px;
	padding: 5px 0 5px 0;
	border-radius: 5px;
	background: #C40D23;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.05em;
	transition: opacity .15s ease;
}
.btn-detail:link {
	color: #fff;
}
.btn-detail:visited {
	color: #fff;x
}
.btn-detail:hover {
	opacity: .8;
	text-decoration: none;
}
.btn-detail::after {
	content: "▶︎";
	font-size: 12px;
    position: absolute;
    right: 15px;
	transform: scale(0.6, 1);
}
.btn-store-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 820px);
    padding: 20px 0 25px 0;
    border-radius: 999px;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.40em;
    text-indent: 0.20em;
    background: linear-gradient(to bottom, #ff2a3f 0%, #ef102b 48%, #cf0017 100%);
    /*box-shadow: inset 0 2px 0 rgba(255, 255, 255, .35), 0 4px 0 rgba(130, 0, 15, .75);
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;*/
}
.btn-store-search:hover {
	opacity: .8;
	/*transform: translateY(1px);
	box-shadow: inset 0 2px 0 rgba(255,255,255,.35), 0 3px 0 rgba(130,0,15,.75);*/
}

/* grids/cards */
.grid {
	display: grid;
	gap: 30px;
	max-width: 1020px;
	margin: 0 auto;
}
.grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
}
.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

#lineup .lower > .card.group {
	height: 100%;
	display: flex;
	flex-direction: column;
}
#lineup .lower .item-body {
	flex: 1;
	display: flex;
	flex-direction: column;
}
#lineup .lower .item-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
#lineup .lower .item-meta {
	margin-top: auto;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 12px;
}
#lineup .lower .item-meta .name {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
#lineup .lower .item-meta .name h4,
#lineup .lower .item-meta .name .catch {
  margin: 0;
}
#lineup .lower .item-meta .badge {
  margin-top: 10px;
}
#lineup .lower .btn-detail {
  margin-top: 12px;
}

/*.card {
	background: #fff;
	border: 3px solid #0053B2;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}*/
.img {
	background: #d3d3d3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.info {
    min-width: 0;
    padding: 0 15px 15px 15px;
}
.ph {
	min-height: 150px;
	background: #ccc;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* =========================================
   01 Record Check
   ========================================= */
#record-check {
	background: #CFF1FF;
	padding: 40px 0 50px 0;
}
#record-check .head > p {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}
#record-check .head h2 {
    font-size: 33px;
    margin-bottom: 30px;
    font-weight: 600;
}
#record-check .mark {
    display: inline;
    background: linear-gradient(transparent 62%, #fff200 62%);
    font-weight: 600;
}
#record-check .card {
    min-height: 240px;
    padding: 20px 30px;
    position: relative;
    border: 5px solid #0053B2;
    border-radius: 0;
	background: #fff;
}
#record-check .card p.txt {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.22;
	display: inline-block;
	color: #251E1C;
}
#record-check .card p.txt2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    display: inline-block;
    margin: 30px 0 0 0;
}
#record-check .card p.pic {
	max-width: 170px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0;
}
	#record-check .card p.pic img {
		width: 100%;
	}

/* =========================================
   02 Self Check
   ========================================= */
#self-check {
    padding: 50px 0;
    max-width: 1000px;
    margin: 0 auto;
}
#self-check .intro {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 18px;
	text-align: left;
}
#self-check .intro-thumb {
	max-width: 160px;
}
#self-check .intro-thumb img {
	width: 100%;
}
#self-check .lead {
	margin-bottom: 6px;
    font-size: 21px;
    font-weight: 500;
}
#self-check .sub-lead {
	font-size: 21px;
    font-weight: 500;
}
#self-check .mark {
	background: linear-gradient(transparent 62%, #ffea00 62%);
	padding: 0 2px;
	font-size: 30px;
	font-weight: 700;
}
#self-check .mark2 {
	background: linear-gradient(transparent 62%, #ffea00 62%);
	padding: 0 2px;
	font-size: 30px;
	font-weight: 400;
}
	#self-check .mark2 .bld {
		font-size: 36px;
		font-weight: 600;
	}
#self-check .band-title {
    background: #000795;
    color: #fff;
    text-align: center;
    font-weight: 800;
    padding: 10px 0;
	max-width: 850px;
    margin: 0 auto;
}
#self-check .box {
	max-width: 850px;
	margin: 0 auto;
	margin-top: 20px;
}
#self-check .check-list {
	margin: 0;
	padding: 0;
}
#self-check .item {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 0;
	margin-top: 10px;
}
#self-check .label {
	background: #111;
	border: 4px solid #111;
	border-right: 0;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 8px;
}
#self-check .label .txt {
	color: #ffe100;
	font-size: 28px;
	font-weight: 800;
}
#self-check .body {
	background: #f5f5f5;
	border: 4px solid #111;
	min-height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 18px;
}
#self-check .main {
    font-size: 26px;
    font-weight: 700;
}
#self-check .note {
    font-size: 16px;
    font-weight: 400;
}
#self-check .recommend {
	text-align: center;
	margin-top: 24px;
}
#self-check .recommend p:first-child {
	font-size: 22px;
	font-weight: 800;
}
#self-check .recommend p:last-child {
	font-size: 28px;
	font-weight: 800;
}
#self-check .photo {
	margin: 20px auto 0;
	width: min(100%, 860px);
	aspect-ratio: 860 / 470;
}
	#self-check .photo img {
		width: 100%;
	}

/* =========================================
   03 Replace Flow
   ========================================= */
#replace-flow {
	padding: 26px 22px 30px;
}
#replace-flow .intro {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	max-width: 940px;
	margin: 0 auto 18px;
	text-align: left;
}
#replace-flow .intro-thumb {
    max-width: 160px;
}
#replace-flow .intro-thumb img {
	width: 100%;
}
#replace-flow .category-desc {
	font-size: 21px;
	font-weight: 500;
	margin-top: 0;
	line-height: 36px;
}
#replace-flow .mark {
    background: linear-gradient(transparent 80%, #ffea00 80%);
    padding: 0 2px;
    font-size: 30px;
    font-weight: 600;
}
#replace-flow .panel {
	background: #CFF1FF;
	border-radius: 14px;
	max-width: 980px;
	margin: 0 auto;
	padding: 30px;
}
#replace-flow .panel .grid {
	align-items: stretch;
	gap: 0.5rem;
}
#replace-flow .panel .grid2 {
}
#replace-flow .panel .mid-grid .path,
#replace-flow .panel .bottom-grid .path {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#replace-flow .panel .mid-grid .card {
	flex: 1; 
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#replace-flow .panel .mid-grid .price {
    margin-top: 5px;
    font-size: 13px;
    /*min-height: 1.5em;*/
}
#replace-flow .top-panel h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.1rem;
}
#replace-flow .top-card {
}
/*#replace-flow .top-card .box {
	text-align: center;
	background: #fff;
	border: 3px solid #0053B2;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}*/
/*#replace-flow .top-card .price {
	font-size: 13px;
	margin-top: 5px;
	text-indent: -1em;
	padding-left: 1em;
}*/

/* =========================
   Replace-flow: TOP（3枚）枠の高さを揃える
   ========================= */
#replace-flow .top-grid {
	align-items: stretch;
}
#replace-flow .top-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}
#replace-flow .top-item .top-card {
	flex: 1;
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #fff;
	border: 3px solid #0053B2;
	border-radius: 12px;
	overflow: hidden;
}
#replace-flow .top-item .top-thumb {
	margin-bottom: 10px;
}
#replace-flow .top-item .top-thumb img {
	width: 85%;
	margin: 15px auto 5px;
	display: block;
}
#replace-flow .top-item .info {
	/*margin-top: auto;*/
	padding: 0 15px 15px;
}
#replace-flow .top-item .catch {
	margin: 0;
}
#replace-flow .top-item > .price {
	margin-top: 5px;
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
	min-height: 2.8em;
}

/* =========================
   Replace-flow: MID（2枚）枠の高さを揃える
   ========================= */
#replace-flow .mid-grid {
	align-items: stretch;
}
#replace-flow .mid-grid .path {
	display: grid;
	grid-template-rows: 1fr auto;
	min-height: 0;
	
/*  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;*/
}
#replace-flow .mid-grid .path > .card {
	height: 100%;
}
#replace-flow .mid-grid .path .card {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.5rem 0 0 0;
}
#replace-flow .mid-grid .path .card .info {
	padding: 0 15px 5px 15px;
}
#replace-flow .mid-grid .path > .price {
	margin-top: 5px;
	font-size: 13px;
	min-height: 2.8em;
}
#replace-flow .mid-grid .price.is-empty {
	visibility: hidden;
}
#replace-flow .mid-grid .decision-card,
#replace-flow .mid-grid .result-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#replace-flow .mid-grid .decision-thumb,
#replace-flow .mid-grid .result-thumb {
	height: clamp(140px, 18vw, 220px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 10px;
}
#replace-flow .mid-grid .price {
	margin-top: 5px;
	font-size: 13px;
	min-height: 2.2em;
}
#replace-flow .decision-thumb img,
#replace-flow .result-thumb img {
	width: 80%;
	display: block;
	margin: 0 auto;
}
#replace-flow .mid-grid .decision-thumb img,
#replace-flow .mid-grid .result-thumb img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
}

#replace-flow .top-thumb {
	margin-bottom: 10px;
}
#replace-flow .top-thumb img {
    width: 85%;
    margin: 15px 0 5px 0;
}
#replace-flow .bridge {
	max-width: 980px;
	margin: 10px auto 8px;
	display: grid;
	grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 30px;
}
#replace-flow .bridge2 {
	max-width: 980px;
	margin: 10px auto 8px;
	display: grid;
	grid-template-columns: 48% 0 48%;
	gap: 30px;
}
#replace-flow .bridge .col,
#replace-flow .bridge2 .col {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
#replace-flow .bridge .left,
#replace-flow .bridge2 .left {
	justify-self: start;
	width: 100%;
}
#replace-flow .bridge .right,
#replace-flow .bridge2 .right {
	justify-self: end;
	width: 100%;
}
#replace-flow .arrow-down {
	position: relative;
	width: 80px;
	height: 50px;
	background: #0057be;
}
#replace-flow .arrow-down::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 30px solid #0057be;
}
#replace-flow .arrow-diag {
    position: relative;
    width: 80px;
    height: 50px;
    background: #0057be;
    transform: rotate(-40deg);
}
#replace-flow .arrow-diag::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 30px solid #0057be;
}
#replace-flow .branch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* min-width: 108px; */
    margin: 0 auto 15px auto;
    padding: 0 50px;
    height: 38px;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
}
#replace-flow .branch.yes { background: #22b400; }
#replace-flow .branch.no { background: #f10a00; }
#replace-flow .decision-card {
	text-align: center;
	background: #fff;
    border: 3px solid #0053B2;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
#replace-flow .decision-thumb img {
	width: 80%
}
#replace-flow .result-card {
	text-align: center;
}
#replace-flow .result-card h4 {
	font-size: 18px;
	margin-bottom: 16px;
}
#replace-flow .result-thumb img {
	width: 80%;
}
#replace-flow .mini-btn {
	min-width: 180px;
	height: 38px;
	font-size: 13px;
	border-radius: 999px;
	padding: 0 16px;
}
#replace-flow .bridge-bottom .col {
	align-items: center;
	width: 100%;
}
#replace-flow .final {
	min-height: 170px;
	background: #fff;
    border: 3px solid #0053B2;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
#replace-flow .final.ok {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#replace-flow .final.ok .catch {
	font-size: 24px;
	margin: 0;
}
#replace-flow .final.action {
	display: grid;
	grid-template-columns: 60% 1fr;
	gap: 14px;
	align-items: center;
}
#replace-flow .final.action .info {
	padding: 0 15px 0 15px;
}
#replace-flow .final.action .catch {
    font-size: 20px;
    margin: 0;
    text-align: center;
}
#replace-flow .final-thumb img {
    width: 60%;
    margin: 0 auto;
    display: block;
}
#replace-flow .closing {
	max-width: 980px;
	margin: 28px auto 0;
	text-align: center;
}
#replace-flow .closing p {
    font-size: 24px;
    font-weight: 500;
}
#replace-flow .closing .main {
	font-size: 28px;
}

/* =========================================
   04 Upgrade Reason
   ========================================= */
#upgrade-reason {
	padding: 20px 0 25px 0;
}
#upgrade-reason .head {
	max-width: 820px;
}
#upgrade-reason .head > p.fb {
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	margin: 0 0 10px 0;
}
#upgrade-reason .head > p.fb::before {
	content: "◆";
	display: inline-block;
}
#upgrade-reason .head > p.fb::after {
	content: "◆";
	display: inline-block;
}
#upgrade-reason .head > p.category-desc {
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	margin: 0 0 5px 0;
}
#upgrade-reason .head h3 {
	font-size: 34px;
	text-align: center;
}
#upgrade-reason .mark {
	display: inline;
	color: #FFE200;
	text-shadow: 0 -2px 0 #000, 1px -2px 0 #000, 2px -1px 0 #000, 2px 0 0 #000, 2px 1px 0 #000, 1px 2px 0 #000, 0 2px 0 #000, -1px 2px 0 #000, -2px 1px 0 #000, -2px 0 0 #000, -2px -1px 0 #000, -1px -2px 0 #000;
	font-weight: 600;
	letter-spacing: 0.2rem;
}
#upgrade-reason .cards {
	max-width: 820px;
	margin: 0 auto;
}
#upgrade-reason .item {
	border: 4px solid #111;
	padding: 18px;
	margin-bottom: 14px;
	border-radius: 0;
}
#upgrade-reason .item .info .catch {
	font-size: 17px;
	font-weight: 500;
	margin: 3px 0 0 0;
}
#upgrade-reason .top {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 90%;
    margin: 10px auto 25px auto;
}
#upgrade-reason .top .info {
	padding: 0;
}
#upgrade-reason .icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
#upgrade-reason .top h4 {
	font-size: 25px;
	font-weight: 800;
}
#upgrade-reason .msg {
	text-align: center;
	margin: 8px 0 14px;
}
#upgrade-reason .msg p {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	font-style: italic;
	position: relative;
}
#upgrade-reason .msg p sup {
	font-style: italic;
	font-size: 11px;
	font-weight: 500;
	top: -5px;
	position: relative;
}
#upgrade-reason .msg .price-val {
	color: #ff6a00;
	font-weight: 700;
	font-style: italic;
}
#upgrade-reason .media {
	max-width: 620px;
	padding: 10px 0 20px 0;
	margin: 0 auto;
}
#upgrade-reason .media img {
	width: 100%;
}
#upgrade-reason .media .caption {
	font-size: 12px;
}

/* =========================================
   05 Rule Change
   ========================================= */
#rule-change {
	background: #FFE46B;
	padding: 40px 20px 60px 20px;
}
#rule-change .line {
	display: block;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 -2px 0 #d80b24, 1px -2px 0 #d80b24, 2px -1px 0 #d80b24, 2px 0 0 #d80b24, 2px 1px 0 #d80b24, 1px 2px 0 #d80b24, 0 2px 0 #d80b24, -1px 2px 0 #d80b24, -2px 1px 0 #d80b24, -2px 0 0 #d80b24, -2px -1px 0 #d80b24, -1px -2px 0 #d80b24;
}
#rule-change .row {
	max-width: 900px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}
#rule-change .thumb {
	max-width: 160px;
}
#rule-change .thumb img {
	width: 100%;
}
#rule-change .thumb.wide {
	flex-basis: 166px;
	width: 166px;
	height: 84px;
}
#rule-change .info {
	padding: 0;
}
#rule-change .row .catch {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 5px 0;
}
#rule-change .row .catch.strong {
	font-size: 30px;
}
#rule-change .row .catch2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin: 0 0 5px 0;
}
#rule-change .row .catch2.strong {
	font-size: 28px;
}
#rule-change .row .catch2 .price-val {
	font-size: 28px;
	font-weight: 700;
	color: #C40D23;
}
#rule-change .row .catch3 {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 5px 0;
}
#rule-change .row .catch3 .price-val {
    font-weight: 700;
	color: #C40D23;
}
#rule-change .orange-mark {
	display: inline;
	background: linear-gradient(transparent 62%, #ff7a00 62%);
	padding: 0 2px;
	font-size: 30px;
	font-weight: 600;
}
#rule-change .visual {
	max-width: 900px;
	margin: 0 auto 20px;
}
#rule-change .visual img {
	width: 100%;
}
#rule-change .callout {
	background: #fff;
	border: 3px solid #111;
	padding: 15px 0 15px;
	position: relative;
}
#rule-change .callout .price-val {
	font-size: 36px;
	color: #C40D23;
	font-weight: 600;
}
#rule-change .callout .category-desc {
	font-size: 26px;
	font-weight: 500;
}
#rule-change .callout::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border-right: 2px solid #111;
	border-bottom: 2px solid #111;
	pointer-events: none;
}

/* =========================================
   06 Two Cam
   ========================================= */
#two-cam {
	background: #CFF1FF;
	padding: 25px 20px 60px 20px;
}
#two-cam .intro {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	text-align: left;
}
#two-cam .intro .info {
	padding: 0;
}
#two-cam .intro-thumb {
	max-width: 160px;
}
#two-cam .intro-thumb img {
	width: 100%;
}
#two-cam .head .category-desc {
	font-size: 20px;
}
#two-cam .head .subsection-title {
	color: #0d2a7a;
	font-size: 26px;
	font-weight: 700;
}
#two-cam .view {
	width: 100%;
}
#two-cam .view img {
	width: 100%;
}
#two-cam .closing-box .category-desc {
	font-size: 34px;
	color: #111;
	font-weight: 700;
	font-style: italic;
	margin-top: 0;
}
#two-cam .closing-box .price-val {
	color: #ff6a00;
	font-weight: 700;
	font-style: italic;
}

/* =========================================
   07 Lineup
   ========================================= */
#lineup {
  padding: 0 0 30px 0;
}
#lineup .section-title {
    color: #4a380e;
    text-align: center;
    background-image: url(../_images/ttl_frame.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 700px;
    display: block;
    padding: 5px 0 45px 0;
    font-size: 36px;
    font-weight: 700;
}
#lineup .category-desc {
    text-align: center;
    margin: 10px 0 30px 0;
    font-size: 26px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.01em;
}
#lineup .group {
	border: 1px solid #C0C0C0;
	border-radius: 10px;
	overflow: hidden;
}
#lineup .wide-group {
	max-width: 1000px;
	margin: 0 auto 20px auto;
}
#lineup .group-head {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0 15px 0;
    letter-spacing: 0.1rem;
}
#lineup .wide-list {
	grid-template-columns: 1fr;
	padding: 10px 24px 8px;
	gap: 10px;
}
#lineup .wide-item {
	display: grid;
	grid-template-columns: 450px 1fr;
	gap: 20px;
	align-items: center;
	padding: 14px 0;
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #C0C0C0;
}
#lineup .wide-item:first-child {
	border-top: none;
}
#lineup .wide-thumb {
	margin: 0 20px;
}
#lineup .wide-thumb img {
	width: 100%;
}
#lineup .meta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 14px;
	align-items: end;
	margin-bottom: 14px;
}
#lineup .name h4 {
	font-size: 22px;
	font-weight: 700;
}
#lineup .name .catch {
	font-size: 20px;
}
#lineup .badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 82px;
	height: 22px;
	margin-top: 10px;
	padding: 2px 8px;
	background: #676767;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}
#lineup .price-box {
	display: flex;
	align-items: flex-end;
	gap: 4px;
}
#lineup .tax {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin: 0 5px 6px 0;
	font-weight: 600;
	color: #C40D23;
}
#lineup .price-box .price-val {
	font-size: 66px;
	line-height: 66px;
	color: #C40D23;
	font-weight: 800;
	font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, 'sans-serif';
}
#lineup .yen {
	font-size: 22px;
	margin-bottom: 4px;
	font-weight: 800;
	color: #C40D23;
}
#lineup .lower {
	max-width: 1000px;
}
#lineup .item-body {
	padding: 10px 25px 25px 25px;
}
	#lineup .item-thumb.tall img {
		width: 100%
	}
	#lineup .item-thumb.wide img {
		width: 100%
	}
#lineup .item-meta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: end;
	margin-bottom: 12px;
}
#lineup .promo-area {
	text-align: center;
}
#lineup .promo {
	/*background: #d3d3d3;
	height: 160px;*/
	margin-bottom: 5px;
}
#lineup .promo.festival {
	/*height: 150px;*/
	margin-top: 15px;
}
	#lineup .promo.festival img {
		width: 100%;
	}

/* =========================================
   08 Final CTA
   ========================================= */
#final-cta {
	background: #FFF9F4;
	padding: 30px 0 50px 0;
}
#final-cta .intro {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 0 auto;
}
#final-cta .intro-thumb {
}
	#final-cta .intro-thumb img {
		width: 100%;
	}
#final-cta .intro .info {
	text-align: left;
}
#final-cta .head .category-desc {
	font-size: 20px;
	font-weight: 500;
}
#final-cta .chevrons {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 20px 0;
}
#final-cta .chev {
	width: 22px;
	height: 22px;
	display: block;
	border-right: 6px solid #102b77;
	border-bottom: 6px solid #102b77;
	transform: rotate(45deg);
}
#final-cta .message {
	color: #0d2a7a;
	text-align: center;
}
#final-cta .message > p {
    font-size: 28px;
    font-weight: 600;
	letter-spacing: 0.1rem;
}
#final-cta .message h3 {
	font-size: 28px;
	text-align: center;
	color: #002368;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
#final-cta .message h3 span {
	font-size: 34px;
	font-weight: 700;
}

@media only screen and (max-width: 1100px) {
	#record-check {
		padding: 2rem 2rem;
	}
	#lineup {
		padding: 0 2rem 2rem 2rem;
	}
	#self-check {
		padding: 1rem 2rem;
	}
	#self-check .note {
		font-size: 0.7rem;
		margin-top: 0.2rem;
	}
	.hero-attention p {
		font-size: 2.2rem;
	}
	#record-check .card {
		padding: 1rem 1.2rem;
		min-height: 190px;
	}
	#record-check .card p.txt {
		font-size: 1.6rem;
	}
	#record-check .card p.txt2 {
		font-size: 0.85rem;
		margin: 1rem 0 0 0;
	}
	#record-check .card p.pic {
		max-width: 9rem;
	}
	#record-check .grid-3 {
		gap: 1rem;
	}
	#lineup .lower .item-meta {
		display: block;
		margin-bottom: 0;
	}
	#lineup .price-box {
		text-align: right;
		display: block;
	}
	#lineup .lower .item-meta .name {
		display: block;
	}
	#lineup .lower .item-meta .badge {
		margin-top: 5px;
		display: inline-block;
		min-width: inherit;
	}
	#lineup .meta {
		display: block;
	}
	#lineup .name .catch {
		margin: 0;
	}
	#lineup .badge {
    	display: inline-block;
		min-width: inherit;
		margin-top: 5px;
	}
	#lineup .wide-item {
		grid-template-columns: 1fr 1fr;
	}
	#lineup .wide-item .info {
		padding: 0 15px;
	}
	#rule-change .callout .price-val {
		font-size: 2rem;
	}
	#rule-change .callout .category-desc {
		font-size: 1.5rem;
	}
	#replace-flow .final.action {
		grid-template-columns: 60% 1fr;
	}
	#upgrade-reason .cards {
		padding: 0 20px;
	}
	#final-cta .btn-wrap {
		padding: 0 0.9rem;
	}
}

/* =========================================
   SP Media Query
   ========================================= */
@media only screen and (max-width: 768px) {
	.pc { display: none !important; }
	.sp { display: block !important; }

	#content .inner {
		width: auto;
	}
	.hero-attention p {
		font-size: 1.6rem;
	}
	/*.grid-2,
	.grid-3 {
		grid-template-columns: 1fr;
	}*/
	
	.cta-box {
		margin: 1.2rem auto 0;
	}
	.hero-attention {
		padding: 0.5rem 0 0.5rem 0;
	}
	
	/* record-check */
	#record-check {
		padding: 1.3rem 1rem 1.5rem;
	}
	#record-check .grid-3 {
		gap: 0.5rem;
		grid-template-columns: auto;
	}
	#record-check .head > p {
		font-size: 1rem;
	}
	#record-check .head h2 {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
	#record-check .card {
		min-height: auto;
		padding: 1.3rem;
	}
	#record-check .card p.txt {
		font-size: 1.4rem;
	}
	#record-check .card p.pic {
		max-width: 8rem;
	}

	/* self-check */
	#self-check {
		padding: 1.3rem 0.9rem;
	}
	#self-check .mark {
		font-size: 1.3rem;
	}
	#self-check .mark2 {
		font-size: 1.3rem;
	}
		#self-check .mark2 .bld {
			font-size: 1.4rem;
		}
	#self-check .box {
		margin-top: 1rem;
	}
	#self-check .intro {
		flex-direction: row;
		gap: 0.6rem;
		margin-bottom: 0.3rem;
	}
	#self-check .intro-thumb {
		flex-basis: 5rem;
		width: 4rem;
		height: initial;
	}
	#self-check .lead {
		font-size: 0.8rem;
	}
	#self-check .sub-lead {
		font-size: 0.7rem;
	}
	#self-check .band-title {
		padding: 0.5rem 0 0.2rem 0;
	}
	#self-check .band-title img {
		width: 40%;
	}
	#self-check .item {
		grid-template-columns: 25% 1fr;
		margin-top: 0.3rem;
	}
	#self-check .label {
		min-height: 3.5rem;
		padding: 0.4rem 0.3rem;
		gap: 0;
	}
	#self-check .label .txt {
		font-size: inherit;
	}
	#self-check .label .check img {
		width: 70%;
	}
	#self-check .label .txt img {
		width: 90%;
	}
	#self-check .photo {
		margin: 0.8rem auto 0;
	}
	#self-check .body {
		min-height: 3.5rem;
		padding: 0.2rem 0.6rem;
	}
	#self-check .main {
		font-size: 0.9rem;
	}
	#self-check .recommend {
		margin-top: 1.5rem;
	}
	#self-check .recommend p:first-child {
		font-size: 0.9rem;
	}
	#self-check .recommend p:last-child {
		font-size: 1.1rem;
	}
	#self-check .btn-store-search,
	#final-cta .btn-store-search {
		min-height: 2.2rem;
		font-size: 1.4rem;
		padding: 0.6rem 0;
	}

	/* replace-flow */
	#replace-flow {
		padding: 0.3rem 1rem 0.3rem;
	}
	#replace-flow .intro {
		/*align-items: flex-start;*/
		gap: 0.6rem;
		margin: 0 auto 0.8rem;
	}
	#replace-flow .intro-thumb {
		flex-basis: 5rem;
		width: 4rem;
	}
	#replace-flow .category-desc {
		font-size: 0.8rem;
		line-height: 1.3rem;
	}
	#replace-flow .mark {
		font-size: 1.2rem;
	}
	#replace-flow .top-panel h3 {
		margin-bottom: 0.8rem;
		font-size: 1.1rem;
	}
	#replace-flow .closing {
		margin: 1.5rem auto 0;
	}
	#replace-flow .top-card {
		display: grid;
		grid-template-columns: 4rem 1fr;
		grid-template-areas:
		"thumb text"
		"note note";
		column-gap: 0.5rem;
		row-gap: 0.3rem;
		align-items: center;
		min-height: auto;
		text-align: left;
	}
	#replace-flow .top-thumb {
		grid-area: thumb;
	}
	#replace-flow .top-card .catch {
		grid-area: text;
		font-size: 1.1rem;
	}
	/*#replace-flow .top-card .price {
		grid-area: note;
		font-size: 0.6rem;
	}*/
	#replace-flow .bridge,
	#replace-flow .bridge2 {
		/*grid-template-columns: 1fr;
		gap: 0.5rem;*/
		z-index: 999;
		position: relative;
		padding: 0 1rem;
		margin: 0;
		gap: 0;
		top: -0.7rem;
	}
	#replace-flow .bridge .left,
	#replace-flow .bridge .right,
	#replace-flow .bridge2 .left,
	#replace-flow .bridge2 .right {
		width: 100%;
		justify-self: center;
	}
	#replace-flow .arrow-down {
		width: 2.3rem;
		height: 1.4rem;
	}
	#replace-flow .arrow-down::after {
		bottom: -1.2rem;
		border-left-width: 2.4rem;
		border-right-width: 2.4rem;
		border-top-width: 1.4rem;
	}
	#replace-flow .arrow-diag {
		width: 2.3rem;
		height: 1.4rem;
	}
	#replace-flow .arrow-diag::after {
		bottom: -1.2rem;
		border-left-width: 2.4rem;
		border-right-width: 2.4rem;
		border-top-width: 1.4rem;
	}
	#replace-flow .branch {
		min-width: initial;
		height: 1.8rem;
		padding: 0 2rem;
		font-size: 0.9rem;
		margin: 0 auto 0.5rem auto;
	}
	#replace-flow .mid-grid .path .card .info {
		padding: 0 0.5rem 0 0.5rem;
	}
	#replace-flow .mid-grid .path > .price {
		font-size: 0.6rem;
		min-height: 2.8em;
	}
	#replace-flow .mid-grid .decision-thumb, #replace-flow .mid-grid .result-thumb {
		height: initial;
		padding: 0;
	}
	#replace-flow .decision-card {
		min-height: auto;
	}
	#replace-flow .decision-card .catch {
		font-size: 0.8rem;
		margin: 0 0 0.5rem 0;
	}
	#replace-flow .result-card {
		grid-template-columns: 1fr 4.5rem;
		min-height: 6.9rem;
	}
	#replace-flow .result-card h4 {
		font-size: 0.9rem;
	}
	#replace-flow .result-thumb {
		height: 3.8rem;
	}
	#replace-flow .mini-btn {
		min-width: 8.1rem;
		height: 1.9rem;
		font-size: 0.6rem;
	}
	#replace-flow .final {
		min-height: auto;
	}
	#replace-flow .final.ok {
		flex: 1;
	}
	#replace-flow .final.ok .catch {
		font-size: 1.1rem;
	}
	#replace-flow .final.action {
		grid-template-columns: initial;
		gap: 0;
	}
	#replace-flow .final.action .info {
		padding: 0 0.3rem;
	}
	#replace-flow .final.action .catch {
		font-size: 0.9rem;
		font-size: 0.85rem;
		margin: 0.8rem 0 0.5rem 0;
	}
	#replace-flow .final-thumb img {
		width: 50%;
		margin: 0 auto 0.5rem auto;
	}
	/*#replace-flow .final-thumb {
		height: 3.4rem;
	}*/
	#replace-flow .closing p {
		font-size: 0.9rem;
	}
	#replace-flow .closing .main {
		font-size: 1.1rem;
	}
		
	#replace-flow .top-item .top-card {
		flex: initial;
	}
	#replace-flow .top-item .top-thumb {
		margin-bottom: 0.5rem;
	}
	#replace-flow .top-item .top-thumb img {
		width: 60%;
		margin: 0.5rem auto 0;
	}
	#replace-flow .top-item:nth-child(1) > .price,
	#replace-flow .top-item:nth-child(2) > .price {
		display: none;
	}
	#replace-flow .top-item > .price {
		font-size: 0.8rem;
		margin-top: 0.5rem;
		min-height: 0;
	}
	#replace-flow .top-item .info {
		padding: 0 0.5rem 0.8rem;
	}
	#replace-flow .panel {
		padding: 1rem;
	}
	#replace-flow .panel .grid-3 {
		grid-template-columns: inherit;
	}

	/* upgrade-reason */
	#upgrade-reason .cards {
		padding: 0 1rem;
	}
	#upgrade-reason .head {
		margin: 0 auto 1rem;
	}
	#upgrade-reason .head > p.fb {
		font-size: 1.4rem;
		margin: 0 0 0.5rem 0;
	}
	#upgrade-reason .head > p.category-desc {
		font-size: 1.1rem;
		margin: 0 0 0.5rem 0;
	}
	#upgrade-reason .head h3 {
		font-size: 1.1rem;
	}
	#upgrade-reason .top h4 {
		font-size: 1.1rem;
	}
	#upgrade-reason .top .catch {
		font-size: 0.6rem;
	}
	#upgrade-reason .msg p {
		font-size: 1.2rem;
	}
	#upgrade-reason .msg p sup {
		font-size: 0.5rem;
		font-weight: 600;
		top: -0.1rem;
	}
	
	/* rule-change */
	#rule-change {
		padding: 1.5rem 1rem 2rem 1rem;
	}
	#rule-change .visual {
		margin: 0 auto 1.2rem;
	}
	#rule-change .orange-mark {
		padding: 0;
		font-size: 1.3rem;
	}
	#rule-change .line {
		font-size: 1.3rem;
	}
	#rule-change .thumb {
		flex-basis: 6rem;
		width: 4rem;
		height: initial;
	}
	#rule-change .thumb.sm {
		flex-basis: 4.8rem;
		width: 3.3rem;
		height: initial;
	}
	#rule-change .thumb.wide {
		flex-basis: 5.5rem;
		width: 5.1rem;
		height: inherit;
	}
	#rule-change .row {
		margin: 0 auto 0.5rem;
		gap: 0.5rem;
	}
	#rule-change .row .catch {
		font-size: 0.8rem;
	}
	#rule-change .row .catch.strong {
		font-size: 0.9rem;
	}
	#rule-change .row .catch2 {
		font-size: 0.8rem;
		line-height: inherit;
		margin: 0;
	}
	#rule-change .row .catch2.strong {
		font-size: 0.9rem;
	}
	#rule-change .row .catch2 .price-val {
		font-size: 1.5rem;
	}
	#rule-change .row .catch3 {
		font-size: 0.8rem;
	}
	#rule-change .callout {
		padding: 0.6rem 0 0.6rem;
	}
	#rule-change .callout .price-val {
		font-size: 1.2rem;
		margin: 0 0 0.3rem 0;
	}
	#rule-change .callout .category-desc {
		font-size: 0.9rem;
	}

	/* two-cam */
	#two-cam {
		padding: 1.5rem 1rem 1.5rem 1rem;
	}
	#two-cam .grid {
		gap: 0.5rem;
		grid-template-columns: initial;
	}
	#two-cam .intro {
		flex-direction: row;
		/*align-items: flex-start;*/
		gap: 0.3rem;
		margin: 0 auto 0.5rem;
	}
	#two-cam .intro-thumb {
		flex-basis: 4.6rem;
		width: 4.6rem;
		height: 4.6rem;
	}
	#two-cam .head .subsection-title {
		font-size: 1.2rem;
		font-weight: 600;
	}
	#two-cam .head .category-desc {
		font-size: 0.8rem;
	}
	#two-cam .head h3 {
		font-size: 1.1rem;
	}
	#two-cam .view {
		min-height: 0;
	}
	#two-cam .closing-box .category-desc {
		font-size: 1.4rem;
	}
	#two-cam .cta-box {
		margin: 0.5rem auto 0;
	}
	
	/* lineup */
	#lineup {
		padding: 0 1rem 0.8rem 1rem;
	}
	#lineup .head {
		margin: 0 auto;
	}
	#lineup .section-title {
		font-size: 1.2rem;
		background-size: 100%;
		padding: 0.3rem 0 0.8rem 0;
	}
	#lineup .head .category-desc {
		font-size: 1.1rem;
		font-weight: 600;
		margin: 0.7rem 0 0.8rem 0;
	}
	#lineup .group-head {
		font-size: 1.2rem;
		padding: 0.5rem 0;
	}
	#lineup .wide-group {
		margin: 0 auto 0.8rem auto;
	}
	#lineup .wide-item {
		grid-template-columns: 1fr;
		padding: 0.5rem 0;
		gap: 0;
	}
		#lineup .wide-item .info {
			padding: 0;
		}
	#lineup .wide-list {
		padding: 0.5rem 1rem;
		gap: 0.8rem;
	}
	#lineup .wide-thumb {
		margin: 0;
	}
	#lineup .grid {
		gap: 0.8rem;
	}
	#lineup .grid {
		grid-template-columns: initial;
	}
	#lineup .meta {
		align-items: flex-end;
		display: grid;
		grid-template-columns: 1fr auto;
		margin-bottom: 0.4rem;
	}
	#lineup .name h4 {
		font-size: 1.2rem;
	}
	#lineup .name .catch {
		font-size: 0.8rem;
	}
	#lineup .item-body {
		padding: 0.5rem 1rem 1rem 1rem;
	}
	#lineup .badge {
		min-width: auto;
		height: auto;
		font-size: 0.8rem;
		padding: 0.3rem 1rem;
	}
	#lineup .tax {
		font-size: 0.7rem;
		line-height: 0.9rem;
		margin: 0;
	}
	#lineup .price-box {
		justify-content: flex-start;
	}
	#lineup .price-box .price-val {
		font-size: 2.6rem;
		line-height: 2.6rem;
	}
	#lineup .yen {
		font-size: 1rem;
	}
	#lineup .item-meta {
		grid-template-columns: 1fr;
	}
	#lineup .promo-area .caption {
		font-size: 0.7rem;
	}
	#lineup .promo.festival {
		margin-top: 0.8rem;
	}
	#lineup .lower .item-meta {
		align-items: flex-end;
		display: grid;
	}
	
	/* final-cta */
	#final-cta {
		padding: 1.0rem 1.2rem 1.8rem 1.2rem;
	}
	#final-cta .intro {
		gap: 0.6rem;
		/*flex-direction: row;
		align-items: flex-start;*/
	}
	#final-cta .intro-thumb {
		flex-basis: 7rem;
		/*width: 4.5rem;
		height: 4.5rem;*/
	}
	#final-cta .intro .info {
		padding: 0;
	}
	#final-cta .head .category-desc {
		font-size: 0.8rem;
	}
	#final-cta .message > p {
		font-size: 1rem;
	}
	#final-cta .message h3 {
		font-size: 1.4rem;
	}
	#final-cta .message h3 span {
		font-size: 1.6rem;
	}
	#final-cta .message h3 {
		font-size: 1.0rem;
	}
	#final-cta .chevrons {
		margin: 0 0 0.8rem 0;
	}
	#final-cta .chevrons img {
		width: 1.5rem;
	}
	#final-cta .btn-wrap {
		padding: 0;
	}
	
	#upgrade-reason {
		padding: 1rem 0 0.5rem 0;
	}
	#upgrade-reason .item {
		padding: 1rem;
		margin-bottom: 0.5rem;
	}
	#upgrade-reason .item .info .catch {
		font-size: 0.8rem;
	}
	#upgrade-reason .media .caption {
		font-size: 0.6rem;
		margin: 0.4rem 0 0 0;
	}
	#upgrade-reason .media {
		padding: 0;
		font-size: 0;
	}
	#upgrade-reason .top {
		gap: 0.8rem;
		width: 100%;
		margin: 0.2rem auto 0.8rem auto;
	}
	
	.btn-detail {
		padding: 0.6rem 0;
		min-height: initial;
		font-size: 1.2rem;
	}
	.btn-store-search {
        min-height: 2.0rem;
        font-size: 2rem;
	}
}