/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}






/* 独自
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}
@media screen and (max-width: 767px) {
html {
    font-size: 50%;
    }
}
body{
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--main-font);
    line-height: 1.5;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    font-weight: 500;
    color: #0a0a0a;
}

/* セクション全体 */
.br_sp{
    display: none;
}
@media screen and (max-width: 560px) {
    .br_sp{
        display: block;
    }
}

.content-wrapper {
    text-align: center;
}
.mv-container{
    width: 100%;
    margin: 0 auto 100px;
    max-width: 1980px;
    height: 70vh;
  position: relative;
}
.mv-container video{
    width: 100%;
  height:100%;
  display:block;
      object-fit: cover;
}
.title-area {
    margin-bottom: 100px;
}
.title-area h2 {
    font-size: 2rem;
    font-weight: 500;
}
.shika-area {
    width: 75px; 
    margin: 0px auto 40px;
}
.shika-area img {
    width: 100%;
    height: auto;
    display: block;
}
.description-area {
    font-size: 1em;
    margin-bottom: 80px;
}

.description-area p {
    margin: 0.5em 0;
}

/* --- ブレイクポイント: 780px --- */
@media screen and (max-width: 767px) {

    .content-wrapper {
        padding: 0 0 50px;
    }
    .mv-container{
        margin: 0 auto 40px;
    }

    .title-area{
        margin-bottom: 40px;
    }
    .shika-area {
        width: 55px; 
        margin: 0px auto 30px;
    }    
    .description-area {
      padding: 0px 1.5em;
        margin-bottom: 40px;
        text-align: left;
        display: inline-block;
        text-align: center;
    }
}
@media screen and (max-width: 560px){
      .mv-container{
      height: 60vh;
    }
}
.gallery-container {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 60px 0 0;
}

.image-gallery {
    display: flex;
    width: max-content;
}

/* 各リストの設定 */
.gallery-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    /* 1セット分のアニメーション設定 */
    animation: infinity-scroll 60s linear infinite;
}

/* 画像の間隔 */
.gallery-item {
    width: 280px; /* PC時のサイズ */
    padding: 0 5px; 
    box-sizing: border-box;
}

.gallery-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

/* 無限ループアニメーション */
@keyframes infinity-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); } /* 1セット分（100%）左に移動 */
}

/* ホバー時に停止させる（プロの配慮） */
.image-gallery:hover .gallery-list {
    animation-play-state: paused;
}

/* ブレイクポイント: 780px */
@media screen and (max-width: 767px) {
    .gallery-item {
        width: 200px; 
    }
    .gallery-list {
        animation-duration: 40s;
    }
}

/*******************************************
商品紹介
********************************************/
.product-section {
    background-image: url(https://img21.shop-pro.jp/PA01522/356/etc_base64/cHJvZHVjdF9iZw.png?cmsp_timestamp=20260507022116);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 200px 0;
    overflow: hidden;
}
.product-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
}
.section-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: absolute;
    left: 16%; 
    top: -170px;
}
.title-jp {
    writing-mode: vertical-rl;
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}
.title-en-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.title-line {
    width: 1px;
    height: 15px;
    background-color: #0a0a0a;
    margin-bottom: 5px;
}

.title-en {
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    color: #0a0a0a;
    margin: 0;
}

.product-content {
    display: flex;
    align-items: flex-end; 
    justify-content: flex-end;
    margin-top: 100px;
}

.product-visual {
    width: 40%;
    max-width: 345px;
}

.product-visual img {
    width: 100%;
    margin-bottom: 100px;
    display: block;
}

.product-body {
    width: 55%;
    text-align: center;
    padding-bottom: 20px;
}

.product-logo {
    margin-bottom: 30px;
}

.product-logo img {
    max-width: 175px;
    height: auto;
}

.product-description {
    text-align: left;
    font-size: 1em;
    line-height: 2.4;
    color: #0a0a0a;
    margin-bottom: 40px;
    display: inline-block;
}

.product-description p {
    margin: 0;
    white-space: nowrap; /* デザイン通り改行させない */
}

.btn-more {
    display: inline-block;
    padding: 10px 60px;
    border: 1px solid #0a0a0a;
    color: #0a0a0a;
    text-decoration: none;
    font-size: 0.9rem;
    background: rgba(255,255,255,0.4);
    transition: 0.3s;
}

.btn-more:hover {
    background: #0a0a0a;
    color: #fff;
}

/* --- 780px ブレイクポイント --- */
@media screen and (max-width: 767px) {
    .product-section {
        padding: 60px 0;
    }
    .product-container{
        padding: 0 20px;
    }
    .section-header {
        position: static;
        justify-content: center;
        margin-bottom: 40px;
    }
    
    .product-content {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .product-visual, .product-body {
        width: 100%;
        margin-right: 0;
    }

    .product-description p {
       padding: 0 2em;
        white-space: normal;
        
    }
}



/*******************************************
お知らせ
********************************************/

.news-section {
    background-color: #fff;
    padding: 140px 0;
    overflow: hidden;
}
.news-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news-header {
width: 40%;
}
.news-title-area {
margin-bottom: 60px;
display: flex;
flex-wrap: wrap;
justify-content: center;  
}
.news-title-text {
width: 100%;
font-size: 3rem;
font-weight: 600;
letter-spacing: 0.15em;
margin: 0;
}
.news-title-sub {
margin-left: 100px;
display: flex;
align-items: center;
gap: 12px;
}
.news-sub-line {
width: 15px;
height: 1px;
background-color: #0a0a0a;
}
.news-sub-en {
font-size: 1.6rem;
color: #0a0a0a;
letter-spacing: 0.1em;
margin: 0;
}
.news-shika {
margin-top: 40px;
margin-left: 170px; 
}

.news-shika img {
width: 70px;
height: auto;
}
.news-list-area {
width: 55%;
}
.news-list {
list-style: none;
padding: 0;
margin: 0 0 60px 0;
border-top: 1px solid #eee;
}
.news-item {
border-bottom: 1px solid #eee;
}
.news-item a {
display: block;
padding: 15px 10px;
text-decoration: none;
color: #0a0a0a;
text-align: left; 
transition: 0.3s ease;
}
.news-item a:hover {
background-color: #fcfcfc;
}
.news-date {
display: block;
font-size: 1.6rem;
color: #c9c7c7;
margin-bottom: 8px;
letter-spacing: 0.05em;
}
.news-article-title {
font-size: 1.6rem;
margin: 0;
letter-spacing: 0.05em;
}
.news-btn-container {
text-align: center;
}
.btn-news-all {
display: inline-block;
border: 1px solid #0a0a0a;
padding: 10px 50px;
font-size: 1.6rem;
color: #0a0a0a;
text-decoration: none;
transition: 0.3s;
}
.btn-news-all:hover {
background: #0a0a0a;
color: #fff;
}
/* 780px以下 */
@media screen and (max-width: 767px) {
    .news-section {
        padding: 60px 0;
    }
    .news-container {
        padding: 0 20px;
        flex-direction: column;
        align-items: center;
    }
    .news-header {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .news-title-area {
        margin-bottom: 40px;
        justify-content: center;
    }
    .news-shika {
        margin-left: 0;
        display: flex;
        justify-content: center;
    }
    .news-shika img{
        width: 50px;
    }
    .news-list-area {
        width: 100%;
    }
}


/*******************************************
店舗案内/アクセス
********************************************/

.access-section {
    background-image: url(https://img21.shop-pro.jp/PA01522/356/etc_base64/YWNjZXNzX2Jn.png?cmsp_timestamp=20260507022116); 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 260px 0 120px;
    position: relative;
    overflow: hidden;
}
.access-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}
.access-header {
    position: absolute;
    right: 40px;
    top: -230px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.access-title-jp {
    writing-mode: vertical-rl;
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}
.access-title-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 165px;
}
.access-line {
    width: 1px;
    height: 15px;
    background-color: #999;
    margin-bottom: 5px;
}
.access-title-en {
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
.access-main {
    display: flex;
    justify-content: unset;
    align-items: flex-end;
    margin-top: 100px;
    position: relative;
}
.access-info {
    width: 45%;
    margin-right: 20px;
}
.shop-name-title {
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: left;
}
.info-table {
    border-top: 1px solid #eeeeee;
    margin-bottom: 50px;
}
.info-item {
    display: flex;
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 0.9rem;
    line-height: 1.8;
}
.info-item dt {
    width: 100px;
    flex-shrink: 0;
    font-size: 1.6rem;
    text-align: left;
}
.info-item dd {
    margin: 0;
    flex-grow: 1;
    font-size: 1.6rem;
    text-align: left;
}
.note {
    font-size: 1.2rem;
}
.access-visuals {
    width: 45%;
}
.visual-box {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-main {
    max-width: 660px;
}
.box-main img{
    width: 100%;
}
.box-parking {
    max-width: 400px;
}
.box-parking img{
    width: 100%;
}
.access-map-group {
    margin-top: 100px;
}

.map-area {
    width: 100%;
    height: 380px;
    background-color: #dddddd;
    margin-bottom: 40px;
}
.btn-wrap-center { text-align: center; }

.btn-outline {
    display: inline-block;
    border: 1px solid #0a0a0a;
    padding: 12px 35px;
    text-decoration: none;
    color: #0a0a0a;
    font-size: 1.6rem;
    background: rgba(255,255,255,0.4);
    transition: 0.3s ease;
}

.btn-outline:hover {
    background: #0a0a0a;
    color: #fff;
}

/* --- ブレイクポイント: 780px --- */
@media screen and (max-width: 767px) {
    .access-section{
        padding: 60px 0;
    }
    .access-container {
        padding: 0 20px;
    }
    
    .access-header {
        position: static;
        justify-content: center;
        margin-bottom: 30px;
    }
    .access-main {
        flex-direction: column;
        margin-top: 0;
      padding: 0 20px;
    }
    .access-info, .access-visuals {
        width: 100%;
        margin-right: 0;
    }

    .box-main,
    .box-parking{
        max-width: inherit;
    }
    .btn-outline {
        margin-bottom: 40px;
    }
    .access-map-group {
        margin-top: 40px;
    }
    .map-area {
        height: 280px;
        margin-bottom: 40px;
    }
    
}


/*******************************************
春光堂について
********************************************/
.about-section {
    background-image: url(https://img21.shop-pro.jp/PA01522/356/etc_base64/YWJvdXRfYmc.png?cmsp_timestamp=20260507022116);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.about-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-content {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    padding: 0 40px;
}
.about-text-area {
    width: 45%;
    padding-right: 5%;
}
.about-header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    margin-bottom: 60px;
}
.about-title-jp {
    writing-mode: vertical-rl;
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
}
.about-title-en-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 130px;
}
.about-title-line {
    width: 1px;
    height: 15px;
    background-color: #999;
    margin-bottom: 5px;
}
.about-title-en {
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    color: #666;
    margin: 0;
}
.about-description {
    font-size: 1em;
    color: #0a0a0a;
    margin-bottom: 40px;
    text-align: start;
}
.about-image-area {
    width: 35%;
}
.about-shop-photo img {
    width: 100%;
    display: block;
}
.btn-more {
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid #0a0a0a;
    padding: 10px 60px;
    font-size: 1.6rem;
    color: #0a0a0a;
    text-decoration: none;
    transition: 0.3s;
}
.btn-more:hover {
    background: #0a0a0a;
    color: #fff;
}

/* --- ブレイクポイント: 780px --- */
@media screen and (max-width: 767px) {
    .about-section{
        padding: 60px 0;
    }
    .about-container {
        min-height: auto;
    }
    .about-bg-vessel {
        display: none; /* スマホでは器を非表示にするか、透明度を下げる */
    }
    .about-content {
        flex-direction: column;
        text-align: center;
    }
    .about-text-area, .about-image-area {
        width: 100%;
        padding: 0;
    }
    .about-header {
        justify-content: center;
        margin-bottom: 40px;
    }
    .about-image-area {
        margin-top: 50px;
    }
    .about-description {
      font-size:1em;
        text-align: center;
    }
}


/*******************************************
footer手前
********************************************/

.footer-cta-section {
    padding: 120px 0 160px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    font-family: "Shippori Mincho", serif;
}
.footer-cta-container{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
/* 背景の流線装飾：画面の端から端まで流れるイメージ */
.cta-bg-lines {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url(https://img21.shop-pro.jp/PA01522/356/etc_base64/Zm9vdGVyX2N0YV9iZw.png?cmsp_timestamp=20260507022116); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
}
.cta-inner {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.cta-title {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 40px;
}
.cta-lead-text {
    font-size: 1em;
    margin-bottom: 60px;
}
.cta-lead-text p {
    margin: 0.5em 0;
}

/* 中央の画像 */
.cta-product-visual {
    margin-bottom: 80px;
}

.cta-product-visual img {
    width: 480px; /* デザインに合わせて調整 */
    height: auto;
}

/* ボタンレイアウト */
.cta-button-group {
    display: flex;
    justify-content: center;
    gap: 120px; /* ボタン同士の広い間隔を再現 */
}

.cta-btn {
    display: block;
    width: 180px;
    padding: 10px 0;
    border: 1px solid #0a0a0a;
    color: #0a0a0a;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background-color: #0a0a0a;
    color: #fff;
}

/* --- ブレイクポイント: 780px --- */
@media screen and (max-width: 767px) {
    .footer-cta-section {
        padding: 60px 0 0 0;
    }

    .cta-title {
        margin-bottom: 30px;
        white-space: nowrap;

    }

    .cta-button-group {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
  .pc_only{
    display:none;}
  
}

@media screen and (min-width:780px){
  .kai {
    display: none;
  }}
@media screen and (min-width:1030px){
  .sp_only{
    display:none;}
}

.underline{
  margin-bottom: 1em;
  text-decoration: underline;
}
a .underline{
  margin-bottom: 1em;}