.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;
}
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);
}




/* PC配置：左メニューを避けて横いっぱい固定 */
@media (min-width: 1000px){
}

/* 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%;
}
.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;
}

.tabs {
	display: flex;
}

 .tab-content {
     display: none;
 }

 .tab-content:first-child {
     display: block;
 }

 table {
     border-collapse: collapse;
    width: 100%;
     border: 1px solid #ccc;
 }

 th, td {
     border: 1px solid #ccc;
     padding: 8px;
     text-align: left;
 }

 th {
    background-color: #f2f2f2;
    width: 25%;
}
.tab {
    padding: 3% 2%;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    background-color: #ca6d78;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 100%;
	font-weight: 600;
}
.tab-content {
    height: max-content;
    padding:5% 10%;
}
.tab-span {
    font-size: 1.8em;
    font-weight: 800;
}
table, th, td {
    border: 0px solid #0000;
}
th, td {
	padding: 5% 1%;
}
td {
    padding-left: 15%;
}
.top-border {
    border-top: 1px solid #fff;
}
.tab-click {
    padding: 0;
}
.tab01{
    background-color: #F1E8F4;
}
.tab01 th {
    background-color: #F1E8F4;
}
.tab02 {
    background-color: #fbd9dd;
}
.tab02 th{
    background-color: #fbd9dd;
}
.tab03 {
    background-color: #f4cbd0;
}
.tab03 th{
    background-color: #f4cbd0;
}
.tab04 {
   background-color: #f4cbd0;
}
.tab04 th{
    background-color: #f4cbd0;
}
.tab.tab01.active {
    color: #897ca9;
}
.tab.tab02.active {
    color: #ca6d78;
}
.tab.tab03.active {
    color: #952936;
}
section.under {
    padding-bottom: 0 !important;
}
.news {
    display: flex;
    align-items: flex-start;
}
.news-data {
    padding-left: 2%;
}
.news {
    padding-top: 3%;
    padding-bottom: 2%;
}
a.media-a {
    color: #333333;
	font-weight: 100;
	font-size: 0.8em;
}
h2.media-a {
    margin-top: 2%;
	margin-bottom: 0%;
}
span.media {
    display: inline-block;
    background-color: #ca6d78;
    border-radius: 100px;
    font-size: 100%;
    color: #fff;
    padding: 5px 24px;
    margin-right: 10px;
}
time.time {
    color: #333333;
	font-size: 1.1em;
}
h4.english-h4.sp-padding.newspage {
    padding: 0%;
    color: #686868;
    margin-bottom: 5%;
}
.top-border.media-border {
    border-top: 1px solid #ca6d78;
}
h4.english-h4.viewmore {
    text-align: center;
    margin-top: 0%;
    padding-bottom: 7%;
    font-size: 1.0em;
    text-decoration: none;
}
.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%;
}
	.sp-btn05 {
    margin-top: 4%;
}
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;
}
.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;
}
.fv {
  position: relative;
  aspect-ratio: 1014 / 668;
  isolation: isolate;
  background: #e9f5fb;
}

.fv__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  object-fit: cover;
}

.fv__copy {
  position: absolute;
  left: 6.1%;
  top: 8%;
  display: grid;
  gap: clamp(10px, 1.8vw, 18px);
}

.fv__headline {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: clamp(8px, 1.25vw, 14px) clamp(24px, 3.9vw, 40px);
  background: #fff;
  box-shadow: 0 0 12px rgba(92, 131, 166, 0.1);
  color: var(--blue);
  font-size: clamp(18px, 3vw, 39px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  white-space: nowrap;
}
.fv__headline--top span {
  color: var(--pink);
  font-weight: 500;
  margin-right: 0.15em;
}

.fv__award {
  position: absolute;
  left: 6.7%;
  top: 37%;
  width: 28%;
  height: auto;
}

.fv__badges {
  position: absolute;
  left: 7%;
        top: 70%;
  display: grid;
  gap: clamp(7px, 1vw, 7px);
}

	.back-blue{
		border-radius: 999px;
background: #557B9E;
	}

	.back-blue-first{
width: 69%;
	}
.fv__badges p {
  width: max-content;
  min-width: clamp(255px, 25.1vw, 255px);
  margin: 0;
  padding: 5px 25px 6px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: clamp(13px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.18em;
  text-align: left;
  white-space: nowrap;

}

.fv__badges p + p {
  min-width: clamp(365px, 36vw, 365px);
}

.fv__satisfaction {
  position: absolute;
  left: 6%;
  bottom: 7%;
  display: flex;
  align-items: center;
  width: 64%;
  height: clamp(48px, 5vw, 50px);
  margin: 0;
  padding: 0 clamp(24px, 2.6vw, 28px);
  background: var(--white-soft);
  box-shadow: 0 0 12px rgba(92, 131, 166, 0.08);
  color: var(--blue);
  font-size: clamp(18px, 3.05vw, 34px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
  white-space: nowrap;
  background: #fff;
}

.fv__satisfaction strong {
  color: var(--pink);
  font-family: "Times New Roman", serif;
  font-size: clamp(42px, 6.55vw, 66px);
  line-height: 1;
  margin: 0 0.04em 0 0.12em;
}

.fv__percent {
  color: var(--pink);
  font-size: clamp(18px, 3vw, 34px);
  margin-right: 0.1em;
}
.pc-btn01 {
    width: 60%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding-top: 1%;
}
.nayami-list {
    display: grid;
    gap: 11px;
    padding: 5% 5%;
}
.nayami-item {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr 168px;
  align-items: center;
  min-height: 95px;
  overflow: hidden;
  border-top-left-radius: 30px;
}

.nayami-item--pink {
  background: #ffeeee;
}

.nayami-item--blue {
  background: #e9edfd;
}

.nayami-check {
  position: relative;
  width: 31px;
  height: 31px;
  margin-left: 48px;
  border: 1.5px solid #db6a7b;
  border-radius: 5px;
}

.nayami-check::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 20px;
  height: 12px;
  border-left: 3px solid #db6a7b;
  border-bottom: 3px solid #db6a7b;
  transform: rotate(-45deg);
}

.nayami-divider {
  position: absolute;
  left: 110px;
  top: 0;
  bottom: 0;
  border-left: 1.5px dotted #e793a1;
}

.nayami-text {
  margin: 0;
  padding-left: 28px;
  font-size: 24px;
  font-weight: 500;
  line-height: 51px;
  letter-spacing: 2.4px;
  white-space: nowrap;
}

.nayami-text--two-lines {
  display: grid;
  gap: 0;
  line-height: 34px;
  white-space: normal;
}

.text-pink {
  color: #cd6877;
}

.text-blue {
  color: #557b9e;
}

.nayami-photo {
  width: 168px;
  height: 95px;
  object-fit: cover;
  object-position: center;
  align-self: stretch;
}
	.gray {
    color: #353535;
}
.left-img {
    text-align: left;
    width: 50%;
    background-color: #ffffff;
    padding: 5% 5% 0% 5%;
    height: auto;
}
.no1magazine {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 6%;
}
.magazine-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.magazine-box {
  position: relative;
  background: #fff;
  padding: 18px 50px;
  border-radius: 6px;
}

.magazine-box p {
    margin: 0;
    color: #c7a73f;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}

.triangle {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
}

.sparkle {
  position: absolute;
  color: #c7a73f;
  font-size: 34px;
  line-height: 1;
}

.sparkle.left {
  left: 30px;
  top: -5px;
	position: absolute;
    z-index: 100;
}

.sparkle.right {
  right: 30px;
  bottom: -5px;
}
section#point {
    padding: 5%;
}
.point-frame {
  width: min(100%, 1080px);
  min-height: 543px;
  margin: 0 auto;
  padding: 54px 62px 54px;
  background: #ffffff;
}
.point-contents {
    display: flex;
    gap: 3%;
    justify-content: center;
	margin-top: 5%;
}
.point-list {
  grid-template-columns: repeat(3, 304px);
  gap: 16px;
  justify-content: center;
}

.point-card {
  position: relative;
  margin-top: 15px;
  padding: 36px 26px 28px;
  border-radius: 10px;
  background: #fff9f9;
  box-shadow: 0 4px 4px rgba(159, 159, 159, 0.25);
  text-align: center;
}
.point-number-img {
    display: block;
    width: min(58%, 230px);
    height: auto;
    margin: -20% auto 18px auto;
}

.point-title {
  display: grid;
  gap: 0;
  min-height: 78px;
  margin: 0;
  color: #557b9e;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.8px;
}

.point-title b,
.point-copy b {
  color: #cd6877;
  font-weight: 500;
}

.point-image {
  display: block;
  width: 252px;
  height: 141px;
  margin: 9px auto 18px;
  border-radius: 7px;
  object-fit: cover;
}

.point-copy {
  display: grid;
  gap: 0;
  margin: 0 auto;
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.3px;
}

.voice {
    background-color: #fef7f7;
    padding: 5% 5%;
}
.voice-frame {
  width: min(100%, 1080px);
  min-height: 753px;
  margin: 0 auto;
  padding: 47px 67px 48px;
  background: #ffffff;
}
.voice {
    background-color: #fef7f7;
    padding: 5% 6%;
}
.pc-voice-btn01 {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.voice-list {
  display: grid;
  grid-template-columns: repeat(3, 304px);
  gap: 13px;
  justify-content: center;
}

.voice-card {
  position: relative;
  padding: 31px 21px 34px;
  overflow: hidden;
  border: 2px dashed #ebb3ba;
  border-radius: 10px;
  background: #fdf0ec;
  box-shadow: 0 4px 4px rgba(159, 159, 159, 0.25);
}

.voice-card--two {
  background: #fdecf1;
}

.voice-card--three {
  background: #ffe5e6;
}

.voice-photo {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 137px;
  height: 105px;
  object-fit: contain;
}
.voice-name {
  display: inline-flex;
  align-items: center;
  height: 21px;
  margin: 0 0 8px;
  padding: 0 7px;
  background: #ffffff;
  color: #d86776;
  font-size: 15px;
  line-height: 13px;
  letter-spacing: 1.5px;
}

.voice-headline {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 91px;
  margin-bottom: 15px;
  z-index: 100;
    position: relative;
}

.voice-headline span,
.voice-headline small {
  justify-self: start;
  background: #d86776;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
}

.voice-headline span {
  padding: 5px 7px;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.voice-headline small {
  padding: 4px 7px;
  font-size: 11px;
  letter-spacing: 1.1px;
}

.voice-stats {
  display: grid;
  gap: 8px;
  margin-bottom: 30px;
}
.voice-stat:first-child .voice-after {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  justify-content: center;
}
.voice-stat {
  display: grid;
  grid-template-columns: 16px 0.7fr auto 1fr;
  align-items: center;
  min-height: 50px;
  background: #ffffff;
}
.voice-stat-label {
  display: grid;
  place-items: center;
  align-self: stretch;
  background: #d86776;
  color: #ffffff;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 1.1px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.voice-before {
    padding-left: 15px;
    color: #666666;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1.1px;
}

.voice-arrow {
  color: #f4bdc6;
  font-size: 10px;
  letter-spacing: 4px;
}

.voice-after {
  display: grid;
  justify-content: center;
  color: #cd6877;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.15px;
  white-space: nowrap;
}

.voice-after strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.24px;
}

.voice-after small {
  display: block;
  font-family: Optima, "Times New Roman", serif;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 0.08px;
}
.voice-box-code {
  position: relative;
  width: 92%;
  margin-top: 31px;
  padding: 8px 10px 8px;
}

.voice-box-code p {
  margin: 0;
}

.voice-box--before {
  background: #ffffff;
}

.voice-box--after {
  margin-top: 32px;
  background: #ebb3ba;
  color: #ffffff;
}

.voice-tab {
  position: absolute;
  left: 0;
  top: -20px;
  display: grid;
  place-items: center;
  width: 66px;
  height: 20px;
  border-top-right-radius: 10px;
  font-family: Optima, "Times New Roman", serif;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1.1px;
}

.voice-box--before .voice-tab {
  background: #808080;
  color: #ffffff;
}

.voice-box--after .voice-tab {
  background: #ffffff;
  color: #d86776;
}

.voice-box:not(.voice-box--after) {
  color: #666666;
}
.voice-box-code {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.1px;
}
.voice-box-code {
    position: relative;
    z-index: 100;
    width: 92%;
}
.voice-card--two .voice-box--before {
  margin-top: 29px;
}

.voice-card--three .voice-box--after {
  line-height: 17px;
}
.under-voice {
  position: relative;
  width: min(100%, 1080px);
  min-height: 386px;
  margin: -4% auto 0 auto;
  padding: 23px 24px 46px;
  text-align: center;
}

.under-voice-line {
  width: 2px;
  height: 50px;
  margin: 0 auto 21px;
  background: #666666;
}

.under-voice-deco {
  display: block;
  width: 80px;
  height: 30px;
  margin: 0 auto 4px;
  object-fit: contain;
}

.under-voice-lead {
    display: grid;
    gap: 0;
    margin: 0;
    color: #666666;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 1.5px;
}

.under-voice-message {
  position: relative;
  width: min(100%, 586px);
  min-height: 150px;
  margin: 25px auto 0;
  display: grid;
  place-items: center;
}

.under-voice-corners {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.under-voice-corners::before,
.under-voice-corners::after {
  content: "";
  position: absolute;
  top: 0;
  width: 36px;
  height: 126px;
  border-color: #808080a8;
  border-style: solid;
}

.under-voice-corners::before {
  left: 0;
  border-width: 2px 0 2px 2px;
}

.under-voice-corners::after {
  right: 0;
  border-width: 2px 2px 2px 0;
}

.under-voice-message p {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  row-gap: 18px;
  margin: 0;
  color: #666666;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2.4px;
}

.under-voice-message p span:last-child {
  grid-column: 1 / -1;
}

.under-voice-highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 242px;
  height: 44px;
  border: 1px solid #666666;
  background: #ffffff;
  color: #ef8e9d;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3.6px;
  transform: rotate(-2deg);
}
.present {
    min-height: 386px;
    margin: 0 auto;
    background: #ffffff;
    width: 100%;
    position: relative;
}

.present-card {
    display: grid;
    grid-template-columns: 1fr 406px;
    align-items: center;
    gap: 46px;
    width: 79%;
    min-height: 272px;
        padding: 2% 5%;
    border-radius: 10px;
    background: #ffe5e6;
    box-shadow: 0 4px 4px rgba(159, 159, 159, 0.25);
    margin: 0 auto;
}
.present-copy {
  display: grid;
  justify-items: start;
}

.present-limited {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0 0 16px 28px;
  color: #d86776;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-align: center;
}

.present-limited::before,
.present-limited::after {
  content: "";
  position: absolute;
  top: 11px;
  width: 3px;
  height: 34px;
  background: #d86776;
}

.present-limited::before {
  left: -22px;
  transform: rotate(-16.86deg);
}

.present-limited::after {
  right: -22px;
  transform: rotate(16.86deg);
}

.present-title {
  display: grid;
  gap: 0;
  margin: 0;
  color: #d86776;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 3.6px;
  white-space: nowrap;
}

.present-image {
  display: block;
  width: 100%;
  height: auto;
}
.pc-btn02 {
    width: 60%;
    text-align: center;
    position: relative;
    margin: -2% auto 4% auto;
}
.pc-btn03 {
    width: 60%;
    text-align: center;
    position: relative;
    margin: -2% auto 4% auto;
}
.pc-btn05 {
    width: 60%;
    margin: -3% auto 0 auto;
}
.sp-btn03 {
    margin-top: -4%;
    margin-bottom: 7%;
}
.difference {
    width: 100%;
    min-height: 594px;
    margin: 0 auto;
    padding: 5%;
    background: #ffffff;
}
.difference-table-wrap {
  width: 100%;
  overflow-x: auto;
  padding: 0 0 2px;
}

.difference-table {
  width: 938px;
  min-width: 780px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  table-layout: fixed;
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.5px;
}

.difference-table th, .difference-table td {
    height: 39px;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 10px 16px;
    vertical-align: middle;
    white-space: nowrap;
}
.difference-table thead th {
    height: 120px;
    border-top: 1px solid #808080;
    text-align: center;
    border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

.difference-table tbody th {
  width: 186px;
  border-left: 1px solid #808080;
  border-top: 1px solid #808080;
  background: #fff9f9;
  color: #6e6e6e;
  font-weight: 500;
  text-align: left;
}

.difference-table tbody tr:last-child th {
  border-bottom-left-radius: 20px;
}

.difference-blank {
  width: 186px;
  border: 0 !important;
  background: transparent;
}

.difference-lady {
  width: 330px;
  background: #fff3f2;
  color: #cd6877;
  font-weight: 700;
  text-align: center;
}

.difference-agent {
  width: 300px;
  background: #e4eafd;
  color: #557b9e;
  font-weight: 500;
  text-align: center;
}
.difference-sp {
  display: none;
}
thead .difference-lady {
  border-top-left-radius: 20px;
  color: #cd6877;
}

thead .difference-agent {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #666666;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2.4px;
}

tbody tr:last-child .difference-agent {
  border-bottom-right-radius: 20px;
}
.difference-table tbody th {
    font-size: 15px;
}
.difference-table {
    width: 90%;
    margin: 5% 0 0 0;
}
.difference-logo {
  display: block;
  margin-bottom: 3px;
  font-family: Optima, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2.4px;
}

.difference-badge {
  display: inline-grid;
  place-items: center;
  min-width: 81px;
  height: 16px;
  background: #cd6877;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1.1px;
}
.under-difference {
  width: min(100%, 1080px);
  min-height: 421px;
  margin: 0 auto;
  padding: 61px 75px 58px;
  background: #ffffff;
}
.under-difference-card {
    display: grid;
    align-content: center;
    justify-items: center;
    width: 90%;
    min-height: 302px;
    padding: 32px 40px;
    border: 4px solid #c5c5c5;
    border-radius: 20px;
    background-color: rgba(255, 253, 248, 0.8);
    background-image: linear-gradient(rgba(244, 214, 156, 0.36) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 214, 156, 0.36) 1px, transparent 1px);
    background-size: 18px 18px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset;
    text-align: center;
    margin: 0 auto;
}

.under-difference-heading {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 22px;
  color: #6e6e6e;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2.4px;
}

.brand {
  color: #cd6877;
  font-family: Optima, "Times New Roman", serif;
  font-weight: 400;
}

.under-difference-lead {
  margin: 0 0 23px;
  color: #6e6e6e;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2.4px;
}

.under-difference-body {
  display: grid;
  gap: 0;
  margin: 0;
  color: #6e6e6e;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 2.4px;
}

.under-difference-body strong {
  color: #cd6877;
  font-weight: 700;
}
.under-difference {
  width: min(90%, 1080px);
  max-width: 1080px;
  box-sizing: border-box;
  padding: clamp(36px, 5vw, 61px) clamp(20px, 5vw, 75px);
  overflow: hidden;
}

.under-difference-card {
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.under-difference-heading,
.under-difference-lead,
.under-difference-body {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.under-difference-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.6;
}

.under-difference-body span {
  display: block;
  max-width: 100%;
}
.coach {
  width: min(100%, 1080px);
  min-height: 947px;
  margin: 0 auto;
  padding: 66px 58px 64px;
  background: #ffffff;
}

.coach-list {
  display: grid;
  grid-template-columns: repeat(4, 224px);
  gap: 18px;
  justify-content: center;
}

.coach-card {
  position: relative;
  overflow: visible;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(159, 159, 159, 0.25);
}

.coach-badge {
  position: absolute;
  z-index: 3;
  left: -10px;
  top: -18px;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.coach-photo-wrap {
  display: grid;
  place-items: end center;
  height: 149px;
  border-bottom: 1px solid #ef8e9d;
}

.coach-photo {
  display: block;
  object-fit: contain;
  object-position: bottom center;
}

.coach-photo--yui {
  width: 102px;
  height: 136px;
}

.coach-photo--yuri {
  width: 99px;
  height: 149px;
}

.coach-photo--rei {
  width: 108px;
  height: 132px;
}

.coach-photo--rena {
  width: 129px;
  height: 127px;
}

.coach-content {
  padding: 9px 18px 22px;
}

.coach-role {
  margin: 0 0 9px;
  color: #cd6877;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1.1px;
}

.coach-name {
  margin: 0;
  color: #666666;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2.4px;
}

.coach-roman {
  margin: 2px 0 7px;
  color: #666666;
  font-family: Optima, "Times New Roman", serif;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 1.1px;
}

.coach-career {
  min-height: 50px;
  margin: 0 0 18px;
  color: #cd6877;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.9px;
}

.coach-profile {
  margin: 0;
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-align: justify;
}

.coach-lead {
    margin: 30px auto 28px;
    color: #666666;
    font-size: 15px;
    line-height: 31px;
    letter-spacing: 1.5px;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
}

.coach-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.coach-stat {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: end;
  gap: 8px;
  min-width: 240px;
  grid-template-columns: 96px 116px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 242px;
  min-height: 102px;
  padding: 12px 28px;
  padding: 10px 28px;
  border-left: 2px solid #666666;
}
.coach-stat:last-child {
  border-right: 2px solid #666666;
 grid-template-columns: 96px 116px;
}
.coach-heart {
  width: 73px;
  height: 65px;
  margin-bottom: 10px;
  justify-self: center;
  object-fit: contain;
}
.coach-stat-text {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 10px;
    min-height: 86px;
}

.coach-stat-label {
    align-self: start;
    margin-top: 0;
    color: #666666;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
}
.coach-stat-value {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  color: #cd6877;
}

.coach-stat strong {
  color: #cd6877;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.8px;
}

.coach-score-unit {
 align-self: end;
  color: #cd6877;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.1px;
}

.coach-stat-illust {
  width: 94px;
  height: 94px;
  object-fit: contain;
justify-self: center;
}


.bloom-section {
  width: 100%;
  background: #ffffff;
  overflow-x: auto;
}

.bloom-frame {
  position: relative;
  width: 1080px;
  height: 750px;
  margin: 0 auto;
  background: #ffffff;
}

.bloom-back {
  position: absolute;
  left: 64px;
  top: 96px;
  width: 951px;
  height: 588px;
  display: block;
  object-fit: fill;
}

.bloom-flame {
  position: absolute;
  left: 436px;
  top: 66px;
  width: 207px;
  height: 79px;
}

.bloom-flame img {
  display: block;
  width: 207px;
  height: 79px;
  object-fit: contain;
}

.bloom-flame span {
  position: absolute;
  left: 50%;
  top: 21px;
  transform: translateX(-50%);
  color: #6e6e6e;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2.4px;
  white-space: nowrap;
}

.bloom-subtitle {
  position: absolute;
  left: 0;
  top: 166px;
  width: 1080px;
  margin: 0;
  color: #666666;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2.4px;
  text-align: center;
  white-space: nowrap;
}

.bloom-title {
  position: absolute;
  left: 436px;
  top: 213px;
  margin: 0;
  color: #cd6877;
  font-family: Optima, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 3.6px;
  white-space: nowrap;
}

.bloom-card {
  position: absolute;
  top: 261px;
  width: 268px;
  height: 380px;
  text-align: center;
}

.bloom-card-01 {
  left: 109px;
}

.bloom-card-02 {
  left: 405px;
}

.bloom-card-03 {
  left: 701px;
}

.bloom-number {
  position: absolute;
  left: 81px;
  top: 0;
  z-index: 2;
  width: 111px;
  height: 31px;
  margin: 0;
  border: 1px solid #666666;
  border-radius: 100px;
  background: #ffffff;
  color: #cd6877;
  font-family: Optima, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 2.4px;
  text-align: center;
}

.bloom-copy {
  position: absolute;
  left: 0;
  top: 16px;
  width: 268px;
  height: 104px;
  display: grid;
  align-content: center;
  border: 1px solid #666666;
  border-radius: 20px;
  background: #ffffff;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 1.5px;
}

.bloom-copy p {
  margin: 0;
}

.bloom-lines {
  position: absolute;
  left: 36px;
  top: 119px;
  width: 196px;
  height: 28px;
}

.bloom-lines::before,
.bloom-lines::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 28px;
  border-left: 2px solid #666666;
}

.bloom-lines::before {
  left: 0;
}

.bloom-lines::after {
  right: 0;
}

.bloom-photo {
  position: absolute;
  left: 0;
  top: 137px;
  width: 268px;
  height: 125px;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

.bloom-photo-01 {
  box-shadow: 0 4px 4px rgba(138, 138, 138, 0.25);
}

.bloom-text {
  position: absolute;
  left: -20px;
  top: 278px;
  width: 308px;
  margin: 0;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 1.1px;
  text-align: center;
  white-space: nowrap;
}
.price-current {
  margin: 0;
  color: #cd6877;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

.price-current span {
  font-size: 18px;
  letter-spacing: 0;
}

.price-plus {
  height: 64px;
  display: grid;
  place-items: center;
  color: #666666;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
}

.price-campaign {
  margin: 0 0 10px;
  color: #df6a82;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.tab-content table {
  border-collapse: separate;
  border-spacing: 0;
}
section#plans {
    margin-bottom: 5%;
    padding: 5%;
}
.white-gap {
    height: 27px;
    background: #ffffff;
    margin-left: -15%;
    margin-right: -15%;
}
section#faq {
    padding: 5%;
}
section#news {
    padding: 5%;
}
.qa-more-button {
  width: 50%;
  margin: 48px auto 0;
}

.qa-more-button a {
  display: block;
}

.qa-more-button img {
  display: block;
  width: 100%;
  height: auto;
}
.what-seminar {
    background: #fff2f3;
    color: #666;
    font-family: "Zen Kaku Gothic New", sans-serif;
    overflow: hidden;
	padding: 5% 0%;
	margin-bottom: 5%;
}
.what-seminar__box {
    width: min(90%, 1380px);
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(80, 70, 70, 0.08);
    box-sizing: border-box;
}
.what-seminar__text {
    margin-top: 0%;
}
.padding-left5 {
    padding-left: 5%;
}
.what-seminar__fv {
    display: grid;
    grid-template-columns: 57% 37%;
    gap: 56px;
    align-items: start;
}

.what-seminar__lead {
    margin: 0 0 22px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.6;
	margin-top: 10%;
}
.what-seminar__lead span,
.what-seminar__popular span {
  color: #cd6877;
  font-family: Optima, "Times New Roman", serif;
  font-weight: 400;
}

.what-seminar__text h2 {
    margin: 0;
    color: #666;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.12em;
}
.what-seminar__text h2 span {
  color: #cd6877;
}

.what-seminar__checks {
  display: grid;
  gap: 18px;
  margin-top: -4%;
}

.what-seminar__checks p {
  position: relative;
  width: fit-content;
  margin: 0;
  padding: 16px 34px 16px 76px;
  border-radius: 10px;
  background: #fff0ef;
  color: #666;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.what-seminar__checks p::before {
  content: "✓";
  position: absolute;
  left: 28px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #cd6877;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
}

.what-seminar__photo {
    overflow: hidden;
}

.what-seminar__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.what-seminar__middle {
    position: relative;
    display: grid;
    grid-template-columns: 63% auto;
    gap: 25px;
    align-items: end;
    margin-top: -2%;
}
.what-seminar__popular {
    margin-top: -10%;
}
.what-seminar__popular p {
  margin: 0;
  color: #666;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.12em;
}

.what-seminar__popular p:first-child span {
  font-family: inherit;
  font-size: 28px;
  font-weight: 700;
}

.what-seminar__icons {
    display: grid;
    gap: 14px;
    margin-top: -12%;
}
.what-seminar__icons p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

.what-seminar__icons img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.what-seminar__data {
  grid-row: 1 / span 2;
  grid-column: 2;
  width: 270px;
}

.what-seminar__data img {
  display: block;
  width: 100%;
  height: auto;
}

.seminar-banner {
  width: calc(100% + 112px);
  margin: 64px -56px 0;
  overflow: hidden;
}

.seminar-banner__track {
  display: flex;
  width: max-content;
  gap: 22px;
  animation: seminarLoop 42s linear infinite;
}

.seminar-banner__track img {
  display: block;
  flex: 0 0 auto;
  width: 360px;
  height: auto;
}

@keyframes seminarLoop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 11px));
  }
}

.what-seminar__voices {
    display: grid;
    grid-template-columns: 0.8fr 0.8fr;
    gap: 23px;
    margin: 5% auto 0 auto;
    justify-items: center;
    justify-content: space-around;
    width: 90%;
    padding-bottom: 5%;
}

.what-seminar__voice {
  display: grid;
  align-items: center;
  min-height: 250px;
  padding: 34px 32px 28px 40px;
  border: 1.5px solid #e4a0aa;
  border-radius: 10px;
  box-sizing: border-box;
}

.what-seminar__voice p {
  position: relative;
  margin: 0;
  color: #666;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}

.what-seminar__voice p::before {
  content: "“";
  display: block;
  margin-bottom: 8px;
  color: #cd6877;
  font-size: 48px;
  line-height: 0.7;
}

.what-seminar__voice p span {
  color: #cd6877;
}

.what-seminar__voice img {
  display: block;
  width: 128px;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  border-radius: 50%;
  object-fit: cover;
}

.what-seminar__voice small {
  display: block;
  margin-top: 12px;
  color: #777;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.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;
  }

  .fv {
    width: 100%;
	margin-top: -6%;
    aspect-ratio: auto;
  }

	
	
.fv__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    object-fit: cover;
   margin-top: -6%;
}
.text-bg {
  background: #fff;
  padding: 10px 24px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.fv__copy {
        display: flex;
        gap: clamp(10px, 1.8vw, 18px);
        flex-direction: column;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        align-items: center;
    }
.fv-top-p {
        width: 100%;
        margin: 11% auto 0;
        position: relative;
    }
.hana {
    font-family: 'HanaToChoucho';
    font-size: 6.5vw;
}
    .fv__headline {
        margin: 0 auto;
        padding: clamp(8px, 1.25vw, 14px) clamp(24px, 3.9vw, 40px);
        background: #fff;
        box-shadow: 0 0 12px rgba(92, 131, 166, 0.1);
        color: var(--blue);
        font-size: clamp(24px, 3.25vw, 36px);
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.1;
        white-space: nowrap;
    }
	
    .fv__award {
        left: 5%;
        margin-top: 28% !important;
        width: min(46%, 205px);
        position: relative;
        z-index: 10;
    }
    .fv__badges {
        position: relative;
        left: -3%;
        gap: clamp(6px, 1vw, 7px);
        width: 78%;
        margin-top: 4%;
    }
	.back-blue {
    padding-left: 4%;
}
	
    .sp-btn01 {
        margin-top: 10%;
    }
  .fv__badges p,
  .fv__badges p + p {
    min-width: 0;
    width: fit-content;
    max-width: 90vw;
    padding-inline: 18px;
    font-size: clamp(15px, 4.4vw, 19px);
    letter-spacing: 0.12em;
  }

    .fv__satisfaction {
        width: 80%;
        height: auto;
        font-size: clamp(15px, 1.9vw, 22px);
        white-space: normal;
        position: relative;
        z-index: 10;
        margin: 5% auto 0 auto;
        left: 0;
    }
    .fv__satisfaction strong {
        font-size: clamp(27px, 11vw, 25px);
    }

  .fv__percent {
    font-size: clamp(22px, 7vw, 32px);
  }
	    .fv__percent {
        font-size: 15px;
        margin-top: 2%;
    }
    .nayami-list {
        gap: 4%;
        width: 90%;
        margin: 4% auto 0 auto;
    }

    .nayami-item {
        grid-template-columns: 16% 1fr 96px;
        min-height: 84px;
        border-top-left-radius: 22px;
    }
    .nayami-check {
        width: 16px;
        height: 16px;
        margin-left: 12px;
    }
    .nayami-check::after {
        left: 3px;
        top: 2px;
        width: 15px;
        height: 3px;
        border-left-width: 2.5px;
        border-bottom-width: 2.5px;
    }
    .nayami-divider {
        left: 44px;
    }

  .nayami-text {
    padding-left: 0px;
        font-size: 14px;
    line-height: 1.65;
    letter-spacing: 1.2px;
    white-space: normal;
  }

	.nayami-text--two-lines-sp {
        font-size: 13px !important;
    }
  .nayami-photo {
    width: 96px;
    height: 84px;
  }
    section#about {
        margin-top: 18%;
    }

  .magazine-box {
    padding: 12px 24px;
  }
.magazine-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -5% auto 0 auto;
}
  .magazine-box p {
    font-size: 1em;
  }

  .sparkle {
    font-size: 22px;
  }
.point-contents {
        margin: 0 auto;
        display: flex;
        gap: 31px;
        justify-content: center;
        margin-top: 13%;
        flex-direction: column;
        align-items: center;
        width: 85%;
    }
 .point-frame {
    padding: 40px 20px;
  }

  .point-list {
    grid-template-columns: minmax(280px, 304px);
    gap: 30px;
  }
	.point-card {
    width: 90%;
}
.voice-frame {
    padding-inline: 0;
  }

    #voice {
        position: relative;
        margin-top: 13%;
    }
	.sp-voice-btn01 {
    margin-top: 8%;
}
.box-flex {
    margin: 9% 0 3% 0;
}
  .voice-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 4px 16px;
  }

  .voice-list {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    overflow: visible;
  }

  .voice-card {
    flex: 0 0 min(86%, 304px);
    min-height: auto;
    padding: 28px 16px 30px;
    transition: transform 0.35s ease;
  }

  .voice-slider-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ef8e9d;
    box-shadow: 0 3px 0 #d86776;
    color: #ffffff;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    transform: translateY(-50%);
  }
	
	
.voice-slider-button::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.voice-slider-button--prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.voice-slider-button--next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}
	
	
  .voice-slider-button--prev {
    left: 8px;
  }

  .voice-slider-button--next {
    right: 8px;
  }

  .voice-slider-button:disabled {
    opacity: 0.45;
    cursor: default;
  }

  .voice-photo {
    right: 8px;
    width: 120px;
  }

  .voice-headline {
    padding-right: 72px;
  }

     .voice-headline span {
        font-size: 18px;
        letter-spacing: 0.8px;
    }

.voice-headline small {
        font-size: 15px;
        letter-spacing: 0.4px;
    }

  .voice-stat {
    grid-template-columns: 16px 1fr 42px 1fr;
  }

  .voice-before,
  .voice-after,
  .voice-box {
    font-size: 12px;
    letter-spacing: 0.6px;
  }

  .voice-button {
    width: min(100%, 365px);
    font-size: 20px;
    letter-spacing: 1.4px;
  }
	
  .voice-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    transition: transform 0.35s ease;
    touch-action: pan-y;
    will-change: transform;
  }

  .voice-card {
    flex: 0 0 86%;
  }
    .under-voice {
        min-height: 320px;
        padding: 8px 0px 0px;
    }

  .under-voice-line {
    height: 42px;
    margin-bottom: 18px;
  }

  .under-voice-lead {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .under-voice-message {
    width: 85%;
    min-height: 132px;
    margin-top: 15px;
  }

  .under-voice-corners::before,
  .under-voice-corners::after {
    width: 26px;
    height: 112px;
  }

  .under-voice-message p {
    grid-template-columns: 1fr;
    row-gap: 12px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.4px;
  }

  .under-voice-message p span:last-child {
    grid-column: auto;
  }

  .under-voice-highlight {
    min-width: 210px;
    height: 40px;
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 2px;
  }
.present {
        width: 100%;
        padding: 0 0 2% 0;
    }
    .present-card {
        width: 70%;
        max-width: 577px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
		    padding: 10%;
    }
  .present-copy {
    justify-items: center;
    text-align: center;
  }

  .present-limited {
    margin: 0 0 23px;
  }

  .present-limited::before {
    left: -31px;
  }

  .present-limited::after {
    right: -31px;
  }

.present-title {
  font-size: clamp(24px, 6vw, 36px);
  line-height: 1.45;
  letter-spacing: 0.08em;
}

    .present-image {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
.difference table {
    display: none;
  }

    .difference-sp {
    display: block;
    width: 100%;
    margin: 32px auto 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }

  .difference-sp-table {
    display: grid;
    grid-template-columns: 22% 41% 30%;
    width: min(100%, 680px);
    margin: 0 auto;
    color: #6e6e6e;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .difference-sp-table > * {
    min-height: 66px;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
  }

  .difference-sp-empty {
    border: none;
    background: transparent;
  }
strong.mark {
    font-size: 25px !important;
}
  .difference-sp-head {
    min-height: 88px;
    display: grid;
	align-content: center;
    place-items: center;
    text-align: center;
    border-top: 1px solid #808080;
  }

  .difference-sp-head.difference-sp-lady {
    border-left: 1px solid #808080;
    border-radius: 16px 0 0 0;
    background: #fff3f2;
    color: #cd6877;
  }

  .difference-sp-head.difference-sp-agent {
    border-radius: 0 16px 0 0;
    background: #e4eafd;
    color: #557b9e;
  }

  .difference-sp-brand {
    margin: 0 0 6px;
    font-family: Optima, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .difference-sp-head span {
    display: inline-block;
    padding: 3px 10px;
    background: #cd6877;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
  }

  .difference-sp-head p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
  }

    .difference-sp-label {
        display: grid;
        align-items: center;
        padding: 6px 5px 6px 7px;
        border-left: 1px solid #808080;
        background: #fff9f9;
        color: #6e6e6e;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.25;
    }
	.difference-sp-label-top {
    border-top: 1px solid #808080;
}

  .difference-sp-cell {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    padding: 8px 6px;
    text-align: center;
  }

  .difference-sp-cell.difference-sp-lady {
    background: #fff3f2;
    color: #cd6877;
  }

  .difference-sp-cell.difference-sp-agent {
    background: #e4eafd;
    color: #557b9e;
  }

  .difference-sp-cell strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
  }

  .difference-sp-cell small {
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  .difference-sp-table > :nth-last-child(3) {
    border-radius: 0 0 0 16px;
  }

  .difference-sp-table > :last-child {
    border-radius: 0 0 16px 0;
  }
  .under-difference {
    width: 90%;
    margin: 48px auto 0;
    padding: 0;
    box-sizing: border-box;
  }

  .under-difference-card {
    width: 100%;
    min-height: auto;
    padding: 42px 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
  }

  .under-difference-heading,
  .under-difference-lead,
  .under-difference-body {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    text-align: center;
  }

  .under-difference-heading {
    display: block;
    margin-bottom: 18px;
    font-size: clamp(16px, 4.1vw, 20px);
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  .under-difference-lead {
    margin-bottom: 20px;
    font-size: clamp(16px, 4vw, 20px);
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .under-difference-body {
    display: block;
    font-size: clamp(15px, 3.8vw, 19px);
    line-height: 1.9;
    letter-spacing: 0.03em;
  }

  .under-difference-body span {
    display: block;
    max-width: 100%;
  }

  .under-difference-body strong {
    display: inline;
  }
    section#coach {
        background-color: #fef7f7;
  padding: 5% 5% 8% 0%;
        margin-top: 9%;
    }
	.coach {
    min-height: auto;
    padding: 42px 16px;
  }
.coach-title {
    padding-left: 5%;
}
    .coach-list {
        display: flex;
        justify-content: flex-start;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 21px 16px 0px;
    }
  .coach-card {
    flex: 0 0 224px;
    scroll-snap-align: center;
  }

  .coach-lead {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1px;
	padding: 0% 10%;
  }

  .coach-stats {
    flex-direction: column;
    gap: 18px;
  }

  .coach-stat,
  .coach-stat:last-child {
    border: 0;
    border-left: 2px solid #666666;
    border-right: 2px solid #666666;
    justify-content: center;
  }
 .bloom-section {
    overflow-x: hidden;
  }

.bloom-frame {
        width: 100%;
        height: auto;
        padding: 0px 0px 56px;
        background: #fffbf3 url(./assets/bloom-back.webp) center / cover no-repeat;
        margin-top: 8%;
    }

  .bloom-back {
    display: none;
  }

  .bloom-flame {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 28px;
  }

  .bloom-subtitle,
  .bloom-title {
    position: static;
    width: auto;
    text-align: center;
  }

  .bloom-subtitle {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.5;
  }

  .bloom-title {
    margin: 0 0 40px;
    font-size: 34px;
    line-height: 1;
  }

  .bloom-card {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 320px);
    height: auto;
    margin: 0 auto 48px;
  }

  .bloom-card:last-child {
    margin-bottom: 0;
  }

  .bloom-number {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto -16px;
  }

  .bloom-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 104px;
  }

  .bloom-lines {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 72px);
    margin: 0 auto;
  }

  .bloom-photo {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 268 / 125;
  }

  .bloom-text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 18px;
    font-size: 15px;
    line-height: 2;
    white-space: normal;
  }
.tab-span {
    font-size: 1.5em;
}
	.price-current {
    font-size: 21px;
}
.price-campaign {
    font-size: 13px;
}
  .qa-more-button {
    width: 88%;
    margin-top: 32px;
  }
	
	  .what-seminar__box {
    position: relative;
    overflow: hidden;
  }

  .what-seminar__photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    margin: 0;
  }

  .what-seminar__photo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .what-seminar__fv {
    display: block;
    padding-top: 150px;
  }
	
	
	
	
	
	
     .what-seminar {
        padding: 43px 0;
        margin-bottom: 7%;
    }
    .what-seminar__lead {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.7;
        margin-top: -25%;
    }
.what-seminar__text {
    padding-right: 5%;
}
    .what-seminar__text h2 {
        font-size: 21px;
        line-height: 1.65;
        margin-top: 11% !important;
    }

  .what-seminar__checks {
    gap: 12px;
    margin-top: 15px;
  }

    .what-seminar__checks p {
        padding: 9px 14px 9px 45px;
        box-sizing: border-box;
        font-size: 16px;
        letter-spacing: 0.04em;
    }
    .what-seminar__checks p::before {
        left: 10px;
        width: 21px;
        height: 21px;
        font-size: 15px;
    }

  .what-seminar__middle {
    grid-template-columns: 1fr;
    margin-top: 14%;
    text-align: center;
  }
	
	.what-seminar__popular {
    margin-top: -6%;
    text-align: left;
}

  .what-seminar__popular p {
    font-size: 15px;
  }

  .what-seminar__popular p:first-child span {
    font-size: 21px;
  }

 .what-seminar__icons {
    margin-top: -2%;
	text-align: left;
  }

  .what-seminar__icons p {
    width: fit-content;
    font-size: 13px;
    gap: 8px;
  }

  .what-seminar__icons img {
    width: 26px;
    height: 26px;
  }

  .what-seminar__data {
    grid-row: auto;
    grid-column: auto;
    width: 60%;
    margin: 0 auto;
  }

  .seminar-banner {
    width: calc(100% + 40px);
    margin: 36px -20px 0;
  }

  .seminar-banner__track {
    gap: 12px;
    animation-duration: 30s;
  }

  .seminar-banner__track img {
    width: 76vw;
  }

  .what-seminar__voices {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 34px;
  }

  .what-seminar__voice {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding: 24px 20px;
  }

  .what-seminar__voice p {
    font-size: 14px;
    line-height: 1.9;
  }

  .what-seminar__voice img {
    width: 92px;
  }

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


@media (max-width: 420px) {
  .point-frame {
    padding-inline: 16px;
  }

  .point-card {
    min-height: auto;
    padding: 34px 18px 26px;
  }

  .point-title {
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 1.2px;
  }

  .point-image {
    width: 100%;
    max-width: 252px;
    height: auto;
    aspect-ratio: 252 / 141;
  }

  .point-copy {
    font-size: 12px;
    letter-spacing: 0.8px;
  }

}
@media (min-width: 721px) and (max-width: 1400px) {
  .bloom-section {
    overflow-x: hidden;
  }

  .bloom-frame {
    width: 92%;
    max-width: 1080px;
    height: auto;
    min-height: auto;
    padding: 72px 36px 64px;
    box-sizing: border-box;
  }

  .bloom-back {
    inset: 56px 0 auto 0;
    width: 100%;
    height: calc(100% - 80px);
    object-fit: cover;
  }

  .bloom-flame,
  .bloom-subtitle,
  .bloom-title,
  .bloom-card,
  .bloom-number,
  .bloom-copy,
  .bloom-lines,
  .bloom-photo,
  .bloom-text {
    position: relative;
    left: auto;
    top: auto;
  }

  .bloom-flame {
    margin: 0 auto 28px;
  }

  .bloom-subtitle {
    width: auto;
    margin: 0 0 18px;
    text-align: center;
  }

  .bloom-title {
    margin: 0 0 52px;
    text-align: center;
  }

  .bloom-card {
    display: grid;
    grid-template-rows: auto auto auto auto auto;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .bloom-frame {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
    align-items: start;
  }

  .bloom-flame,
  .bloom-subtitle,
  .bloom-title {
    grid-column: 1 / -1;
  }

  .bloom-number {
    z-index: 2;
    margin: 0 auto -16px;
  }

  .bloom-copy {
    width: 100%;
    height: 104px;
    box-sizing: border-box;
  }

  .bloom-lines {
    width: calc(100% - 72px);
    margin: 0 auto;
  }

  .bloom-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 268 / 125;
  }

  .bloom-text {
    width: 100%;
    margin-top: 18px;
    font-size: clamp(12px, 1.1vw, 15px);
    line-height: 1.8;
    letter-spacing: 0.06em;
    white-space: normal;
  }
}