@charset "UTF-8";
.sp-menu{
  display: none;
}

.sp{
  display: none;
}
@media (max-width: 900px) {
  .sp-menu{
    display: flex;
    justify-content: center;
    gap:5px;
    width: 80% !important;
    margin: auto;
  } 
  
  .sp-menu a{
    padding: 0;
  } 
  
  .pc-menu{
    display: none;
  } 
  
  .header{
    height: auto;
  }
  
/* =========================
  other header menu
========================= */
  .other-header{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 -3px 10px 0 rgba(0 0 0 /30%);
  }
  
  .other-header-inner{
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .other-menu-btnwrap{
    position: absolute;
    right: 20px;
    top:20px;
    z-index: 99999;
  }
  
  .other-head-btn{
    position: absolute;
    right: 0;
    bottom:0;
  }
  
/* ボタン（最低限：3本線） */
.other-menu-btn{
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.other-menu-btn span{
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #111;
  transition: transform .25s ease, top .25s ease, opacity .2s ease;
}
.other-menu-btn span:nth-child(1){ top: 14px; }
.other-menu-btn span:nth-child(2){ top: 21px; }
.other-menu-btn span:nth-child(3){ top: 28px; }

/* open時：× */
.other-header.is-menu-open .other-menu-btn span:nth-child(1){
  top: 21px; transform: rotate(45deg);
}
.other-header.is-menu-open .other-menu-btn span:nth-child(2){
  opacity: 0;
}
.other-header.is-menu-open .other-menu-btn span:nth-child(3){
  top: 21px; transform: rotate(-45deg);
}

/* navは「中身分だけ」表示するので、包む器として機能させる */
.other-header-nav{
  position: fixed;
  inset: 0;              /* 画面全体（オーバーレイ領域） */
  z-index: 9999;
  display: block;

  /* オーバーレイ */
  background: rgba(0,0,0,.65);

  /* 最初は触れない */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity .25s ease, visibility .25s ease;
}

/* 開いてる時 */
.other-header.is-menu-open .other-header-nav{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 中身（メニュー本体） */
.other-nav-inner{
  position: relative;
  background: #fff;
  height:400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

  .other-nav-title{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom:1px solid #333333;
    font-size: 15px;
    color:#333333;
    font-weight: bold;
  }  
  
  .other-nav-list{
    display: grid;
    gap:10px;
  }
  
  .other-nav-list a{
    display: flex;
    align-items: center;
    gap:8px;
    transition: 0.5s;
  }
  
  .other-nav-list a:hover{
    color:#e3697d;
  }  
  
  .other-nav-list-wrap{
    margin-bottom: 30px;
  }
  
  .other-nav-title:before{
    content:"■";
  }
    
  
}

/* スマホ時 */
@media (max-width: 768px) {
  .wrapper{
    overflow-x: hidden;
    width: 100vw;
  }
  
  .sp{
    display: inherit;
  }
  
  .pc{
    display: none !important;
  }
  
  .bred.pc{
  display: none;
}

.bred.sp{
  display: block;
}
  
.bred.sp *{
  font-size: 12px;
}  
  
.try__block-boxtitle {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    font-size: 12px;
    color: var(--color-action);
    font-weight: bold;
    text-align: left;
}
  
.try__block-box {
    padding: 10px;
    background: #ffffe1;
    box-shadow: 0 0 5px rgba(0 0 0 / 10%);
}
  
.try__block-boxtext01 {
    font-size: 12px;
}

.try__block-boxtext02 {
    font-size: 12px;
  text-align: left;
}  

  
  .main-foot{
    padding-bottom: 100px;
  }
  
  .js-scroll-show{
    display: flex;
    justify-content: center;
    padding: 10px;
    gap:8px;
    background:#ffffff;
    width: 100%;
    bottom:0;
    left: 0;
    z-index: 10;
  }
  
.sec01 {
    background-image: url("../images/top/sec01-bg-sp.webp");
} 
  
  .reason03{
    background-image: url("../images/top/reason03-bg-sp.webp");
}

.reason04{
    background-image: url("../images/top/reason04-bg-sp.webp");
}

.reason05{
    background-image: url("../images/top/reason05-bg-sp.webp");
}

.reason06{
    background-image: url("../images/top/reason06-bg-sp.webp");
}


.reason07{
    background-image: url("../images/top/reason07-bg-sp.webp");
}
  
.u-section-wrap {
    padding: 40px 0;
}
  
.sec01__title .pt01 {
    font-size: 22px;
  margin-bottom: 0;
}
  
.sec01__title .pt04 {
    font-size: 40px;
}

  .sec01__title{
    position: relative;
  }
  
  .sec01__title .pt02 {
    font-size: 15px;
    position: absolute;
    top:50px;
    left: calc(50% - 50px);
}
  
  .sec01__title .pt02 small{
    font-size: 15px;
  }
  
  .sec01__title .pt02 img{
    width: 60px;
}
  
  .sec01__title .pt03{
    line-height: 0;
  } 
  
.sec01-grid li {
    font-size: 15px;
}
  
.sec02__cont {
    display: block;
}
  
  .sec02__cont{
    background: none;
  }  
  
  .sec02__cont-box{
    background-image: url("../images/top/sec02-bg-sp.webp");
    background-size: cover;
    margin-top: 20px;
    position: relative;
  }
  
  .sec02-icon-sp01{
    position: absolute;
    left: -20px;
    top:-20px;
  }
  
  .sec02-icon-sp02{
    position: absolute;
    left: -20px;
    bottom:20px;
  }
  
  .sec02-icon-sp03{
    position: absolute;
    right: -20px;
    top:20px;
  }

.sec02__cont-list {
    gap: 10px;
  padding-left: 10%;
}  
  
.sec02__cont-list li {
    font-size: 17px;
}  
  
.reason__sub-title .pt01 {
    font-size: 15px;
}
  
.reason__sub-title .pt02 {
    font-size: 20px;
}
  
.reason__title {
    font-size: 25px;
}
  
  .u-gap-40{
    gap:20px;
  }
  
.reason__bnr-cont-text {
    font-size: 12px;
}  
  
.reason__bnr-cont-text02 .pt01,  
.reason__bnr-cont-text02 .pt02 {
    font-size: 12px;
}
  
  .reason__bnr-cont-text02 .pt02{
    width: 100%;
  }  
  
  .reason__bnr-cont-text02 img{
    width: 60px;
  }
  
.reason__bnr-cont-text03 {
    font-size: 20px;
} 
  
.reason__bnr-cont-text02 {
    flex-wrap: wrap;
  display: inline-flex;
}  
  
.reason__bnr-img {
    position: absolute;
    left: -30px;
    bottom: 30px;
    z-index: 5;
    width: 120px;
}
  
.reason__bnr {
  padding:15px 10px;
    padding-left: 70px;
}  

.reason__bnr-wrap {
    padding-left: 0;
}
  
  .ft14{
    text-align: left;
    font-size: 12px;
  }  
  
.reason02__block-title {
    font-size: 22px;
}
  
.reason02__box-title {
    width: 100%;
    position: relative;
}
  
.reason02__box-title .pt02 {
    font-size: 20px;
  letter-spacing: 0.01em;
}
  
.reason02__box-title .pt01 {
    font-size: 30px;
    position: absolute;
    top: -25px;
}
  
  .u-cols2__text{
    font-size: 12px;
  }  
  
  .reason02__box-cont:not(:last-child){
    margin-bottom: 40px;
  }
  
.reason02-img03 {
    width: 60px;
}
  
.u-cols2__text.pt-rel {
    padding-left: 80px;
}
  
.reason02__block-title_b {
    text-align: left;
    font-size: 17px;
}
  
  
.reason02__grid {
    display: block;
  font-size: 12px;
}
  
.reason02__block_b-text {
    font-size: 12px;
}
  
.reason02__block_b-text small {
    font-size: 12px;
}
  
.reason02__block_b-btn {
    grid-template-columns: 1fr;
    gap: 10px;
}
  
.reason02__block_b-btn a {
    font-size: 12px;
}
  
  .reason02__block_c-img{
    grid-template-columns: 1fr;
    gap:0;
    margin-top: 10px;
  }
  
  .reason02_c-img02{
    position: relative;
    left: -5%;
  }
  
  .reason02_c-img01 img{
    width: 90vw;
    max-width: initial;
  }    
  
  .reason02_c-img01{
    position: relative;
    left: -5%;
  }  
  
.u-cols2.pt02 {
    grid-template-columns: 1fr;
}
  
.reason-ud-title-text .pt01 {
    font-size: 14px;
  text-align: left;
}  
  
.reason-ud-title-text .pt02 span {
    font-size: 22px;
}
  
.reason-ud-boxtitle {
    font-size: 12px;
}
  
.reason-ud-boxwrap {
    padding: 15px;
}
  
  .reason-ud-boxtext{
    font-size: 12px;
  }

  .reason-ud-box-udtext{
    font-size: 12px;
    text-align: left;
  }
  
.reason-ud-text02 .pt01 {
    font-size: 18px;
}
  
.reason-ud-text02 .pt02 {
    font-size: 20px;
}
  
.reason-ud-text02 {
    background-image: url(../images/top/cta-fukidashi-sp.webp);
}
  
  .cta-ud-text{
    font-size: 12px;
  }  
  
.cta-ud-text02 .pt01 {
    font-size: 12px;
  }
  
  .cta-ud-text02 .pt01 img{
    width:60px;
}
  
.cta-ud-text02 .pt02 span {
    margin-top: 20px;
    font-size: 20px;
} 
  
.try__heading-lead {
    margin-bottom: 0;
}  
  
.try__heading-lead span {
    font-size: 14px;
  padding-top: 4px;
}
  
  .try__heading-lead span img{
        width: 230px;
    }  
  
.try__title .pt01 {
    font-size: 15px;
}
  
.try__title .pt01 img{
    width:70px;
} 
  
  .ct-arrow img{
    width: 8px;
  }

.try__title .pt02 .text01 {
    font-size: 45px;
  line-height: 0.5em;
}
  
  .try__block-price .text01{
    line-height: 1em;
  }
  
.try__title .pt02 .text02 {
    font-size: 30px;
}  
  
.try__block-title span {
    font-size: 17px;
}
  
.try__block-title img {
    position: absolute;
    right: -10px;
  width: 45px;
  height: 45px;
}
  
.try__block-heading {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 10px;
    align-items: center;
}
  
.try__block-couse {
    font-size: 12px;
  text-align: left;
}
  
.try__block-price .text02 .pt01 {
    font-size: 30px;
} 
  
.try__block-price .text02 .pt02 {
    font-size: 15px;
}
  
.try__block-price .text01 .pt01 {
    display: inline-block;
    padding: 1px 15px;
    border-radius: 100px;
    background: #333333;
    color: #ffffff;
    font-size: 10px;
}
  
.try__block-price .text01 .pt02 {
    font-size: 12px;
} 
  
.try__block-price {
    display: flex;
    justify-content: center;
    margin-top: 0;
    align-items: center;
    gap: 10px;
}  

  
.try__block-price .text01 .pt02::before {
    margin-top: -2px;
}
  
.try__block-price .text01 .pt02::after {
    margin-top: 2px;
}
  
.try__block-boxtitle {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    font-size: 12px;
    color: var(--color-action);
    font-weight: bold;
    text-align: left;
}
  
.try__block-box {
    padding: 10px;
    background: #ffffe1;
    box-shadow: 0 0 5px rgba(0 0 0 / 10%);
}
  
.try__block-boxtext01 {
    font-size: 12px;
}

.try__block-boxtext02 {
    font-size: 12px;
  text-align: left;
}
  
.try__btn a {
    display: inline-flex;
    max-width: 540px;
    width: 100%;
    height: 40px;
    border-radius: 100px;
    background: linear-gradient(to top, #f2b4be 50%, #f5c2ca 50% 100%);
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    position: relative;
    align-items: center;
}
  
.try__btn a img {
    position: absolute;
    top: 12px;
    right: 20px;
}
  
.try__ud-title .pt02 {
    font-size: 30px;
}
  
.try__ud-title .pt03 span {
    font-size: 19px;
    margin-top:0;
}
  
.try__ud-text {
    font-size: 12px;
}

.try__ud-text br{
    display: none;
}
  
.coupon {
    padding:20px;
    background-image: url(../images/top/coupon-bg-sp.webp);
}  
  
.coupon__text01 span {
    font-size: 12px;
}
  
.coupon__text01 span:before {
    content: " ";
    width: 60px;
    height: 1px;
    background: #c79f63;
    position: absolute;
    top: 10px;
    left: -70px;
    display: block;
}
  
.coupon__text01 span:after {
    content: " ";
    width: 60px;
    height: 1px;
    background: #c79f63;
    position: absolute;
    top: 10px;
    right: -70px;
    display: block;
}
  
.coupon__text02 span {
    display: inline-block;
    padding:3px 10px;
    width: 100%;
    max-width: 550px;
    font-size: 20px;
  border-radius: 100px;
  margin-bottom: 5px;
  }
  
.coupon__text03 {
    font-size: 12px;
}
  
.coupon__text04 .pt01 {
    font-size: 48px;
  line-height: 1.4;
}
  
.coupon__text05 {
    font-size: 10px;
}
  
.u-gap-20 {
    display: grid;
    gap: 10px;
}
  
.try-more-box-subtitle span {
    font-size: 13px;
}
  
  .try-more-box-subtitle img{
    width: 17px;
  } 
  
.try-more-box-title {
    font-size: 21px;
}
  
.try-more-box {
    padding: 15px;
  padding-bottom: 40px;
}
  
.try-more-box-text {
    font-size: 12px;
    text-align: left;
}
  
.try-more-box-text02 {
    font-size: 12px;
    text-align: left;
}

.try-more-box-slidetitle {
    font-size: 14px;
  margin-bottom: 0;
}

.try-more-box-slidetitle span:before {
    width: 20px;
    height: 1px;
    left: -30px;
    top: 11px;
}
  
.try-more-box-slidetitle span:after {
    width: 20px;
    height: 1px;
    right: -30px;
    top: 11px;
} 
  
.try-more-frame {
        padding:0 10px 5px;
    }
  
.try-more-frame .swiper-button-prev::after, .try-more-frame .swiper-button-next::after {
    font-size: 20px;
}
  
    .try-more-prev {
        left: -25px;
    }
  
    .try-more-next {
        right: -25px;
    }

  .try__heading-lead02 img{
    display: none;
  }
  
  .try__heading-lead02{
    background-image: url("../images/top/try-more-subtitle-bg02.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 10px;
  }
  
.try__heading-lead02 span {
    display: block;
  position: inherit;
    font-size: 17px;
}
  
.try__heading-lead02 span small {
    font-size: 16px;
  display: block;
}
  
.u-gap-80 {
    display: grid;
    gap: 40px;
}
  
.try-more-flow-title .pt01 {
    font-size: 25px;
}
  
.try-more-flow-title .pt02 {
    font-size: 16px;
}
  
  .try-more-flow-box{
    display:grid;
    gap:10px;
    grid-template-columns: 1fr;
  }

.try-more-flow-img{
  width:100%
}
  
  .try-more-flow-text{
    font-size: 12px;
    width: 100%;
  }  
  
.try-more-flow-list li:not(:last-child):after {
    bottom: -20px;
}

.flow-btn a {
    font-size: 12px;
    margin-top: 10px;
}
  
.flow-btn a img{
   width: 15px;
} 
  
.flow-btn a img {
    position: absolute;
    top: 19px;
    right: 15px;
}  
  
.last-sec__title {
    font-size: 16px;
}
  
.last-sec__body01-text {
    font-size: 12px;
}
  
  .map iframe{
    height: 200px;
  }
  
.access-text {
    font-size: 12px;
}
  
  .last-sec{
    padding: 0;
  }
  
  .last-sec .u-cont-w820{
    padding: 40px 10px;
    background: #ffffff;
  }
  
  .last-sec__body02-list{
    margin-top: 0;
    padding: 10px;
    background: #ffffff;
    grid-template-columns: 1fr;
  }
  
.main-foot * {
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0.16em;
}  
  
}  


/* PCのみ */
@media (min-width: 901px) {
  .has-mega {
  }

  .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.25s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
  }

  .has-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mega-menu__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

/* =========================
   Mega Menu - PC
========================= */
@media (min-width: 901px) {

  .has-mega > a {
    position: relative;
    padding-bottom: 4px;
  }

  /* ホバー時の下線演出 */
  .has-mega > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: var(--color-action);
    transition: 0.3s ease;
    transform: translateX(-50%);
  }

  .has-mega:hover > a::after {
    width: 60%;
  }

  .mega-menu {
    background: #fff;
    border-top: 1px solid #eee;
  }

  .mega-menu__inner {
    position: relative;
  }

  /* 背景のうっすら装飾 */
  /*.mega-menu__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(255,240,214,.35),
      rgba(255,255,255,0)
    );
    pointer-events: none;
  }*/

  .mega-menu__inner li {
    position: relative;
  }

  .mega-menu__inner a {
    display: block;
    padding: 12px 16px;
    font-size: 15px;
    letter-spacing: 0.08em;
    color: #333;
    border-radius: 6px;
    transition: 0.25s ease;
  }

  .mega-menu__inner a:hover {
    background: #fff6ea;
    color: var(--color-action);
  }

  /* カテゴリっぽさを出す */
  .mega-menu__inner li::before {
    content: "—";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    color: #c9b36a;
    opacity: .6;
  }
}


/* SPのみ */
@media (max-width: 900px) {
  .mega-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }

  .has-mega.is-open .mega-menu {
    max-height: 500px; /* 十分大きめ */
  }

  .sp-accordion-icon {
    display: inline-block;
    margin-left: 6px;
  }
}
/* =========================
   Mega Menu - SP
========================= */
@media (max-width: 900px) {

  .has-mega > .mega-trigger {
    position: relative;
    font-weight: 600;
  }
  
  .not-mega{
    position: relative;
    font-weight: 600;
  }

  /* 開閉アイコン */
  .sp-accordion-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease;
  }

  .has-mega.is-open .sp-accordion-icon {
    transform: translateY(-50%) rotate(-135deg);
  }

  .mega-menu {
    background: #fafafa;
  }

  .mega-menu__inner {
    padding: 10px 0;
  }

  .mega-menu__inner a {
    padding: 12px 20px;
    font-size: 14px;
    letter-spacing: 0.08em;
    border-left: 3px solid transparent;
  }

  .mega-menu__inner a:active {
    background: #fff0d6;
    border-left-color: var(--color-action);
  }
  

  /* nav が開いている時にスクロールできるようにする */
  .nav.open{
    max-height: 100vh;         /* 画面高まで */
    overflow-y: auto;          /* 縦スクロール */
    -webkit-overflow-scrolling: touch; /* iOS慣性スクロール */
  }
  
  .main-visual {
    min-height: 600px;
    height: auto;
}
  
/* other */
  
/* lemmon */
  .other-visual,
  .other-visual .u-cont-w1000{
    padding: 0;
    width:100%;
  }
  
.other-header-inner {
    padding: 10px;
}  
  
.other-menu-btnwrap {
    top: 15px;
}
  
.u-cols2-harf {
    gap: 20px;
    grid-template-columns: 1fr;
}
  
.other-cont .sec01__title .pt02 {
    top: 90px;
}
  
  .lemmon-inter{
    padding: 0;
  }
  
  .lemmon-inter *{
    width: 100%;
    line-height: 0;
  }
  
.other-feature-list {
    display: grid;
    gap: 20px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 20px 0;
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}  
 
  .other-feature-list a{
    width: 100%;
  }
  
  .other-feature-list li{position: relative;}
  
  .other-feature-list li:not(:last-child):nth-child(odd):before{
    content:" ";
    width: 90vw;
    left: 0;
    bottom:-10px;
    height: 1px;
    background: #000000;
    display: block;
    position: absolute;
  }
  
.other-feature-list li:nth-child(odd) a:after {
    content: " ";
    height: 100%;
    width: 1px;
    background: #000000;
    position: absolute;
    right: -25px;
    top: 0;
} 
  
.other-feature-list li:nth-child(eveb) a:after {
    content: none;
} 
  
.other-feature-cont-title {
    padding: 10px 0;
}
  
  
.other-feature-pad {
    padding:10px 5%;
}

  .other-feature-cont-bodytitle {
    font-size: 20px;
    text-align: left;
    padding-left: 64px;
}
  .other-feature-cont{
    width:100%;
  }
  .sp-center{
    text-align: center !important;
  }
  
.other-head-btn {
    position: initial;
  margin-top: 10px;
  display: block;
}  
  
  .other-head-btn img{
    width: 100%;
  } 
  
.other-feature-cont-table th {
    width: 110px;
} 
  
.other-inter02-text {
    padding-left: 30px;
}
  
.other-inter02-text .other-inter02-text-inner {
    padding-left: 70px;
}
  
.other-inter02-text-img {
    position: absolute;
    bottom: 0;
    left: -70px;
}
  
.last-col2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
}
  
.other-foot-nav {
    grid-template-columns: repeat(2, 1fr);
}  

.other-feature-title {
    font-size: 20px;
}  
  
  /* ヘッダー固定などで上に被るなら、その分引く */
  /* 例：ヘッダーが 70px 固定のとき */
  /* .nav.open{ max-height: calc(100vh - 70px); } */  
  
/* mt */  
  .other-first__title .pt01.mt {
    width: 100vw;
    position: relative;
    left: -5vw;
    padding: 10px;
  }
  
  .other-first__title.mt {
    width: 90vw;
    overflow: visible;
  }  
  
.mt-first-text {
    padding: 36px;
  display: block;
}
  
  .mt.first-btn-wrap{
    width: 90vw;
    margin: auto;
    margin-top: 30px;
  } 
  
.mt.sec01__title.other-pt .pt01 {
    font-size: 20px;
    padding: 3px 5px;
  }
  
.sec01-grid.mt {
    grid-template-columns: 1fr;
    gap: 12px;
}
  
.mt-grid-01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
} 
  
.other-feature .mt-first-text {
    padding: 50px;
    background-image: url(../images/mt/t-box-sp.webp) !important;
} 
  
    .mt.other-feature-list {
        border-bottom: none;
    }
  
.mt-feature-text-list li {
    font-size: 20px;
}
  
.f-text-bg {
    padding: 20px 30px;
}
  
.mt-feature-day1 {
    left: calc(50% + 80px);
}
  
.mt-f-new02-list {
    grid-template-columns: 1fr;
}
  
.mt-f-new02-box {
    padding: 0;
}
  
.mt-feature-obj02 {
    top: -190px;
    width: 80px;
}
  
.mt-feature-obj01 {
    width: 100px;
}
  
.mt-feature-day2 {
    top: 43px;
    left: calc(50% + 70px);
}
  
  .f-text02{
    position: relative;
    z-index: 5;
  }
  
.mt-f01-title span {
    padding: 5px 30px;
    font-size: 16px;
}  

.mt-feature-day3 {
    top: 35px;
    left: calc(50% + 50px);
}
  
.mt-feature-1w {
    top: 45px;
    left: calc(50% + 50px);
}
  
  .mt-f-new02-list li br{
    display: none;
  }
  

.mt-feature-point-obj {
    position: absolute;
    right: -10px;
    bottom: 0;
}
  
.mt-f-new02-cont.mt.pt01 {
    padding-left: 95px;
}
  
.mt-feature-point-img01 {
    width: 100px;
}
  
.mt-feature-1m {
    position: absolute;
    z-index: 0;
    top: 60px;
    left: calc(50% + 50px);
}
  
.mt-f-new02-cont.mt.pt02 {
    padding-right: 60px;
}
  
.mt-feature-point02-img {
    width: 100px;
}
  
.mt-feature-point02-obj02 {
    position: absolute;
    bottom: 0px;
    right: 70px;
}
  
.mt-new03-text {
    padding: 50px 30px;
}
  
.other-mt-feature-cont-bodytitle .mt-new03 {
    font-size: 20px;
}
  
.mt-new03-box-text {
    width: 60%;
}
  
.mt-new03-box {
    padding: 0;
    position: relative;
    height: auto;
  margin-bottom: 30px;
}
  
.mt-new03-box.pt01 .mt-new03-box-img,
.mt-new03-box.pt02 .mt-new03-box-img{
        position: absolute;
        width: 45%;
}
  
  
.mt-new03-box.pt02 .mt-new03-box-text{
       margin-left:40%;
}

.mt-new03-box.pt02 {
    display: block;
}  

.mt-menu .mt-new03-box {
    height: auto;
}
  
  .mt-menu .mt-new03-box-img{
    width: 60%;
    margin: auto;
    margin-top: 20px;
  }
  
.mt-menu-pricelist {
    grid-template-columns: 1fr;
}
  
.mt-menu-pricelist li {
    grid-template-columns: 35% 65%;
}
  
  .mt-menu-pricelist li .inner{
    position: relative;
    padding-left: 20px;
  }
  
  .mt-menu-pricelist li .box02 .icon{
    font-size: 10px;
    width: 1.5em;
    position: absolute;
    top:5px;
    left: 0;
    padding:2px;
  }
  
.mt-flow-title {
    font-size: 18px;
}
  
.mt .try-more-flow-title .pt01 {
    font-size: 15px;
  padding: 3px 20px;
}
  
.try-more-flow-title.mt {
    display: block;
}
  
/* 追記 */
  .other-feature-cont-body-col {
    padding-left: 0;
}
  
  .u-cols2__media{
    padding-left: 60px;
  }
  
.lemmon .try-more-flow-title .pt02 {
   color: var(--lemmon-color);
  font-size: 20px;
}  
  
.other-inter02-text-img {
        left: -40px;
        width: 100px;
    }
  
      .other-inter02-text .other-inter02-text-inner {
        padding-left:0;
    }
  
  .other-inter02-text .other-inter02-text-inner .lemmon-block{
  padding-left: 35px;
    display: block;
  }
      .other-inter02-text {
        font-size: 13px;
    }
  
.other-faq-aco dt,
.other-faq-aco.is-open dd{
    padding: 18px 35px 18px 35px;
}
  
.other-faq-aco dd::before,
.other-faq-aco dt::before{
    left: 3px;
}  
  
  .lemmon{
    overflow: hidden;
    width: 100vw;
  } 
  
.mt-first-text {
        width: 100vw;
        position: relative;
        left: -5%;
    }
  
  .other-feature .mt-first-text{
    margin-top: -40px;
  }  
  
  .mt-feature-text-list li {
    grid-template-columns: 25px 1fr;
}
  
.other-mt-feature-cont-body.mt {
    padding: 15px;
}
  
    .mt .u-cols2__media,
  .ct .u-cols2__media{
        padding-left: 0;
    }

.f-text-bg {
        padding: 20px;
    }
  
    .mt-f-new02-cont.mt.pt01 {
        padding: 10px;
      padding-top: 15px;
        padding-left: 75px;
    }
  
    .mt-feature-point{
        left: 75px;
        top: -25px;
        width: 90px;
    }
  
      .mt-feature-point-img01 {
        width: 80px;
        bottom: 0;
        left: -20px;
    }
  
      .mt-feature-point-obj {
        width: 70px;
        bottom: -15px;
    }
  
  .mt-feature-point {
    position: absolute;
    left: 100px;
    top: -20px;
    width: 90px;
}
  
    .mt-new03-box-text {
        width: 75%;
        font-size: 14px;
    }  
  
  .mt-new03-img{
    position: relative;
    bottom:-60px;
  } 
  
    .mt-new03-box.pt01 .mt-new03-box-img, .mt-new03-box.pt02 .mt-new03-box-img {
        width: 35%;
    } 
  
  .mt-new03-box.pt02 .mt-new03-box-text {
        margin-left: 25%;
    }
  


  
  
  
.other-first.mt .u-gap-40,
  .other-first.mt .u-cols2-harf{
    display: block;
  }
  

  
}

/* other-head */
/* SP：右から出る（中身幅は適度に） */
@media (max-width: 900px){
  .other-header-nav{
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    padding: 0;
  }
  .other-nav-inner{
    width: min(86vw, 360px);
    height: 100%;
    border-radius: 0;
    padding: 24px 18px 18px;

    transform: translateX(12px);
    transition: transform .25s ease;
  }
  .other-header.is-menu-open .other-nav-inner{
    transform: translateX(0);
  }
}

/* =========================
   Treatment Menu Page - SP tweaks
========================= */
@media (max-width: 900px){
  .treatmenu .other-feature-cont-table th,
  .treatmenu .other-feature-cont-table td{
    padding: 14px;
    font-size: 14px;
  }

  .treatmenu .menu-table{
    min-width: 640px;
  }

  .treatmenu .menu-table td:first-child{
    min-width: 260px;
  }
}

/* =========================
   Table swipe hint (SP)
========================= */
@media (max-width: 900px) {
  .menu-table-scroll {
    position: relative;
  }

  .menu-table-scroll.is-swipehint-ready::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 12px;
    /* うっすら左→右へグラデーション（テイスト合わせ調整可） */
    background: linear-gradient(90deg, rgba(0,0,0,.06), rgba(0,0,0,0) 40%, rgba(0,0,0,.06));
    opacity: 0;
    transition: opacity .25s ease;
  }

  .menu-table-scroll .swipe-hint {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 6px 18px rgba(0,0,0,.12);

    font-size: 12px;
    font-weight: 600;
    color: #333;

    opacity: 0;
    filter: blur(1px);
    transition: opacity .25s ease, filter .25s ease;
  }

  .menu-table-scroll.is-swipehint-show::after {
    opacity: 1;
  }
  .menu-table-scroll.is-swipehint-show .swipe-hint {
    opacity: 1;
    filter: blur(0);
  }

  /* 矢印アイコン */
  .menu-table-scroll .swipe-hint__arrows {
    width: 34px;
    height: 16px;
    position: relative;
    overflow: hidden;
  }
  .menu-table-scroll .swipe-hint__arrows::before,
  .menu-table-scroll .swipe-hint__arrows::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(135deg);
    opacity: .85;
  }
  .menu-table-scroll .swipe-hint__arrows::after {
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
  }
  .menu-table-scroll .swipe-hint__arrows::before {
    left: 0;
    transform: translateY(-50%) rotate(135deg);
  }

  /* 左右に“スッ”と動くアニメ */
  .menu-table-scroll.is-swipehint-show .swipe-hint {
    animation: swipeHintFloat 1.6s ease-in-out 0.2s 2;
  }

  @keyframes swipeHintFloat {
    0%   { transform: translateX(-50%) translateX(0); }
    35%  { transform: translateX(-50%) translateX(-10px); }
    70%  { transform: translateX(-50%) translateX(10px); }
    100% { transform: translateX(-50%) translateX(0); }
  }

  /* ユーザーが“動き減らす”設定ならアニメ無し */
  @media (prefers-reduced-motion: reduce) {
    .menu-table-scroll.is-swipehint-show .swipe-hint {
      animation: none;
    }
  }
}
