*,
::before,
::after {
box-sizing: border-box;
border-style: solid;
border-width: 0;
} html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
} body {
margin: 0;
}
main {
display: block;
} p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
margin: 0;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
margin: 0;
} ul,
ol {
margin: 0;
padding: 0;
list-style: none;
} dt {
font-weight: bold;
}
dd {
margin-left: 0;
} hr {
box-sizing: content-box;
height: 0;
overflow: visible;
border-top-width: 1px;
margin: 0;
clear: both;
color: inherit;
}
pre {
font-family: monospace, monospace;
font-size: inherit;
}
address {
font-style: inherit;
} a {
background-color: transparent;
text-decoration: none;
color: inherit;
}
abbr[title] {
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: inherit;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
} svg,
img,
embed,
object,
iframe {
vertical-align: bottom;
} button,
input,
optgroup,
select,
textarea {
-webkit-appearance: none;
appearance: none;
vertical-align: middle;
color: inherit;
font: inherit;
background: transparent;
padding: 0;
margin: 0;
border-radius: 0;
text-align: inherit;
text-transform: inherit;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
cursor: default;
}
:-moz-focusring {
outline: auto;
}
select:disabled {
opacity: inherit;
}
option {
padding: 0;
}
fieldset {
margin: 0;
padding: 0;
min-width: 0;
}
legend {
padding: 0;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
} details {
display: block;
}
summary {
display: list-item;
} table {
border-color: inherit;
border-collapse: collapse;
}
caption {
text-align: left;
}
td,
th {
vertical-align: top;
padding: 0;
}
th {
text-align: left;
font-weight: bold;
}:root { --color-bg: #0a0614;
--color-bg-light: #120b1f;
--color-bg-dark: #050309;
--color-text: #e8dbb8;
--color-text-light: rgba(232, 219, 184, 0.7);
--color-text-muted: rgba(232, 219, 184, 0.5);
--color-gold: #c9a962;
--color-gold-light: #e8dbb8;
--color-gold-dark: #a68b4b;
--color-gold-pale: rgba(232, 219, 184, 0.95);
--color-purple: #7b4bb8;
--color-purple-light: #9b6dcc;
--color-purple-glow: #a8b4d4;
--color-border: rgba(123, 75, 184, 0.2);
--color-border-light: rgba(123, 75, 184, 0.1); --font-mincho: 'Shippori Mincho', 'Noto Serif JP', 'Yu Mincho', '游明朝', serif;
--font-size-base: 1rem;
--font-size-sm: 13px;
--font-size-xs: 12px;
--font-size-lg: 16px;
--font-size-xl: 18px;
--font-size-2xl: 22px;
--font-size-3xl: 26px;
--font-size-4xl: 32px;
--font-size-5xl: 42px;
--line-height-base: 1.9;
--line-height-tight: 1.6;
--line-height-loose: 2.2;
--letter-spacing-base: 0.08em;
--letter-spacing-wide: 0.15em;
--letter-spacing-wider: 0.2em; --spacing-xs: 8px;
--spacing-sm: 16px;
--spacing-md: 24px;
--spacing-lg: 40px;
--spacing-xl: 60px;
--spacing-2xl: 80px;
--spacing-3xl: 120px; --max-width: 1200px;
--max-width-narrow: 1000px;
--max-width-content: 800px;
--max-width-text: 700px;
--header-height: 70px; --transition-fast: 0.2s ease;
--transition-base: 0.3s ease;
--transition-slow: 0.5s ease;
} html {
font-size: 1rem;
scroll-behavior: smooth;
background: #0d0820;
}
body {
font-family: var(--font-mincho);
font-size: 1rem;
line-height: 2.1rem;
color: #ffefcf;
background: linear-gradient(180deg, #0a0614 0%, #1a0f2e 50%, #0d0820 100%);
background-attachment: fixed;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
min-height: 100vh;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
color: inherit;
text-decoration: none;
transition: color var(--transition-base), opacity var(--transition-base);
}
a:hover {
color: var(--color-gold-light);
}
p {
line-height: 2.1rem;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
body,p {
font-size: .875rem;
}
}
@media (max-width: 600px) {
p {
line-height: 1.9rem;
}
} .stars-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.star {
position: absolute;
background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 20%, transparent 70%);
border-radius: 50%;
animation: twinkle 2s ease-in-out infinite;
box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
}
.star.purple {
background: radial-gradient(circle, rgba(200,180,255,0.9) 0%, rgba(168,180,212,0.6) 20%, transparent 70%);
box-shadow: 0 0 5px 1px rgba(168,180,212,0.4);
}
.star.bright {
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 30%, transparent 60%);
box-shadow: 0 0 8px 2px rgba(255,255,255,0.5), 0 0 15px 4px rgba(201,169,98,0.2);
}
@keyframes twinkle {
0%, 100% { opacity: 0.4; transform: scale(1); }
50% { opacity: 1; transform: scale(1.5); }
}
@keyframes twinkleBright {
0%, 100% { opacity: 0.6; transform: scale(1); }
25% { opacity: 1; transform: scale(1.8); }
50% { opacity: 0.8; transform: scale(1.2); }
75% { opacity: 1; transform: scale(1.6); }
} .l-inner {
max-width: var(--max-width);
margin: 0 auto;
padding: 0 var(--spacing-lg);
} .header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
background: transparent;
height: var(--header-height);
transition: all var(--transition-base);
}
.header.is-scrolled {
background: rgba(10, 6, 20, 0.95);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid var(--color-border);
}
.header__inner {
max-width: 1200px;
margin: 0 auto;
padding: 0;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.header__logo a {
display: flex;
align-items: center;
gap: .3rem;
}
.header__logo-symbol {
width: 3.5rem;
height: 3.5rem;
}
.header__logo-txt {
font-size: 2.25rem;
font-weight: 500;
letter-spacing: var(--letter-spacing-wide);
color: var(--color-gold-pale);
}
.header__logo a:hover {
opacity: 0.8;
} .header__right {
display: flex;
align-items: center;
gap: 1rem;
}
.header__reserve-btn {
text-align: center;
display: block;
min-width: 180px;
padding: .5rem 1rem;
background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-dark) 100%);
color: #0a0614;
letter-spacing: .1em;
border-radius: 3px;
transition: all var(--transition-base);
}
.header__reserve-btn:hover {
transform: translateY(-1px);
box-shadow: 0 4px 15px rgba(201, 169, 98, 0.3);
color: #0a0614;
}
.header__line-btn {
text-align: center;
display: block;
min-width: 180px;
padding: .5rem 1rem;
position: relative;
border: 1px solid #c9a962;
color: #c9a962;
background: #0a0614;
box-shadow: 0 4px 20px rgba(201, 169, 98, 0.3);
border-radius: 3px;
transition: all var(--transition-base);
}
.header__line-btn:hover {
transform: translateY(-1px);
box-shadow: 0 4px 15px rgba(201, 169, 98, 0.3);
color: #c9a962;
}
.header__nav-list {
display: flex;
align-items: center;
gap: 32px;
list-style: none;
}
.header__nav-link {
font-size: var(--font-size-sm);
letter-spacing: 0.1em;
color: var(--color-text-light);
transition: color var(--transition-base);
}
.header__nav-link:hover {
color: var(--color-gold-light);
}
.header__nav-link--reserve {
display: none;
} .header__menu-btn {
display: none;
width: 56px;
height: 56px;
position: relative;
cursor: pointer;
background: none;
border: none;
flex-direction: column;
justify-content: center;
align-items: center;
gap: .5rem;
padding: .5rem;
z-index: 1001;
}
.header__menu-btn span {
display: block;
width: 38px;
height: 2px;
background: #fff7e9;
transition: all var(--transition-base);
border-radius: 1px;
}
.header__menu-btn.is-active span:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
.header__menu-btn.is-active span:nth-child(2) {
opacity: 0;
}
.header__menu-btn.is-active span:nth-child(3) {
transform: rotate(-45deg) translate(5px, -5px);
} .header__menu-btn.is-active {
opacity: 0;
pointer-events: none;
} .nav-mobile {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(10, 6, 20, 0.98);
z-index: 1100;
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}
.nav-mobile.is-active {
opacity: 1;
visibility: visible;
transition: opacity 0.2s ease, visibility 0s linear 0s;
}
.nav-mobile__close {
position: absolute;
top: 24px;
right: 24px;
width: 44px;
height: 44px;
background: none;
border: none;
cursor: pointer;
z-index: 1001;
}
.nav-mobile__close span {
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 24px;
height: 2px;
background: var(--color-gold-light);
}
.nav-mobile__close span:first-child {
transform: translate(-50%, -50%) rotate(45deg);
}
.nav-mobile__close span:last-child {
transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-mobile__inner {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 80px 20px;
}
.nav-mobile__list {
list-style: none;
text-align: center;
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
}
.nav-mobile__item {
margin: 20px 0;
}
.nav-mobile__link {
display: block;
font-size: 18px;
color: var(--color-text);
letter-spacing: 0.15em;
padding: 10px 0;
}
.nav-mobile__link:hover {
color: var(--color-gold-light);
}
.nav-mobile__link--reserve {
display: inline-block;
margin-top: 20px;
padding: 14px 40px;
background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-dark) 100%);
color: var(--color-bg) !important;
border-radius: 2px;
}
@media (max-width: 1280px) {
.header__inner {
padding: 0 1rem;
}
.header__logo-symbol {
width: 2.5rem;
height: 2.5rem;
}
.header__logo-txt {
font-size: 2rem;
}
.header__reserve-btn,
.header__line-btn {
min-width: 130px;
font-size: .9rem;
padding: .3rem .8rem;
}
.header__nav-list li {
font-size: .875rem;
}
}
@media (max-width: 1024px) {
.header {
height: 4.6rem;
}
.header__inner {
padding: 0 1.5rem;
}
.header__logo-symbol {
width: 2.5rem;
height: 2.5rem;
}
.header__logo-txt {
font-size: 2rem;
}
.header__menu-btn {
display: flex;
}
.header__nav,
.header__reserve-btn,
.header__line-btn {
display: none;
}
.nav-mobile {
display: block;
}
}
@media (max-width: 768px) {
.header {
height: 3.6rem;
}
.header__logo-symbol {
width: 2rem;
height: 2rem;
}
.header__logo-txt {
font-size: 1.5rem;
}
.header__menu-btn {
width: 40px;
height: 40px;
gap: .5rem;
}
.header__menu-btn span {
width: 36px;
height: 1.5px;
}
}
@media (max-width: 600px) {
} .footer {
background: linear-gradient(180deg, rgba(10, 6, 20, 0.8) 0%, rgba(5, 3, 9, 0.95) 100%);
padding: var(--spacing-2xl) var(--spacing-lg) var(--spacing-lg);
position: relative;
z-index: 1;
}
.footer__inner {
max-width: 1020px;
margin: 0 auto;
}
.footer__content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
margin-bottom: 1rem;
}
.footer__info {}
.footer__logo a {
display: flex;
align-items: center;
gap: .5rem;
margin-bottom: 2rem;
}
.footer__logo-symbol {
width: 5rem;
height: 5rem;
}
.footer__logo-txt {
font-size: 2.75rem;
font-weight: 500;
letter-spacing: .15rem;
color: #ffefcf;
}
.footer__info h3 {
font-size: 1.25rem;
font-weight: 400;
margin-bottom: .5rem;
}
.footer__info p {
font-size: .875rem;
line-height: 2;
}
.footer__nav ul {
display: grid;
grid-template-columns: 1fr 1fr;
gap:.5rem;
list-style: none;
}
.footer__nav a {
font-size: .875rem;
}
.footer__nav a:hover {
color: #c9a962;
}
.footer__bottom {
text-align: center;
padding-top: 1rem;
}
.footer__copyright {
font-size: .75rem;
opacity: 0.5;
}
@media (max-width: 1024px) {
.footer__content {
grid-template-columns: 1fr;
}
.footer__nav ul {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
.footer__logo a {
margin-bottom: 1rem;
}
.footer__logo-symbol {
width: 3rem;
height: 3rem;
}
.footer__logo-txt {
font-size: 2rem;
}
.footer__info h3 {
font-size: 1rem;
margin-bottom: 0;
}
.footer__nav ul {
gap: 0 .5rem;
}
} .section {
padding: 5rem 3rem;
position: relative;
z-index: 1;
}
.section--bg-light {
background: rgba(18, 11, 31, 0.5);
}
.section--bg-base {
background: transparent;
}
.section--bg-dark {
background: linear-gradient(135deg, rgba(123, 75, 184, 0.15) 0%, rgba(10, 6, 20, 0.9) 100%);
}
.section__inner {
max-width: var(--max-width-narrow);
margin: 0 auto;
}
.section__title {
text-align: center;
margin-bottom: var(--spacing-xl);
}
.section__title-en {
font-size: .6875rem;
color: #a8b4d4;
letter-spacing: .3em;
text-transform: uppercase;
margin-bottom: 1rem;
}
.section__title-ja {
font-size: 2rem;
font-weight: 400;
letter-spacing: .15em;
color: #ffefcf;
}
.section__title-ornament {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin: 2rem 0 1rem;
animation: fadeIn 1s ease 0.5s forwards;
opacity: 0;
}
.section__title-ornament-line {
width: 60px;
height: 1px;
background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}
.section__title-ornament-diamond {
width: 8px;
height: 8px;
border: 1px solid #c9a962;
transform: rotate(45deg);
}
@media (max-width: 1024px) {
.section__title-ja {
font-size: 1.75rem;
}
}
@media (max-width: 768px) {
.section__title-en {
margin-bottom: .5rem;
}
}
@media (max-width: 600px) {
.section {
padding: 3rem 2rem;
}
.section__title-ja {
font-size: 1.3rem;
}
.section__title-en {
margin-bottom: 0;
}
.section__title-ornament {
margin: 1.1rem 0;
gap: .8rem;
}
.section__title-ornament-diamond {
width: 5px;
height: 5px;
}
} .btn { letter-spacing: .15rem;
text-align: center;
cursor: pointer;
transition: all var(--transition-base);
padding-top: 2rem;
margin: 0 auto 1rem;
}
.btn--cta {
padding: 1rem 2rem;
background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-dark) 100%);
color: #0a0614;
border-radius: 3px;
box-shadow: 0 4px 20px rgba(201, 169, 98, 0.3);
}
.btn--cta:hover {
transform: translateY(-2px);
box-shadow: 0 6px 30px rgba(201, 169, 98, 0.4);
color: var(--color-bg);
}
.btn--primary {
padding: 1rem 2rem;
border: 1px solid #c9a962;
color: #c9a962;
box-shadow: 0 4px 20px rgba(201, 169, 98, 0.3);
}
.btn--primary:hover {
transform: translateY(-2px);
box-shadow: 0 6px 30px rgba(201, 169, 98, 0.4);
color: var(--color-bg);
}
.btn--primary {
padding: 1rem 2rem;
position: relative;
border: 1px solid #c9a962;
color: #c9a962;
box-shadow: 0 4px 20px rgba(201, 169, 98, 0.3);
padding-right: 5rem;
}
.btn--primary::after {
content: '';
position: absolute;
right: 30px;
top: 50%;
width: 8px;
height: 8px;
border-top: 1px solid #c9a962;
border-right: 1px solid #c9a962;
transform: translateY(-50%) rotate(45deg);
transition: right var(--transition-base);
}
.btn--primary:hover {
transform: translateY(-2px);
box-shadow: 0 6px 30px rgba(201, 169, 98, 0.4);
color: #c9a962;
}
.btn--primary:hover::after {
right: 24px;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
} .more-link {
text-align: center;
margin-top: var(--spacing-lg);
}
.more-link a {
font-size: var(--font-size-sm);
color: var(--color-text-muted);
border-bottom: 1px solid var(--color-border);
padding-bottom: 4px;
}
.more-link a:hover {
color: var(--color-gold-light);
border-color: var(--color-gold-light);
} .gold-line {
width: 1px;
height: 60px;
background: linear-gradient(to bottom, transparent, var(--color-gold), transparent);
margin: var(--spacing-lg) auto;
} .breadcrumb {
padding: calc(var(--header-height) + 20px) var(--spacing-lg) 0;
position: relative;
z-index: 1;
}
.breadcrumb__inner {
max-width: var(--max-width-narrow);
margin: 0 auto;
}
.breadcrumb__list {
display: flex;
flex-wrap: wrap;
gap: 8px;
font-size: var(--font-size-xs);
color: var(--color-text-muted);
list-style: none;
}
.breadcrumb__item {
display: flex;
align-items: center;
}
.breadcrumb__item::after {
content: '>';
margin-left: 8px;
opacity: 0.5;
}
.breadcrumb__item:last-child::after {
content: none;
}
.breadcrumb__link {
color: var(--color-text-muted);
transition: color var(--transition-base);
}
.breadcrumb__link:hover {
color: var(--color-gold-light);
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
} .page-header {
padding-top: 3rem;
text-align: center;
background: linear-gradient(180deg, rgba(18, 11, 31, 0.8) 0%, transparent 100%);
position: relative;
z-index: 1;
}
.page-header__title-en {
font-size: .75rem;
color: #a8b4d4;
letter-spacing: .3em;
text-transform: uppercase;
margin-bottom: .8rem;
}
.page-header__title {
font-size: 2rem;
font-weight: 400;
letter-spacing: .15rem;
color: #ffefcf;
}
@media (max-width: 1024px) {
.page-header__title {
font-size: 1.75rem;
}
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
.page-header {
padding-top: 2rem;
}
.page-header__title {
font-size: 1.5rem;
}
} .fixed-reserve {
display: none;
}
@media (max-width: 768px) {
.fixed-reserve {
display: block;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 998;
padding: 12px 20px;
padding-bottom: calc(12px + env(safe-area-inset-bottom));
background: rgba(10, 6, 20, 0.95);
backdrop-filter: blur(10px);
border-top: 1px solid var(--color-border);
}
.fixed-reserve__btn {
display: block;
width: 100%;
padding: .8rem 1.5rem;
background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-dark) 100%);
color: #0a0614;
text-align: center;
font-size: 1rem;
letter-spacing: .15rem;
border-radius: 3px;
}
.footer {
padding-bottom: calc(var(--spacing-lg) + 80px);
}
}
@media (max-width: 600px) {
.fixed-reserve {
padding: .5rem 1rem;
}
.fixed-reserve__btn {
font-size: .875rem;
padding: .5rem 1rem;
}
} .reveal {
opacity: 0;
transform: translateY(40px);
transition: all 0.8s ease;
}
.reveal.is-active {
opacity: 1;
transform: translateY(0);
} .br-pc {display: block;}
.br-tab {display: none;}
.br-sp {display: none;}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
.br-pc {display: block;}
.br-pc {display: block;}
.br-sp {display: none;}
}
@media (max-width: 600px) {
.br-pc {display: none;}
.br-tab {display: none;}
.br-sp {display: block;}
}.hero {
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
padding: 8rem 3rem 3rem;
}
.hero__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(ellipse at 30% 20%, rgba(123, 75, 184, 0.15) 0%, transparent 50%),radial-gradient(ellipse at 70% 80%, rgba(75, 50, 120, 0.1) 0%, transparent 50%);
z-index: 1;
}
.hero__moon {
position: absolute;
top: 10%;
right: 12%;
width: 140px;
height: 140px;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 0 60px rgba(168, 180, 212, 0.4), 0 0 120px rgba(123, 75, 184, 0.3);
animation: moonFloat 8s ease-in-out infinite;
z-index: 5;
}
.hero__moon img {
width: 100%;
height: 100%;
object-fit: cover;
}
@keyframes moonFloat {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-15px); }
} .sukuyo-ring {
position: absolute;
width: 600px;
height: 600px;
left: -150px;
top: 50%;
transform: translateY(-50%) rotateX(60deg) rotateZ(-15deg);
transform-style: preserve-3d;
z-index: 2;
opacity: 0.8;
animation: ringRotate 120s linear infinite;
}
.sukuyo-ring-2 {
position: absolute;
width: 500px;
height: 500px;
right: -100px;
bottom: -50px;
transform: rotateX(55deg) rotateZ(20deg);
transform-style: preserve-3d;
z-index: 2;
opacity: 0.6;
animation: ringRotate2 150s linear infinite reverse;
}
@keyframes ringRotate {
from { transform: translateY(-50%) rotateX(60deg) rotateZ(-15deg); }
to { transform: translateY(-50%) rotateX(60deg) rotateZ(345deg); }
}
@keyframes ringRotate2 {
from { transform: rotateX(55deg) rotateZ(20deg); }
to { transform: rotateX(55deg) rotateZ(380deg); }
}
.sukuyo-ring svg,
.sukuyo-ring-2 svg {
width: 100%;
height: 100%;
filter: drop-shadow(0 0 30px rgba(123, 75, 184, 0.6));
}
.hero__content {
position: relative;
z-index: 10;
text-align: center;
padding: 0 40px;
max-width: 800px;
} @keyframes fadeIn {
to { opacity: 1; }
}
.hero__title {
font-size: 2.5rem;
font-weight: 400;
letter-spacing: 0.25em;
line-height: 1.8;
margin-bottom: 1rem;
animation: fadeInUp 1s ease 0.2s forwards;
opacity: 0;
color: #ffefcf; }
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.hero__title-sub {
font-size: 2.5rem;
color: #ffefcf; letter-spacing: 0.2em;
}
.ttl_gold {
color: var(--color-gold);
}
.hero__sub {
color: #c9a962;
letter-spacing: 0.3em;
margin-bottom: 3rem;
animation: fadeInUp 1s ease 0.4s forwards;
opacity: 0;
}
.hero__copy {
line-height: 2.4;
color: #fff7e9; margin-bottom: 1rem;
animation: fadeInUp 1s ease 0.6s forwards;
opacity: 0;
}
.hero__ornament {
display: flex;
align-items: center;
justify-content: center;
margin: 1rem 0;
animation: fadeIn 1s ease 0.5s forwards;
opacity: 0;
}
.hero__ornament-line {
width: 1px;
height: 80px;
background: linear-gradient(to bottom, transparent, var(--color-gold), transparent);
}
@media (max-width: 1280px) { 
.sukuyo-ring,
.sukuyo-ring-2 {
width: 480px;
height: 480px;
}
.sukuyo-ring {
top: 45%;
left: -180px;
}
.sukuyo-ring-2 {
right: -130px;
}
}
@media (max-width: 1024px) {
.hero {
padding: 160px 40px 100px;
}
.hero__title {
font-size: 2rem;
}
.hero__title-sub {
font-size: 2rem;
}
.sukuyo-ring,
.sukuyo-ring-2 {
width: 420px;
height: 420px; }
.sukuyo-ring {
top: 40%;
left: -140px;
}
.sukuyo-ring-2 {
right: -160px;
}
.hero__moon {
width: 130px;
height: 130px;
right: 8%;
}
}
@media (max-width: 768px) {
.hero {
padding: 8rem 2rem 3rem;
min-height: auto;
}
.hero__content {
padding: 0 10px;
}
.hero__title {
font-size: 1.75rem;
writing-mode: vertical-rl;
text-orientation: upright;
margin: 0 auto;
text-align: left;
line-height: 1.6rem; 
letter-spacing: .1em;
}
.hero__title br {
display: none;
}
.hero__title-sub {
font-size: 1.75rem;
display: block;
margin-right: 1em;
}
.sukuyo-ring,
.sukuyo-ring-2 {
width: 400px;
height: 400px;
opacity: 0.4;
}
.sukuyo-ring {
top: 35%;
left: -150px;
transform: translateY(0) rotateX(60deg) rotateZ(-15deg);
}
.sukuyo-ring-2 {
right: -190px;
bottom: 20%;
transform: rotateX(55deg) rotateZ(20deg);
}
.hero__moon {
width: 100px;
height: 100px;
right: 5%;
}
.hero__sub {
font-size: 1rem;
}
}
@media (max-width: 600px) {
.hero {
padding: 5rem 1.5rem 3rem;
}
.hero__title {
font-size: 1.45rem;
letter-spacing: .08em;
line-height: 1.1rem;
}
.hero__title-sub {
font-size: 1.45rem;
}
.sukuyo-ring,
.sukuyo-ring-2 {
width: 320px;
height: 320px;
opacity: 0.3;
}
.sukuyo-ring {
top: 25%;
left: -140px;
}
.sukuyo-ring-2 {
right: -200px;
bottom: 25%;
}
.hero__moon {
width: 60px;
height: 60px;
}
} .about__content {
display: grid;
grid-template-columns: 360px 1fr;
gap: 2rem;
align-items: center;
}
.about__text h3 {
font-size: 1.5rem;
font-weight: 400;
margin-bottom: 2rem;
letter-spacing: 0.1em;
line-height: 1.8;
color: #c9a962;
}
.about__text p {
color: #ffefcf;
margin-bottom: 1rem;
text-align: justify;
text-align-last: left;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
.about__content {
grid-template-columns: 1fr;
gap: 1rem;
}
.about__img img {
width: 80%;
margin: 0 auto;
}
.about__text h3 {
text-align: center;
margin-bottom: 1rem;
}
}
@media (max-width: 600px) {
.about__img img {
width: 90%;
}
.about__text h3 {
font-size: 1.15rem;
letter-spacing: .01rem;
}
} .point__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.point-card {
text-align: center;
padding: 2.5rem 2rem;
background: rgba(18, 11, 31, .8);
border: 1px solid var(--color-border);
border-radius: 3px;
transition: all var(--transition-base);
}
.point-card:hover {
border-color: rgba(123, 75, 184, .5);
transform: translateY(-5px);
}
.point-card__icon {
width: 48px;
height: 48px;
margin: 0 auto 1rem;
border: 1px solid #c9a962;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #c9a962;
font-size: 1.25rem;
}
.point-card__title {
font-size: 1.1rem;
font-weight: 500;
margin-bottom: .8rem;
letter-spacing: .1em;
color: #c9a962;
}
.point-card__text {
text-align: justify;
text-align: left;
font-size: .875rem;
color: #ffefcf;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
.point__grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.point-card {
padding: 2.5rem 3rem;
}
.point-card__title {
font-size: 1.25rem;
}
}
@media (max-width: 600px) {
.point-card {
padding: 2rem;
}
} .menu__list {
max-width: 680px;
margin: 0 auto;
}
.menu__item {
display: flex;
justify-content: space-between;
align-items: baseline;
padding: 1.5rem 1rem;
border-bottom: 1px solid rgba(123, 75, 184, .3);
}
.menu__name {
letter-spacing: .1em;
color: #ffefcf;
}
.menu__name span {
font-size: .875rem;
}
.menu__price {
font-size: 1.5rem;
color: #c9a962;
letter-spacing: .1em;
}
.menu__price span {
font-size: .75rem;
color: #ffefcf;
}
.menu__note {
text-align: center;
color: #ffefcf;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
} .profile__content {
display: grid;
grid-template-columns: 360px 1fr;
gap: 3rem;
align-items: start;
} .profile__text h3 {
font-size: 1.5rem;
font-weight: 400;
margin-bottom: 0;
letter-spacing: .1em;
line-height: 1.8;
color: #c9a962;
}
.profile__text h3 span {
font-size: .875rem;
letter-spacing: 0;
margin-left: .5rem;
}
p.profile__title {
font-size: .875rem;
color: #ffefcf;
letter-spacing: .1em;
margin-bottom: 2rem;
}
.profile_txt {
color: #ffefcf;
margin-bottom: 3rem;
text-align: justify;
text-align-last: left;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
.profile__content {
grid-template-columns: 1fr;
gap: 1rem;
}
.profile__image img {
width: 80%;
margin: 0 auto;
}
.profile__text h3 {
text-align: center;
}
p.profile__title {
text-align: center;
margin-bottom: 1.6rem;
}
}
@media (max-width: 600px) {
} .voice__list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
margin: 0 auto 2rem;
}
.voice-card {
padding: 2.5rem 2rem;
background: rgba(18, 11, 31, .8);
border: 1px solid rgba(123, 75, 184, 0.2);
border-radius: 3px;
}
.voice-card:hover {
border-color: rgba(123, 75, 184, .5);
transform: translateY(-5px);
}
.voice-card__attribution {
font-size: .875rem;
padding-bottom: .3rem;
border-bottom: 1px solid #ffefcf;
margin-bottom: .8rem;
}
.voice-card__text {
text-align: justify;
text-align-last: left;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
.voice__list {
grid-template-columns: 1fr;
gap: 1rem;
}
}
@media (max-width: 600px) {
.voice-card {
padding: 2rem;
}
} .faq__list {
max-width: 820px;
margin: 0 auto;
}
.faq__item {
border-bottom: 1px solid rgba(123, 75, 184, .3);
padding: 1.5rem 1rem;
}
.faq__question {
font-size: 1.25rem;
font-weight: 500;
letter-spacing: .08em;
margin-bottom: .5rem;
display: flex;
align-items: center;
gap: .8rem;
color: #ffefcf;
}
.faq__question::before {
content: 'Q';
color: #a8b4d4;
font-size: 1rem;
flex-shrink: 0;
width: 30px;
height: 30px;
border: 1px solid #a8b4d4;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.faq__answer {
font-size: 1rem;
color: rgba(232, 219, 184, 0.8);
padding-left: 2.6rem;
line-height: 2;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
.faq__question {
font-size: 1rem;
margin-bottom: 0;
}
}
@media (max-width: 600px) {
.faq__question {
font-size: .9rem;
line-height: 1.6rem;
align-items: flex-start;
margin-bottom: .5rem;
}
.faq__answer {
font-size: .875rem;
}
} .cta {
text-align: center;
position: relative;
overflow: hidden;
background: radial-gradient(ellipse at center, 
rgba(74, 44, 122, 0.4) 0%, 
rgba(26, 15, 46, 0.2) 40%,
transparent 70%
);
}
.cta::before,
.cta::after {
display: none;
}
.cta__text {
max-width: 680px;
margin: 0 auto 2rem;
position: relative;
z-index: 1;
}
.cta .btn--cta {
position: relative;
z-index: 1;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
.cta__text {
text-align: left;
text-align: justify;
}
} .payment__note {
text-align: center;
color: #ffefcf;
}
.payment__list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
margin: 2rem auto 0;
}
.payment-card {
padding: 2.5rem 3rem;
background: rgba(18, 11, 31, .8);
border: 1px solid rgba(123, 75, 184, 0.2);
border-radius: 3px;
}
.payment-card:hover {
border-color: rgba(123, 75, 184, .6);
transform: translateY(-5px);
}
.payment__img {
margin: 0 auto 1rem;
}
.payment__img img {
width: 30%;
margin: 0 auto;
}
.payment-card_title {
text-align: center;
font-size: 1.5rem;
font-weight: 500;
margin-bottom: .8rem;
letter-spacing: .1em;
}
.payment-card__txt {
text-align: left;
text-align: justify;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
.payment__note {
text-align: left;
text-align: justify;
}
.payment__list {
gap: 1rem;
}
.payment-card {
padding: 2.5rem 2rem;
}
.payment__img img {
width: 56%;
}
.payment-card_title {
font-size: 1.25rem;
}
.payment-card__txt {
line-height: 1.8rem;
}
}
@media (max-width: 600px) {
.payment__list {
grid-template-columns: 1fr;
gap: 1rem;
}
.payment-card {
padding: 2rem;
}
.payment__img {
margin: 0 auto .3rem;
}
.payment__img img {
width: 36%;
}
.payment-card_title {
font-size: 1.25rem;
margin-bottom: .5rem;
}
} .news__list {
max-width: 680px;
margin: 0 auto 2rem;
}
.news__item {
display: flex;
gap: 2rem;
padding: .5rem 1rem .8rem;
border-bottom: 1px solid rgba(123, 75, 184, .3);
transition: opacity var(--transition-base);
}
.news__item:hover {
opacity: 0.7;
}
.news__date {
font-size: .875rem;
flex-shrink: 0;
}
.news__title {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
.news__item {
flex-direction: column;
gap: 1rem;
line-height: .8rem;
padding: .5rem 1rem 1rem;
}
}
@media (max-width: 600px) {
} .access__list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 3rem;
margin: 0 auto;
}
.access-map {
position: relative;
width: 100%;
height: 450px;
}
.access-map iframe {
width: 100%;
height: 100%;
filter: grayscale(100%) brightness(1) contrast(1.1);
}
.access-info h3 {
font-size: 1.5rem;
color: #c9a962;
margin: 0 auto .8rem;
}
.access-info h3 span {
font-size: .875rem;
margin-left: .3rem;
}
.access-info ul {
margin: 0 0 1.8rem 2rem;
list-style: disc;
}
.access-info p {
margin: 0 auto 1.8rem;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
.access__list {
grid-template-columns: 1fr;
gap: 2rem;
}
access-info h3 {
font-size: 1.25rem;
margin: 0 auto;
}
}
@media (max-width: 600px) {
.access-map {
height: 350px;
}
.access-info h3 {
font-size: 1.25rem;
margin: 0 auto;
}
.access-info p {
line-height: 1.6rem;
}
.access-info ul {
margin: 0 0 1rem 1.5rem;
}
.access-info ul li {
line-height: 1.6rem;
}
} .single-content {
max-width: 1020px;
margin: 0 auto;
}
.single-content__header {
margin-bottom: var(--spacing-xl);
padding-bottom: var(--spacing-lg);
border-bottom: 1px solid var(--color-border);
}
.single-content__date {
font-size: var(--font-size-xs);
color: var(--color-text-muted);
margin-bottom: var(--spacing-sm);
}
.single-content__title {
font-size: var(--font-size-2xl);
font-weight: 400;
letter-spacing: var(--letter-spacing-base);
line-height: var(--line-height-tight);
color: var(--color-gold-pale);
}
.single-content__body {
line-height: 2;
color: var(--color-text-light);
padding: 5rem 0;
}
.single-content__body p {
margin-bottom: 1.5em;
} .single-content__body ul,
.single-content__body ol {
margin: 1em 0;
padding-left: 1.5em;
}
.single-content__body li {
margin-bottom: 0.5em;
list-style: disc;
}
.single-content__body ol li {
list-style: decimal;
}
.single-content__body blockquote {
margin: 1.5em 0;
padding: 1em 1.5em;
background: rgba(18, 11, 31, 0.6);
border-left: 3px solid var(--color-gold);
}
.single-content__body img {
margin: 1.5em 0;
border-radius: 4px;
} .archive-list {
max-width: var(--max-width-content);
margin: 0 auto;
}
.archive-item {
padding: var(--spacing-md) 0;
border-bottom: 1px solid var(--color-border);
}
.archive-item__link {
display: flex;
gap: 30px;
transition: opacity var(--transition-base);
}
.archive-item__link:hover {
opacity: 0.7;
}
.archive-item__date {
font-size: var(--font-size-xs);
color: var(--color-text-muted);
flex-shrink: 0;
}
.archive-item__title {
font-size: var(--font-size-base);
color: var(--color-text-light);
} .pagination {
display: flex;
justify-content: center;
align-items: center;
gap: var(--spacing-sm);
margin-top: var(--spacing-xl);
}
.pagination__item {
min-width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: var(--font-size-sm);
border: 1px solid var(--color-border);
color: var(--color-text-light);
transition: all var(--transition-base);
}
.pagination__item:hover {
border-color: var(--color-gold);
color: var(--color-gold);
}
.pagination__item.is-current {
background: var(--color-gold);
color: var(--color-bg);
border-color: var(--color-gold);
} .error-404 {
text-align: center;
padding: var(--spacing-3xl) var(--spacing-lg);
}
.error-404__title {
font-size: 120px;
font-weight: 300;
color: var(--color-border);
line-height: 1;
margin-bottom: var(--spacing-md);
}
.error-404__text {
font-size: var(--font-size-lg);
margin-bottom: var(--spacing-xl);
color: var(--color-text-light);
} .message__content {
display: grid;
grid-template-columns: 300px 1fr;
gap: 2rem;
align-items: start;
padding: 2.5rem 3rem;
background: rgba(18, 11, 31, .8);
border: 1px solid rgba(123, 75, 184, 0.2);
border-radius: 3px;
}
.message__img {
text-align: center;
}
.message__img h2 {
font-size: 1.5rem;
font-weight: 400;
margin-bottom: 0;
letter-spacing: .1em;
line-height: 1.8;
color: #c9a962;
}
.message__img h2 span {
font-size: .875rem;
letter-spacing: 0;
margin-left: .3rem;
}
.message__img p {
font-size: .875rem;
color: #ffefcf;
letter-spacing: .1em;
margin-bottom: 2rem;
}
.message__txt {
color: #ffefcf;
text-align: justify;
text-align-last: left;
}
.message__txt p {margin-bottom: 0;}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
.message__content {
grid-template-columns: 1fr;
gap: 1rem;
}
.message__image img {
width: 80%;
margin: 0 auto;
}
.message__text h3 {
text-align: center;
}
p.message__title {
text-align: center;
margin-bottom: 1.6rem;
}
}
@media (max-width: 600px) {
}