  /*
Theme Name: My Original Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: オリジナルテーマです
Version: 1.0
*/
/* === HEADER === */
/* PC時 */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 999;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo img {
  max-height: 50px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  position: relative;
}

.nav-list {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-list li a:hover {
  color: #007acc;
}

.contact-btn {
  background-color: #007acc;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-block;
  transition: background 0.3s;
  text-align: center;
}

.contact-btn:hover {
  background-color: #005f99;
}

/* ハンバーガー */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  width: 30px;
}

.hamburger span {
  display: block;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.3s;
}

/* SP時 */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-list {
    flex-direction: column;
    gap: 12px;
    position: absolute;
    top: 60px;
    right: 0;
    width: 200px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
    border-radius: 8px;
  }

  .main-nav.active .nav-list {
    display: flex;
  }
}

  /* ヒーローセクション */
.hero {
  position: relative;
  padding: 100px 20px 120px;
  background: #f5f5f5;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: relative;
  top:10%;
  left: 10%;
  width: 80vw;
  height: auto;
  opacity: 0.8;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
}

.hero-content h1 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #222;
    position: absolute;
    top: -500px;
    background: white;
	padding:10px;
	left:-100px;
}

.hero-content .subtitle {
  color: #999;
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
.hero-content h1 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #222;
    position: absolute;
    top: -140px;
    background: white;
    padding: 10px;
    left: 10px;
	}}
.hero-message-card {
  background: #fff;
  padding: 2.2rem 2.5rem;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  text-align: left;
  max-width: 720px;
  margin: 0 auto;
}

.hero-message-card h2 {
  font-size: 1.3rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.hero-message-card h2 span {
  color: #3B40FF;
}

.hero-message-card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.cta-button {
  display: inline-block;
  background: #FFEB00;
  color: #000;
  font-weight: bold;
  padding: 0.6em 1.4em;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.cta-button:hover {
  background: #ffe000;
  transform: translateY(-2px);
}

/* ここまで */

  .service-section {
    background: #1e1e1e;
    color: #fff;
    padding: 80px 20px;
    font-family: 'Arial', sans-serif;
  }
  
  .service-header {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .service-header h2 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.4;
  }
  .service-header .highlight {
    color: #ffeb00;
    font-weight: bold;
  }
  
  .btn-yellow {
    background: #ffeb00;
    color: #000;
    padding: 0.8em 1.5em;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
  }
  
  .service-block {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 40px auto;
    background: #2a2a2a;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .service-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
  }
  
  .service-content {
    padding: 2rem;
    flex: 1;
  }
  .service-content h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .service-content .en {
    color: #aaa;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  .service-list {
    list-style: none;
    padding: 0;
  }
  .service-list li {
    font-size: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #444;
    padding-bottom: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .arrow {
    color: #ffeb00;
    font-size: 1.2rem;
  }
/* 共通 */
.highlight {
    color: #3b40ff;
    font-weight: bold;
  }
  .btn-yellow {
    background: #ffeb00;
    padding: 0.6rem 1.4rem;
    border-radius: 50px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
  }
  
  /* 制作実績セクション */
  .works-section {
    padding: 60px 20px;
    background: #fff;
  }
  .swiper-slide {
    
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 1rem;
    text-align: left;
  }
  .swiper-slide img {
    width: 100%;
    border-radius: 5px;
  }
  .tag {
    background: #ffeb00;
    display: inline-block;
    padding: 0.2em 0.8em;
    border-radius: 999px;
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
  .date {
    font-size: 0.8rem;
    color: #666;
  }
  .text {
    font-size: 0.9rem;
    margin-top: 0.3rem;
  }
  
  /* 実績表示 */
 .achievements-section {
  position: relative;
  overflow: hidden;
  height: 500px;
  background: #000;
  color: #fff;
}

.background-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
}

.background-slider .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.background-slider img {
  height: 100%;
  width: auto;
  object-fit: contain;
  opacity: 0.2;
  filter: none;
  margin-right: 40px;
}

.achievement-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  text-align: center;
  width: 100%;
  pointer-events: none; /* 背景スライダーと干渉させない */
}

.stat-block .label {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.stat-block .number {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffeb00;
}

.stat-block .caption {
  font-size: 0.85rem;
  color: #eee;
  margin-top: 0.3rem;
}

  
  /* マーケティングセクション */
  .marketing-section {
    background: #fff2f6;
    padding: 60px 20px;
  }
  .marketing-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .marketing-inner .text {
    flex: 1;
  }
  .marketing-inner .text h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .marketing-inner .text p {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  .marketing-inner .chart {
    flex: 1;
    text-align: center;
  }
  .marketing-inner .chart img {
    width: 200px;
    margin-bottom: 1rem;
  }
  .legend {
    list-style: none;
    padding: 0;
    text-align: left;
  }
  .legend li {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
  }
  .dot.yellow {
    background: #ffeb00;
  }
  .dot.purple {
    background: #6e2882;
  }
    /* メディアアイコンセクション */
.media-section {
    background: #fff;
    text-align: center;
  }
  .media-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
  }
  .media-icons img {
    height: 50px;
  }
  
  /* Newsセクション */
  .news-section {
    background: #f5f5f5;
  }
  .news-section h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .news-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .news-tabs button {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0.5em 1.2em;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }
  .news-tabs button.active,
  .news-tabs button:hover {
    background: #3b40ff;
    color: #fff;
    border-color: #3b40ff;
  }
  
  .news-list {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
  }
  .news-card {
    background: #fff;
    border-radius: 10px;
    padding: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .news-card .meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.85rem;
    color: #666;
  }
  .badge {
    background: #3b40ff;
    color: #fff;
    padding: 0.2em 0.6em;
    border-radius: 999px;
    font-size: 0.75rem;
  }
  .news-text {
    flex: 1;
    margin-left: 2rem;
    font-size: 0.95rem;
  }
  .arrow {
    font-size: 1.2rem;
    color: #999;
    transition: 0.2s;
  }
  .news-card:hover .arrow {
    color: #3b40ff;
  }
  /* Contact */
.contact-section {
    background: #fff200;
    padding: 60px 20px;
  }
  .contact-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .contact-text {
    flex: 1;
  }
  .contact-text h2 {
    font-size: 1.8rem;
    color: #333;
  }
  .contact-text .highlight {
    color: #3b40ff;
    font-weight: bold;
  }
  .contact-text .lead {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 1rem 0;
    color: #2c2c2c;
  }
  .contact-text .desc {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  .contact-buttons a {
    display: inline-block;
    margin-right: 1rem;
    padding: 0.6em 1.2em;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s;
  }
  .btn-black {
    background: #000;
    color: #fff;
  }
  .btn-purple {
    background: #6c4caf;
    color: #fff;
  }
  .contact-text .hours {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #333;
  }
  .contact-illustration img {
    max-width: 300px;
  }
  
  /* Footer */
  .site-footer {
    background: #2e2e2e;
    color: #fff;
    padding: 40px 20px 20px;
  }
  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .footer-brand .logo {
    font-family: 'Georgia', serif;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .footer-nav ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    padding: 0;
  }
  .footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
  }
  .footer-bottom {
    border-top: 1px solid #444;
    margin-top: 2rem;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
  }
  .scroll-top {
    color: #aaa;
  }
  .footer-meta a {
    color: #aaa;
    text-decoration: none;
  }
/*  works  */
.works-section {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.section-title span {
  color: #3B40FF;
  font-size: 1.5rem;
  font-weight: bold;
}

.section-title {
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #666;
}

.swiper-slide {
  flex-shrink: 0;
}

.work-card {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  text-align: left;
  transition: all 0.2s ease;
  height: 100%; /* 高さが不揃いにならないように */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.work-card .thumb img {
  width: 40%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

/* スマホ・タブレット（〜768px）では全幅表示 */
@media screen and (max-width: 768px) {
  .work-card .thumb img {
    width: 100%;
  }
}


.work-card .meta {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #888;
}

.label {
  font-size: 0.7rem;
  padding: 0.2em 0.6em;
  border-radius: 999px;
  font-weight: bold;
}

.label.purple {
  background: #6A2DFF;
  color: #fff;
}
.label.yellow {
  background: #FFEB00;
  color: #000;
}
.label.gray {
  background: #ddd;
  color: #333;
}

.work-card .title {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: #333;
  font-weight: 500;
}

/* スライダーコンテンツ */
.achievements-section {
  position: relative;
  overflow: hidden;
  background: #000;
  padding: 80px 20px;
  color: #fff;
}

/* 背景画像スライダー */
.background-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.background-slider .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-slider img {
  height: 500px;
  object-fit: cover;
  opacity: 0.15;
  margin-right: 40px;
}

/* 実績表示 */
.achievement-stats {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 5rem;
  align-items: center;
  flex-wrap: wrap;
}

.stat-block {
  text-align: center;
  color: #fff;
}

.stat-block .label {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.stat-block .number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffeb00;
}

.stat-block .number span {
  font-size: 3.2rem;
}

.stat-block .caption {
  font-size: 0.85rem;
  color: #ccc;
  margin-top: 0.3rem;
}
.achievements-section {
  position: relative;
  overflow: hidden;
  background: #000;
  padding: 80px 20px;
  color: #fff;
}

.background-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
}

.background-slider img {
  height: 500px;
  opacity: 0.1;
  object-fit: contain;
  margin-right: 40px;
}

.achievement-stats {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 5rem;
  align-items: center;
  flex-wrap: wrap;
}

/* グラフ */
.marketing-stats {
  background: #fff4f7;
  padding: 80px 20px;
}

.marketing-stats .container {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #f5dce6;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  flex-wrap: wrap;
}

.stats-text {
  flex: 1;
  min-width: 300px;
}

.stats-text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #222;
}

.stats-text p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.cta-button {
  display: inline-block;
  background: #ffeb00;
  color: #000;
  padding: 0.6em 1.4em;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
}

.cta-button:hover {
  background: #ffe000;
}

.stats-graph {
  flex: 1;
  text-align: center;
  min-width: 240px;
}
.marketing-medias {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.media-heading span {
  font-size: 2rem;
  font-weight: bold;
  color: #3B40FF;
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 0 #FFEB00;
}

.media-heading small {
  display: block;
  font-size: 0.95rem;
  color: #444;
  margin-top: 0.8rem;
}

.media-logos {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}

.media-logos div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.85rem;
  color: #333;
}

.media-logos img {
  width: 50px;
  height: auto;
  margin-bottom: 0.5rem;
}
.news-section {
  background: #f9f9f9;
  padding: 80px 20px;
}

.news-title span {
  color: #3B40FF;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 0 #FFEB00;
}

.news-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #666;
}

.news-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.news-tabs button {
  padding: 0.6em 1.4em;
  border-radius: 999px;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.news-tabs button.active {
  background: #3B40FF;
  color: #fff;
  border-color: #3B40FF;
}

.news-list {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.news-card {
  background: #fff;
  border: 1px solid #ddd;
  border-left: 4px solid #3B40FF;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: 0.2s;
}

.news-card:hover {
  border-color: #FFEB00;
}

.news-card .meta {
  display: flex;
  gap: 1rem;
  font-size: 0.85rem;
  color: #888;
}

.news-card .label {
  background: #3B40FF;
  color: #fff;
  padding: 0.2em 0.6em;
  border-radius: 6px;
  font-size: 0.75rem;
}

.news-card .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-card .title {
  font-size: 1rem;
  color: #222;
  font-weight: 500;
}

.news-card .arrow {
  font-size: 1.2rem;
  color: #3B40FF;
  transition: 0.2s;
}

.news-card .arrow:hover {
  transform: translateX(4px);
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.2s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.label.purple { background: #6A2DFF; color: #fff; }
.label.yellow { background: #FFEB00; color: #000; }
.label.gray   { background: #ccc; color: #333; }
/* works一覧*/
/* ヘッダー部分 */
.works-hero {
  position: relative;
  background: #f9f9f9;
  padding: 60px 20px 100px;
  text-align: left;
  overflow: hidden;
}
.works-heading {
  position: relative;
  z-index: 1;
}
.works-heading h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #3B40FF;
}
.works-heading .sub {
  font-size: 1rem;
  color: #222;
}
.works-heading .breadcrumb {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #888;
}
.works-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.15;
}
.works-bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 一覧部分 */
.works-hero {
  position: relative;
  background: #f9f9f9;
  padding: 60px 20px 100px;
  text-align: left;
  overflow: hidden;
}
.works-heading h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #3B40FF;
}
.works-heading .sub {
  font-size: 1rem;
  color: #222;
}
.works-heading .breadcrumb {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #888;
}
.works-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.15;
}
.works-bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.works-tabs {
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.works-tabs button {
  padding: 0.6em 1.4em;
  border-radius: 999px;
  border: 1px solid #3B40FF;
  background: #fff;
  font-weight: bold;
  color: #3B40FF;
  cursor: pointer;
}
.works-tabs button.active {
  background: #3B40FF;
  color: #fff;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.work-card {
  display: none;
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.work-card.show {
  display: block;
}
.work-card .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.work-card .meta {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #888;
  display: flex;
  justify-content: space-between;
}
.work-card .title {
  font-weight: bold;
  margin-top: 0.4rem;
  font-size: 1rem;
}
.work-card .desc {
  font-size: 0.9rem;
  color: #444;
  margin-top: 0.4rem;
}

.more-button-container {
  text-align: center;
  margin-top: 2rem;
}
.more-button {
  background: #FFEB00;
  padding: 0.6rem 1.6rem;
  border: none;
  border-radius: 999px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}
/* エディター */
.entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: bold;
  line-height: 1.4;
  margin: 2em 0 1em;
  color: #222;
}

.entry-content h1 { font-size: 2rem; }
.entry-content h2 { font-size: 1.6rem; border-left: 4px solid #3B40FF; padding-left: 0.6em; }
.entry-content h3 { font-size: 1.3rem; }
.entry-content h4 { font-size: 1.1rem; }
.entry-content h5 { font-size: 1rem; }
.entry-content h6 { font-size: 0.95rem; }

.entry-content p {
  margin-bottom: 1.5em;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}

.entry-content ul li {
  list-style: disc;
}

.entry-content ol li {
  list-style: decimal;
}

.entry-content blockquote {
  margin: 2em 0;
  padding: 1em 1.5em;
  border-left: 4px solid #ccc;
  background: #f9f9f9;
  font-style: italic;
  color: #555;
}

.entry-content a {
  color: #3B40FF;
  text-decoration: underline;
}

.entry-content a:hover {
  opacity: 0.8;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
  border-radius: 8px;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}

.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 0.8em;
  text-align: left;
}

.entry-content table th {
  background: #f5f5f5;
  font-weight: bold;
}
/* メタ情報リスト */
.ad-meta ul,
.ad-stats ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ad-meta li,
.ad-stats li {
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
}

.ad-meta li:last-child,
.ad-stats li:last-child {
  border-bottom: none;
}
/* 広告 */
/* 見出し */
.single-ad-result h2 {
  font-size: 22px;
  margin-bottom: 16px;
  border-left: 4px solid #007acc;
  padding-left: 10px;
  color: #007acc;
}

/* 画像表示 */
.ad-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* PDFボタン */
.ad-pdf a {
  display: inline-block;
  padding: 10px 16px;
  background: #007acc;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.ad-pdf a:hover {
  background: #005b99;
}

/* テキストエリア */
.ad-overview {
  font-size: 15px;
}
.single-ad-result {
  max-width: 960px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Helvetica Neue', 'Segoe UI', sans-serif;
  color: #333;
  line-height: 1.6;
}

/* セクション共通 */
.single-ad-result section {
  margin-bottom: 40px;
  padding: 24px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/*ブログ  */
.blog-list.container {
  max-width: 960px;
  margin: 60px auto;
  padding: 0 20px;
}

.blog-title {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
  color: #2c3e50;
}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.blog-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.blog-card:hover {
  transform: translateY(-4px);
}

.blog-card h2 {
  font-size: 18px;
  color: #007acc;
}

.blog-card .excerpt {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
}

.readmore {
  font-size: 13px;
  color: #007acc;
}
/*  */
/*
Theme Name: Digital Hero Theme
Theme URI: https://example.com/
Author: あなたの名前
Description: サイバーパンク風 ∞ アニメーションを備えたWordPressテーマのMVテンプレート。
Version: 1.1
*/

/* サイバーパンク風スタイル */


.business-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, #f4f4f4 0%, #eaeaea 100%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
}

/* subtle moving background */
.business-background-layer {
  position: absolute;
  top: 0; left: 0;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, rgba(200,200,200,0.2), transparent 60%),
              radial-gradient(circle at 70% 70%, rgba(150,150,150,0.15), transparent 60%);
  animation: backgroundMove 20s linear infinite;
  z-index: 0;
}
@keyframes backgroundMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-25%, -25%); }
}

/* light grid overlay */
.business-grid-layer {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 1;
}

/* content */
.business-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}
.business-hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.business-hero-content p {
  font-size: 1.125rem;
  color: #555;
}

/* その他のカスタムスタイルはここに追加可 */
