.ast-container{
	padding: 0;
}
.theme-h2{
	background-color: #d80c29;
	text-align: center;
	font-size: 2.7rem !important;
    color: #fff !important;
    padding: 20px 0;
	font-weight: 700 !important;
	margin-bottom: 0 !important;
	
}
@media (max-width: 600px) {
	.theme-h2{
	font-size: 5.9vw !important;
	padding: 3.5vw 0;
	}
}
.video-lp-container {
    max-width: 600px !important;
    margin: 0 auto;
    padding: 20px;
    background: white;
    font-family: 'Yu Gothic', 'Hiragino Sans', sans-serif;
    line-height: 1.6;
    color: #333;
	
	    background: white;
    border-radius: 12px;
    padding: 0;
    padding-bottom: 2em;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.video-lp-container * {
    box-sizing: border-box;
}

/* ヘッダーセクション */
.vlp-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 0;
    border-bottom: 3px solid #1e40af;
}

.vlp-main-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #1e40af;
    margin-bottom: 15px;
    line-height: 1.3;
}

.vlp-sub-title {
    font-size: 1.1rem;
    color: #1e40af;
    margin-bottom: 10px;
    font-weight: 500;
}

.vlp-survey-info {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
}

/* 動画セクション */
.vlp-video-section {
    margin-bottom: 30px;
    position: relative;
}

.vlp-video-wrapper {
    position: relative;
    margin-bottom: 15px;
/*     border-radius: 8px; */
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#vlp-unmute-hint{
  position:absolute; inset:0;
  display:none; /* ミュート再生時のみJSで表示 */
  align-items:center; justify-content:center;
  background:rgba(0,0,0,.35);
  color:#fff; font-weight:700; font-size:1rem;
  border:0; cursor:pointer; z-index:5;
}
#vlp-unmute-hint:focus{ outline:2px solid #fff; outline-offset:-4px; }
.vlp-video-wrapper{ position:relative; } /* すでに指定済でもOK */

.vlp-video-js {
    width: 100% !important;
    height: 450px !important;
}

.vlp-video-controls {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    align-items: center;
	padding: 16px;
}

.vlp-speed-control {
    padding: 8px 16px;
    border: 1px solid #1e40af;
    background: white;
    color: #1e40af;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    margin-left: 8px;
}

.vlp-speed-control:hover, 
.vlp-speed-control.active {
    background: #1e40af;
    color: white;
}

/* 警告・案内ボックス */
.vlp-warning-box {
    background: #fef2f2;
    border: 2px solid #fca5a5;
    border-radius: 8px;
    padding: 15px;
    margin: 20px;
    text-align: center;
}

.vlp-warning-text {
    color: #dc2626;
    font-weight: 500;
    font-size: 0.95rem;
    margin: 0;
	margin-bottom: 0 !important;
	padding: 0;
}

.vlp-instruction-box {
    text-align: center;
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.vlp-instruction-text {
    color: #666;
    font-size: 1rem;
    margin-bottom: 10px;
}

.vlp-arrow-down {
    font-size: 1.5rem;
    color: #1e40af;
}

/* 追加コンテンツ */
.vlp-additional-content {
    display: none;
    margin-top: 40px;
    animation: vlpSlideUp 0.8s ease-out;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.vlp-additional-content.vlp-show {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

@keyframes vlpSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* 
.vlp-content-section {
    background: white;
    border-radius: 12px;
    padding: 0;
	padding-bottom: 2em;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
/*     border-left: 4px solid #1e40af; */
} */

.vlp-section-title {
    font-size: 1.6rem;
    color: #1e40af;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

/* 会員特典セクション */
.vlp-member-benefits {
    background: #f8fafc;
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
}

.vlp-member-benefits h3 {
    text-align: center;
    margin-bottom: 15px;
    color: #1e40af;
}

.vlp-benefit-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.vlp-benefit-item {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.vlp-benefit-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.vlp-benefit-item h4 {
    margin-bottom: 10px;
    color: #333;
}

.vlp-benefit-item p {
    margin: 0;
    color: #666;
}

/* チケット・プランセクション */
.vlp-ticket-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.vlp-ticket-card {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: white;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.vlp-ticket-card:hover {
    transform: translateY(-5px);
}

.vlp-ticket-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.vlp-ticket-card:hover::before {
    top: -100%;
    right: -100%;
}

.vlp-ticket-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.vlp-ticket-price {
    font-size: 2rem;
    font-weight: bold;
    margin: 15px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.vlp-ticket-features {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.vlp-ticket-features li {
    margin: 8px 0;
    padding-left: 20px;
    position: relative;
}

.vlp-ticket-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #fbbf24;
    font-weight: bold;
}

.vlp-ticket-btn {
    background: white;
    color: #1e40af;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    width: 100%;
}

.vlp-ticket-btn:hover {
    background: #f1f5f9;
    transform: scale(1.05);
}

/* 特別オファーセクション */
.vlp-special-offer {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: white;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    margin: 30px 0;
}

.vlp-offer-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.vlp-offer-text {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.vlp-cta-button {
    background: #fbbf24;
    color: #1f2937;
    padding: 15px 40px;
    border: none;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.vlp-cta-button:hover {
    background: #f59e0b;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* モーダル */
.vlp-resume-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.vlp-modal-content {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    max-width: 400px;
    margin: 20px;
}

.vlp-modal-content h3 {
    margin-bottom: 15px;
    color: #333;
}

.vlp-modal-content p {
    margin-bottom: 20px;
    color: #666;
}

.vlp-modal-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.vlp-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.vlp-btn-primary {
    background: #1e40af;
    color: white;
}

.vlp-btn-secondary {
    background: #f8f9fa;
    color: #666;
    border: 2px solid #ddd;
}

.vlp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Video.jsカスタマイズ */
.vlp-video-js .vjs-progress-control {
    pointer-events: none !important; /* クリック無効化 */
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.vlp-video-js .vjs-progress-holder {
    cursor: default !important; /* カーソルを通常の矢印に */
}

.vlp-video-js .vjs-play-progress,
.vlp-video-js .vjs-load-progress {
    pointer-events: none !important;
}

/* タイムコントロールも無効化（時間表示は残す） */
.vlp-video-js .vjs-time-control {
    pointer-events: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.vlp-video-js .vjs-remaining-time {
    display: none !important;
}
.custom-product-item{
	margin: 0 auto;
}
.top-fv p{
	padding: 0;
	font-size: 20px;
}
.custom-product-item {
    max-width: 600px;
    padding: 1.5rem 2rem;
}
@media (max-width: 600px) {
	.top-fv p{
		font-size: 4vw;
	}
	.custom-product-item {
    padding: 1.5rem 1rem;
}
}
.product-add-to-cart{
	padding: 0; 
}
.product-header{
	padding: 0;
}
.custom-add-to-cart-button, .sold-out-button{
	min-width: 120px;
	padding: 15px 10px;
}
/* レスポンシブデザイン */
@media (max-width: 768px) {
    .video-lp-container {
        padding: 0;
    }

    .vlp-main-title {
        font-size: 1.8rem;
    }

    .vlp-video-js {
        height: 250px !important;
    }

    .vlp-ticket-grid {
        grid-template-columns: 1fr;
    }

    .vlp-video-controls {
        justify-content: center;
        flex-wrap: wrap;
		padding: 0;
    }

    .vlp-speed-control {
        margin: 4px;
    }

    .vlp-benefit-list {
        grid-template-columns: 1fr;
    }

    .vlp-modal-content {
        margin: 10px;
        padding: 20px;
    }

    .vlp-modal-buttons {
        flex-direction: column;
    }

    .vlp-cta-button {
        padding: 12px 30px;
        font-size: 1rem;
    }
}
