@charset "UTF-8";
@media screen and (min-width: 768px) {
    main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.mainvisual img {
    width: 100%;
}
section {
    margin-bottom: 80px;
}
footer {
    text-align: center;
}
.font800 {
    font-weight: 800;
}
}
@media screen and (max-width: 767px) {
    main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.mainvisual img {
    width: 100%;
}
section {
    margin-bottom: 80px;
}
footer {
    text-align: center;
}
.font800 {
    font-weight: 800;
}
    .text-3xl {
font-size: 6vw !important;
}
    .grid-cols-2 {
        grid-template-columns: 100% !important;
    }
    .grid-cols-3 {
        grid-template-columns: 100% !important;
    }
    #block4 .flex {
        display: block;
    }
}

.slide {
            width: 1280px;
            min-height: 720px;
            position: relative;
            background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
        }
        .header {
            background-color: #FF6B35;
            padding: 15px 30px;
            color: white;
            font-family: 'Poppins', 'Noto Sans JP', sans-serif;
            border-radius: 0 0 50px 0;
        }
        .content {
            font-family: 'Noto Sans JP', sans-serif;
        }
        .problem-box {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
            border-left: 5px solid #FF6B35;
            padding: 20px;
        }
        .solution-box {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
            border-left: 5px solid #4CAF50;
            padding: 20px;
        }
        .icon-circle {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .sashiire-intro {
            background: linear-gradient(135deg, #FFF4E6 0%, #FFEBE0 100%);
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            overflow: hidden;
            margin-bottom: 20px;
        }
        .image-container {
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .intro-image {
            width: 100%;
            height: 220px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .intro-image:hover {
            transform: scale(1.03);
        }
    </style>
<style>
    .genspark-badge-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #333;
      color: white;
      border: none;
      border-radius: 4px;
      padding: 8px 12px;
      font-size: 12px;
      cursor: pointer;
      z-index: 9999;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    
    .genspark-modal {
      display: none;
      position: fixed;
      bottom: 80px;
      right: 20px;
      z-index: 10000;
      justify-content: end;
    }
    
    .genspark-modal-content {
      background-color: white;
      border-radius: 8px;
      max-width: 450px;
      width: 100%;
      box-sizing: border-box;
      padding: 20px;
      position: relative;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      font-size: 14px;
    }
    @media (max-width: 768px) {
      .genspark-modal-content {
        max-width: 90%;
      }
    }
    
    .genspark-close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px;
      cursor: pointer;
      background: none;
      border: none;
    }
    
    .genspark-title {
      margin-bottom: 8px;
      font-weight: normal;
      display: inline;
      font-size: 14px;
    }
    
    .genspark-report {
      color: #909499;
      text-decoration: underline;
      cursor: pointer;
      margin-bottom: 14px;
      display: inline;
    }
    
    .genspark-info {
      margin: 25px 0;
      color: #333;
      font-size: 14px;
    }
    
    .genspark-buttons {
      display: flex;
      gap: 10px;
    }
    
    .genspark-remove-btn {
      background-color: #f5f5f5;
      border: 1px solid #ddd;
      color: #333;
      padding: 4px 14px;
      border-radius: 8px;
      cursor: pointer;
      flex: 1;
      font-size: 14px;
      box-sizing: border-box;
    }
    
    .genspark-go-btn {
      background-color: #222;
      border: none;
      color: white;
      padding: 4px 14px;
      border-radius: 8px;
      cursor: pointer;
      flex: 1;
      font-size: 14px;
      box-sizing: border-box;
    }

.category-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            overflow: hidden;
            transition: all 0.3s ease;
        }
        .category-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        }
        .category-header {
            padding: 12px 20px;
            color: white;
            font-weight: bold;
            font-size: 1.2rem;
        }
        .celebrity-header {
            background: linear-gradient(90deg, #FF6B35 0%, #FF9A5A 100%);
        }
        .scene-header {
            background: linear-gradient(90deg, #4A6FA5 0%, #6B8CBF 100%);
        }
        .category-content {
            padding: 20px;
        }
        .item-box {
            background-color: #f8f8f8;
            border-radius: 8px;
            padding: 10px 15px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            transition: all 0.2s ease;
        }
        .item-box:hover {
            background-color: #f0f0f0;
            transform: translateX(5px);
        }
        .item-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 107, 53, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FF6B35;
            margin-right: 15px;
            flex-shrink: 0;
        }
        .scene-icon {
            background: rgba(74, 111, 165, 0.1);
            color: #4A6FA5;
        }
        .note-box {
            background-color: #FFF4E6;
            border-left: 4px solid #FF6B35;
            padding: 12px 15px;
            border-radius: 0 8px 8px 0;
        }
        .image-container {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .image-container:hover img {
            transform: scale(1.05);
        }
        
.pricing-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
        }
        .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.12);
        }
        .pricing-header {
            padding: 15px;
            color: white;
            text-align: center;
            font-weight: bold;
        }
        .pricing-basic .pricing-header {
            background: linear-gradient(90deg, #6B8CBF 0%, #4A6FA5 100%);
        }
        .pricing-standard .pricing-header {
            background: linear-gradient(90deg, #FF6B35 0%, #FF9A5A 100%);
        }
        .pricing-premium .pricing-header {
            background: linear-gradient(90deg, #5C3D2E 0%, #9B735A 100%);
        }
        .price {
            font-size: 2rem;
            font-weight: bold;
            margin: 10px 0;
            color: #333;
        }
        .price-small {
            font-size: 1rem;
            color: #777;
            font-weight: normal;
        }
        .feature-check {
            color: #4CAF50;
            margin-right: 8px;
        }
        .feature-times {
            color: #F44336;
            margin-right: 8px;
        }
        .popular-badge {
            position: absolute;
            top: 0;
            right: 0;
            background: #4CAF50;
            color: white;
            padding: 5px 15px;
            transform: translate(30%, -30%) rotate(45deg) translateX(20px);
            width: 150px;
            text-align: center;
            font-weight: bold;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        .comparison-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        }
        .comparison-table th {
            background-color: #FF6B35;
            color: white;
            font-weight: bold;
            text-align: center;
            padding: 12px 15px;
        }
        .comparison-table td {
            background-color: white;
            text-align: center;
            padding: 8px 12px;
            border-bottom: 1px solid #f0f0f0;
        }
        .comparison-table tr:last-child td {
            border-bottom: none;
        }
        .cta-button {
            display: inline-block;
            background: linear-gradient(90deg, #FF6B35 0%, #FF9A5A 100%);
            color: white;
            text-align: center;
            padding: 10px 24px;
            border-radius: 50px;
            font-weight: bold;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(255, 107, 53, 0.25);
        }
        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(255, 107, 53, 0.3);
        }
.cta-button2 {
            display: inline-block;
            background: linear-gradient(90deg, #FF6B35 0%, #FF9A5A 100%);
            color: white;
            text-align: center;
            padding: 10px 24px;
            border-radius: 50px;
            font-weight: bold;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(255, 107, 53, 0.25);
    width: 300px;
    font-size: 1.4rem;
        }
        .cta-button2:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(255, 107, 53, 0.3);
        }
.entry_bt {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

    .genspark-badge-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #333;
      color: white;
      border: none;
      border-radius: 4px;
      padding: 8px 12px;
      font-size: 12px;
      cursor: pointer;
      z-index: 9999;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    
    .genspark-modal {
      display: none;
      position: fixed;
      bottom: 80px;
      right: 20px;
      z-index: 10000;
      justify-content: end;
    }
    
    .genspark-modal-content {
      background-color: white;
      border-radius: 8px;
      max-width: 450px;
      width: 100%;
      box-sizing: border-box;
      padding: 20px;
      position: relative;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      font-size: 14px;
    }
    @media (max-width: 768px) {
      .genspark-modal-content {
        max-width: 90%;
      }
    }
    
    .genspark-close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px;
      cursor: pointer;
      background: none;
      border: none;
    }
    
    .genspark-title {
      margin-bottom: 8px;
      font-weight: normal;
      display: inline;
      font-size: 14px;
    }
    
    .genspark-report {
      color: #909499;
      text-decoration: underline;
      cursor: pointer;
      margin-bottom: 14px;
      display: inline;
    }
    
    .genspark-info {
      margin: 25px 0;
      color: #333;
      font-size: 14px;
    }
    
    .genspark-buttons {
      display: flex;
      gap: 10px;
    }
    
    .genspark-remove-btn {
      background-color: #f5f5f5;
      border: 1px solid #ddd;
      color: #333;
      padding: 4px 14px;
      border-radius: 8px;
      cursor: pointer;
      flex: 1;
      font-size: 14px;
      box-sizing: border-box;
    }
    
    .genspark-go-btn {
      background-color: #222;
      border: none;
      color: white;
      padding: 4px 14px;
      border-radius: 8px;
      cursor: pointer;
      flex: 1;
      font-size: 14px;
      box-sizing: border-box;
    }

.feature-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            border-bottom: 3px solid #FF6B35;
        }
        .feature-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 15px rgba(0,0,0,0.1);
        }
        .feature-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #FF6B35 0%, #FF9A5A 100%);
            border-radius: 50%;
            color: white;
            font-size: 1.8rem;
            margin-bottom: 1rem;
            box-shadow: 0 4px 8px rgba(255, 107, 53, 0.25);
        }
        .compare-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        }
        .compare-table th {
            background-color: #FF6B35;
            color: white;
            font-weight: bold;
            text-align: center;
            padding: 12px 15px;
        }
        .compare-table td {
            padding: 12px 15px;
            background-color: white;
            text-align: center;
            border-bottom: 1px solid #f0f0f0;
        }
        .compare-table tr:last-child td {
            border-bottom: none;
        }
        .highlight-box {
            background: linear-gradient(135deg, #FFF4E6 0%, #FFEBE0 100%);
            border-left: 5px solid #FF6B35;
            border-radius: 5px;
            padding: 15px 20px;
            margin-top: 20px;
        }



    .genspark-badge-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #333;
      color: white;
      border: none;
      border-radius: 4px;
      padding: 8px 12px;
      font-size: 12px;
      cursor: pointer;
      z-index: 9999;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    
    .genspark-modal {
      display: none;
      position: fixed;
      bottom: 80px;
      right: 20px;
      z-index: 10000;
      justify-content: end;
    }
    
    .genspark-modal-content {
      background-color: white;
      border-radius: 8px;
      max-width: 450px;
      width: 100%;
      box-sizing: border-box;
      padding: 20px;
      position: relative;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      font-size: 14px;
    }
    @media (max-width: 768px) {
      .genspark-modal-content {
        max-width: 90%;
      }
    }
    
    .genspark-close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px;
      cursor: pointer;
      background: none;
      border: none;
    }
    
    .genspark-title {
      margin-bottom: 8px;
      font-weight: normal;
      display: inline;
      font-size: 14px;
    }
    
    .genspark-report {
      color: #909499;
      text-decoration: underline;
      cursor: pointer;
      margin-bottom: 14px;
      display: inline;
    }
    
    .genspark-info {
      margin: 25px 0;
      color: #333;
      font-size: 14px;
    }
    
    .genspark-buttons {
      display: flex;
      gap: 10px;
    }
    
    .genspark-remove-btn {
      background-color: #f5f5f5;
      border: 1px solid #ddd;
      color: #333;
      padding: 4px 14px;
      border-radius: 8px;
      cursor: pointer;
      flex: 1;
      font-size: 14px;
      box-sizing: border-box;
    }
    
    .genspark-go-btn {
      background-color: #222;
      border: none;
      color: white;
      padding: 4px 14px;
      border-radius: 8px;
      cursor: pointer;
      flex: 1;
      font-size: 14px;
      box-sizing: border-box;
    }