.all-contents {
    font-family: "Zen Kaku Gothic New", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.header {
    display: none;
}
.side-nav__sub {
    margin-top: 3px;
    color: #242424;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.6;
    text-decoration: none;
    padding: 5px 10px;
    border: 0.5px solid #6e6e6e;
}

.side-nav__sub:hover {
  opacity: 0.7;
}
a{
	text-decoration: none;
}
.no-decoration {
    text-decoration: none;
}
.japanese {
    font-family: "Yu Gothic", "Meiryo", sans-serif;
}
.all-contents {
    overflow: hidden;
}
.hover:hover {
    opacity: 0.8;
transition: 1s;
}

/* まず強制的に見える状態にする（テスト用） */
.footer-btn {
    position: fixed;
    bottom: 24px;
    width: min(90vw, 360px);
    z-index: 10060;
    opacity: 0;
    display: block !important;
    right: 0;
}
.footer-btn img{ display:block; width:100%; height:auto; }

/* ふだんは非表示、条件を満たしたら .is-show を付けて表示 */
.footer-btn{
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.footer-btn.is-show{
  opacity: 1;
  pointer-events: auto;
  z-index: 10060;
  position: fixed;
  bottom: 24px;
  width: min(90vw, 360px);
}



/* SP配置：一番上に固定。下にメニューバー（追従） */
@media (max-width: 999px){

  /* ページ本体にオフセット（タイマー＋SPメニューバー分） */
	.sp-global-menu.sp {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #ffffff;
        margin-top: 0%;
        margin-bottom: 0%;
        padding: 3% 0%;
        box-shadow: 0 2px 11px rgb(121 121 121 / 11%);
        position: sticky;
        top: 0;
        z-index: 999999;
    }
}
	
	
}
  .sp-global-menu .header-logo,
  .sp-global-menu .hamburger{
    position: relative !important;
    top: auto !important;
}










	  .swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}
.japanese {
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.optima {
    font-family: Optima, "Segoe UI", "Helvetica Neue", sans-serif;
    font-weight: 200;
}
.english-h4 {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1.1em;
    letter-spacing: 0.15em;
    color: #3F3F3F;
    font-weight: 300;
    margin-bottom: 1%;
}
body#main {
    margin: 0;
}
.present {
    margin-top: 5%;
}

.brand-name {
    font-family: optima;
    font-weight: 100;
    color: #ca6d78;
}

.right-img {
    width: 35%;
}
.text-left {
    text-align: left;
}
.front {
    z-index: 999;
    position: relative;
}
.pink {
    color: #ca6d78;
}
.about {
    padding: 6% 5% 6% 5%;
}
	section#about {
    background-color: #fefaf4;
}
.text-center {
    text-align: center;
}
.black {
    color: #424242;
}
.big {
    font-size: 2.5em;
}
.small {
    font-size: 8px;
}
.medium {
    font-size: 1.3em;
}
.bold {
    font-weight: 600;
}

.up01 {
    width: 10%;
    margin: 0 auto -2% auto;
    display: flex;
}
.blue-line {
    width: 0.2%;
    display: flex;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 2%;
}
.point-img {
    margin-top: 6%;
}
.point-message {
    width: 85%;
    display: flex;
    margin: 0 auto 7% auto;
}
.pink-underline {
    text-decoration: underline 0.2em rgb(232, 192, 197);
	margin-top: -5%;
}
.button05 {
    width: 35%;
    margin: 0 auto;
}
.pc-support-main {
    margin-top: 5%;
}
section#coach {
    background-color: #fef7f7;
}
.button07 {
    width: 50%;
    margin: 0 auto;
}
.button09 {
    width: 45%;
    margin: 0 auto;
}
.site-footer {
  background: #f8d6d2;   /* 淡いピンク */
  color: #616161;
  padding: 32px 20px 48px;
  font-family: "Noto Sans JP", sans-serif;
}
.site-footer a { 
  color: inherit; 
  text-decoration: none; 
}
.site-footer a:hover { 
  opacity: 0.8; 
}

/* 内側レイアウト */
.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* 上段：ロゴ＋SNS */
.footer-head {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.brand-logo {
  height: 40px; /* ロゴ画像のサイズ調整 */
}
.socials {
  display: flex;
  gap: 14px;
}
.socials img {
  width: 28px;
  height: 28px;
}

/* 中段：メニュー */
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  list-style: none;
  margin: 8px 0 28px;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.footer-nav li {
  position: relative;
  white-space: nowrap;
}
.footer-nav li + li::before {
  content: "|";
  margin-right: 24px;
  color: #7b6f6f;
  opacity: 0.7;
}

/* 下段：LadyMap ボックス */
.ladymap-card {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  border: 2px solid #c7a7a2;
  border-radius: 6px;
  padding: 18px 22px;
  width: min(260px, 90%);
  background: rgba(255, 255, 255, 0.2);
}
.ladymap-card .card-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #6c5f5f;
}
.ladymap-card .card-title {
  font-size: 20px;
  font-weight: 700;
}

/* 4件目以降を非表示（直下の .news のみを対象にするのがポイント） */
.hpnews .news-detail:not(.is-open) > .news:nth-of-type(n+4) {
  display: none;
}


/* ボタンの見た目・切替 */
.hpnews .news-buttons {
  text-align: center;
  margin-top: 16px;
}
.hpnews .news-buttons img {
  max-width: 220px; /* 画像サイズに合わせて調整 */
  height: auto;
  cursor: pointer;
  display: inline-block;
}

/* 最初は「とじる」を非表示 */
.hpnews .news-buttons .close-btn { display: none; }

/* 一覧が開いたらボタンを入れ替え（兄弟セレクタで制御） */
.hpnews .news-detail.is-open ~ .news-buttons .more-btn { display: none; }
.hpnews .news-detail.is-open ~ .news-buttons .close-btn { display: inline-block; }

/* （任意）開閉のとき少し滑らかに */
.hpnews .news { transition: all .2s ease; }




#menu-item-81 {
    padding:2% 0%;
    background-color: #ca6d78;
}
#menu-item-81 a {
    color: #fff;
}
.logo-group {
    display: flex;
    justify-content: center;
}
.nav-ul {
    align-items: center;
}
.header.fixed {
  background: #FFF;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-nav-list {
  display: flex;
  justify-content: space-around;
}

.header-nav-item-link {
  display: block;
  color: #333;
  height: 100px;
  line-height: 100px;
}
.fixed .header-nav-item-link { 
  height: 50px;
  line-height: 50px;
}

.footer--row-inner {
    display: none;
}

.nav-ul li a {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    letter-spacing: 0.1em;
}
.title-pink {
    color: #CA6D78;
}
.gbm-h5{
	font-weight: 100;
    font-size: 0.7em;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    line-height: 2;
    letter-spacing: 1.8px;
    color: #242424;
    margin: 0;
}
.english-h5 {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1em;
    letter-spacing: 0.15em;
    color: #3F3F3F;
    font-weight: 300;
	margin-bottom: 1%;
}
.design-h2 {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    color: #515151;
    font-size: 1.6em;
    letter-spacing: 2px;
	letter-spacing: 1.8px;
	line-height: 1.6;
	margin: 2% 0;
	text-align: left;
	font-weight: 500;
}
.design-h3 {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    line-height: 1.5;
    letter-spacing: 1.8px;
    color: #242424;
    font-size: 1.2em;
    margin: 0;
}
.design-h4 {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    line-height: 2;
    letter-spacing: 1.8px;
    color: #242424;
    margin: 0;
}
.design-h5 {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    line-height: 2;
    letter-spacing: 1.8px;
    color: #242424;
    text-align: justify;
    margin: 0;
    font-weight: 300;
}
.flex-left {
    width: 70%;
}
.flex-right {
    padding-left: 5%;
}
.box-h5 {
    font-size: 0.8em;
}
.box-shadow {
    padding: 2%;
    margin: 1%;
    box-shadow: 0 0 20px #80808033;
}
.box-block {
    display: block;
}
.box-flex {
    display: flex;
	justify-content: space-between;
    margin: 3% 0;
}
.in-box-flex {
    display: flex;
    justify-content: flex-start;
    margin: 3% 0;
}
.box-title-english {
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 0;
}
.box-title-japanese {
    font-family: 'Tenor Sans', 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-size: 0.8em;
    letter-spacing: 0.15em;
    color: #3F3F3F;
    font-weight: 300;
    margin-bottom: 1%;
}
.box-title {
    padding-left: 20px;
}
.design-hr {
    margin: 1.5% 0;
}
.about-box {
    width: 100%;
}
.section02 {
    padding: 3% 10% 0% 10%;
}
.section03 {
    background-color: #FCEFED;
padding: 5% 10%;
}


.acc-container {
  width:85%;
  margin:30px auto 0 auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  overflow: hidden;
}
.acc-btn {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #242424;
}

.acc-content {
  width:100%;
  margin:0 auto;
  display: none;
  background:#fff;
  padding:30px;
  height: auto;
}
.acc-content h5 {
    color: #ca6d78;
}

.btnshine {
  position: relative;
  display: inline-block;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

.btnshine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

.btnshine::before {
  animation: shine 1.5s linear infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
@media (max-width: 720px) {
body#main {
    max-width: 550px;
    margin: 0 auto;
}
	  .site-footer { padding: 28px 16px 40px; }
  .brand-logo { height: 32px; }
  .footer-nav ul { gap: 10px 16px; }
  .footer-nav li + li::before { margin-right: 14px; }
.sp{
	display: block;
}
.pc{
	display: none;
}
	section#home {
    margin-top: -5%;
}
	    .header-logo {
        width: 50%;
        margin-left: 5%;
    }
.header-logo.headerLogoScroll.-before {
  display : none;
}
.header-logo.-after {
  display : none;
}
.header-logo.headerLogoScroll.-after {
  display : block;
}
/*　ハンバーガーメニューボタン　*/
.hamburger {
        width: 39px;
        cursor: pointer;
        align-items: center;
    }
       .hamburger span {
        display: block;
        width: 31px;
        height: 2px;
        background: #ca6d78;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
	    z-index: 10500;
        position: relative;
   
    }
	
	.hamburger span:nth-child(1){ transform: translate(-50%, calc(-50% - 8px)); }
.hamburger span:nth-child(2){ transform: translate(-50%, -50%); }
.hamburger span:nth-child(3){ transform: translate(-50%, calc(-50% + 8px)); }

/* 開いたときは“×”に変形（真ん中は消す） */
.hamburger.active span:nth-child(1){
  transform: translate(-50%,-50%) rotate(45deg);
  background:#3f3f3f;
}
.hamburger.active span:nth-child(2){
  opacity:0;
}
.hamburger.active span:nth-child(3){
  transform: translate(-50%,-50%) rotate(-45deg);
  background:#3f3f3f;
}
	
	
	
		.hpnews .news-buttons {
    text-align: center;
    margin-top: -4%;
    margin-bottom: 10%;
}
	
	


/* メニュー背景　*/
nav.globalMenuSp {
	padding-top: 50px;
position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #fff;
    background: rgb(255 255 255 / 90%);
    text-align: left;
    width: 60%;
    height: 100%;
    font-size: 20px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    transform: translateX(100%);
    transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0.5em 10%;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
	padding-top: 12%;
}
.global-menu {
    display: none;
}
section#about {
    margin-top: 24%;
}
.no1-contents {
    background: #fff;
    padding: 2% 8% 2% 8%;
}
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 3% !important;
	}
.left-padding {
    margin-bottom: 2%;
}	

.sp-point-three {
    width: 91%;
    margin: 0 auto;
    display: flex;
    margin-top: -4%;
}	
.present {
    margin-top: -1%;
}
	.button04 {
    margin-top: -10%;
}
	section#recommend {
    margin-top: 18%;
}
	.recommend-img {
    width: 90%;
    display: flex
;
    margin: 5% auto 0% auto;
}
section#support {
    margin-top: 10%;
}
	.sp-support-p {
    width: 90%;
    margin: 0 auto;
    display: flex;
}
.sp-support-main {
    width: 94%;
    margin: 7% auto 0 auto;
    display: flex;
}	
section#plans {
    margin-top: -8%;
}

    section#difference {
        padding: 5% 0% 8% 5%;
    }
	section#faq {
    padding-top: 5%;
}
	.differnce-box {
    width: 90%;
    display: flex
;
    flex-direction: column;
    margin: 0 auto;
}
	.button10 {
    margin-top: 5%;
}
    .hpnews {
        margin-top: -8%;
    }
	nav.footer-nav {
    font-size: 10px;
}
	.ladymap-card {
    display: inline-flex
;
    flex-direction: column;
    gap: 6px;
    border: 1px solid #616161;
    border-radius: 6px;
    padding: 18px 16px;
    width: min(260px, 50%);
    background: rgba(255, 255, 255, 0.2);
}
	    .news-detail {
        padding: 0% 5% 8% 5%;
    }
	
	
	
	
	
	
.design-h2 {
    font-size: 1.4em;
}
.design-h3 {
    font-size: 1.2em;
}
.english-h4 {
    font-size: 1.2em;
}
.design-h5 {
    font-weight: 600;
}
.english-h5 {
    font-size: 0.5em;
}
.gbm-h5 {
    font-size: 0.5em;
}
p.gbm-p {
    font-size: 0.5em;
    color: #686868;
}
section {
    padding: 0;
}
div#countdown {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 30px;
    align-items: center;
    background: #FCE8EC;
    color: #C2717C;
    letter-spacing: 3px;
    font-weight: 800;
	top: 30px;
}
#countdown span {
    margin-right: 0px !important;
    padding-left: 2px;
} 
div#countdown {
    font-size: 1.3em;
	padding-bottom: 20px;
    border-bottom: 2px solid;
}
.sp-topbar {
    text-align: center;
    background: #FCE8EC;
    width: 100%;
    height: 26px;
	margin-top: 20px;
    padding-top: 20px;
}
.sp-margin{
margin-left: -10px;
}
.sp-btn{ 
text-align: center;
}
.sp-btn2 {
	text-align: center;
    margin-bottom: 3%;
    background: #fae1e7;
    margin-top: -2%;
    padding-bottom: 10%;
}
section.message {
    margin-top: -2%;
	background-image: url(https://lady-carry.com/img/sp-message-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10% 5%;
}
.left-message h2 {
    color: #fff;
	font-size: 1.6em;
	padding-bottom: 7%;
}
.right-message h5 {
    color: #fff;
}
.about-contents img {
    padding: 5% 0;
}
.section02 {
    padding: 0;
}
.section02 h4 {
    padding: 0 5%;
    margin-top: 20%;
}
.section02 h2 {
    padding: 0 5%;
    margin-bottom: 6%;
}
.section02 h5 {
    padding: 0 5%;
}
.box-flex {
    display: block;
}
.in-box-flex {
    display: flex;
    justify-content: flex-start;
    margin: 3% 0;
    align-items: center;
}
.about-box {
    margin: 5% 0;
}
.section03 {
    background-color: #FCEFED;
    padding: 15% 5% 5% 5%;
}

.slider{
		margin-top: 5%
	}
.slick-dotted.slick-slider {
    margin-bottom: 34px;
}
img.voice-sp.top {
    margin-top: 3%;
}
img.voice-sp.second {
    margin-top: 10%;
}
box-img {
    width: 30%;
}
.box-title {
    width: 70%;
}
h4.english-h4.box-title-japanese {
    margin-block-start: 0;
    margin-block-end: 0;
}
.tab-content {
    height: max-content;
    padding: 5%;
    margin: 0 5% 5% 5%;
}
.tab {
    font-size: 0.8em;
	font-weight: 600;
    letter-spacing: 1.5px;
}
.tabs {
    display: flex;
    padding: 0 5%;
}
td {
    padding-left: 7%;
}
.section05 h4 {
    padding: 0 5%;
    margin-top: 20%;
}
.section05 h2 {
    padding: 0 5%;
    margin-bottom: 6%;
}
.acc-content {
    width: 95%;
    padding: 3%;
}
.acc-btn {
    width: 100%;
    margin: 0 auto;
    padding: 6% 0;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #242424;
    font-size: 0.8em;
}
section.section04 {
    padding-bottom: 20%;
}
.section04 h2 {
    padding: 0 5%;
    margin-bottom: 6%;
}
.sp-padding{
	padding-left: 5%;
}
.footer-txt {
    background-color: #ca6d78;
    color: #fff;
    text-align: center;
    padding: 3.5%;
}
th {
    font-size: 0.3em;
    width: 34%;
}
td.sp-font {
    font-size: 0.8em;
}
.service-step {
    padding: 0 5% 10% 5%;
}
.service-margin{
	margin-top: 20%;
}

element.style {
    margin-bottom: 20px;
}
.sp-weight {
    font-weight: 300;
}
.slick-next {
    right: 3px;
}
.slick-prev {
    left: 0px;
}
h4.english-h4.sp-padding.newspage {
    margin-top: 22%;
    margin-left: 6%;
    margin-bottom: 0%;
}

span.media {
    font-size: 65%;
}
h2.media-a {
    line-height: 1.6;
    font-size: 1em;
	margin-bottom: auto;
}


}	
	
@media (min-width: 720px) {
.sp{
	display: none;
}
.pc{
	display: block;
}
section.fv {
    padding: 0;
}
.all-contents {
        padding-left: 190px;
    }
.global-menu hr {
    width: 25px;
    text-align: left;
    margin-left: 20px;
	margin-bottom: -10px;
    margin-top: 10px;
}
  .global-menu {
        position: fixed;
        padding: 20px;
        border-right: 1px solid #f5f5f5;
        height: 100%;
        width: 150px;
        z-index: 1000;
        background: #fff;
    }
p.gbm-p {
    font-size: 8px;
    color: #242424;
	margin-top: 0;
}
.all-contents {
    padding-left: 190px;
}	
section.message {
    padding: 7% 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: url(https://lady-carry.com/img/message-bg.webp);
}
.left-message h2 {
    color: #fff;
}
.right-message h5 {
    color: #fff;
    line-height: 1.9;
}
.about-contents {
    padding: 0 5%;
}
.about h2 {
    font-size: 2em;
}
.about-txt {
    padding: 2%;
}
.pc-padding {
    padding: 0 3%;
}
.footer-txt {
    background-color: #ca6d78;
    color: #fff;
    text-align: center;
    padding: 1%;
	margin-top: 5%;
}
.service-step {
    padding: 0 5% 5% 5%;
}
.service-margin{
	margin-top: 10%;
}
	.pink-underline {
    text-decoration: underline 0.2em rgb(232, 192, 197);
    margin-top: -2%;
}
	.point-message {
    width: 65%;
	}
.sns-list {
    width: 85px;
    display: flex;
	margin-bottom: 10px;
    margin-top: 5px;
}
.line-logo {
    margin-right: 10px;
}
.insta-logo {
	margin-right: 10px;
}
}

	
	
	
@font-face {
  font-family: 'HanaToChoucho';
  src: url('./花とちょうちょ.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
	}
	
.pink {
  color: #d96b82 !important;
}

.blue {
  color: #4d789c;
}	
.hana {
        font-family: 'HanaToChoucho';
        font-size: 3.5vw;
}
.sub-qa-a {
  background: #fffbf3;
  color: #666666;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sub-qa-a__hero {
  position: relative;
  height: 299px;
  overflow: hidden;
}

.sub-qa-a__hero > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-qa-a__hero h1 {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 3.6px;
  white-space: nowrap;
}

.sub-qa-a__search {
  position: absolute;
  top: 179px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  width: 649px;
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 10px;
  background: #ffffff;
}

.sub-qa-a__search img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.sub-qa-a__search input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #808080;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.sub-qa-a__search input::placeholder {
  color: #808080;
  opacity: 1;
}

.sub-qa-a__content {
  width: min(82%, 875px);
  margin: 0 auto;
  padding: 35px 0 47px;
}

.sub-qa-a__category-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 2px;
}

.sub-qa-a__list {
  display: grid;
  gap: 15px;
}

.sub-qa-a__card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 54px 260px;
  align-items: stretch;
  min-height: 140px;
  overflow: hidden;
  background: #ffffff;
  color: #666666;
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(90, 70, 70, 0.16);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
  cursor: pointer;
}

.sub-qa-a__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(90, 70, 70, 0.22);
}

.sub-qa-a__card:active {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(90, 70, 70, 0.16);
}

.sub-qa-a__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px 26px 54px;
}

.sub-qa-a__text h3 {
  margin: 0 0 6px;
  color: #666666;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2px;
}

.sub-qa-a__text h3 span {
  margin-right: 8px;
  font-family: Optima, "Times New Roman", serif;
  font-weight: 400;
}

.sub-qa-a__text p {
  margin: 0;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.4px;
}


.qa-highlight {
  padding: 0 2px;
  border-radius: 3px;
  background: #fff3a3;
  color: #666666;
}

.sub-qa-a__card.is-hidden {
  display: none;
}

.sub-qa-a__card.is-match {
  outline: 2px solid rgba(205, 104, 119, 0.35);
  box-shadow: 0 0 18px rgba(205, 104, 119, 0.16);
}

.sub-qa-no-result {
  display: none;
  padding: 32px 20px;
  background: #ffffff;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
}

.sub-qa-no-result.is-show {
  display: block;
}
.sub-qa-a__arrow {
  display: grid;
  place-items: center;
}

.sub-qa-a__arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #e9a5ad;
}
.sub-qa-a__card picture {
  display: block;
  width: 260px;
  height: 140px;
  overflow: hidden;
}

.sub-qa-a__card picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-ladymap-row {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  margin-top: 28px;
}
.footer-legal-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 4px;
}

.footer-legal-links a {
  color: #555;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.footer-legal-links a:hover,
.footer-ladymap:hover {
  opacity: 0.7;
}

@media (max-width: 720px) {
  .page {
    padding: 0;
    place-items: start center;
  }
  .sub-qa-a {
    background: #fffbf3;
  }

  .sub-qa-a__hero {
    height: 188px;
  }

  .sub-qa-a__hero > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sub-qa-a__hero h1 {
    top: 50px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
  }

  .sub-qa-a__search {
    top: 120px;
    width: 65%;
    max-width: 444px;
    height: 48px;
    box-sizing: border-box;
    gap: 10px;
    padding: 0 18px;
    border-radius: 9px;
  }

  .sub-qa-a__search img {
    width: 18px;
    height: 18px;
  }

  .sub-qa-a__search input {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
  }

  .sub-qa-a__content {
    width: 86%;
    margin: 0 auto;
    padding: 34px 0 80px;
  }

  .sub-qa-a__category-title {
    margin: 0 0 50px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.12em;
  }

  .sub-qa-a__list {
    display: grid;
    gap: 16px;
  }

  .sub-qa-a__card {
    display: grid;
    grid-template-columns: 1fr 36px 34%;
    align-items: stretch;
    min-height: 100px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(80, 70, 60, 0.22);
    transform: none;
  }

  .sub-qa-a__card:hover {
    transform: none;
    box-shadow: 0 4px 10px rgba(80, 70, 60, 0.22);
  }

  .sub-qa-a__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 8px 10px 15px;
  }

  .sub-qa-a__text h3 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.08em;
  }

  .sub-qa-a__text h3 span {
    margin-right: 4px;
    font-size: 18px;
  }

  .sub-qa-a__text p {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }

  .sub-qa-a__arrow {
    display: grid;
    place-items: center;
  }

  .sub-qa-a__arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 15px solid #e9a5ad;
  }

  .sub-qa-no-result {
    padding: 24px 16px;
    font-size: 14px;
  }
  .sub-qa-a__card {
    align-items: stretch;
  }

     .sub-qa-a__card picture {
        height: 100%;
        width: 100%;
    }

  .sub-qa-a__card picture img {
    height: 100%;
    object-fit: cover;
  }
	.footer-legal-links a {
    color: #555;
    font-size: 7px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-decoration: none;
}
.ladymap-card {
    width: 53%;
}
.footer-ladymap-row {
    gap: 14px;
}
}


@media (max-width: 420px) {

}