/**
 * Tailwind CSS Compiled
 * tw- プレフィックス付きクラスの静的CSS
 */

/* Layout */
.tw-max-w-2xl { max-width: 42rem; }
.tw-max-w-5xl { max-width: 64rem; }
.tw-mx-auto { margin-left: auto; margin-right: auto; }
.tw-my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
.tw-my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.tw-my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.tw-my-12 { margin-top: 3rem; margin-bottom: 3rem; }
.tw-px-4 { padding-left: 1rem; padding-right: 1rem; }
.tw-px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.tw-px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.tw-px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.tw-py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.tw-py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.tw-py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.tw-py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.tw-p-4 { padding: 1rem; }
.tw-p-5 { padding: 1.25rem; }
.tw-p-6 { padding: 1.5rem; }
.tw-p-7 { padding: 1.75rem; }
.tw-p-9 { padding: 2.25rem; }
.tw-pt-3 { padding-top: 0.75rem; }
.tw-pt-4 { padding-top: 1rem; }
.tw-pt-5 { padding-top: 1.25rem; }
.tw-pt-\[2px\] { padding-top: 2px; }
.tw-pt-\[0\.6rem\] { padding-top: 0.6rem; }
.tw-pb-4 { padding-bottom: 1rem; }
.tw-pb-5 { padding-bottom: 1.25rem; }
.tw-pb-6 { padding-bottom: 1.5rem; }
.tw-pb-1 { padding-bottom: 0.25rem; }
.tw-pb-2 { padding-bottom: 0.5rem; }
.tw-pb-8 { padding-bottom: 2rem; }
.tw-pb-10 { padding-bottom: 2.5rem; }
.tw-pb-12 { padding-bottom: 3rem; }
.tw-mt-0 { margin-top: 0; }
.tw-mb-1 { margin-bottom: 0.25rem; }
.tw-mb-2 { margin-bottom: 0.5rem; }
.tw-mb-4 { margin-bottom: 1rem; }
.tw-mb-\[5px\] { margin-bottom: 5px; }
.tw-m-0 { margin: 0; }
.tw-mr-\[15px\] { margin-right: 15px; }
.tw-w-8 { width: 2rem; }
.tw-w-10 { width: 2.5rem; }
.tw-w-20 { width: 5rem; }
.tw-w-32 { width: 8rem; }
.tw-w-48 { width: 12rem; }
.tw-w-full { width: 100%; }
.tw-h-8 { height: 2rem; }
.tw-h-10 { height: 2.5rem; }
.tw-h-24 { height: 6rem; }
.tw-h-48 { height: 12rem; }
.tw-h-64 { height: 16rem; }
.tw-h-auto { height: auto; }
.tw-h-full { height: 100%; }
.tw-min-w-40 { min-width: 10rem; }
.tw-w-\[160px\] { width: 160px; }
.tw-w-\[200px\] { width: 200px; }
.tw-aspect-video { aspect-ratio: 16 / 9; }
.tw-aspect-\[3\/2\] { aspect-ratio: 3 / 2; }
.tw-aspect-\[4\/3\] { aspect-ratio: 4 / 3; }

/* Display */
.tw-hidden { display: none; }
.tw-block { display: block; }
.tw-inline { display: inline; }
.tw-inline-block { display: inline-block; }

/* Flexbox */
.tw-flex { display: flex; }
.tw-flex-col { flex-direction: column; }
.tw-flex-row { flex-direction: row; }
.tw-flex-1 { flex: 1 1 0%; }
.tw-flex-shrink-0 { flex-shrink: 0; }
.tw-items-center { align-items: center; }
.tw-items-end { align-items: flex-end; }
.tw-items-baseline { align-items: baseline; }
.tw-items-stretch { align-items: stretch; }
.tw-justify-center { justify-content: center; }
.tw-self-stretch { align-self: stretch; }
.tw-gap-1 { gap: 0.25rem; }
.tw-gap-2 { gap: 0.5rem; }
.tw-gap-3 { gap: 0.75rem; }
.tw-gap-4 { gap: 1rem; }
.tw-gap-5 { gap: 1.25rem; }
.tw-gap-6 { gap: 1.5rem; }
.tw-gap-8 { gap: 2rem; }
.tw-gap-10 { gap: 2.5rem; }
.tw-gap-x-2 { column-gap: 0.5rem; }
.tw-gap-y-0 { row-gap: 0; }

/* Typography */
.tw-text-left { text-align: left; }
.tw-text-center { text-align: center; }
.tw-text-right { text-align: right; }
.tw-text-\[10px\] { font-size: 10px; line-height: 1.2; }
.tw-text-xs { font-size: 0.75rem; line-height: 1rem; }
.tw-text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.tw-text-base { font-size: 1rem; line-height: 1.5rem; }
.tw-text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.tw-text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.tw-text-2xl { font-size: 1.5rem; line-height: 2rem; }
.tw-text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.tw-text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.tw-text-5xl { font-size: 3rem; line-height: 1; }
.tw-text-6xl { font-size: 3.75rem; line-height: 1; }
.tw-font-bold { font-weight: 700; }
.tw-leading-tight { line-height: 1.25; }
.tw-line-through { text-decoration: line-through; }
.tw-no-underline { text-decoration: none; }
.tw-tracking-\[0\.3em\] { letter-spacing: 0.3em; }
.tw-tracking-\[0\.4em\] { letter-spacing: 0.4em; }
.tw-text-\[1\.1rem\] { font-size: 1.1rem; }
.tw-leading-\[2\] { line-height: 1.7; }
.tw-leading-relaxed { line-height: 1.625; }

/* Colors */
.tw-text-white { color: #fff; }
.tw-text-\[\#4a4a4a\] { color: #4a4a4a; }
.tw-text-\[\#6a6a6a\] { color: #6a6a6a; }
.tw-text-\[\#8a8a8a\] { color: #8a8a8a; }
.tw-text-\[\#dd7316\] { color: #dd7316; }
.tw-text-\[var\(--color-gradient-start\)\] { color: var(--color-gradient-start); }
.tw-bg-white { background-color: #fff; }
.tw-bg-\[\#faf6f0\] { background-color: #faf6f0; }
.tw-bg-\[\#dd7316\] { background-color: #dd7316; }
.tw-bg-\[\#06C755\] { background-color: #06C755; }
.tw-bg-\[var\(--color-cta-start\)\] { background-color: var(--color-cta-start); }

/* Borders */
.tw-border { border-width: 1px; border-style: solid; }
.tw-border-solid { border-style: solid; }
.tw-border-b-2 { border-bottom-width: 2px; border-bottom-style: solid; }
.tw-border-\[\#e8dcc8\] { border-color: #e8dcc8; }
.tw-border-\[\#8a8a8a\] { border-color: #8a8a8a; }
.tw-border-\[var\(--color-cta-start\)\] { border-color: var(--color-cta-start); }
.tw-border-\[var\(--color-secondary-bg\)\] { border-color: var(--color-secondary-bg); }
.tw-rounded-2xl { border-radius: 1rem; }
.tw-rounded-lg { border-radius: 0.5rem; }
.tw-rounded-full { border-radius: 9999px; }
.tw-rounded-\[3px\] { border-radius: 3px; }
.tw-rounded-\[30px\] { border-radius: 30px; }
.tw-rounded-\[var\(--border-radius-card\)\] { border-radius: var(--border-radius-card); }

/* Effects */
.tw-shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); }
.tw-overflow-hidden { overflow: hidden; }

/* Positioning */
.tw-relative { position: relative; }
.tw-absolute { position: absolute; }
.tw-right-5 { right: 1.25rem; }
.tw-right-6 { right: 1.5rem; }

/* Object */
.tw-object-cover { object-fit: cover; }
.tw-object-top { object-position: top; }

/* Transitions */
.tw-transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.tw-duration-300 { transition-duration: 300ms; }

/* Hover states */
.hover\:tw-shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); }
.hover\:tw-text-\[\#dd7316\]:hover { color: #dd7316; }
.hover\:tw-text-white:hover { color: #fff; }
.hover\:tw-bg-\[\#dd7316\]:hover { background-color: #dd7316; }

/* List styles */
.tw-list-none { list-style: none; }
.tw-list-disc { list-style-type: disc; }
.tw-list-inside { list-style-position: inside; }

/* Cursor */
.tw-cursor-pointer { cursor: pointer; }

/* Additional padding/margin */
.tw-px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.tw-py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.tw-py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.tw-pt-0 { padding-top: 0; }
.tw-pl-6 { padding-left: 1.5rem; }
.tw-mt-2 { margin-top: 0.5rem; }
.tw-mt-8 { margin-top: 2rem; }
.tw-mb-3 { margin-bottom: 0.75rem; }
.tw-mb-6 { margin-bottom: 1.5rem; }
.tw-mb-8 { margin-bottom: 2rem; }
.tw-mb-10 { margin-bottom: 2.5rem; }
.tw-mb-12 { margin-bottom: 3rem; }
.tw-mb-14 { margin-bottom: 3.5rem; }
.tw-mb-16 { margin-bottom: 4rem; }
.tw-mb-20 { margin-bottom: 5rem; }
.tw-mt-10 { margin-top: 2.5rem; }
.tw-mt-12 { margin-top: 3rem; }
.tw-mt-14 { margin-top: 3.5rem; }
.tw-mt-16 { margin-top: 4rem; }
.tw-mt-20 { margin-top: 5rem; }
.tw-mr-1 { margin-right: 0.25rem; }
.tw-mr-2 { margin-right: 0.5rem; }
.tw-mr-3 { margin-right: 0.75rem; }
.tw-mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.tw-mt-3 { margin-top: 0.75rem; }
.tw-mt-4 { margin-top: 1rem; }
.tw-py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.tw-px-4 { padding-left: 1rem; padding-right: 1rem; }

/* Additional text styles */
.tw-text-right { text-align: right; }
.tw-leading-relaxed { line-height: 1.625; }
.tw-italic { font-style: italic; }

/* Display */
.tw-inline-block { display: inline-block; }
.tw-inline-flex { display: inline-flex; }
.tw-block { display: block; }

/* Flex wrap */
.tw-flex-wrap { flex-wrap: wrap; }

/* Border styles */
.tw-border-t { border-top-width: 1px; border-top-style: solid; }
.tw-border-b { border-bottom-width: 1px; border-bottom-style: solid; }

/* Responsive: sm (640px+) */
@media (min-width: 640px) {
    .sm\:tw-text-xs { font-size: 0.75rem; line-height: 1rem; }
    .sm\:tw-text-sm { font-size: 0.875rem; line-height: 1.25rem; }
    .sm\:tw-text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .sm\:tw-text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .sm\:tw-text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
    .sm\:tw-text-5xl { font-size: 3rem; line-height: 1; }
    .sm\:tw-flex-row { flex-direction: row; }
    .sm\:tw-flex-col { flex-direction: column; }
    .sm\:tw-items-end { align-items: flex-end; }
    .sm\:tw-gap-0 { gap: 0; }
    .sm\:tw-gap-4 { gap: 1rem; }
    .sm\:tw-tracking-\[0\.3em\] { letter-spacing: 0.3em; }
    .sm\:tw-tracking-\[0\.4em\] { letter-spacing: 0.4em; }
    .sm\:tw-w-32 { width: 8rem; }
    .sm\:tw-w-48 { width: 12rem; }
    .sm\:tw-w-\[200px\] { width: 200px; }
    .sm\:tw-h-full { height: 100%; }
    .sm\:tw-p-8 { padding: 2rem; }
    .sm\:tw-p-9 { padding: 2.25rem; }
    .sm\:tw-pb-12 { padding-bottom: 3rem; }
    .sm\:tw-my-4 { margin-top: 1rem; margin-bottom: 1rem; }
    .sm\:tw-gap-5 { gap: 1.25rem; }
    .sm\:tw-text-\[28px\] { font-size: 28px; line-height: 1.2; }
    .sm\:tw-text-center { text-align: center; }
    .sm\:tw-inline { display: inline; }
    .sm\:tw-hidden { display: none; }
    .sm\:tw-py-16 { padding-top: 4rem; padding-bottom: 4rem; }
    .sm\:tw-gap-10 { gap: 2.5rem; }
    .sm\:tw-text-base { font-size: 1rem; line-height: 1.5rem; }
}

/* Responsive: md (768px+) */
@media (min-width: 768px) {
    .md\:tw-flex-row { flex-direction: row; }
    .md\:tw-flex-row-reverse { flex-direction: row-reverse; }
    .md\:tw-w-1\/3 { width: 33.333333%; }
    .md\:tw-w-2\/5 { width: 40%; }
    .md\:tw-w-1\/2 { width: 50%; }
    .md\:tw-w-3\/5 { width: 60%; }
    .md\:tw-w-2\/3 { width: 66.666667%; }
    .md\:tw-w-\[280px\] { width: 280px; }
}

/* Grid Layout */
.tw-grid { display: grid; }
.tw-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.tw-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tw-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tw-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tw-grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.tw-grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

/* Responsive: sm grid (640px+) */
@media (min-width: 640px) {
    .sm\:tw-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:tw-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sm\:tw-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .sm\:tw-grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

/* Responsive: lg (1024px+) */
@media (min-width: 1024px) {
    .lg\:tw-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:tw-grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .lg\:tw-grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
    .lg\:tw-inline { display: inline; }
}

/* Transitions */
.tw-transition-colors { transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.tw-transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

/* Hover States */
.hover\:tw-bg-\[var\(--color-cta-end\)\]:hover { background-color: var(--color-cta-end); }
.hover\:tw-text-white:hover { color: #fff; }
.hover\:tw-text-\[var\(--color-cta-end\)\]:hover { color: var(--color-cta-end); }
.hover\:tw-opacity-80:hover { opacity: 0.8; }

/* Opacity */
.tw-opacity-70 { opacity: 0.7; }
.tw-opacity-80 { opacity: 0.8; }
