.tto-kiosk-lp {
	overflow: hidden;
	background: #ffffff;
	color: #201b18;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	--tto-accent: #ed6c00;
	--tto-accent-deep: #d95600;
	--tto-accent-soft: #fff3e8;
	--tto-border: #f2d8c4;
	--tto-ink: #201b18;
	--tto-muted: #6d625a;
	--tto-green: #6f8b75;
	--tto-panel: #fffaf5;
}

.tto-kiosk-lp,
.tto-kiosk-lp *,
.tto-kiosk-lp *::before,
.tto-kiosk-lp *::after {
	box-sizing: border-box;
}

.tto-kiosk-lp ul,
.tto-kiosk-lp ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tto-kiosk-lp li {
	list-style: none;
}

.tto-kiosk-lp h1,
.tto-kiosk-lp h2,
.tto-kiosk-lp h3,
.tto-kiosk-lp h4,
.tto-kiosk-lp h5,
.tto-kiosk-lp h6 {
	padding: 0;
	letter-spacing: inherit;
}

.tto-kiosk-lp article p,
.tto-kiosk-lp article ul,
.tto-kiosk-lp article ol,
.tto-kiosk-lp article li {
	margin: 0;
	padding: 0;
	line-height: inherit;
	list-style: none;
	background: transparent;
	box-shadow: none;
}

.tto-kiosk-lp h2::after,
.tto-kiosk-lp h3::before {
	content: none;
	display: none;
}

.tto-kiosk-lp img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.tto-kiosk-lp a {
	text-decoration: none;
}

.tto-kiosk-lp figure,
.tto-kiosk-lp blockquote {
	margin: 0;
}

.tto-kiosk-lp__container {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.tto-kiosk-lp__hero {
	position: relative;
	padding: 0 0 28px;
	background: #ffffff;
}

.tto-kiosk-lp__hero-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(420px, 0.92fr) minmax(500px, 1.08fr);
	align-items: stretch;
	min-height: 560px;
}

.tto-kiosk-lp__hero-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 66px 0 78px;
	text-align: left;
}

.tto-kiosk-lp__eyebrow,
.tto-kiosk-lp__heading-sub {
	display: block;
	margin: 0 0 16px;
	color: var(--tto-accent);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tto-kiosk-lp__hero-title {
	margin: 0 0 48px;
	font-size: clamp(32px, 4.5vw, 56px);
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 0.02em;
}

.tto-kiosk-lp__check-list,
.tto-kiosk-lp__cta-points {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tto-kiosk-lp__hero-lead {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 2.05;
	color: var(--tto-ink);
}

.tto-kiosk-lp__hero-lead p {
	margin: 0;
}

.tto-kiosk-lp__pc-break {
	display: inline;
}

.tto-kiosk-lp__sp-break {
	display: none;
}

.tto-kiosk-lp__check-list li {
	position: relative;
	padding-left: 28px;
	}

.tto-kiosk-lp__check-list li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 0.7em;
	width: 13px;
	height: 8px;
	border-left: 3px solid var(--tto-accent);
	border-bottom: 3px solid var(--tto-accent);
	transform: rotate(-45deg);
}

.tto-kiosk-lp__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.tto-kiosk-lp__hero .tto-kiosk-lp__button {
	min-width: 220px;
	min-height: 60px;
	padding: 15px 24px;
	font-size: 18px;
	font-weight: 700;
}

.tto-kiosk-lp__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 176px;
	min-height: 56px;
	padding: 14px 26px;
	border-radius: 8px;
	border: 1px solid rgba(32, 27, 24, 0.14);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
	transition: transform .22s ease, box-shadow .22s ease, background-position .45s ease, background-color .22s ease;
}

.tto-kiosk-lp__button--primary,
.tto-kiosk-lp__button--primary:link,
.tto-kiosk-lp__button--primary:visited {
	background: linear-gradient(135deg, #f8a907 0%, var(--tto-accent) 50%, #f8a907 100%);
	background-size: 200% 100%;
	background-position: 100% 50%;
	color: #ffffff;
	box-shadow: none;
	border-color: transparent;
}

.tto-kiosk-lp__button--secondary,
.tto-kiosk-lp__button--secondary:link,
.tto-kiosk-lp__button--secondary:visited {
	background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
	color: var(--tto-ink);
	border-color: rgba(31, 26, 23, 0.14);
	box-shadow: none;
}

@media (hover: hover) {
	.tto-kiosk-lp__button:hover {
		transform: translateY(-2px);
	}

	.tto-kiosk-lp__button--primary:hover {
		background-position: 0 50%;
		box-shadow: none;
	}

	.tto-kiosk-lp__button--secondary:hover {
		background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
	}
}

.tto-kiosk-lp__button:focus-visible {
	outline: 3px solid rgba(237, 108, 0, 0.35);
	outline-offset: 3px;
}

.tto-kiosk-lp__hero-visual {
	position: relative;
	min-height: 560px;
	margin-right: calc((1120px - 100vw) / 4);
}

.tto-kiosk-lp__hero-photo {
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-bottom-left-radius: 38px;
}


.tto-kiosk-lp__hero-slides {
	position: relative;
	width: 100%;
	height: 100%;
	background: #f5f1ec;
}

.tto-kiosk-lp__hero-slides img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	animation-duration: 21s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.tto-kiosk-lp__hero-slides img:nth-child(1) {
	animation-name: tto-kiosk-hero-slide-1;
}

.tto-kiosk-lp__hero-slides img:nth-child(2) {
	animation-name: tto-kiosk-hero-slide-2;
}

.tto-kiosk-lp__hero-slides img:nth-child(3) {
	animation-name: tto-kiosk-hero-slide-3;
}

@keyframes tto-kiosk-hero-slide-1 {
	0% {
		opacity: 1;
	}
	28% {
		opacity: 1;
	}
	35% {
		opacity: 0;
	}
	93% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes tto-kiosk-hero-slide-2 {
	0% {
		opacity: 0;
	}
	26% {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	61% {
		opacity: 1;
	}
	68% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes tto-kiosk-hero-slide-3 {
	0% {
		opacity: 0;
	}
	59% {
		opacity: 0;
	}
	66% {
		opacity: 1;
	}
	94% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}








































.tto-kiosk-lp__combo {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	width: min(560px, calc(100% - 48px));
	padding: 34px 22px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 10px 24px rgba(27, 44, 77, 0.08), 0 2px 8px rgba(27, 44, 77, 0.04);
	text-align: center;
}

.tto-kiosk-lp__combo-row {
	display: grid;
	grid-template-columns: minmax(0, 180px) auto minmax(0, 180px);
	grid-template-rows: auto auto;
	justify-content: center;
	align-items: center;
	column-gap: 14px;
	row-gap: 10px;
}

.tto-kiosk-lp__combo-badge {
	position: absolute;
	top: -22px;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 300px;
	padding: 9px 22px 8px;
	transform: translateX(-50%);
	background: var(--tto-accent);
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	box-shadow: none;
}

.tto-kiosk-lp__combo-badge::after {
	content: '';
	position: absolute;
	top: 0;
	left: -42%;
	width: 28%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
	transform: skewX(-28deg);
	animation: tto-kiosk-combo-badge-shimmer 4.8s ease-in-out infinite;
	pointer-events: none;
}

.tto-kiosk-lp__combo-badge strong {
	font-size: 24px;
	line-height: 1;
}

@keyframes tto-kiosk-combo-badge-shimmer {
	0%,
	70%,
	100% {
		left: -42%;
		opacity: 0;
	}

	10%,
	35% {
		opacity: 1;
	}

	45% {
		left: 118%;
		opacity: 0;
	}
}

.tto-kiosk-lp__combo-product {
	display: contents;
}

.tto-kiosk-lp__combo-image {
	display: grid;
	place-items: center;
	width: 100%;
	max-width: 180px;
	aspect-ratio: 4 / 3;
	padding: 3px;
	border: 3px solid var(--tto-accent);
	border-radius: 14px;
}

.tto-kiosk-lp__combo-image img {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}


.tto-kiosk-lp__combo-product:first-child .tto-kiosk-lp__combo-image {
	grid-column: 1;
	grid-row: 1;
}

.tto-kiosk-lp__combo-product:last-child .tto-kiosk-lp__combo-image {
	grid-column: 3;
	grid-row: 1;
	}

.tto-kiosk-lp__combo-logo {
	display: grid;
	place-items: center;
	width: 100%;
	max-width: 180px;
	height: 40px;
	border-radius: 10px;
	color: #7b7b7b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.tto-kiosk-lp__combo-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.tto-kiosk-lp__combo-product:first-child .tto-kiosk-lp__combo-logo {
	grid-column: 1;
	grid-row: 2;
}

.tto-kiosk-lp__combo-product:last-child .tto-kiosk-lp__combo-logo {
	grid-column: 3;
	grid-row: 2;
	}

.tto-kiosk-lp__combo-product p {
	margin: 0;
	align-self: start;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
	color: var(--tto-muted);
}

.tto-kiosk-lp__combo-product:first-child p {
	grid-column: 1;
	grid-row: 3;
}

.tto-kiosk-lp__combo-product:last-child p {
	grid-column: 3;
	grid-row: 3;
}

.tto-kiosk-lp__tablet-device {
	position: relative;
	width: 126px;
	padding: 9px;
	border-radius: 13px;
	background: #191919;
	box-shadow: none;
}

.tto-kiosk-lp__tablet-device img {
	aspect-ratio: 4 / 3;
	border-radius: 6px;
	object-fit: cover;
}

.tto-kiosk-lp__combo-plus {
	display: grid;
	place-items: center;
	grid-column: 2;
	grid-row: 1;
	width: 36px;
	height: 36px;
	margin: 0;
	border-radius: 50%;
	background: var(--tto-accent);
	color: #ffffff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
}

.tto-kiosk-lp__kiosk-device {
	position: relative;
	width: 128px;
	height: 112px;
	background: transparent;
}

.tto-kiosk-lp__kiosk-device::before {
	content: "";
	position: absolute;
	left: 43px;
	bottom: 13px;
	width: 18px;
	height: 28px;
	border-radius: 4px 4px 0 0;
	background: #cfc7bf;
	box-shadow: 0 22px 0 8px #2b2b2b;
}

.tto-kiosk-lp__kiosk-device::after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 8px;
	width: 34px;
	height: 46px;
	border-radius: 8px;
	background: #1b1b1b;
	box-shadow: none;
}

.tto-kiosk-lp__kiosk-screen {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 96px;
	overflow: hidden;
	padding: 7px;
	border-radius: 12px;
	background: #1b1b1b;
	box-shadow: none;
}

.tto-kiosk-lp__kiosk-screen img {
	aspect-ratio: 4 / 3;
	border-radius: 6px;
	object-fit: cover;
	object-position: 50% 56%;
}

.tto-kiosk-lp__section {
	padding: 68px 0;
}

.tto-kiosk-lp__section--voices {
	padding-top: 0;
}

.tto-kiosk-lp__recommend-band,
.tto-kiosk-lp__voice-band {
	margin-top: -4px;
	padding: 24px 42px 34px;
	border-radius: 16px;
	background: #fffaf5;
	box-shadow: none;
}

.tto-kiosk-lp__recommend-band {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 82px;
	align-items: center;
	margin-top: -4px;
	padding: 24px 42px 34px;
	background: transparent;
}

.tto-kiosk-lp__voice-band {
	position: relative;
	z-index: 4;
	margin-top: -4px;
	margin-bottom: 60px;
}

.tto-kiosk-lp__recommend h2,
.tto-kiosk-lp__recommend-band h2,
.tto-kiosk-lp__customer-voices h2 {
	margin: 0 0 18px;
	color: var(--tto-accent);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.45;
	text-align: center;
}

.tto-kiosk-lp__customer-voices h2 {
	text-align: left;
}

.tto-kiosk-lp__recommend-band h2 {
	margin: 0;
	white-space: nowrap;
}

.tto-kiosk-lp__check-list {
	display: grid;
	gap: 12px;
}

.tto-kiosk-lp__recommend-list {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
	justify-content: stretch;
	column-gap: 40px;
	row-gap: 12px;
	align-items: start;
}

.tto-kiosk-lp__recommend-list li {
	min-height: 0;
	padding: 0 0 0 30px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.tto-kiosk-lp__recommend-list li::before {
	left: 2px;
	top: 0.7em;
}

.tto-kiosk-lp__check-list li {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
}

.tto-kiosk-lp__check-list span {
	color: #201b18;
	font-size: 16px;
	font-weight: 500;
}

.tto-kiosk-lp__voice-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	max-width: none;
	margin: 0 auto;
}

.tto-kiosk-lp__voice-card {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}

.tto-kiosk-lp__voice-card blockquote {
	flex: 1 1 auto;
	position: relative;
	z-index: 0;
	isolation: isolate;
	width: 100%;
	min-height: 0;
	padding: 22px 20px 24px;
	margin: 0;
	border-radius: 14px;
	background: #ffffff;
	border: 1px solid rgba(237, 108, 0, 0.12);
	box-shadow: none;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.6;
}

.tto-kiosk-lp__voice-card blockquote::before {
	content: "";
	position: absolute;
	left: -1px;
	top: 50%;
	width: 10px;
	height: 18px;
	background: #ffffff;
	transform: translateY(-50%);
	z-index: 1;
}

.tto-kiosk-lp__voice-card blockquote::after {
	content: "";
	position: absolute;
	left: -9px;
	top: 50%;
	width: 16px;
	height: 16px;
	z-index: -1;
	background: #ffffff;
	border-left: 1px solid rgba(237, 108, 0, 0.12);
	border-right: 1px solid rgba(237, 108, 0, 0.12);
	border-bottom: 1px solid rgba(237, 108, 0, 0.12);
	border-top: 1px solid rgba(237, 108, 0, 0.12);
	transform: translateY(-50%) rotate(45deg);
}

.tto-kiosk-lp__voice-card img {
	flex: 0 0 120px;
	display: block;
	width: 120px;
	height: 120px;
	margin: 0;
	border-radius: 50%;
	object-fit: cover;
	position: relative;
	z-index: 2;
}

.tto-kiosk-lp__heading {
	margin-bottom: 36px;
	text-align: center;
}

.tto-kiosk-lp__heading h2 {
	margin: 0 0 20px;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 700;
	line-height: 1.25;
}

.tto-kiosk-lp__heading > p:not(.tto-kiosk-lp__heading-sub),
.tto-kiosk-lp__heading .tto-kiosk-lp__heading-line-sub {
	display: block;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--tto-ink);
}

.tto-kiosk-lp__issue-card p:last-child,
.tto-kiosk-lp__reason-card p,
.tto-kiosk-lp__operation-flow p,
.tto-kiosk-lp__cta-lead {
	color: var(--tto-ink);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}

.tto-kiosk-lp__section--issues {
	background: var(--tto-accent-soft);
}

.tto-kiosk-lp__section--flow .tto-kiosk-lp__heading {
	margin-bottom: 56px;
}

.tto-kiosk-lp__flow {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tto-kiosk-lp__flow > li {
	position: relative;
	padding: 56px 28px 28px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid var(--tto-border);
	text-align: center;
}

.tto-kiosk-lp__flow > li .tto-kiosk-lp__flow-step {
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	border: 4px solid #ffffff;
	font-size: 15px;
	font-weight: 700;
}

.tto-kiosk-lp__flow > li .tto-kiosk-lp__flow-icon {
	margin: 0 auto 20px;
	width: 240px;
	height: 240px;
}

.tto-kiosk-lp__flow > li h3 {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
}

.tto-kiosk-lp__flow > li p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.85;
	color: var(--tto-ink);
}

.tto-kiosk-lp__issue-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.tto-kiosk-lp__issue-card {
	display: flex;
	flex-direction: column;
	min-height: 276px;
	padding: 24px 22px;
	border: 1px solid var(--tto-border);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: none;
}

.tto-kiosk-lp__issue-number {
	margin: 0 0 12px;
	color: var(--tto-accent);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.tto-kiosk-lp__issue-card h3 {
	margin: 0;
	color: #201b18;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.45;
	text-align: center;
}

.tto-kiosk-lp__issue-icon {
	display: grid;
	place-items: center;
	min-height: 92px;
	margin: 18px 0 12px;
	color: #9b5a2e;
}

.tto-kiosk-lp__issue-image {
	display: grid;
	place-items: center;
	margin: 18px auto 16px;
	border-radius: 16px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-indent: 0.24em;
}

.tto-kiosk-lp__issue-image--wide {
	width: min(100%, 300px);
	height: 165px;
}

.tto-kiosk-lp__issue-icon svg {
	width: 104px;
	height: 78px;
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tto-kiosk-lp__issue-card p:last-child {
	margin: auto 0 0;
}

.tto-kiosk-lp__section--adoption {
	padding-top: 64px;
	padding-bottom: 64px;
}

.tto-kiosk-lp__marquee {
	width: min(1280px, calc(100% - 16px));
	margin: 0 auto;
	overflow: hidden;
	padding: 6px 0 18px;
}

.tto-kiosk-lp__marquee-track {
	display: flex;
	width: max-content;
	gap: 18px;
	animation: tto-kiosk-marquee 36s linear infinite;
}

.tto-kiosk-lp__marquee:hover .tto-kiosk-lp__marquee-track {
	animation-play-state: paused;
}

.tto-kiosk-lp__shop-card {
	display: grid;
	grid-template-columns: 62px minmax(108px, 1fr);
	gap: 14px;
	align-items: center;
	width: 234px;
	min-height: 104px;
	padding: 18px 16px;
	border: 0;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: none;
}

.tto-kiosk-lp__shop-card p {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
}

.tto-kiosk-lp__shop-card strong {
	display: block;
	font-size: 18px;
}

.tto-kiosk-lp__shop-card p span {
	display: block;
	margin-top: 2px;
	color: #5c514b;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.tto-kiosk-lp__shop-icon {
	position: relative;
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 14px;
	background: #fff5eb;
	color: #9b5a2e;
}

.tto-kiosk-lp__shop-icon img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	object-fit: contain;
}

.tto-kiosk-lp__shop-icon::before,
.tto-kiosk-lp__shop-icon::after {
	content: "";
	position: absolute;
	background: currentColor;
}

.tto-kiosk-lp__shop-icon--ramen::before {
	left: 10px;
	right: 10px;
	bottom: 12px;
	height: 13px;
	border-radius: 0 0 16px 16px;
}

.tto-kiosk-lp__shop-icon--ramen::after {
	left: 14px;
	top: 13px;
	width: 24px;
	height: 13px;
	border: 3px solid currentColor;
	border-color: currentColor transparent transparent;
	background: transparent;
	border-radius: 50%;
}

.tto-kiosk-lp__shop-icon--bowl::before {
	left: 11px;
	right: 11px;
	bottom: 13px;
	height: 15px;
	border-radius: 0 0 18px 18px;
}

.tto-kiosk-lp__shop-icon--bowl::after {
	left: 19px;
	top: 11px;
	width: 13px;
	height: 20px;
	border: 3px solid currentColor;
	border-top: 0;
	background: transparent;
	transform: rotate(22deg);
}

.tto-kiosk-lp__shop-icon--grill::before {
	left: 12px;
	top: 26px;
	width: 26px;
	height: 11px;
	border-radius: 50%;
}

.tto-kiosk-lp__shop-icon--grill::after {
	left: 14px;
	top: 12px;
	width: 4px;
	height: 14px;
	box-shadow: 9px 0 0 currentColor, 18px 0 0 currentColor;
}

.tto-kiosk-lp__shop-icon--cafe::before {
	left: 12px;
	top: 20px;
	width: 24px;
	height: 16px;
	border: 3px solid currentColor;
	border-radius: 0 0 10px 10px;
	background: transparent;
}

.tto-kiosk-lp__shop-icon--cafe::after {
	right: 8px;
	top: 23px;
	width: 10px;
	height: 10px;
	border: 3px solid currentColor;
	border-left: 0;
	border-radius: 0 10px 10px 0;
	background: transparent;
}

.tto-kiosk-lp__shop-icon--beer::before {
	left: 14px;
	top: 18px;
	width: 21px;
	height: 22px;
	border-radius: 3px 3px 8px 8px;
}

.tto-kiosk-lp__shop-icon--beer::after {
	right: 8px;
	top: 22px;
	width: 10px;
	height: 12px;
	border: 3px solid currentColor;
	border-left: 0;
	border-radius: 0 10px 10px 0;
	background: transparent;
}

.tto-kiosk-lp__shop-icon--pasta::before {
	left: 10px;
	right: 10px;
	bottom: 13px;
	height: 10px;
	border-radius: 50%;
}

.tto-kiosk-lp__shop-icon--pasta::after {
	left: 14px;
	top: 14px;
	width: 25px;
	height: 4px;
	border-radius: 999px;
	transform: rotate(-24deg);
	box-shadow: 0 7px 0 currentColor;
}

@keyframes tto-kiosk-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - 7px));
	}
}

.tto-kiosk-lp__section--reasons {
	background: var(--tto-accent-soft);
}

.tto-kiosk-lp__section--benefits {
	background: var(--tto-accent-soft);
}

.tto-kiosk-lp__section--comparison {
	background: #ffffff;
	padding-top: 96px;
}

.tto-kiosk-lp__reason-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px 44px;
}

.tto-kiosk-lp__reason-card {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	padding: 24px 24px 22px;
	border: 1px solid var(--tto-border);
	border-radius: 16px;
	background: #ffffff;
}

.tto-kiosk-lp__reason-card h3 {
	margin: 0 0 8px;
	color: var(--tto-accent);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
}

.tto-kiosk-lp__reason-card p {
	margin: 0;
}

.tto-kiosk-lp__reason-icon {
	position: relative;
	display: grid;
	place-items: center;
	align-self: center;
	width: 100px;
	height: 100px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-indent: 0.24em;
	box-shadow: none;
}

.tto-kiosk-lp__reason-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tto-kiosk-lp__reason-icon::before,
.tto-kiosk-lp__reason-icon::after,
.tto-kiosk-lp__reason-icon--placeholder::before,
.tto-kiosk-lp__reason-icon--placeholder::after {
	content: none;
	display: none;
}

.tto-kiosk-lp__section--operation {
	padding-top: 54px;
}

.tto-kiosk-lp__operation-flow {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid var(--tto-border);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: none;
}

.tto-kiosk-lp__operation-flow li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 210px;
	padding: 60px 14px 22px;
	text-align: center;
	border-right: 1px solid #f2e2d6;
}

.tto-kiosk-lp__operation-flow li:last-child {
	border-right: 0;
}

.tto-kiosk-lp__operation-flow li:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -13px;
	top: 50%;
	z-index: 2;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--tto-accent);
	transform: translateY(-50%);
}

.tto-kiosk-lp__operation-flow li:not(:last-child)::before {
	content: "";
	position: absolute;
	right: -3px;
	top: 50%;
	z-index: 3;
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: translateY(-50%) rotate(45deg);
}

.tto-kiosk-lp__flow-step {
	position: absolute;
	left: 14px;
	top: 16px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin: 0;
	border-radius: 50%;
	background: var(--tto-accent);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.tto-kiosk-lp__flow-icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 68px;
	height: 58px;
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 14px;
	background: #d9d9d9;
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-indent: 0.24em;
}

.tto-kiosk-lp__flow-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tto-kiosk-lp__flow-icon--portrait {
	width: 150px;
	height: 195px;
	margin-bottom: 16px;
}

.tto-kiosk-lp__flow-icon::before,
.tto-kiosk-lp__flow-icon::after {
	content: none;
	display: none;
}

.tto-kiosk-lp__operation-flow h3 {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

.tto-kiosk-lp__operation-flow p {
	margin: 0;
}

.tto-kiosk-lp__benefits {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 170px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}

.tto-kiosk-lp__benefit-card {
	padding: 28px;
	border: 1px solid var(--tto-border);
	border-radius: 24px;
	background: #ffffff;
}

.tto-kiosk-lp__benefit-inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	justify-items: center;
	align-items: start;
}

.tto-kiosk-lp__benefit-photo {
	margin: 0;
	max-width: 420px;
	overflow: hidden;
	border-radius: 18px;
}

.tto-kiosk-lp__benefit-photo img {
	width: 100%;
	height: auto;
}

.tto-kiosk-lp__benefit-content {
	min-width: 0;
	text-align: center;
}

.tto-kiosk-lp__benefit-card h3 {
	margin: 0 0 16px;
	color: var(--tto-accent);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.45;
}

.tto-kiosk-lp__benefit-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tto-kiosk-lp__benefit-card li {
	position: relative;
	padding-left: 1.5em;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.85;
}

.tto-kiosk-lp__benefit-card li + li {
	margin-top: 4px;
}

.tto-kiosk-lp__benefit-card li::before {
	content: "";
	position: absolute;
	left: 0.15em;
	top: 0.62em;
	width: 0.55em;
	height: 0.28em;
	border-left: 2px solid var(--tto-accent);
	border-bottom: 2px solid var(--tto-accent);
	transform: rotate(-45deg);
}

.tto-kiosk-lp__benefits-center {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 136px;
	height: 136px;
	margin: 0 auto;
	border-radius: 50%;
	background: var(--tto-accent);
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
}

.tto-kiosk-lp__comparison-wrap {
	padding: 18px;
	border: 1px solid var(--tto-border);
	border-radius: 24px;
	box-shadow: 0 14px 32px rgba(31, 26, 23, 0.06);
}

.tto-kiosk-lp__comparison-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tto-kiosk-lp__comparison-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	background: #ffffff;
	border-radius: 18px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.75;
}

.tto-kiosk-lp__comparison-table th,
.tto-kiosk-lp__comparison-table td {
	padding: 18px 22px;
	border-bottom: 1px solid #d8cec5;
	vertical-align: middle;
	text-align: left;
}

.tto-kiosk-lp__comparison-table thead th {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
	white-space: nowrap;
}

.tto-kiosk-lp__comparison-table thead th:nth-child(3) {
	color: var(--tto-accent);
}

.tto-kiosk-lp__comparison-table thead th:first-child {
	width: 21%;
	background: #ffffff;
}

.tto-kiosk-lp__comparison-table tbody th {
	width: 21%;
	background: #fcf8f3;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.tto-kiosk-lp__comparison-table tbody td {
	width: 39.5%;
	font-weight: 400;
}

.tto-kiosk-lp__comparison-table tbody td:nth-child(3) {
	font-weight: 800;
}

.tto-kiosk-lp__comparison-table tbody td strong {
	font-weight: 800;
	color: var(--tto-ink);
}

.tto-kiosk-lp__comparison-table tbody td:nth-child(3) strong {
	color: var(--tto-accent);
}

.tto-kiosk-lp__comparison-copy {
	margin: 28px auto 0;
	font-size: 16px;
	line-height: 2;
	color: var(--tto-ink);
}

.tto-kiosk-lp__comparison-copy-label {
	display: inline-block;
	margin-right: 0.55em;
	color: var(--tto-accent);
	font-weight: 700;
}

.tto-kiosk-lp__comparison-copy strong {
	font-weight: 800;
}

.tto-kiosk-lp__comparison-copy p + p {
	margin-top: 10px;
}

.tto-kiosk-lp__comparison-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}

.tto-kiosk-lp__comparison-point {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 24px 24px 22px;
	border: 1px solid var(--tto-border);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(31, 26, 23, 0.08);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	color: var(--tto-accent);
}

.tto-kiosk-lp__comparison-point-accent,
.tto-kiosk-lp__comparison-point-base {
	display: block;
}

.tto-kiosk-lp__comparison-point-base {
	color: var(--tto-ink);
}

.tto-kiosk-lp__comparison-points + .tto-kiosk-lp__comparison-copy {
	margin-top: 28px;
}

.tto-kiosk-lp__cta {
	padding: 68px 0 120px;
}

.tto-kiosk-lp__cta-inner {
	padding: 34px 42px 38px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 -6px 18px rgba(31, 26, 23, 0.04), 0 14px 32px rgba(31, 26, 23, 0.08);
}

.tto-kiosk-lp__cta-body {
	margin-bottom: 24px;
}

.tto-kiosk-lp__cta-catch {
	margin: 0 0 12px;
	color: var(--tto-accent);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
}

.tto-kiosk-lp__cta h2 {
	margin: 0 0 14px;
	font-size: clamp(32px, 4vw, 44px);
	font-weight: 500;
	line-height: 1.2;
}

.tto-kiosk-lp__cta-lead {
	margin: 0;
}

.tto-kiosk-lp__cta-layout {
	display: grid;
	grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
	gap: 34px;
	align-items: center;
}

.tto-kiosk-lp__cta-media {
	overflow: hidden;
	min-height: 210px;
	border-radius: 12px;
	background: #e8e8e8;
}

.tto-kiosk-lp__cta-media img {
	height: 100%;
	object-fit: cover;
}

.tto-kiosk-lp__cta-points {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.tto-kiosk-lp__cta-points li {
	position: relative;
	padding: 14px 16px 14px 42px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(31, 26, 23, 0.06);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.6;
}

.tto-kiosk-lp__cta-points li::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	width: 8px;
	height: 14px;
	border-right: 3px solid var(--tto-accent);
	border-bottom: 3px solid var(--tto-accent);
	transform: translateY(-58%) rotate(45deg);
}

.tto-kiosk-lp__cta-aside .tto-kiosk-lp__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 20px;
	width: 100%;
}

.tto-kiosk-lp__cta-aside .tto-kiosk-lp__button {
	min-width: 0;
	min-height: 64px;
	width: 100%;
	padding: 18px 32px;
	font-size: 18px;
	border-radius: 12px;
}

@media screen and (max-width: 1180px) {
	.tto-kiosk-lp__hero-inner {
		grid-template-columns: minmax(360px, 0.92fr) minmax(460px, 1.08fr);
	}

	.tto-kiosk-lp__hero-visual {
		margin-right: -8px;
	}

	.tto-kiosk-lp__operation-flow {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tto-kiosk-lp__operation-flow li:nth-child(3) {
		border-right: 0;
	}

	.tto-kiosk-lp__operation-flow li:nth-child(n + 4) {
		border-top: 1px solid #f2e2d6;
	}
}

@media screen and (max-width: 1024px) {
	.tto-kiosk-lp__hero {
		background: #ffffff;
	}

	.tto-kiosk-lp__hero-inner {
		display: flex;
		flex-direction: column-reverse;
		min-height: 0;
	}

	.tto-kiosk-lp__hero-content {
		padding: 34px 0 42px;
	}

	.tto-kiosk-lp__hero-title {
		font-size: clamp(18px, 5.6vw, 32px);
		line-height: 1.35;
		letter-spacing: 0;
		white-space: normal;
	}

	.tto-kiosk-lp__hero-title br {
		display: none;
	}

	.tto-kiosk-lp__hero-title br.tto-kiosk-lp__hero-break {
		display: inline;
	}

	.tto-kiosk-lp__pc-break {
		display: none;
	}

	.tto-kiosk-lp__sp-break {
		display: inline;
	}

	.tto-kiosk-lp__hero-visual {
		min-height: 430px;
		margin: 0 calc(50% - 50vw);
	}

	.tto-kiosk-lp__hero-photo {
		border-radius: 0 0 24px 24px;
	}

	.tto-kiosk-lp__combo {
		bottom: 22px;
		width: min(520px, calc(100% - 40px));
	}

	.tto-kiosk-lp__voice-band {
		grid-template-columns: 1fr;
		margin-top: -52px;
		margin-bottom: 18px;
	}

	.tto-kiosk-lp__issue-grid,
	.tto-kiosk-lp__reason-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tto-kiosk-lp__benefits {
		grid-template-columns: 1fr;
	}

	.tto-kiosk-lp__benefits-center {
		width: 104px;
		height: 104px;
		margin: 8px auto;
		font-size: 18px;
	}

	.tto-kiosk-lp__section--comparison {
		padding-top: 80px;
		padding-bottom: 96px;
	}

	.tto-kiosk-lp__cta-layout {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 940px) {
	.tto-kiosk-lp__recommend-band,
	.tto-kiosk-lp__voice-band {
		padding: 26px 20px;
		border-radius: 14px;
	}

	.tto-kiosk-lp__recommend-band {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 22px;
		padding: 0 12px;
	}

	.tto-kiosk-lp__recommend-band h2 {
		white-space: normal;
	}

	.tto-kiosk-lp__recommend-list,
	.tto-kiosk-lp__voice-grid {
		grid-template-columns: 1fr;
	}

	.tto-kiosk-lp__voice-card img {
		flex-basis: 100px;
		width: 100px;
		height: 100px;
	}

	.tto-kiosk-lp__voice-grid blockquote {
		min-height: 0;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.tto-kiosk-lp__container {
		width: min(1120px, calc(100% - 24px));
	}

	.tto-kiosk-lp__section {
		padding: 50px 0;
	}

	.tto-kiosk-lp__hero-visual {
		min-height: 480px;
	}

	.tto-kiosk-lp__combo {
		bottom: 18px;
		width: min(360px, calc(100% - 24px));
		padding: 18px 12px 14px;
	}

	.tto-kiosk-lp__combo-row {
		grid-template-columns: minmax(0, 138px) auto minmax(0, 138px);
		column-gap: 10px;
		row-gap: 8px;
	}

	.tto-kiosk-lp__combo-badge {
		min-width: 220px;
		padding: 8px 14px 7px;
		font-size: 12px;
	}

	.tto-kiosk-lp__combo-badge strong {
		font-size: 18px;
	}

	.tto-kiosk-lp__combo-image {
		max-width: 138px;
	}

	.tto-kiosk-lp__combo-logo {
		max-width: 138px;
		height: 32px;
		font-size: 14px;
	}

	.tto-kiosk-lp__tablet-device {
		width: 108px;
	}

	.tto-kiosk-lp__kiosk-device {
		width: 108px;
		height: 96px;
		transform: scale(0.9);
		transform-origin: top center;
	}

	.tto-kiosk-lp__hero-content {
		padding-top: 26px;
	}

	.tto-kiosk-lp__voice-band {
		margin-top: -32px;
		margin-bottom: 14px;
	}

	.tto-kiosk-lp__hero-lead {
		font-size: 16px;
		line-height: 1.95;
	}

	.tto-kiosk-lp__hero-lead p br:first-of-type {
		display: none;
	}

	.tto-kiosk-lp__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		width: 100%;
	}

	.tto-kiosk-lp__button {
		width: 100%;
		min-width: 0;
	}

	.tto-kiosk-lp__hero .tto-kiosk-lp__button {
		width: 100%;
		font-size: 16px;
	}

	.tto-kiosk-lp__recommend-band,
	.tto-kiosk-lp__voice-band,
	.tto-kiosk-lp__cta-inner {
		padding: 26px 20px;
		border-radius: 14px;
	}

	.tto-kiosk-lp__recommend-band {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 22px;
		padding: 0 12px;
	}

	.tto-kiosk-lp__recommend-list,
	.tto-kiosk-lp__voice-grid,
	.tto-kiosk-lp__issue-grid,
	.tto-kiosk-lp__flow,
	.tto-kiosk-lp__operation-flow {
		grid-template-columns: 1fr;
	}

	.tto-kiosk-lp__voice-card img {
		flex-basis: 100px;
		width: 100px;
		height: 100px;
	}

	.tto-kiosk-lp__reason-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.tto-kiosk-lp__section--flow .tto-kiosk-lp__heading {
		margin-bottom: 36px;
	}

	.tto-kiosk-lp__flow > li {
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		grid-template-areas:
			"image title"
			"image body";
		column-gap: 16px;
		row-gap: 8px;
		align-items: start;
		padding: 36px 18px 22px;
		text-align: left;
	}

	.tto-kiosk-lp__flow > li .tto-kiosk-lp__flow-icon {
		grid-area: image;
		align-self: start;
		width: 96px;
		height: 96px;
		margin: 0;
	}

	.tto-kiosk-lp__flow > li h3 {
		grid-area: title;
		margin: 0;
		font-size: 17px;
		line-height: 1.4;
	}

	.tto-kiosk-lp__flow > li p {
		grid-area: body;
		margin: 0;
	}

	.tto-kiosk-lp__flow > li .tto-kiosk-lp__flow-step {
		left: 8px;
		top: 8px;
		transform: none;
		z-index: 3;
	}

	.tto-kiosk-lp__recommend-band h2 {
		white-space: normal;
	}

	.tto-kiosk-lp__voice-grid blockquote {
		min-height: 0;
		font-size: 14px;
	}

	.tto-kiosk-lp__issue-card {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		grid-template-areas:
			"image number"
			"image title"
			"image body";
		column-gap: 16px;
		row-gap: 6px;
		align-items: start;
		min-height: 0;
		padding: 20px 18px;
	}

	.tto-kiosk-lp__issue-number {
		grid-area: number;
		margin: 0;
		text-align: left;
	}

	.tto-kiosk-lp__issue-card h3 {
		grid-area: title;
		margin: 0;
		font-size: 17px;
		line-height: 1.4;
		text-align: left;
	}

	.tto-kiosk-lp__issue-image--wide {
		grid-area: image;
		width: 112px;
		height: 104px;
		margin: 0;
	}

	.tto-kiosk-lp__issue-card p:last-child {
		grid-area: body;
		margin: 0;
	}

	.tto-kiosk-lp__reason-card {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 16px;
		padding: 20px 18px;
	}

	.tto-kiosk-lp__reason-icon {
		width: 100px;
		height: 100px;
		font-size: 10px;
	}

	.tto-kiosk-lp__operation-flow li,
	.tto-kiosk-lp__operation-flow li:nth-child(n + 4) {
		display: grid;
		grid-template-columns: 120px minmax(0, 1fr);
		grid-template-areas:
			"image title"
			"image body";
		column-gap: 16px;
		row-gap: 8px;
		align-items: flex-start;
		min-height: 0;
		padding: 32px 18px 22px;
		text-align: left;
		border-right: 0;
		border-top: 1px solid #f2e2d6;
	}

	.tto-kiosk-lp__operation-flow li:first-child {
		border-top: 0;
	}

	.tto-kiosk-lp__operation-flow li::before,
	.tto-kiosk-lp__operation-flow li::after {
		display: none;
	}

	.tto-kiosk-lp__flow-icon {
		grid-area: image;
		width: 72px;
		height: 72px;
		margin: 0;
	}

	.tto-kiosk-lp__flow-icon--portrait {
		width: 120px;
		height: 148px;
	}

	.tto-kiosk-lp__flow-step {
		left: 10px;
		top: 10px;
		z-index: 3;
	}

	.tto-kiosk-lp__operation-flow h3 {
		grid-area: title;
		margin: 0;
		font-size: 17px;
		line-height: 1.4;
	}

	.tto-kiosk-lp__operation-flow p {
		grid-area: body;
		margin: 0;
	}

	.tto-kiosk-lp__benefit-inner {
		grid-template-columns: 1fr;
		gap: 16px;
		justify-items: center;
	}

	.tto-kiosk-lp__benefit-content {
		text-align: center;
	}

	.tto-kiosk-lp__benefit-card ul {
		display: inline-block;
		text-align: left;
	}

	.tto-kiosk-lp__benefit-photo {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}

	.tto-kiosk-lp__benefits-center {
		width: 88px;
		height: 88px;
		margin: 8px auto;
		font-size: 16px;
	}

	.tto-kiosk-lp__section--comparison {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.tto-kiosk-lp__comparison-wrap {
		padding: 12px;
		border-radius: 18px;
	}

	.tto-kiosk-lp__comparison-table {
		min-width: 420px;
		font-size: 14px;
		line-height: 1.65;
	}

	.tto-kiosk-lp__comparison-table th,
	.tto-kiosk-lp__comparison-table td {
		padding: 15px 14px;
	}

	.tto-kiosk-lp__comparison-table thead th {
		font-size: 16px;
	}

	.tto-kiosk-lp__comparison-table thead td,
	.tto-kiosk-lp__comparison-table tbody th {
		width: 22%;
		white-space: normal;
	}

	.tto-kiosk-lp__comparison-table thead th,
	.tto-kiosk-lp__comparison-table tbody td {
		width: 39%;
	}

	.tto-kiosk-lp__comparison-table tbody th {
		font-size: 14px;
	}

	.tto-kiosk-lp__comparison-copy {
		margin-top: 22px;
		font-size: 15px;
		line-height: 1.9;
	}

	.tto-kiosk-lp__comparison-points {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 22px;
	}

	.tto-kiosk-lp__comparison-point {
		padding: 24px 24px 22px;
		font-size: 16px;
		line-height: 1.6;
	}

	.tto-kiosk-lp__cta {
		padding: 0 0 120px;
	}

	.tto-kiosk-lp__cta-aside .tto-kiosk-lp__actions {
		margin-top: 20px;
		grid-template-columns: 1fr;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.tto-kiosk-lp__hero-visual {
		min-height: 430px;
	}

	.tto-kiosk-lp__hero-slides img {
		object-position: 60% center;
	}

	.tto-kiosk-lp__combo {
		width: min(320px, calc(100% - 20px));
	}

	.tto-kiosk-lp__combo-row {
		grid-template-columns: minmax(0, 118px) auto minmax(0, 118px);
		column-gap: 8px;
		row-gap: 8px;
	}

	.tto-kiosk-lp__combo-image {
		max-width: 118px;
	}

	.tto-kiosk-lp__combo-product p {
		font-size: 12px;
	}

	.tto-kiosk-lp__hero-title {
		font-size: clamp(16px, 6.8vw, 24px);
	}

	.tto-kiosk-lp__check-list li {
		font-size: 16px;
	}

	.tto-kiosk-lp__check-list span {
		font-size: 14px;
	}

	.tto-kiosk-lp__heading h2 {
		font-size: 28px;
	}

	.tto-kiosk-lp__issue-number {
		font-size: 16px;
	}

	.tto-kiosk-lp__issue-card h3 {
		font-size: 17px;
	}

	.tto-kiosk-lp__issue-card p:last-child {
		font-size: 14px;
	}

	.tto-kiosk-lp__marquee {
		width: calc(100% - 20px);
	}

	.tto-kiosk-lp__shop-card {
		width: 184px;
		min-height: 92px;
		padding: 14px;
	}

	.tto-kiosk-lp__shop-card p {
		font-size: 13px;
	}

	.tto-kiosk-lp__shop-card strong {
		font-size: 16px;
	}

	.tto-kiosk-lp__shop-card p span {
		font-size: 12px;
	}
}

.okagemaru-widget {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1200;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	color: #ffffff;
	pointer-events: none;
}

.okagemaru-widget > * {
	pointer-events: auto;
}

body.page-feature-tto-kiosk-chat.page-feature-tto-kiosk-page-top-managed #page_top {
	right: auto;
	left: 16px;
	bottom: 20px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

body.page-feature-tto-kiosk-chat.page-feature-tto-kiosk-page-top-managed.page-feature-tto-kiosk-page-top-visible #page_top {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.okagemaru-dialog {
	width: min(360px, calc(100vw - 32px));
	max-height: min(72vh, 560px);
	overflow: auto;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	background: #111111;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
	}

.okagemaru-dialog-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 16px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

.okagemaru-dialog-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	}

.tto-kiosk-lp .okagemaru-sprite {
	width: 64px;
	max-width: none;
	height: 64px;
	padding: 8px;
	border-radius: 50%;
	background: #ffffff;
	object-fit: contain;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
	flex: 0 0 auto;
	}

.tto-kiosk-lp .okagemaru-sprite--small {
	width: 40px;
	height: 40px;
	padding: 5px;
	}

.okagemaru-trigger-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 6px;
	border-radius: 50%;
	background: #ffffff;
	flex: 0 0 auto;
	overflow: hidden;
	}

.tto-kiosk-lp .okagemaru-trigger-sprite {
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: contain;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
	animation: okagemaru-bob 1.4s steps(1, end) infinite;
	}

@keyframes okagemaru-bob {
	0%,
	49.999%,
	100% {
		transform: translateY(0);
	}
	50%,
	99.999% {
		transform: translateY(-1px);
	}
}

.okagemaru-close {
	appearance: none;
	border: 0;
	padding: 0;
	background: transparent;
	color: #ffffff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	}

.okagemaru-close,
.okagemaru-choice,
.okagemaru-trigger,
.okagemaru-link {
	touch-action: manipulation;
	}

.okagemaru-message {
	padding: 18px 18px 8px;
	}

.okagemaru-speaker {
	margin: 0 0 8px;
	color: #d5d5d5;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	}

.okagemaru-text {
	display: grid;
	gap: 6px;
	}

.okagemaru-text p {
	margin: 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
	}

.okagemaru-text strong {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.04em;
	}

.okagemaru-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	transition: transform .2s ease, box-shadow .2s ease, background-position .35s ease, background-color .2s ease;
	}

.okagemaru-link--contact {
	border: 1px solid transparent;
	background: linear-gradient(135deg, #f8a907 0%, var(--tto-accent) 50%, #f8a907 100%);
	background-size: 200% 100%;
	background-position: 100% 50%;
	color: #ffffff;
	box-shadow: none;
	}

.okagemaru-link--document {
	border: 1px solid rgba(17, 17, 17, 0.14);
	background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
	color: #111111;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	}

.okagemaru-link--phone {
	font-size: 18px;
	letter-spacing: 0.04em;
	}

.okagemaru-choices {
	display: grid;
	gap: 10px;
	padding: 10px 18px 18px;
	}

.okagemaru-followup {
	margin: 0;
	color: #c8c8c8;
	font-size: 13px;
	line-height: 1.6;
	}

.okagemaru-choice {
	appearance: none;
	width: 100%;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 16px;
	padding: 14px 16px;
	background: #ffffff;
	color: #111111;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
	}

.okagemaru-trigger {
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 64px;
	padding: 8px 16px 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: #111111;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
	color: #ffffff;
	cursor: pointer;
	}

.okagemaru-trigger-label {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	white-space: nowrap;
	}

@media (hover: hover) {
	.okagemaru-choice:hover,
	.okagemaru-trigger:hover,
	.okagemaru-link:hover {
		transform: translateY(-2px);
	}

	.okagemaru-choice:hover {
		background: #f3f3f3;
		border-color: rgba(17, 17, 17, 0.18);
	}

	.okagemaru-link--contact:hover {
		background-position: 0 50%;
		box-shadow: 0 10px 20px rgba(237, 108, 0, 0.22);
	}

	.okagemaru-link--document:hover {
		background: linear-gradient(180deg, #ffffff 0%, #ededed 100%);
		box-shadow: 0 9px 18px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.96);
	}
	}

.okagemaru-close:focus-visible,
.okagemaru-choice:focus-visible,
.okagemaru-trigger:focus-visible,
.okagemaru-link:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.42);
	outline-offset: 3px;
	}

@media screen and (max-width: 767px) {
	body.page-feature-tto-kiosk-chat.page-feature-tto-kiosk-page-top-managed #page_top {
		left: 12px;
		bottom: 12px;
	}

	.okagemaru-widget {
		right: 12px;
		bottom: 12px;
		left: 12px;
		align-items: stretch;
	}

	.okagemaru-dialog {
		width: 100%;
		max-height: min(68vh, 540px);
	}

	.okagemaru-trigger {
		justify-content: center;
		width: fit-content;
		max-width: 100%;
		align-self: flex-end;
	}
	}

@media screen and (max-width: 480px) {
	.okagemaru-trigger {
		min-height: 60px;
		padding: 7px 14px 7px 9px;
	}

	.okagemaru-trigger-icon {
		width: 44px;
		height: 44px;
		padding: 5px;
	}

	.okagemaru-trigger-label {
		font-size: 12px;
	}
	}
