.demo-section {
margin-bottom: 50px;
padding: 30px;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
border-radius: 15px;
text-align: center;
}
.demo-section h3 {
color: #333;
margin-bottom: 20px;
font-size: 24px;
}
.btn-viewmore {
background: linear-gradient(45deg, #ff6b6b, #ee5a52);
color: white;
padding: 15px 30px;
border: none;
border-radius: 50px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
margin: 10px;
}
.btn-viewmore:hover {
transform: translateY(-3px);
box-shadow: 0 12px 35px rgba(255, 107, 107, 0.6);
background: linear-gradient(45deg, #ff5252, #d32f2f);
}
.btn-viewmore:active {
transform: translateY(-1px);
}
.modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(5px);
display: none;
align-items: center;
justify-content: center;
z-index: 1000;
animation: fadeIn 0.3s ease;
}
.modal-overlay.show {
display: flex;
}
.popup_div {
background: white;
border-radius: 20px;
padding: 40px;
font-size: 1.5em;
max-height: 80vh;
overflow-y: auto;
box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
position: relative;
animation: slideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
width: 35%;
}
.popup_div ul {
line-height: 1.5em;
}
.close-btn {
position: absolute;
top: 15px;
right: 20px;
background: none;
border: none;
font-size: 30px;
cursor: pointer;
color: #666;
transition: color 0.3s ease;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.close-btn:hover {
color: #ff6b6b;
background: rgba(255, 107, 107, 0.1);
}
.popup_div h2 {
color: #333;
margin-bottom: 20px;
font-size: 28px;
text-align: center;
}
.popup_div p {
	color: #0064ff;
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 2em;
	font-weight: bold;
}
.product-item li {
	text-align: left;
}
.popup_div .feature-list {
list-style: none;
padding: 0;
margin: 20px 0;
}
.popup_div .feature-list li {
padding: 10px 0;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 30px;
}
.popup_div .feature-list li:before {
content: "✓";
position: absolute;
left: 0;
color: #4CAF50;
font-weight: bold;
}
.product-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 20px 0;
}
.product-item {
background: white;
padding: 20px;
border-radius: 10px;
text-align: center;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.product-item img {
width: 100%;
height: 150px;
object-fit: cover;
border-radius: 10px;
margin-bottom: 15px;
background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

@keyframes slideIn {
from {
opacity: 0;
transform: translateY(-50px) scale(0.8);
}
to {
opacity: 1;
transform: translateY(0) scale(1);
}
}
@media (max-width: 768px) {
.container {
padding: 30px;
margin: 20px;
}

.popup_div {
padding: 30px 20px;
margin: 20px;
max-width: 90%;
width: 100%;
}

.demo-section {
padding: 20px;
}
}
  .back_scroll {
animation: scroll-anim 15s linear infinite;
width: 100%;
background: url('../img/test.png') center top / cover;
margin-bottom: 15px;
padding: 0;
height: 5em;
}
@keyframes scroll-anim {
100% {
background-position: -100% 0;
}
}
.section-movie.section-movie123 {
padding-top: 0 !important;
}
.movie-contents-inner.movie-contents-inner123 {
padding-bottom: 0 !important;
}
.short-movie-slider.short-movie-slider12 {
border-bottom: none !important;
}
.section-information.section-information123 {
border-top: none;
padding-top: 0;
}
.page-home .section-data .data-num-block {
align-items: flex-end;
display: flex;
margin-left: 10px;
margin-right: 0;
font-size: 3.5em;
color: red;
}


.tt_ul {
	border: solid 2px #789de7;
	padding: .5em 0 .5em 2em;
	position: relative;
	margin-top: 3em;
}
.tt_ul li {
  line-height: 1.5;
  padding: .5em 0 0.5em .5em;
  border-bottom: 1px solid #d3d3d3;
  list-style: disclosure-closed;
}
.tt_ul li:last-of-type {
  border-bottom: none;
}
.tt_ul li:after {
  background: #789de7;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "商品例";
  letter-spacing: 0.05em;
}
.span_tt {
	font-weight: bold;
	color: #ffef00;
	text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 0px 1px #000, 0px 1px 1px #000, -1px 0px 1px #000, 0px -1px 1px #000;
	padding-left: 1em;
  font-size: 2em;
  display: block;
}
html {
    overflow: auto !important;
}
.header-menu-ill {
	width: 300px;
	margin: 0 auto;
}
.header .header-menu-contents {
	background-color: aliceblue;
}
.messages-modal-btn img {
	width: 10%;
	margin-right: 15px;
}
.messages-modal-btn {
	font-size: 1.5em;
}


.tab-container {
position: relative;
width: 75%;
margin: 0 auto;
}

.tab-nav {
display: flex;
background: #f8f9fa;
border-bottom: 3px solid #e9ecef;
overflow-x: auto;
}

.tab-btn {
flex: 1;
padding: 20px 15px;
background: none;
border: none;
font-size: 1rem;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
min-width: 200px;
border-bottom: 3px solid transparent;
text-align: center;
line-height: 1.4;
font-size: 1.171303074670571vw;
}

.tab-btn.active {
font-size: 1.317715959004393vw;
letter-spacing: -0.03em;
}
.page-home .section-information .information-list li, .page-home .section-information .account-list li {
	width: calc(100% / 3);
}
.account-item-icon img {
	width: 85%;
}
.tab-btn::before {
content: '';
position: absolute;
top: 0;
left: 50%;
width: 0;
height: 3px;
background: linear-gradient(90deg, #64c7c2, #64c7c2);
transition: all 0.3s ease;
transform: translateX(-50%);
}

.tab-btn.active::before {
width: 100%;
}

.tab-content {
display: none;
padding: 40px;
min-height: 400px;
animation: fadeIn 0.5s ease;
}

.tab-content.active {
display: block;
}

@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

.category-title {
color: #495057;
font-size: 1.8rem;
margin-bottom: 30px;
font-weight: 600;
text-align: center;
padding-bottom: 15px;
border-bottom: 2px solid #333333;
position: relative;
}

.accordion-item {
margin-bottom: 15px;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
}

.accordion-item:hover {
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
transform: translateY(-2px);
}

.accordion-header {
background: linear-gradient(135deg, #64c7c2 0%, #43bdb7 100%);
color: #000;
font-weight: bold;
padding: 20px 25px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 500;
font-size: 1.1rem;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
font-size: 1.171303074670571vw;
}

.accordion-header::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.1);
transition: left 0.5s ease;
}

.accordion-header:hover::before {
left: 100%;
}

.question {
flex: 1;
margin-right: 15px;
line-height: 1.5;
}

.accordion-icon {
font-size: 1.2rem;
transition: transform 0.3s ease;
font-weight: bold;
}

.accordion-header.active .accordion-icon {
transform: rotate(45deg);
}

.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, padding 0.4s ease;
background: #f8f9fa;
}

.accordion-content.active {
max-height: 300px;
padding: 25px;
}

.answer {
color: #495057;
line-height: 1.8;
font-size: 1rem;
position: relative;
padding-left: 1.5em;
font-size: 1.171303074670571vw;
}

.answer::before {
content: 'A.';
position: absolute;
left: 0;
top: 0;
color: #667eea;
font-weight: bold;
font-size: 1.171303074670571vw;
}

.mobile-indicator {
display: none;
position: absolute;
bottom: -3px;
left: 0;
height: 3px;
background: linear-gradient(90deg, #667eea, #764ba2);
transition: all 0.3s ease;
border-radius: 3px;
}




.highlight0 {
font-size: 44px;
font-weight: bold;
color: #fff;
background: linear-gradient(135deg, #e74c3c, #c0392b);
display: inline-block;
margin: 0 8px;
padding: 12px 24px;
border-radius: 8px;
position: relative;
box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
transform: rotate(-2deg);
animation: pulsePriceTagRed 2s infinite;
}
.highlight0::before {
content: '';
position: absolute;
top: -8px;
left: 20px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #e74c3c;
}
@keyframes pulsePriceTagRed {
0%, 100% { 
    transform: rotate(-2deg) scale(1); 
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}
50% { 
    transform: rotate(-2deg) scale(1.05); 
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.6);
}
}

.highlight1 {
font-size: 44px;
font-weight: bold;
color: #fff;
background: linear-gradient(135deg, #27ae60, #2ecc71);
display: inline-block;
margin: 0 8px;
padding: 12px 24px;
border-radius: 8px;
position: relative;
box-shadow: 0 6px 20px rgba(46, 204, 113, 0.4);
transform: rotate(-2deg);
animation: pulsePriceTag 2s infinite;
}
.highlight1::before {
content: '';
position: absolute;
top: -8px;
left: 20px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #27ae60;
}
@keyframes pulsePriceTag {
0%, 100% { 
transform: rotate(-2deg) scale(1); 
box-shadow: 0 6px 20px rgba(46, 204, 113, 0.4);
}
50% { 
transform: rotate(-2deg) scale(1.05); 
box-shadow: 0 8px 25px rgba(46, 204, 113, 0.6);
}
}

.highlight2 {
font-size: 44px;
font-weight: bold;
color: #fff;
background: linear-gradient(135deg, #3498db, #2980b9);
display: inline-block;
margin: 0 8px;
padding: 12px 24px;
border-radius: 8px;
position: relative;
box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
transform: rotate(-2deg);
animation: pulsePriceTagBlue 2s infinite;
}
.highlight2::before {
content: '';
position: absolute;
top: -8px;
left: 20px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #3498db;
}
@keyframes pulsePriceTagBlue {
0%, 100% { 
transform: rotate(-2deg) scale(1); 
box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}
50% { 
transform: rotate(-2deg) scale(1.05); 
box-shadow: 0 8px 25px rgba(52, 152, 219, 0.6);
}
}

.highlight3 {
font-size: 44px;
font-weight: bold;
color: #fff;
background: linear-gradient(135deg, #f39c12, #e67e22);
display: inline-block;
margin: 0 8px;
padding: 12px 24px;
border-radius: 8px;
position: relative;
box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4);
transform: rotate(-2deg);
animation: pulsePriceTagRight 2s infinite;
}
.highlight3::before {
content: '';
position: absolute;
top: -8px;
left: 20px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #f39c12;
}
@keyframes pulsePriceTagRight {
0%, 100% { 
transform: rotate(-2deg) scale(1); 
box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4);
}
50% { 
transform: rotate(-2deg) scale(1.05); 
box-shadow: 0 8px 25px rgba(243, 156, 18, 0.6);
}
}





@media (max-width: 768px) {
.header .header-logo-area::before {
	background-size: 45% !important;
}
h2.section-heading span {
	font-size: 10vw !important;
}
h2.section-heading span.section-heading-ja {
	font-size: 4vw !important;
}
.tab-container {
	width: 95%;
}
.tab-btn.active {
	font-size: 0.8rem;
}


.highlight0, .highlight1, .highlight2, .highlight3 {
	font-size: 17px;
	padding: 12px 5px;
}

.header h1 {
font-size: 2rem;
}

.tab-btn {
padding: 15px 10px;
font-size: 0.9rem;
min-width: 150px;
}

.tab-content {
padding: 20px;
}

.accordion-header {
padding: 15px 20px;
font-size: 1rem;
}

.accordion-content.active {
padding: 20px;
}

.category-title {
font-size: 1.5rem;
margin-bottom: 20px;
}

.mobile-indicator {
display: block;
}
}

.pc_only, .ip_only {
  display: none;
}

@media (max-width: 600px) {
.tab-btn {
min-width: 120px;
font-size: 0.8rem;
padding: 12px 8px;
}
.accordion-header {
align-items: flex-start;
text-align: left;
}
.question {
margin-right: 0;
margin-bottom: 10px;
}
.tab-content {
	min-height: auto;
}
.ip_only {
  display: block;
}
}

@media (min-width: 600px) {
.pc_only {
  display: block;
}
}
