html {
scroll-behavior: smooth;
}

body{
width: 100%;
max-width: 1280px;
margin: auto;
}

a {
text-decoration: none;
}

.main {
margin-top: auto;
margin-left: auto;
margin-right: auto;
width: auto;
height: auto;
text-align: center;
}

.nav-container {
width: 1280px;
margin: 0 auto;
position: relative;
height: 120px;
}

.nav {
display: flex;
gap: 10px;
justify-content: flex-end;
position: absolute;
bottom: 0;
left: 0;
right: 50px;
height: 120px;
z-index: 2;
align-items: flex-end;
}

.menu-group {
display: flex;
gap: 0;
}

.menu-btn {
border: none;
cursor: pointer;
padding: 0;
background: none;
display: block;
margin: 0;
line-height: 0;
position: relative;
}

.menu-btn.logo-btn {
top: -15px;
}

.menu-btn img.default {
display: block;
transition: opacity 0.3s ease;
opacity: 1;
}

.menu-btn img.hover {
display: block;
position: absolute;
bottom: 0;
left: 0;
transform: translateY(0px);
transition: transform 0.3s ease, opacity 0.3s ease;
opacity: 0;
}

.menu-btn:hover img.default {
opacity: 0;
}

.menu-btn:hover img.hover {
transform: translateY(0);
opacity: 1;
}

.menu-btn.logo-btn:hover img {
transform: scale(1.1);
}

.menu-btn.logo-btn img {
transition: transform 0.2s ease;
}

.dropdown {
position: relative;
display: flex;
align-items: flex-end;
}

.dropdown-content {
display: none;
position: absolute;
z-index: 1;
opacity: 0;
transform: translateY(-10px);
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
left: 50%;
transform: translateX(-50%);
top: 100%;
}

.dropdown-content.show {
display: block;
opacity: 1;
transform: translateX(-50%) translateY(0);
}

.dropdown-content img {
display: block;
margin: 25px 0;
transition: transform 0.2s ease;
}

.dropdown-content img:hover {
transform: scale(1.1);
}

.background-bar {
position: absolute;
bottom: 0;
left: 0;
width: 1280px;
height: 60px;
background-color: #4188FF;
z-index: 1;
}

.background-bar-delta {
position: absolute;
bottom: 0;
left: 0;
width: 1280px;
height: 60px;
background-color: #AE5DA1;
z-index: 1;
}

.background-bar-drei {
position: absolute;
bottom: 0;
left: 0;
width: 1280px;
height: 60px;
background-color: #7D7D7D;
z-index: 1;
}

.background-bar-trois {
position: absolute;
bottom: 0;
left: 0;
width: 1280px;
height: 60px;
background-color: #F8B551;
z-index: 1;
}

.main-container {
width: 1280px;
margin: 0 auto;
position: relative;
}

.main-inner {
width: 100%;
max-width: 1280px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}

.infomation-block {
width: 1280px;
margin-top: 30px;
position: relative;
}

.infomation_label {
background-image: url('../image/ddt/infomation.png');
width: 322px;
height: 32px;
position: absolute;
top: 10px;
left: 20px;
z-index: 10;
}

.infomation-container {
width: 1280px;
margin-left: 0px;
margin-top: 0px;
}

.infobar {
width: 1280px;
height: 50px;
background-color: #4188FF;
margin: 0 auto;
}

.top-bar {
margin-bottom: 20px;
}

.update_label {
background-image: url('../image/ddt/update.png');
width: 142px;
height: 32px;
margin: 0 auto;
position: relative;
top: 25px;
}

.update-container {
width: 720px;
margin-top: 30px;
margin-left: 0;
position: relative;
}

.top-line,
.bottom-line {
width: 100%;
height: 2px;
background-color: black;
}

.top-line {
margin-bottom: 1em;
}

.bottom-line {
margin-top: 1em;
}

.news {
width: 720px;
margin-left: 50px;
}

.footer {
width: 1280px;
height: 530px;
background: linear-gradient(to top, #000000 0%, #535353 100%);
border-top-left-radius: 30px;
border-top-right-radius: 30px;
padding: 20px 0;
margin: 30px auto 0;
color: white;
font-family: sans-serif;
box-sizing: border-box;
}

.footer-inner {
width: 700px;
margin: 0 auto;
text-align: center;
}

.footer-title {
font-size: 20px;
margin-bottom: 20px;
}

.footer-line {
width: 700px;
height: 1px;
background-color: white;
margin: 5px 0;
}

.footer-links {
display: flex;
justify-content: center;
gap: 40px;
font-size: 14px;
margin: 20px 0;
}


.footer-links a {
color: white;
text-decoration: none;
padding: 5px 10px;
transition: transform 0.2s ease;
}

.footer-links a:hover {
transform: scale(1.05);
}

.footer-links a:nth-child(1),
.footer-links a:nth-child(2) {
letter-spacing: 0.5em;
}

.footer-links a:nth-child(3) {
letter-spacing: 0.3em;
}

.footer-links a:nth-child(4) {
letter-spacing: 0.1em;
}

.footer-subtitle {
font-size: 16px;
margin: 10px 0;
color: white;
text-align: center;
}


.footer-accounts {
display: flex;
justify-content: center;
gap: 50px;
margin-top: 10px;
margin-bottom: 20px;
}

.footer-accounts img {
width: 99px;
height: 98px;
transition: transform 0.2s ease;
}

.footer-accounts img:hover {
transform: scale(1.05);
}

.footer-note {
font-size: 14px;
color: #ddd;
margin-top: 20px;
line-height: 1.6;
}

.footer-bottom {
margin-top: 30px;
display: flex;
flex-direction: column;
align-items: center;
gap: 0px;
}

.footer-bottom img {
width: 151px;
height: 85px;
transition: transform 0.2s ease;
}

.footer-bottom img:hover {
transform: scale(1.05);
}


.footer-bottom p {
font-size: 16px;
font-weight: bold;
color: #ccc;
margin-top: 0px;
}

.footer-section-title {
font-size: 18px;
font-weight: bold;
color: white;
text-align: left;
margin: 0;
}

.footer-accounts-title {
margin-top: 5px !important;
}

/* フッター */
.about-header-box {
width: 1280px;
height: 200px;
background-color: #535353;
border-radius: 15px;
margin: 20px auto 0;
color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: sans-serif;
}

.about-title {
font-size: 40px;
font-weight: bold;
margin: 0 0 0 185px;
text-align: left;
align-self: flex-start;
}

.about-en {
font-size: 30px;
margin-left: 8px;
opacity: 0.8;
}

.about-line {
background-color: white;
height: 1px;
}

.about-line-top {
width: 1000px;
height: 1px;
background-color: white;
margin-top: 0px;
margin-bottom: 0;
}

.about-line-bottom {
width: 600px;
margin: 5px 0;
}

.about-section-header {
width: 1000px;
height: 70px;
background-color: #EC6941;
margin: 100px auto 0;
color: white;
font-size: 35px;
font-weight: bold;
letter-spacing: 10px;
display: flex;
align-items: center;
padding-left: 50px;
box-sizing: border-box;
}

.about-content-box {
width: 1000px;
background-color: #D2D2D2;
margin: 0 auto 100px;
padding: 30px 40px;
box-sizing: border-box;
}

.about-inner-card {
position: relative;
width: 760px;
background-color: white;
border-radius: 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
margin: 50px auto;
padding: 20px 70px;
box-sizing: border-box;

display: flex;
justify-content: center;
align-items: center;
min-height: 400px;
}

.card-inner-wrapper {
width: 100%;
margin: 50px 0;
}

.employment-type {
font-size: 20px;
font-weight: bold;
color: #333;
margin-bottom: 10px;
margin-left: 40px;
text-align: left;
letter-spacing: 1px;
}


.section-label {
font-weight: bold;
margin-top: 30px;
margin-bottom: 5px;
font-size: 25px;
}

.section-label:first-of-type {
margin-top: 0;
}

.section-label2 {
font-weight: bold;
margin-top: 30px;
margin-bottom: 5px;
font-size: 16px;
}

.section-label2:first-of-type {
margin-top: 0;
}

.section-text {
margin: 0;
font-size: 20px;
line-height: 1.6;
text-indent: 1.5em;
}

.section-text2 {
margin: 0;
font-size: 16px;
line-height: 1.6;
text-indent: 1.5em;
}

.indent-block {
padding-left: 1.5em;
text-indent: 0;
}

.mail-text {
text-align: right;
padding-right: 100px;
margin: 5px 0 20px;
font-size: 20px;
font-family: monospace;
}

.mail-text_sub {
text-align: right;
padding-right: 100px;
margin: -15px 0 20px;
font-size: 14px;
font-family: monospace;
}

.section-heading {
font-size: 25px;
font-weight: bold;
padding-left: 10px;
border-left: 10px solid #EC6941;
border-bottom: 1px solid #EC6941;
padding-bottom: 5px;
margin-bottom: 20px;
color: #333;
}

.recruit-list {
display: grid;
grid-template-columns: 140px 1fr;
gap: 30px 10px;
font-size: 18px;
line-height: 1.6;
}

.recruit-list dt {
font-weight: bold;
text-align: right;
}

.recruit-list dd {
margin: 0;
}

.page-top-btn {
position: absolute;
bottom: 20px;
right: 20px;
font-size: 28px;
color: #EC6941;
text-decoration: none;
background: none;
border: none;
box-shadow: none;
padding: 0;
line-height: 1;
z-index: 10;
}

.page-top-btn:hover {
color: #d8582d;
}

.application-block {
font-size: 15px;
line-height: 1.8;
margin: 0 50px auto;
}

.application-point {
font-weight: bold;
margin-top: 20px;
}

.application-text {
margin: 0 0 15px 1.5em;
}

.application-subtitle {
font-weight: bold;
margin-top: 30px;
font-size: 16px;
}

.application-list {
padding-left: 1.5em;
margin-top: 10px;
margin-bottom: 20px;
}

.application-list li {
margin-bottom: 10px;
}

.application-label {
text-align: center;
font-weight: bold;
font-size: 20px;
margin-top: 30px;
margin-bottom: 5px;
}

.application-contact {
text-align: center;
font-weight: bold;
font-size: 20px;
margin-top: 0px;
}

.application-contact_sub {
position: relative;
text-align: center;
font-size: 14px;
margin-top: -20px;
}

.section-heading2 {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 18px;
font-weight: bold;
padding-left: 10px;
border-left: 10px solid #0068B7;
border-bottom: 1px solid #0068B7;
padding-bottom: 5px;
margin-bottom: 20px;
color: #333;
}

.heading-tag {
font-size: 14px;
font-weight: normal;
color: #000000;
margin-right: 10px;
}

.job-wrapper {
width: 600px;
margin: 50px 50px auto;
text-align: left;
}

.job-description-block {
margin-bottom: 30px;
}

.job-title {
font-weight: bold;
margin-bottom: 5px;
font-size: 16px;
}

.job-details {
padding-left: 1.5em;
font-size: 16px;
line-height: 1.7;
}

.lebel_top-container {
width: 1280px;
height: 640px;
margin: 15px auto;
position: relative;
overflow: hidden;
}

.topcg {
position: absolute;
top: 0;
left: 0;
width: 1280px;
height: 640px;
transition: filter 0.5s, transform 0.3s ease;;
}

.topcg:hover {
filter: brightness(1.1);
transform: scale(1.02);
}

.lebel_main-container {
position: relative;
width: 1280px;
margin: 10px auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
padding-bottom: 0px;
}

.delta_bar {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 1280px;
height: 50px;
background-color: #AE5DA1;
margin: 10px 0;
}

.drei_bar {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 1280px;
height: 50px;
background-color: #7D7D7D;
margin: 10px 0;
}

.trois_bar {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 1280px;
height: 50px;
background-color: #F8B551;
margin: 10px 0;
}

.now-on-sale {
position: static;
width: 375px;
height: 38px;
background: url('../image/now_on_sale.png') no-repeat center/contain;
}

.lebel_banner {
position: static !important;
width: 700px;
height: 150px;
transition: filter 0.5s, transform 0.3s ease;
}

.lebel_banner img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.lebel_banner:hover {
filter: brightness(1.1);
transform: scale(1.02);
}

.delta_bar,
.drei_bar,
.trois_bar,
.lebel_banner {
position: static !important;
}

.support_top-container {
position: relative;
width: 1280px;
height: 200px;
margin: 15px auto;
}

.support_top {
position: absolute;
top: 0;
left: 0;
width: 1280px;
height: 200px;
background-image: url('../image/support/support_top.png');
background-size: cover;
}

.support_top-text {
position: absolute;
top: 40%;
left: 48%;
transform: translateY(-50%);
}

.support_top-text h1 {
font-size: 52px;
font-weight: bold;
color: #000;
-webkit-text-stroke: 0;
text-stroke: 0;
text-shadow:
-2px -2px 0 #fff,
2px -2px 0 #fff,
-2px  2px 0 #fff,
2px  2px 0 #fff;
margin-bottom: 0px;
}

.support_top-text p.intro {
text-align: left;
margin: 0 0 0 50px;
font-weight: bold;
color: #000;

-webkit-text-stroke: 0;
text-stroke: 0;

text-shadow:
-1px -1px 0 #fff,
1px -1px 0 #fff,
-1px  1px 0 #fff,
1px  1px 0 #fff;
}

.support-list-container {
width: 1280px;
margin: 50px 0 30px;
}

.other-header {
width: 800px;
height: 70px;
margin: 20px auto;
background-color: #E50000;
display: flex;
align-items: center;
justify-content: flex-start;
padding-left: 50px;
gap: 10px;
box-sizing: border-box;
transition: transform 0.3s ease, filter 0.3s ease;
transform-origin: center center;
backface-visibility: hidden;
will-change: transform;
filter: brightness(1);
}

.other-header-main {
font-size: 34px;  
font-weight: bold;
color: #fff;
margin-right: 10px;
}

.other-header-sub {
font-size: 25px;
font-weight: bold;
color: #fff;
position: relative;
top: 5px;
}

.other-header:hover {
transform: scale(1.05);
filter: brightness(1.1);
}

.list-header {
width: 800px;
height: 70px;
margin: 20px auto;
background-color: #4188FF;
display: flex;
align-items: center;
justify-content: flex-start;
padding-left: 50px;
gap: 10px;
box-sizing: border-box;
transition: transform 0.3s ease, filter 0.3s ease;
transform-origin: center center;
backface-visibility: hidden;
will-change: transform;
filter: brightness(1);
}

.list-header-main {
font-size: 34px;
font-weight: bold;
color: #fff;
margin-right: 10px;
}

.list-header-sub {
font-size: 25px;
font-weight: bold;
color: #fff;
position: relative;
top: 5px;
}

.list-header:hover {
transform: scale(1.05);
filter: brightness(1.1);
}

.support-request-container {
width: 1280px;
}

.support-request {
width: 800px;
margin: 50px auto 50px;
background-color: #535353;
border-radius: 20px;
padding: 40px 20px;
box-sizing: border-box;
display: flex;
flex-direction: column;
}

.support-request h2 {
font-size: 40px;
font-weight: bold;
color: #fff;
text-align: center;
margin: 0 0 20px;
}

.support-request-text {
align-self: center;
text-align: left;
font-size: 15px;
line-height: 1.6;
color: #fff;
margin: 0 0 20px 0;
}

.support-request-list {
align-self: center;
text-align: left;
font-size: 14px;
line-height: 1.6;
color: #fff;
margin: 0 0 20px 0;
}

.support-request-list > p {
font-weight: bold;
margin-bottom: 8px;
}

.support-request-list ol {
margin: 0 0 10px 30px;
padding: 0;
}

.support-request-list ol li {
margin-bottom: 4px;
}

.support-request-list .note {
font-size: 14px;
margin: 0 0 10px 14px;
}

.support-request-email {
font-size: 40px;
font-weight: bold;
color: #fff;
text-align: center;
margin: auto 0 0;
}

.support-request-email_sub {
font-size: 14px;
color: #c2c2c2;
text-align: center;
margin: auto 0 0;
}

.page-header-box {
position: relative;
width: 1280px;
height: 200px;
margin: 15px auto;
background-color: #535353;
border-radius: 20px;
box-sizing: border-box;
}

.page-header-text {
position: relative;
width: 100%;
height: 100%;
}

.page-header-text h2 {
position: absolute;
top: 15px;
left: 200px;
font-size: 38px;
font-weight: bold;
color: #fff;
margin: 0;
}

.page-header-text p {
position: absolute;
top: 80px;
right: 140px;
font-size: 18px;
font-weight: bold;
color: #fff;
margin: 0;
line-height: 1.4;
}

.page-header-text p.page-header-note {
position: absolute;
top: 160px;
left: 240px;
font-size: 14px;
font-weight: bold;
color: #fff;
margin: 0;
}

.support_contents {
width: 1280px;
margin: 0 auto;
box-sizing: border-box;
}

.support_contents__header {
width: 800px;
height: 50px;
background-color: #535353;
margin: 50px auto 0;
}

.support_contents__body {
width: 800px;
background-color: #E5E5E5;
margin: 0px auto 0;
padding: 50px;
box-sizing: border-box;
}

.support_contents__header-title {
color: #fff;
font-weight: bold;
text-align: center;
font-size: 24px;
line-height: 50px;
margin: 0;
}

.support_contents__body {
text-align: left;
font-size: 16px;      
line-height: 1.6;
}

.support_contents__download-btn {
width: 600px;
height: 50px;
background-color: #EC6941;
border-radius: 50px;
margin: 50px auto 0;
display: flex;
justify-content: center;
align-items: center;
transform-origin: center center;
will-change: transform, filter;
backface-visibility: hidden;
transition: transform 0.3s ease, filter 0.3s ease;
}

.support_contents__download-btn:hover {
transform: scale(1.05);
filter: brightness(1.1);
}

.support_contents__download-btn img {
display: block;
width: 214px;
height: 21px;
pointer-events: none;
}

.support_contents__nav-area {
width: 1280px;
margin: 40px auto 0;
box-sizing: border-box;
}

.support_contents__back-btn {
width: 800px;
height: 50px;
background-color: #4188FF;
border-radius: 20px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 28px;
font-weight: bold;
cursor: pointer;
text-decoration: none;
transition: transform 0.3s ease, filter 0.3s ease;
}

.support_contents__back-btn:hover {
transform: scale(1.05);
filter: brightness(1.1);
}

/* product */
.product_top-container {
position: relative;
width: 1280px;
height: 200px;
margin: 15px auto;
}

.delta_product_top {
position: absolute;
top: 0;
left: 0;
width: 1280px;
height: 200px;
background-image: url('../image/product/delta_product_top.png');
background-size: cover;
}

.drei_product_top {
position: absolute;
top: 0;
left: 0;
width: 1280px;
height: 200px;
background-image: url('../image/product/drei_product_top.png');
background-size: cover;
}

.trois_product_top {
position: absolute;
top: 0;
left: 0;
width: 1280px;
height: 200px;
background-image: url('../image/product/trois_product_top.png');
background-size: cover;
}

.product_top-text {
position: absolute;
top: 40%;
left: 48%;
transform: translateY(-50%);
}

.product_top-text h1 {
font-size: 52px;
font-weight: bold;
color: #000;
-webkit-text-stroke: 0;
text-stroke: 0;
text-shadow:
-2px -2px 0 #fff,
2px -2px 0 #fff,
-2px  2px 0 #fff,
2px  2px 0 #fff;
letter-spacing: 0.5em;
margin-left: 20px;
margin-bottom: 15px;
}

.product_top-text p.intro {
position: relative;
top: -10px;
font-size: 15px;
text-align: left;
margin: 0 0 0 60px;
font-weight: bold;
color: #000;

-webkit-text-stroke: 0;
text-stroke: 0;

text-shadow:
-1px -1px 0 #fff,
1px -1px 0 #fff,
-1px  1px 0 #fff,
1px  1px 0 #fff;
}

.product-container {
display: flex;
flex-wrap: wrap;
gap: 10px 0px;
justify-content: center;
}

.product-card {
width: 590px;
height: 400px;
background: #DCDCDC;
border-radius: 20px;
box-shadow: 0 4px 16px rgba(100,0,100,0.13);
margin: 5px;
position: relative;
display: flex;
flex-direction: column;
}

.product-card-img-wrap {
position: relative;
width: 100%;
height: 240px;
flex-shrink: 0;
}

.product-card-img {
width: 100%;
height: 100%;
object-fit: cover;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
display: block;
}

.product-card-logo {
position: absolute;
top: 10px;
left: 10px;
width: 64px;
height: 41px;
pointer-events: none;
display: none;
}

.product-card-body {
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 100%;
position: relative;
padding: 0px 0px 10px 14px;
}

.product-title-row {
white-space: nowrap;
display: flex;
align-items: center;
gap: 8px;
margin-left: 30px;
margin-bottom: 16px;
}

.product-title-row_2 {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 2px;
margin-left: 30px;
margin-bottom: 6px;
}

.product-title-large {
font-size: 1.6rem;
font-weight: bold;
letter-spacing: 0;
display: inline;
}

.product-title-small {
font-size: 1rem;
font-weight: bold;
letter-spacing: 0;
display: inline;
color: #444;
margin-left: 0px;
}

.product-title-small_2 {
font-size: 1rem;
font-weight: bold;
letter-spacing: 0;
display: inline;
color: #444;
margin-left: 20px;
}

.product-title-large,
.product-title-small,
.product-title-small_2 {
line-height: 1;
}

.product-title-mark {
position: absolute;
top: 20px;
right: 25px;
width: 65px;
height: 65px;
z-index: 3;
pointer-events: none;
}

.product-detail-row {
font-size: 0.76rem;
margin-left: 50px;
margin-bottom: 0.05em;
line-height: 1.13;
}

.product-detail-row span {
font-weight: bold;
font-size: inherit;
}

.product-warn {
font-size: 0.6rem !important;
color: #a04e6d;
font-weight: normal;
margin-left: 7px;
letter-spacing: 0;
}

.product-card-buttons {
display: flex;
justify-content: center;
align-items: center;
gap: 18px;
margin-top: 10px;
margin-bottom: 0px;
}

.product-btn-img {
width: 120px;
height: 30px;
display: block;
transition: transform 0.18s;
cursor: pointer;
}
.product-btn-img:hover {
transform: scale(1.07);
}

.product-dropdown-btn-wrap {
position: relative;
display: inline-block;
}

.product-dropdown-menu {
display: none;
position: absolute;
left: 50%;
top: 38px;
transform: translateX(-50%);
background: #fff;
border-radius: 7px;
box-shadow: 0 4px 16px rgba(50,0,100,0.14);
min-width: 120px;
z-index: 10;
padding: 10px 0;
}

.product-dropdown-menu a {
display: block;
padding: 6px 12px;
text-align: center;
transition: background 0.14s;
}

.product-dropdown-menu a:hover {
background: #F6A300;
}

.dropdown-btn-img {
width: 100px;
height: 20px;
display: inline-block;
vertical-align: middle;
}

/* order */
.order_top-container {
position: relative;
width: 1280px;
height: 640px;
margin: 15px auto;
}

.order_top {
position: absolute;
top: 0;
left: 0;
width: 1280px;
height: 640px;
background-image: url('../image/order/order_top.jpg');
}

.order_main-container {
position: relative;
width: 1280px;
height: auto;
margin: 15px auto;
}

.order-header-bar {
width: 1000px;
margin: 0 auto 15px auto;
padding-top: 50px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}

.pc-game-label {
width: 200px;
height: 50px;
display: block;
margin-left: 0;
transition: transform 0.2s;
}

.pc-game-label:hover {
transform: scale(1.08);
filter: brightness(1.1);
}

.order-list-btn {
display: flex;
align-items: center;
background: none;
border: none;
outline: none;
text-decoration: none;
padding: 0px 18px 6px 10px;
border-radius: 25px;
transition: background 0.18s, box-shadow 0.18s;
font-size: 15px;
font-weight: bold;
color: #000000;
position: relative;
}

.order-list-btn .icon {
width: 16px;
height: 16px;
margin-right: 8px;
display: inline-block;
background: url('../image/order/caption.png') no-repeat center/contain;
}

.order-list-btn:hover {
background: #e4f1fd;
box-shadow: 0 2px 8px rgba(24,128,227,0.07);
color: #0365b2;
}

.order-list-btn:hover .icon {
filter: brightness(1.5) drop-shadow(0 0 2px #1880e3);
}

.order-slider-wrap {
position: relative;
width: 1000px;
margin: 0 auto;
overflow: visible;
}

.order-slider-base,
.order-slider-base_2,
.order-slider-base_3 {
width: 1000px;
height: 260px;
background: #E5E5E5;
border-radius: 15px;
margin: 0 auto;
position: relative;
}

.order-slider-base .slick-slide,
.order-slider-base_2 .slick-slide,
.order-slider-base_3 .slick-slide {
box-sizing: border-box;
padding: 20px 45px;
display: flex;
align-items: center;
justify-content: center;
}

.order-slider-base .slick-slide img,
.order-slider-base_2 .slick-slide img,
.order-slider-base_3 .slick-slide img {
width: 160px;
height: 223px;
object-fit: cover;
border-radius: 8px;
}

.order-arrow,
.order-arrow_2,
.order-arrow_3 {
position: absolute;
top: 50%;
width: 50px;
height: 50px;
background: none;
border: none;
padding: 0;
transform: translateY(-50%);
z-index: 20;
cursor: pointer;
}

.order-prev, .order-prev_2, .order-prev_3 { left: -100px; }
.order-next, .order-next_2, .order-next_3 { right: -100px; }

.order-arrow img,
.order-arrow_2 img,
.order-arrow_3 img {
width: 100%;
height: 100%;
display: block;
pointer-events: none;
transition: filter 0.18s;
}

.order-arrow:hover img,
.order-arrow_2:hover img,
.order-arrow_3:hover img {
filter: brightness(1.2) drop-shadow(0 0 3px #E6007E);
}

.order-slider img,
.order-slider_2 img,
.order-slider_3 img {
width: 160px;
height: 223px;
object-fit: cover;
display: block;
margin: 0 auto;
border-radius: 8px;
}

.order_text_box {
width: 1280px;
display: flex;
justify-content: center;
align-items: center;
}

.order_text {
font-size: 13px;
font-weight: bold;
letter-spacing: 0;
color: #444;
text-align: center;
}

.t-break_box {
position: relative;
margin-top: 0px;
width: 1280px;
height: 100px;
display: inline-block;
}

.t-break_button {
position: absolute;
top: 0px;
left: calc((1280px - 500px) / 2);
width: 500px;
height: 30px;
margin-top: 50px;
margin-bottom: 50px;
transition: filter 0.5s, transform 0.5s;
}

.t-break_button:hover {
filter: brightness(1.2);
transform: scale(1.05);
}

/* ライトボックス全体 */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease-out;
}

/* 中央のコンテンツ */
.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
  animation: lightboxIn 0.3s ease-out;
}

/* メイン画像 */
.lightbox .main-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}

/* 閉じるボタン */
.close-lightbox {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

/* ボタン画像の重ね配置 */
.button-overlay {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 575px;
  height: 45px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.button-overlay:hover {
  transform: translateX(-50%) scale(1.05);
}

@keyframes lightboxIn {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from { background: rgba(0,0,0,0); }
  to   { background: rgba(0,0,0,0.8); }
}