

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    border-top: 0;
    border-bottom: 0;
}
section {
    margin-top: 80px;
    margin-bottom: 80px;
}
@media (min-width:768px){
section {
    margin-top: 100px;
    margin-bottom: 100px;
}
}
#breadcrumb {
  display: none;
}
.font-blu {
    color: #4fbcc3;
}
.font-green {
 color: #368356
}
.font-bold {
    font-weight: 700;
}
.bg-gry {
    background-color: #f7f7f5;
}
.fs-12r {
    font-size: 1.2rem;
}
.rounded12 {
  border-radius: 12px;
}
/******/
.page-id-40 .page-header,
.page-id-647 .page-header {
 display: none;
}
.page-header{
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  height: 500px;
}
.page-id-91 .page-header {
    background-image: url("/wp-content/themes/lightning-child-koshi/assets/img/hero_ajian.png");
}
.page-id-480 .page-header {
    background-image: url("/wp-content/themes/lightning-child-koshi/assets/img/service3.png");
}
.page-id-39 .page-header {
    background-image: url("/wp-content/themes/lightning-child-koshi/assets/img/hero_about.png");
}

.page-header::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.6) 0%,
    rgba(0,0,0,0.3) 50%,
    rgba(0,0,0,0.6) 100%
  );
}

.page-header .container{
  position: relative;
  z-index: 1;
}
.page-header h1{
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin:50px auto ;
}
.page-header h1::after{
  display: block;
  font-size: 14px;
  letter-spacing: 0.3em;
  margin-top: 10px;
  opacity: 0.8;
}
.page-id-480 .page-header h1::after{
  content: "Product Innovation";}
.page-id-75 .page-header h1::after{
  content: "Lighting Equipment";}
.page-id-91 .page-header h1::after{
  content: "Asian Select Shop";} 
.page-id-531 .page-header h1::after{
  content: "COMPANY";} 

.page-header h1{
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
}
@keyframes fadeUp{
  to{
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width:767px) {
   .page-header {
    margin-top: 80px;
    }
    .page-header h1 {
    letter-spacing: 0;
}
}
/* =====RESPONSIVE ==== */
.pc-br { display:none; }
.ipad-br { display:none; }
.sp-br { display:none; }
@media (min-width:1200px){
  .pc-br{display:inline;}
}
@media (min-width:768px) and (max-width:1199px){
  .ipad-br{display:inline;}
}
@media (max-width:767px){
  .sp-br{display:inline;}
}
/**** all page ****/
.concept p {
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 2.5rem;
}
@media (min-width: 1200px) {
    .site-body {
        padding: 0 0 4rem;
    }
}
.wp-block-button .wp-block-button__link {
    background-color:#4fbcc3;
}

.sub-text {
    line-height: 2.5rem;
    letter-spacing: 0.05rem;
}
@media (max-width:767px) {
 .concept p {
    letter-spacing: 0;
}
}
/* =========================
   header-menu
========================= */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px; 
    background: #fff;
    z-index: 99999;
  }
  .header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }

 .site-logo img { 
    width:230px ;
}
/* 初期 */
.logo-pc {
  display: block;
}

.logo-sp {
  display: none;
}

/* SP */
@media (max-width: 1023px) {

  .logo-pc {
    display: none;
  }

  .logo-sp {
    display: block;
  }
 .site-logo img { 
    width:250px ;
}
}
@media screen and (min-width: 1024px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
  }
  .header-inner {
    display: flex;
    flex-direction: column;
    height: 100vh; 
    background-color: #51b8bf;
    padding: 0;
  }
  .site-logo {
    flex: 1;
    background-color: #f7f7f5; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
  }

  .pc-nav {
    flex: 1;
    padding: 30px 20px;
  }

  .pc-nav a {
    color: #fff;
  }
  .pc-nav a:hover {
    text-decoration: underline;
  } 
  .pc-nav .menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding:0;
  }
  .sub-menu {
    margin-top: 10px;
    margin-left: 5px;
    padding-left:5px;
    font-size: 14px;
    letter-spacing: -0.05rem;
  }
  .sub-menu li {
    margin-bottom: 8px;
  }
  body {
    margin-left: 240px;
  }
  .hamburger {
    display: none;
  }  
}
.vk-mobile-nav-menu-btn,
.vk-mobile-nav {
  display: none !important;
}
.hamburger {
  position: relative;
  z-index: 100;
  cursor: pointer;
  width: 30px;
  height: 24px;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.4s;
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 11px; }
.hamburger span:nth-child(3) { bottom: 0; }


.hamburger.active span:nth-child(1) { transform: translateY(11px) rotate(-45deg);background-color:#fff; }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-11px) rotate(45deg);background-color:#fff; }

/* hamburger */
.sp-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%; 
  height: 100vh;
  background-color: #57b6be;
  z-index: 90;
  transition: all 0.5s ease; 
  padding-top: 50px;
  font-size: 16px;
}
.sp-nav.active {
  right: 0; 
}
.sp-menu {
  list-style: none;
  padding: 0;
}
.sp-menu li a {
  display: block;
  padding: 18px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #89c2c7;
  margin: 0 20px;
}
.sp-sub-menu {
  background-color: #5ec0c3;
  margin-bottom: 0;
}
.sp-menu-logo img {
  width: 50px;
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 80;
}
.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.hamburger, .sp-nav {
  display: none;
}


@media (max-width: 1023px) {

  .pc-nav {
    display: none;
  }
  
  .hamburger {
    display: block;
    margin-left: auto;
  }
  .sp-nav {
    display: block; 
  }

}
/**********************/

/* mainvisual*/
.front-mv {
    padding: 60px 20px;
}
.mv-title {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}
.mv-sub {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #555;
}
.mv-image {
    overflow: visible;
    position: relative;
    z-index: 9999;
}

.mv-image img {

    position: relative;
    z-index: 999;

    max-width: 90%;
    height: auto;

    opacity: 0;

    transform:
      translate(-120px, 120px)
      rotate(-360deg)
      scale(1.2);

    transform-origin: center center;

    will-change: transform, opacity;

    backface-visibility: hidden;
}


@keyframes fadeText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .mv-title {
        font-size: 36px;
    }
    .mv-sub {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
     .front-mv {
        overflow: hidden;
    }
    .mv-title {
        font-size: 32px;
    }
    .mv-sub {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .front-mv {
        padding: 40px 0;
        margin-top: 70px;
    }
    .mv-title {
        font-size: 2rem;
        line-height: 1.4;
    }
    .mv-sub {
        font-size: 1.2rem;
        line-height: 1.7;
        letter-spacing: 0;
        text-align: start;
    }
}
/********front-intro***********/

.front-intro-catch {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #333;
    position: relative;
    letter-spacing: 0;
}

.front-intro-text {
    font-size: 1rem;
    line-height: 2.5;
    color: #555;
    text-align: justify;
}
/*
.front-news {
    padding: 50px 0;
    background-color: #f4f8f9; 
    border-top: 1px solid #e0eef0;
    border-bottom: 1px solid #e0eef0;
    position: relative;
    overflow: hidden;
}
.front-news::before {
    content: "NEWS";
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 15rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.50); 
    z-index: 0;
    pointer-events: none;
}
.front-news-title {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #333; 
    position: relative;
}
.news-label {
    display: block;
    font-size: 1rem;
    color: #65bfc5;
    letter-spacing: 0.2em;
    margin-bottom: -10px;
    font-weight: bold;
}
.news-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.news-item:hover {
    padding-left: 10px; 
}

.news-date {
    font-size: 0.9rem;
    color: #999;
    min-width: 120px;
    font-family: 'Helvetica', sans-serif;
}

@media (max-width: 767px) {
    .front-intro, .front-news {
        padding: 60px 0;
    }
    .front-intro-catch {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .news-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .news-date {
        margin-bottom: 5px;
    }
}

/**********0511news*******/
.front-news {
    padding: 50px 0;
    background-color: #f4f8f9; 
    position: relative;
    overflow: hidden;
}
.front-news::before {
    content: "NEWS";
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 15rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.50); 
    z-index: 0;
    pointer-events: none;
}
.front-news-title {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #333; 
    position: relative;
}
.news-label {
    display: block;
    font-size: 1rem;
    color: #65bfc5;
    letter-spacing: 0.2em;
    margin-bottom: -10px;
    font-weight: bold;
}

.front-news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.news-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.news-thumbnail img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    display: block;
}

.news-content {
    padding-top: 14px;
}

.news-date {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.news-article-title {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
.news-article-title:hover {
  color:#65bfc5 ;
}
.more {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 52px;
    border: 1px solid #65bfc5;
    text-decoration: none;
    color: #65bfc5;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: 0.3s;
}

.more-btn:hover {
    background: #65bfc5;
    color: #fff;
}
/* tablet */
@media (max-width: 991px) {
    .front-news-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* SP */
@media (max-width: 767px) {
    .front-news-list {
        grid-template-columns: 1fr;
    }
}

/*****************************/
/* top-SERVICE */
/****************************/

.front-service {
    padding: 50px 0;
    background-color: #f8f8f8; 
    position: relative;
    overflow: hidden;
}
.front-service::before {
    content: "SERVICE";
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 15rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.50); 
    z-index: 0;
    pointer-events: none;
}

.service-row {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.service-v2-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .service-v2-title {
    font-size: 22px;
  }
}
.service-v2-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}

.service-v2-img {
  width: 100%;
  border-radius: 12px;
}

/**/
.service-maker-wrap {
  margin-top: 30px;
}

.service-maker-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .1em;
  color: #888;
  margin-bottom: 12px;
}

.service-maker-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-maker-list li {
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  font-size: 14px;
  background: #fff;
  transition: .3s;
}

.service-maker-list li:hover {
  border-color: #333;
  transform: translateY(-2px);
}

/* ***front-company*** */
.company-card {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
.company-row {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
}
.company-row:last-child { border: none; }

.company-row dt {
    width: 200px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
}

.company-row dd {
    flex: 1;
    margin: 0;
    color: #555;
}
.shop-area {
    margin-bottom: 10px;
    padding: 20px;
    background: #f4fbfc;
    border-radius: 8px;
}

.shop-intro {
    font-size: 0.85rem;
    margin-bottom: 15px;
    color: #777;
}

.shop-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.shop-group:last-child { margin-bottom: 0; }

.shop-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: #65bfc5;
    width: 80px;
}

.shop-link {
    background: #65bfc5;
    color: #fff !important;
    padding: 3px 12px;
    font-size: 0.75rem;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.2s;
}

.shop-link:hover {
    background: #333;
}

.shop-note {
    font-size: 0.8rem;
    color: #d98a2c;
    font-weight: bold;
}

@media (max-width: 767px) {
    .company-card { padding: 20px; }
    .company-row { flex-direction: column; }
    .company-row dt { width: 100%; margin-bottom: 8px; }
    .shop-group { gap: 5px; }
}


/*******footer************/

.site-footer {
    background-color: #333;
    color: #fff;
    padding: 80px 0 20px;
    font-size: 0.95rem;
}

.footer-logo {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #65bfc5;
}

.footer-address {
    line-height: 1.8;
    color: #ccc;
}

.footer-contact span {
    display: inline-block;
    margin-right: 20px;
}
.footer-contact span a {
    color: #fff;
}

.footer-nav-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-nav-group {
    min-width: fit-content;
}

.footer-nav-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #65bfc5;
    letter-spacing: 0.1em;
    display: block;
    border-bottom: 2px solid #65bfc5;
    padding-bottom: 5px;
    width: fit-content;
}

.footer-nav-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-group ul li {
    margin-bottom: 10px;
}

.footer-nav-group ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}
.footer-nav-group ul li a:hover {
    color: #65bfc5;
}
.footer-sns-icons {
    display: flex;
    gap: 0;
}

.sns-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff !important;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s;
}

.sns-icon:hover {
    color: #65bfc5;
    transform: translateY(-3px);
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #444;
}

.copyright {
    font-size: 0.8rem;
    color: #888;
}

@media (max-width: 991px) {
    .footer-left {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer-nav-container {
        flex-direction: column;
        gap: 30px;
    }
    .footer-nav-title, .footer-sns-icons {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-right, .footer-left {
        text-align: center;
    }
    .footer-sns-icons {
        justify-content: center;
    }
}

/*******************/


/*service
.service-cloum .ark-block-column{ 
    padding: 15px;
    background-color: #f1f8f7;
    text-align: center;
}

/******** light page **********/

.feature-wrap {
    display: flex;
    justify-content: center;
    gap: 20px; 
    flex-wrap: wrap;
}
.feature-card {
    width: 220px;
    padding: 20px;
    background: #65bfc5;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
}
.feature-card p {
 font-size: 1.2rem;
}
.shop-card {
    background: #f3f3ee;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    text-align: center;
}

.shop-card h4 {
    font-weight: bold;
    margin-bottom: 15px;
}
.banner-card {
  padding: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    border: transparent;
    max-width: 400px;
    color: #505050;
    border: 1px #ccc solid;  
}
.banner-card h4 {
font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.banner-card span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.5;
    width: 100%;
}

/******** zakka page **********/

.align-items-center article {
        padding: 20px;
    }
.align-items-center article p {
    line-height: 2.05;
    color: #5e5e64;
    padding-bottom: 17px;
}
.zakka-btn {
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  font-size: 14px;
  background: #fff;
  transition: .3s;
}
.zakka-btn:hover {
    border-color: #333;
    transform: translateY(-2px);
    color: #000;
}


@media (min-width:768px) {
    .align-items-center article {
        padding: 14%;
    }
}

.gallery-item img {
    width: 100%;
    object-fit: cover;
  margin: 20px;
}

/* 店舗 */
.shop {
  background: #efefef;
  padding: 60px 20px;
}

/*****/
.ajian-colun h4 {
    font-size: 1.8rem;
    background-color: unset;
    color: #7a6c64;
    margin-block-end: 0;
    font-weight: 700;
}
.ajian-colun p {
    line-height: 2rem;
}


/********  atarashimono page  ******/

.ruck-block p,
.mask-block p,
.bra-block p {
    line-height: 2.5rem;
    letter-spacing: 0.05rem;
}
.ruck-block::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #ffe5f0;
  transform: skewY(2deg);
  z-index: 1;
}

/* ===== マスクセクション ===== */

.mask-block,
.ruck-block,
.bra-block {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  margin: 0;
}

.mask-block {
  position: relative;
  background: linear-gradient(135deg, #ffe3ef, #ffffff);
  padding: 150px 0;
  overflow: hidden;
}
.mask-block::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #ffffff;
  transform: skewY(-3deg);
  z-index: 1;
}
.mask-block::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #1f2a44;
  transform: skewY(2deg);
  z-index: 1;
}
.mask-block .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 182, 193, 0.2);
  border-radius: 50%;
}
.mask-block h2 {
  font-size: 32px;
}
.mask-catch {
  background: #c46497;
  border-radius: 12px;
  padding: 20px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  width: 100%;
}
.mask-block p {
  line-height: 2.5rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  .mask-catch {
    font-size: 16px;
  }
}
/* ===== リュックセクション ===== */
.ruck-block {
  background: #1f2a44;
  color: #fff;
}
.ruck-block::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #1f2a44;
  transform: skewY(-3deg);
}
.ruck-block h2 {
  color: #ffffff;
  font-size: 32px;
}
.bakuses img {
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.isyo-license img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/****授乳ブラセクション****/
.bra-block h2 {
  font-size: 32px;
}
.bra-block {
  background: #ffe5f0;
}
.bra-catch {
  background: #e57790;
  border-radius: 12px;
  padding: 20px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  width: 100%;
  margin-bottom: 10px;
}
.bra-comic {
  background-color: #fff;
}
/****/
.point-five .wp-block-column .wp-block-group {
    margin-bottom: 30px;
    text-align: center;
}
.point-five .wp-block-column .wp-block-group h6 {
    color:#c46497 ;
    font-weight: 600;
}
/********  contact form ********/
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
    background-color: #4fbcc3; 
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 50px;
    text-align: center;
}
div.wpforms-container-full button[type=submit] {
    padding: 0 50px;
}

/******category-page*****/
.category-page {
  padding: 60px 0;
}
.archive-title {
  font-size: 32px;
  margin-bottom: 10px;
}
.archive-description {
  color: #666;
  margin-bottom: 40px;
}
.post-card {
  display: flex;
  gap: 20px;
  margin: 0 30px 30px;
  padding: 20px;
  background: #efefef;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.post-thumb img {
  width: 150px;
  height: auto;
  border-radius: 8px;
}
.post-title {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.post-title a {
  text-decoration: none;
  color: #333;
}
.post-title a:hover {
  color: #65bfc5;
}
.post-excerpt {
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .post-card {
    flex-direction: column;
  }

  .post-thumb img {
    width: 100%;
  }
}
.sidebar-section {
  margin-bottom: 40px;
}
.sidebar-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.sidebar-section ul {
  list-style: none;
  padding: 0;
}

.sidebar-section li {
  margin-bottom: 8px;
}

.sidebar-section a {
  text-decoration: none;
  color: #333;
}

.sidebar-section a:hover {
  text-decoration: underline;
}
/*******投稿カテゴリ*******/

.comic-header {
  margin-top: 0;
}
.comic-title {
  font-size: 22px;
}
.comic-colum img {
 max-width: 350px;
 width: 100%;
 margin: auto;
}
.comic-sidebar ul{
  list-style:none;
  padding:0;
}

.comic-sidebar li{
  border-bottom:1px solid #ddd;
  padding-bottom:15px;
}

.comic-sidebar img{
  width:100%;
  max-width: 80px;
  height:auto;
  display:block;
}

.comic-sidebar-title{
  font-size:14px;
  margin-top:8px;
  margin-left: 1rem;
}
/*topics*/
.hero-topics-section {
  padding: 60px;
}
.hero-topics-title {
  font-family: "Anta", sans-serif;
  font-weight: 900;
}
.hero-topics-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(60px) rotate(10deg) scale(0.8);
  animation: popBounce 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.hero-topics-title {
  color: #333;
  font-size: 4rem;
}
.hero-topics-title span:nth-child(1) {
  animation-delay: 0.1s;
}
.hero-topics-title span:nth-child(2) {
  animation-delay: 0.2s;
}
.hero-topics-title span:nth-child(3) {
  animation-delay: 0.3s;
}
.hero-topics-title span:nth-child(4) {
  animation-delay: 0.4s;
}
.hero-topics-title span:nth-child(5) {
  animation-delay: 0.5s;
}
.hero-topics-title span:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes popBounce {
  0% {
    opacity: 0;
    transform: translateY(60px) rotate(10deg) scale(0.8);
  }
  50% {
    opacity: 1;
    transform: translateY(-15px) rotate(-5deg) scale(1.1);
  }
  70% {
    transform: translateY(5px) rotate(3deg) scale(0.95);
  }
  100% {
    transform: translateY(0) rotate(0) scale(1);
    opacity: 1;
  }
}
@media (max-width: 768px)  {
  .hero-topics-title {
    font-size: 2rem;
  }
  .hero-topics-section {
    margin: 70px 0;
}
}
/**********/
.single-page h1 {
  font-size: 22px;
}
.post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
}
.post-item {
  margin: auto;
}
.post-item img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: auto;
}

.post-item h2 {
   font-size: 16px;
   margin-top: 8px;
   color: #333;
   font-weight: 700;
  }
  @media (max-width: 768px) {
   .comic-header {
    margin-top: 70px;
    }
   .post-item h2 {
   font-size: 16px;
   letter-spacing: -0.1rem;
  } 
  }
/*****************
page-daiko-plan
*****************/
.page-daiko-plan{
  overflow:hidden;
}
.page-daiko-plan .page-header {
  padding: 80px 0;
  height: auto;
}
.daiko-plan-header {
 background-color: #fff;
 color: #333;
 border-radius: 10px;
}

.planner-title {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    padding-bottom: 14px;
}

.planner-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #c9a063, #f4d08b);
    border-radius: 999px;
}
.plan-card img {
 width: 100%;
 max-width: 180px;
}
.plan-card-lg img {
  width: 250px;
}
.plan-list{
  list-style:none;
  padding:0;
}
.plan-list li{
  background:#f8f8f8;
  padding:20px;
  margin-bottom:15px;
  border-left:5px solid #0073aa;
  border-radius:10px;
  font-size:1.1rem;
}
.plan-card{
  background:#fff;
  padding:40px;
  border-radius:20px;
  text-align:center;
}
.plan-card-lg{
  background:#fff;
  padding:50px;
  border-radius:20px;
}
.plan-step {
  display:inline-block;
  background:#0073aa;
  border-radius:30px;
  font-weight:bold;
    color: #fff;
    font-size: 24px;
    padding: 5px;
    margin: 20px auto;
    letter-spacing: 8px;
    text-align: center;
    width: 90%;
}
.plan-feature-list{
  margin-top:30px;
}
.plan-feature-list li{
  font-size: 18px;
    background-color: #eee;
    letter-spacing: 2px;
    padding: 15px 0 15px 0;
    text-align: center;
    width: 45%;
    display: inline-block;
    margin: 15px;
}
.plan-cta{
  background:#0073aa;
  color:#fff;
}
.plan-note{
  background:#f8f8f8;
  padding:40px;
  border-radius:20px;
}
.plan-note ul{
  margin:0;
  padding-left:20px;
}
.plan-note li{
  margin-bottom:15px;
}
.plan-sheet h2 {
    font-size: 32px;
    padding: 30px 0;
    background-color: #e6c773;
    letter-spacing: 2px;
    color: #333;
    font-weight: 700;
    }
 .plan-sheet p {
   font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    padding: 20px 0;
    text-align: left;
    line-height: 1.6;
    } 
.plan-btn {
    background:#c9a063;
    border: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(201, 160, 99, 0.3);
}

.plan-btn:hover {
    background: linear-gradient(135deg, #b88f52, #e6c773);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 160, 99, 0.45);
    color: #fff;
}    
@media(max-width:768px){
.daiko-plan-header h1{
  font-size: 1.8rem;
}
.planner-title {
  font-size: 1.5rem;
}
  .plan-card,
  .plan-card-lg{
    padding:25px;
  }
.plan-sheet h2 {
    font-size: 1.5rem;
  letter-spacing:0;
}

.plan-feature-list li {
        font-size: 14px;
        letter-spacing: 0px;
        padding: 10px;
        width: 90%;
        margin: 5px 0;
    }
}
/*****************
買掛会員ページ
*****************/
.kaikake-page .plan-cta{
  background:#368356;
  color:#fff;
}

/* ============================
   LINE お友だち募集ページ
============================ */

.koshinaka-line {
    font-family: "Noto Sans JP", sans-serif;
}

/* Hero */
.line-hero {
    background: #f4f8f9;
    padding: 60px 20px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.line-hero h1 {
    font-size: 2.2rem;
    color: #368356;
}
.line-hero p {
  color: #333;
}
.line-points li {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

/******************
contact-page
********************/
.page-id-40 .smf-form,
.page-id-647 .smf-form {
  max-width: 800px;
  margin: auto;
}
.smf-action {
  text-align: center;
  margin-top: 50px;
}
.smf-item {
  margin-top: 30px;
}
.smf-action .smf-button-control__control{
  background-color:#65bfc5;
  background-image:none;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
}
.smf-system-error-content {
  color: #c52525;
  text-align: center;
  border: 1px solid #c52525;
  padding: 5px;
}
.smf-complete-content {
  color: #333;
  text-align: center;
  border: 1px solid #65bfc5;
  padding: 5px;
  margin-top:50px;
}
.smf-complete-content p {
  margin-bottom: 0;
}