.page-register{max-width:100%;overflow-x:hidden;background:#B71C1C;color:#FFF5E1;}
.page-register__hero-section{background:#7A0E0E;max-width:1200px;margin:0 auto;padding:10px 16px;}
.page-register__hero-image-wrapper{width:100%;padding-bottom:0;}
.page-register__hero-image{width:100%;height:auto;aspect-ratio:17/5;object-fit:cover;display:block;border:2px solid #F2B544;border-radius:8px;}
.page-register__hero-content{padding:16px 0;}
.page-register__hero-title{font-weight:700;line-height:1.2;letter-spacing:0.5px;color:#FFF5E1;margin:0 0 8px;}
.page-register__hero-description{color:#FFF5E1;max-width:760px;line-height:1.5;margin:8px 0;}
.page-register__button-group{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;}
.page-register__button{display:inline-block;padding:12px 24px;border-radius:999px;font-weight:bold;text-decoration:none;border:1px solid #F2B544;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;}
.page-register__button--primary{background:linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);color:#333333;}
.page-register__button--secondary{background:transparent;color:#FFF5E1;}
.page-register__benefits-section{max-width:1200px;margin:0 auto;padding:24px 16px;background:#D32F2F;}
.page-register__section-title{color:#FFF5E1;font-weight:700;font-size:2rem;line-height:1.2;margin:0 0 8px;}
.page-register p{line-height:1.7;color:#FFF5E1;}
.page-register__partner-section{max-width:1200px;margin:0 auto;padding:24px 16px;}
.page-register__logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px 16px;justify-items:center;margin:16px auto;}
.page-register__logo-card{background:#7A0E0E;border-radius:8px;padding:16px;width:100%;max-width:280px;box-sizing:border-box;text-align:center;border:1px solid #F2B544;}
.page-register__logo-item{display:flex;flex-direction:column;align-items:center;gap:12px;}
.page-register__logo-image{width:100%;aspect-ratio:2/1;object-fit:contain;}
.page-register__logo-link{color:#FFF5E1;font-weight:bold;font-size:1rem;text-decoration:none;border-bottom:1px solid #F4D34D;}
.page-register__logo-link:hover{color:#FFD86A;}
.page-register__logo-card:nth-child(5){grid-column:2;}
.page-register__logo-card:nth-child(6){grid-column:3;}
.page-register__guide-section{background:#D32F2F;}
.page-register__guide-inner{max-width:1000px;margin:0 auto;padding:24px 16px;}
.page-register__guide-title{text-align:center;color:#FFF5E1;}
.page-register__guide-step{background:#7A0E0E;margin:24px 0;padding:16px;border:1px solid #F2B544;border-radius:8px;}
.page-register__guide-step h3{color:#FFF5E1;}
.page-register__guide-figure{margin:12px 0;text-align:center;}
.page-register__guide-image{width:100%;max-width:800px;height:auto;aspect-ratio:2/1;object-fit:cover;border-radius:8px;}
.page-register__notice-section{max-width:1200px;margin:0 auto;padding:24px 16px;}
.page-register__faq-section{max-width:1200px;margin:0 auto;padding:24px 16px;background:#D32F2F;}
.page-register__faq-item{border-bottom:1px solid #F2B544;}
.page-register__faq-item summary{color:#FFF5E1;padding:20px 0;cursor:pointer;font-weight:bold;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;}
.page-register__faq-item summary::-webkit-details-marker{display:none;}
.page-register__faq-icon{color:#F4D34D;font-weight:bold;font-size:1.5rem;line-height:1;flex-shrink:0;}
.page-register__faq-item p{color:#FFF5E1;}
.page-register__register-area{background:linear-gradient(135deg, #B71C1C 0%, #7A0E0E 100%);max-width:1200px;margin:0 auto;padding:32px 16px;text-align:center;}
.page-register__register-title{color:#FFF5E1;}
.page-register__game-list{text-align:left;max-width:800px;margin:0 auto 32px;}
.page-register__game-list ul{list-style-type:disc;padding-left:20px;color:#FFF5E1;}
@media (max-width:768px){.page-register__hero-image{aspect-ratio:16/9;}.page-register__logo-grid{grid-template-columns:repeat(2,1fr);}.page-register__logo-card:nth-child(5),.page-register__logo-card:nth-child(6){grid-column:auto;}.page-register__guide-title{font-size:1.6rem;}.page-register__guide-figure{width:100%;max-width:100%;}.page-register img{max-width:100% !important;height:auto !important;}.page-register__button{max-width:100%;width:auto;}.page-register{max-width:100%;overflow-x:hidden;}}
@media (max-width:1024px){.page-register__logo-grid{grid-template-columns:repeat(3,1fr);}.page-register__logo-card:nth-child(5){grid-column:auto;}.page-register__logo-card:nth-child(6){grid-column:auto;}}