.all-contents {
    font-family: 游ゴシック体, "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;
}











.sp-btn01 {
    margin-top: -29%;
}
.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%;
}
.pc-btn01 {
    margin-top: -21%;
    width: 45%;
    display: flex;
    margin-left: -6% !important;
}
.brand-name {
    font-family: optima;
    font-weight: 100;
    color: #ca6d78;
}
.left-img {
    text-align: left;
    width: 50%;
    background-color: #ffffff;
    padding: 3% 5% 0% 5%;
}
.right-img {
    width: 35%;
}
.text-left {
    text-align: left;
}
.front {
    z-index: 999;
    position: relative;
}
.pink {
    color: #ca6d78;
}
.no1magazine {
    display: flex
;
    justify-content: space-between;
    align-items: flex-end;
}
.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;
}
section#point {
    background-color: #fef7f7;
}
.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-btn02 {
    width: 65%;
    display: flex;
    margin: -7% auto 0% auto;
}
.voice {
    background-color: #fef7f7;
    padding: 5% 10%;
}
.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;
}
section#plans {
    margin-bottom: 5%;
}
.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;
}






#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;
}
section {
    padding: 3% 10%;
}
.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;
}
.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: #FCE8EC;
}
.tab02 th{
    background-color: #FCE8EC;
}
.tab03 {
    background-color: #FAD9DC;
}
.tab03 th{
    background-color: #FAD9DC;
}
.tab04 {
    background-color: #ffcdd1;
}
.tab04 th{
    background-color: #ffcdd1;
}
.tab.tab01.active {
    color: #897ca9;
}
.tab.tab02.active {
    color: #ca6d78;
}
.tab.tab03.active {
    color: #d05563;
}
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: 999px) {
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;
}
	
	
	
	
	
	


/* メニュー背景　*/
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%;
}
.voice-box {
    width: 100%;
    margin: 5% 0;
}
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 3% !important;
	}
.left-padding {
    padding: 0 5%;
    margin-bottom: 2%;
}	
section#point {
    background-color: #fef7f7;
    padding-top: 5%;
    padding-bottom: 5%;
}	
.sp-point-three {
    width: 91%;
    margin: 0 auto;
    display: flex;
    margin-top: -4%;
}	
.present {
    margin-top: -1%;
}
	.button04 {
    margin-top: -16%;
}
	section#recommend {
    margin-top: 18%;
}
	.recommend-img {
    width: 90%;
    display: flex
;
    margin: 5% auto 0% auto;
}
section#voice {
        margin-top: 10%;
	}
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#coach {
    background-color: #fef7f7;
    padding: 4% 0;
}
section#difference {
    padding: 5% 0% 8% 0%;
}
	section#faq {
    padding-top: 5%;
}
	.differnce-box {
    width: 90%;
    display: flex
;
    flex-direction: column;
    margin: 0 auto;
}
	.button10 {
    margin-top: 5%;
}
	    .hpnews {
        margin-top: -26%;
    }
	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;
}
section.present.scroll-fade-up {
    padding-top: 9%;
}

}	
	
@media (min-width: 1000px) {
.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;
}
p.gbm-p {
    font-size: 8px;
    color: #242424;
	margin-top: 0;
}
.all-contents {
    padding-left: 190px;
}	
section.present {
    padding: 3% 10%;
    padding-bottom: 7%;
}
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;
}
}