@font-face {
    font-family: "CenturyGothic";
    src: url("../font/CenturyGothic.otf") format("opentype");
    font-weight: normal;
}
@font-face {
    font-family: "CenturyGothic";
    src: url("../font/CenturyGothicBold.otf") format("opentype");
    font-weight: bold;
}

.wrapper {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
}

/* Fit&Bodymake 2つの会員プランLP */
.lp-fit-bodymake .main-logo {
    padding: 5% 2%;
    margin: auto;
}
.lp-fit-bodymake {
    font-family: "Roboto", "Hiragino Sans", "ヒラギノ角ゴ Pro W9", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-top: 70px;
}
.lp-fit-bodymake i {
    display: inline;
}
.lp-fit-bodymake .azo {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 900;
    font-style: italic;
}
.lp-fit-bodymake .fit-bodymake-header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9;
    background-color: #fff;
}
.lp-fit-bodymake .fit-bodymake-header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    background: #1fb0c1;
}
.lp-fit-bodymake .fit-bodymake-header .logo {
    height: 60px;
    padding-left: 20px;
}
.lp-fit-bodymake .fit-bodymake-header .logo img {
    object-fit: contain;
    height: 100%;
}
.lp-fit-bodymake .fit-bodymake-header .menu-link {
    display: flex;
    align-items: center;
    height: 70px;
    margin-left: auto;
    margin-right: 30px;
}
.lp-fit-bodymake .fit-bodymake-header .menu-link li {
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 10px;
}
.lp-fit-bodymake .fit-bodymake-header .menu-link a {
    color: #fff;
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.lp-fit-bodymake .fit-bodymake-header .menu-link a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #0061f2;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
}
.lp-fit-bodymake .fit-bodymake-header .menu-link a:hover {
    color: #0061f2;
}
.lp-fit-bodymake .fit-bodymake-header .menu-link a:hover:after {
    transform: scale(1, 1);
}
.lp-fit-bodymake .fit-bodymake-header .btn-area {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.lp-fit-bodymake .fit-bodymake-header .btn-area a {
    height: 50px;
    width: 160px;
    position: relative;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
    margin: 0 2px;
    transition: all 0.9s;
}
.lp-fit-bodymake .fit-bodymake-header .btn-area a:hover {
    transform: translateY(5px);
}
.lp-fit-bodymake .fit-bodymake-header .btn-area a.line-btn {
    background-color: #06c755;
    padding-left: 30px;
}
.lp-fit-bodymake .fit-bodymake-header .btn-area a.line-btn:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url(../img/line-icon-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}
.lp-fit-bodymake .fit-bodymake-header .btn-area a.form-btn {
    background-image: linear-gradient(90deg, #ff9600, #ff4800);
    line-height: 1.1;
}
.lp-fit-bodymake .fit-bodymake-header .contact-btn {
    height: 70px;
}
.lp-fit-bodymake .fit-bodymake-header .contact-btn a {
    background-color: #1fb0c1;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 270px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    position: relative;
    flex-flow: column;
    padding: 0 20px 0 70px;
}
.lp-fit-bodymake .fit-bodymake-header .contact-btn a:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url(../img/bodymake-btn-icon-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}
.lp-fit-bodymake .fit-bodymake-header .contact-btn a:after {
    content: "";
    width: 6px;
    height: 6px;
    background-image: url(../img/right-arrow-icon-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}
.lp-fit-bodymake .fit-bodymake-header .hum-btn {
    display: none;
}
.lp-fit-bodymake .fit-bodymake-header .hidden-menu {
    display: none;
}
@media screen and (max-width: 1279px) {
    .lp-fit-bodymake .fit-bodymake-header .menu-link {
        display: none;
    }
    .lp-fit-bodymake .fit-bodymake-header .btn-area {
        margin-left: auto;
    }
}
@media screen and (max-width: 767px) {
    .lp-fit-bodymake {
        padding-top: 60px;
    }
    .lp-fit-bodymake .fit-bodymake-header {
        z-index: 99;
    }
    .lp-fit-bodymake .fit-bodymake-header .btn-area {
        display: none;
    }
    .lp-fit-bodymake .fit-bodymake-header .logo {
        height: auto;
        width: 110px;
        padding-left: 10px;
        position: relative;
        z-index: 99;
        margin-right: auto !important;
    }
    .lp-fit-bodymake .fit-bodymake-header .contact-btn {
        height: 60px;
        margin-left: auto;
        position: relative;
        z-index: 99;
    }
    .lp-fit-bodymake .fit-bodymake-header .contact-btn a:before {
        width: 40px;
        height: 40px;
    }
    .lp-fit-bodymake .fit-bodymake-header .contact-btn a {
        width: 200px;
        padding: 0 20px 0 50px;
        font-size: 12px;
    }
    .lp-fit-bodymake .fit-bodymake-header .contact-btn span {
        display: block;
        font-size: 8px;
    }
    .lp-fit-bodymake .fit-bodymake-header .contact-btn b {
        font-size: 18px;
    }
    .lp-fit-bodymake .fit-bodymake-header .hum-btn {
        width: 60px;
        height: 60px;
        background-color: #fff;
        position: relative;
        display: block;
        cursor: pointer;
        transition: all 0.9s;
        z-index: 99;
    }
    .lp-fit-bodymake .fit-bodymake-header .hum-btn .line {
        display: inline-block;
        background-color: #1fb0c1;
        width: 30px;
        height: 2px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        transition: all 0.9s;
    }
    .lp-fit-bodymake .fit-bodymake-header .hum-btn .line.line1 {
        top: 30%;
    }
    .lp-fit-bodymake .fit-bodymake-header .hum-btn .line.line2 {
        top: 50%;
    }
    .lp-fit-bodymake .fit-bodymake-header .hum-btn .line.line3 {
        top: 70%;
    }
    .lp-fit-bodymake .fit-bodymake-header .hum-btn.active .line1 {
        transform: translateY(12px) rotate(-45deg);
    }
    .lp-fit-bodymake .fit-bodymake-header .hum-btn.active .line2 {
        opacity: 0;
    }
    .lp-fit-bodymake .fit-bodymake-header .hum-btn.active .line3 {
        transform: translateY(-12px) rotate(45deg);
    }
}

@media screen and (max-width: 767px) {
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        /* background-color: rgba(0, 97, 242, 0.9); */
        background-color: rgba(31, 176, 193, 0.9);
        visibility: hidden;
        opacity: 0;
        transition: all 0.6s;
        z-index: 9;
        padding: 80px 20px;
    }
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu.show {
        visibility: visible;
        opacity: 1;
    }
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu li {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.6s;
    }
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu.show li {
        opacity: 1;
        transform: translateY(0);
    }
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu.show li:nth-child(1) {
        transition-delay: 0.1s;
    }
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu.show li:nth-child(2) {
        transition-delay: 0.2s;
    }
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu.show li:nth-child(3) {
        transition-delay: 0.3s;
    }
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu.show li:nth-child(4) {
        transition-delay: 0.4s;
    }
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu.show li:nth-child(5) {
        transition-delay: 0.5s;
    }
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu.show li:nth-child(6) {
        transition-delay: 0.6s;
    }
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu li {
        margin: 20px;
        font-size: 16px;
    }
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu li a {
        color: #fff;
    }
    .lp-fit-bodymake .fit-bodymake-header .hidden-menu .form-btn {
        display: block;
        background-image: linear-gradient(-90deg, #ff9600, #ff4800);
        text-align: center;
        color: #fff;
        font-weight: 600;
        padding: 14px 10px;
        border-radius: 4px;
        font-size: 18px;
        transition: all 0.9s;
        margin-bottom: 10px;
        margin-top: 40px;
    }
}

.lp-fit-bodymake .fv {
    background-image: url(../img/mv-back-img-pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.lp-fit-bodymake .fv:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: rgba(31, 176, 193, 0.6);
}
.lp-fit-bodymake .fv .inner {
    padding: 160px 20px 130px;
}
.lp-fit-bodymake .fv .mv {
    position: relative;
}
.lp-fit-bodymake .fv .mv h1 {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    margin: 0 auto 60px;
    gap: 6px 20px;
    height: 165px;
}
.lp-fit-bodymake .fv .mv h1 span:nth-child(1) {
    width: 139px;
}
.lp-fit-bodymake .fv .mv h1 span:nth-child(2) {
    width: 215px;
}
.lp-fit-bodymake .fv .mv h1 span:nth-child(3) {
    width: 193px;
}
.lp-fit-bodymake .fv .mv h1 span:nth-child(4) {
    width: 100%;
}
.lp-fit-bodymake .fv .mv h1 span:nth-child(1) img {
    height: 80px;
}
.lp-fit-bodymake .fv .mv h1 span:nth-child(2) img {
    height: 86px;
}
.lp-fit-bodymake .fv .mv h1 span:nth-child(3) img {
    height: 86px;
}
.lp-fit-bodymake .fv .mv h1 span:nth-child(4) img {
    height: 73px;
}
@media screen and (max-width: 767px) {
    .lp-fit-bodymake .fv {
        background-image: url(../img/mv-back-img-sp.jpg);
        background-size: contain;
        background-repeat: repeat;
        background-position: top center;
    }
    .lp-fit-bodymake .fv:before {
        content: none;
    }
    .lp-fit-bodymake .fv .inner {
        padding: 200px 0 0;
    }
    .lp-fit-bodymake .fv .mv h1 {
        width: 100%;
        background-color: #1fb0c1;
        padding: 0 20px 20px;
        align-items: start;
        margin-bottom: 0;
        gap: 6px 0;
        height: auto;
        min-height: 120px;
    }
    .lp-fit-bodymake .fv .mv h1 span {
        margin-top: -12px;
    }
    .lp-fit-bodymake .fv .mv h1 span:nth-child(1) {
        width: 27%;
    }
    .lp-fit-bodymake .fv .mv h1 span:nth-child(2) {
        width: 39%;
    }
    .lp-fit-bodymake .fv .mv h1 span:nth-child(3) {
        width: 34%;
    }
    .lp-fit-bodymake .fv .mv h1 span:last-of-type {
        width: 100%;
    }
    .lp-fit-bodymake .fv .mv h1 span:nth-child(1) img,
    .lp-fit-bodymake .fv .mv h1 span:nth-child(2) img,
    .lp-fit-bodymake .fv .mv h1 span:nth-child(3) img,
    .lp-fit-bodymake .fv .mv h1 span:nth-child(4) img {
        height: auto;
        width: auto;
    }
    .lp-fit-bodymake .fv .mv .img {
        background-color: #047992;
        padding: 0 20px;
    }
}

.lp-fit-bodymake .campaign {
    background-color: #0061f2;
    overflow: hidden;
}
.lp-fit-bodymake .campaign .inner {
    padding: 20px;
    position: relative;
}
.lp-fit-bodymake .campaign .inner:before {
    content: "";
    height: 246px;
    width: 190px;
    background-image: url(../img/campaign-human-img-pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -40px;
    bottom: 0;
}
.lp-fit-bodymake .campaign .ttl {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
.lp-fit-bodymake .campaign .limit {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
}
.lp-fit-bodymake .campaign .limit b {
    font-size: 48px;
    line-height: 0.9;
    font-style: italic;
    vertical-align: bottom;
}
.lp-fit-bodymake .campaign .limit span {
    display: inline-flex;
    border-radius: 50%;
    background-color: #fff;
    color: #0061f2;
    font-size: 16px;
    font-weight: 600;
    width: 30px;
    justify-content: center;
    align-items: center;
    height: 30px;
    vertical-align: bottom;
}
@media screen and (max-width: 767px) {
    .lp-fit-bodymake .campaign .inner {
        padding: 20px 0;
    }
    .lp-fit-bodymake .campaign .ttl {
        font-size: 18px;
        padding: 0 10px;
    }
    .lp-fit-bodymake .campaign .inner:before {
        height: 40%;
        width: 30%;
        background-size: 100%;
        bottom: 24%;
        background-position: center top;
    }
    .lp-fit-bodymake .campaign .limit {
        font-size: 24px;
    }
    .lp-fit-bodymake .campaign .limit b {
        font-size: 40px;
    }
    .lp-fit-bodymake .campaign .limit span {
        font-size: 14px;
        width: 24px;
        height: 24px;
    }
}

.lp-fit-bodymake .form-banner {
    background-image: url(../img/form-banner-back-img-pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lp-fit-bodymake .form-banner .inner {
    padding: 50px 20px 30px;
}
.lp-fit-bodymake .form-banner .wrap {
    display: flex;
    justify-content: space-between;
}
.lp-fit-bodymake .form-banner .txt {
    width: 50%;
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-top: 16px;
}
.lp-fit-bodymake .form-banner .btn-wrap {
    width: 50%;
    text-align: center;
}
.lp-fit-bodymake .form-banner .btn-wrap .btn {
    display: block;
    background-image: linear-gradient(-90deg, #ff9600, #ff4800);
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 18px 10px;
    border-radius: 4px;
    font-size: 20px;
    transition: all 0.9s;
    margin-bottom: 10px;
}
.lp-fit-bodymake .form-banner .btn-wrap .btn:hover {
    transform: translateY(5px);
}
.lp-fit-bodymake .form-banner .btn-wrap .link {
    color: #fff;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .lp-fit-bodymake .form-banner .inner {
        padding: 20px;
    }
    .lp-fit-bodymake .form-banner .wrap {
        flex-flow: column;
    }
    .lp-fit-bodymake .form-banner .txt {
        width: 100%;
        padding: 0;
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .lp-fit-bodymake .form-banner .btn-wrap {
        width: 100%;
    }
    .lp-fit-bodymake .form-banner .btn-wrap .btn {
        padding: 14px 10px;
        font-size: 18px;
    }
}

.lp-fit-bodymake .bg-ttl {
    padding: 80px 20px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.lp-fit-bodymake .bg-ttl h2 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .lp-fit-bodymake .bg-ttl {
        padding: 40px 20px;
    }
    .lp-fit-bodymake .bg-ttl h2 {
        font-size: 30px;
    }
}

.lp-fit-bodymake .plan {
    overflow: hidden;
    background-color: #edf3fa;
}
.lp-fit-bodymake .plan .inner {
    max-width: 100%;
    width: 100%;
}
.lp-fit-bodymake .plan .bg-ttl {
    background-image: url(../img/plan-ttl-back-img-pc.jpg);
}
.lp-fit-bodymake .plan .menu {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.lp-fit-bodymake .plan .menu:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #0061f2 50%, #1fb0c1 50%);
    z-index: -1;
}
.lp-fit-bodymake .plan .menu .wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.lp-fit-bodymake .plan .menu .ttl {
    text-align: center;
    position: relative;
}
.lp-fit-bodymake .plan .menu .ttl{
  position: relative;
}

.lp-fit-bodymake .plan .menu .ttl::before,
.lp-fit-bodymake .plan .menu .ttl::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;        /* サイズ調整 */
  height: 4px;        /* 線の太さ */
  background: #fff;   /* ← 色 */
  opacity: 0.8;
  transform-origin: center;
  pointer-events: none;
}

.lp-fit-bodymake .plan .menu .ttl::before{
  transform: translate(-50%, -50%) rotate(45deg);
}

.lp-fit-bodymake .plan .menu .ttl::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lp-fit-bodymake .plan .menu .ttl .txt {
    width: 50%;
    padding: 50px 20px 40px;
}
.lp-fit-bodymake .plan .menu .ttl .txt.blue {
    border-bottom: 8px solid #0025e6;
}
.lp-fit-bodymake .plan .menu .ttl .txt.green {
    border-bottom: 8px solid #047992;
}
.lp-fit-bodymake .plan .menu .ttl .icon {
    height: 40px;
    margin-bottom: 20px;
}
.lp-fit-bodymake .plan .menu .ttl .icon img {
    height: 100%;
    object-fit: contain;
}
.lp-fit-bodymake .plan .menu .ttl p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    background-image: url(../img/bottom-icon-img.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 8px;
}
.lp-fit-bodymake .plan .menu .ttl p span {
    opacity: 0.6;
}
.lp-fit-bodymake .plan .menu .ttl h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
}
.lp-fit-bodymake .plan .menu .img > div {
    position: relative;
    overflow: hidden;
}
.lp-fit-bodymake .plan .menu .img > div:before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.lp-fit-bodymake .plan .menu .img > div.blue:before {
    background: linear-gradient(to top, rgba(0, 97, 242, 1) 30%, rgba(0, 97, 242, 0.5) 80%, transparent 100%);
}
.lp-fit-bodymake .plan .menu .img > div.green:before {
    background: linear-gradient(to top, rgba(31, 176, 193, 1) 30%, rgba(31, 176, 193, 0.5) 80%, transparent 100%);
}
.lp-fit-bodymake .plan .menu .detail {
    text-align: center;
}
.lp-fit-bodymake .plan .menu .detail .txt {
    width: 50%;
    padding: 30px 20px;
    margin-top: -100px;
    position: relative;
}
.lp-fit-bodymake .plan .menu .detail .txt h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.lp-fit-bodymake .plan .menu .detail ul {
    display: flex;
    flex-flow: column;
    max-width: fit-content;
    margin: 0 auto 10px;
    flex-wrap: wrap;
    text-align: left;
}
.lp-fit-bodymake .plan .menu .detail li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}
.lp-fit-bodymake .plan .menu .detail li span {
    display: inline-block;
    margin-right: 10px;
    background-color: #fff;
    padding: 2px 10px;
}
.lp-fit-bodymake .plan .menu .detail .txt.blue li span {
    color: #0025e6;
}
.lp-fit-bodymake .plan .menu .detail .txt.green li span {
    color: #047992;
}
.lp-fit-bodymake .plan .menu .btn {
    position: relative;
    justify-content: center;
    margin-bottom: 60px;
}
.lp-fit-bodymake .plan .menu .btn > div {
        color: #fff;
        font-size: 16px;
}
.lp-fit-bodymake .plan .menu .btn a.white-btn {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 14px 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    position: relative;
    z-index: 1;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.9s;
}
.lp-fit-bodymake .plan .menu .btn a:hover {
    transform: translateY(5px);
}
.lp-fit-bodymake .plan .menu .btn .menu-btn {
    position: absolute;
    top: 0;
    width: 50%;
    text-align: center;
}
.lp-fit-bodymake .plan .menu .btn .menu-btn.blue {
    left: 0;
}
.lp-fit-bodymake .plan .menu .btn .menu-btn.green {
    right: 0;
}
.lp-fit-bodymake .plan .menu .btn .menu-btn span {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 14px 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.9s;
}
.lp-fit-bodymake .plan .menu .btn .menu-btn span:hover {
    transform: translateY(5px);
}
.lp-fit-bodymake .plan .menu .btn .menu-btn.blue span {
    background-color: #004ec4;
}
.lp-fit-bodymake .plan .menu .btn .menu-btn.green span {
    background-color: #0f95a4;
}
.lp-fit-bodymake .plan .menu-panel-wrap {
    padding: 60px 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.lp-fit-bodymake .plan .menu-panel-wrap .menu-panel {
    display: none;
    border-radius: 16px;
    position: relative;
    padding: 40px;
}
.lp-fit-bodymake .plan .menu-panel-wrap .menu-panel:before {
    content: "";
    position: absolute;
    top: -20px;
    border: 8px solid transparent;
}
.lp-fit-bodymake .plan .menu-panel-wrap .menu-panel.show {
    display: block;
}
.lp-fit-bodymake .plan .menu-panel-wrap .menu-panel.blue {
    background-color: #0061f2;
}
.lp-fit-bodymake .plan .menu-panel-wrap .menu-panel.green {
    background-color: #1fb0c1;
}
.lp-fit-bodymake .plan .menu-panel-wrap .menu-panel.blue:before {
    left: 10%;
    margin-left: -12px;
    border-bottom: 12px solid #0061f2;
}
.lp-fit-bodymake .plan .menu-panel-wrap .menu-panel.green:before {
    right: 10%;
    margin-right: -12px;
    border-bottom: 12px solid #1fb0c1;
}
.lp-fit-bodymake .plan .menu-panel-wrap h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.lp-fit-bodymake .plan .menu-panel-wrap .img {
    width: 560px;
    margin: 0 auto;
}
.lp-fit-bodymake .plan .menu-panel-wrap .txt {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 30px 0 20px;
}
.lp-fit-bodymake .plan .menu-panel-wrap .txt b {
    font-size: 18px;
}
.lp-fit-bodymake .plan .menu-panel-wrap .slider {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-bottom: 20px;
}
.lp-fit-bodymake .plan .menu-panel-wrap .swiper-wrapper {
    transition-timing-function: linear;
}
.lp-fit-bodymake .plan .menu-panel-wrap .notice {
    color: #fff;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .lp-fit-bodymake .plan .bg-ttl {
        background-image: url(../img/plan-ttl-back-img-sp.jpg);
    }
    .lp-fit-bodymake .plan .menu .ttl .txt {
        padding: 30px 20px 20px;
    }
    .lp-fit-bodymake .plan .menu .ttl .icon {
        height: 30px;
    }
    .lp-fit-bodymake .plan .menu .ttl p {
        font-size: 18px;
        padding-bottom: 20px;
        background-size: 12px;
        line-height: 1.5;
    }
    .lp-fit-bodymake .plan .menu .ttl h3 {
        font-size: 30px;
    }
    .lp-fit-bodymake .plan .menu .img > div:before {
        height: 40%;
    }
    .lp-fit-bodymake .plan .menu .detail .txt {
        margin-top: 0;
        padding: 0 20px 20px;
    }
    .lp-fit-bodymake .plan .menu .detail .txt h4 {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }
    .lp-fit-bodymake .plan .menu .detail ul {
        max-width: 100%;
    }
    .lp-fit-bodymake .plan .menu .detail li {
        display: flex;
        align-items: self-start;
    }
    .lp-fit-bodymake .plan .menu .detail li span {
        width: 52px;
        word-break: keep-all;
    }
    .lp-fit-bodymake .plan .menu .btn {
        margin-bottom: 30px;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .lp-fit-bodymake .plan .menu .btn > div {
        width: 100%;
        order: 3;
        font-size: 12px;
        text-align: center;
        padding: 10px;
        border-radius: 10px;
    }
    .lp-fit-bodymake .plan .menu .btn .menu-btn {
        position: relative;
        top: auto;
        width: 50%;
        margin-bottom: 20px;
    }
    .lp-fit-bodymake .plan .menu .btn .menu-btn.blue {
        left: auto;
        order: 1;
    }
    .lp-fit-bodymake .plan .menu .btn .menu-btn.green {
        right: auto;
        order: 2;
    }
    .lp-fit-bodymake .plan .menu .btn .menu-btn span {
        padding: 12px 10px;
        width: 100%;
        font-size: 14px;
    }
    .lp-fit-bodymake .plan .menu .btn a {
        padding: 12px 10px;
        width: 100%;
        font-size: 14px;
    }
    .lp-fit-bodymake .plan .menu-panel-wrap {
        padding: 40px 20px;
    }
    .lp-fit-bodymake .plan .menu-panel-wrap .menu-panel {
        padding: 20px;
    }
    .lp-fit-bodymake .plan .menu-panel-wrap h4 {
        font-size: 20px;
    }
    .lp-fit-bodymake .plan .menu-panel-wrap .img {
        width: 100%;
    }
    .lp-fit-bodymake .plan .menu-panel-wrap .txt {
        font-size: 14px;
        line-height: 1.75;
    }
    .lp-fit-bodymake .plan .menu-panel-wrap .txt b {
        font-size: 16px;
    }
    .lp-fit-bodymake .plan .menu-panel-wrap .slider {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

.lp-fit-bodymake .price {
    background-color: #edf3fa;
}
.lp-fit-bodymake .price .inner {
    padding: 60px 20px 40px;
}
.lp-fit-bodymake .price .bg-ttl {
    background-image: url(../img/price-ttl-back-img-pc.jpg);
}
.lp-fit-bodymake .price .box {
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.lp-fit-bodymake .price .box.blue {
    background-color: #0061f2;
}
.lp-fit-bodymake .price .box.green {
    background-color: #1fb0c1;
}
.lp-fit-bodymake .price .box .txt {
    width: 55%;
    padding: 60px;
    position: relative;
}
.lp-fit-bodymake .price .box.blue .txt {
    border-right: 8px solid #0025e6;
}
.lp-fit-bodymake .price .box.green .txt {
    border-right: 8px solid #047992;
}
.lp-fit-bodymake .price .box .txt .label {
    display: inline-block;
    background-color: #0043a8;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 12px 20px 12px 20px;
    border-radius: 34px 0 0 34px;
    position: absolute;
    top: 30px;
    right: 0;
    box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}
.lp-fit-bodymake .price .box .txt .label b {
    font-size: 18px;
}
.lp-fit-bodymake .price .box .detail {
    width: 45%;
    padding: 60px;
}
.lp-fit-bodymake .price .box .txt h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    font-style: italic;
}
.lp-fit-bodymake .price .box .txt p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.lp-fit-bodymake .price .box .detail dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding-bottom: 14px;
    border-bottom: 1px solid #3d8bff;
    margin-bottom: 14px;
}
.lp-fit-bodymake .price .box.green .detail dl {
    border: none;
}
.lp-fit-bodymake .price .box .detail dl:last-child {
    border: none;
    padding-bottom: 0;
}
.lp-fit-bodymake .price .box .detail dl.no1 dt {
    color: #fff700;
    font-size: 20px;
}
.lp-fit-bodymake .price .box .detail dt {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.lp-fit-bodymake .price .box .detail dt span {
    display: inline-block;
    background-color: #fff;
    color: #0061f2;
    font-size: 14px;
    width: 84px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
    padding: 4px 0;
    margin-bottom: 4px;
}
.lp-fit-bodymake .price .box .detail dl.no1 dt span {
    background-color: #fff700;
}
.lp-fit-bodymake .price .box .detail dd b {
    font-family: "din-2014", sans-serif;
    font-size: 60px;
    font-style: italic;
    display: inline-block;
    margin-right: 8px;
    line-height: 1;
}
.lp-fit-bodymake .price .box .detail dl.no1 dd b {
    font-size: 70px;
}
.lp-fit-bodymake .price .box .detail dd ruby {
    font-size: 22px;
    font-weight: 900;
}
.lp-fit-bodymake .price .box .detail dd ruby rt {
    font-weight: 400;
}
.lp-fit-bodymake .price .box .detail .link a {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 14px 20px 14px 50px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    height: 50px;
    color: #fff;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.9s;
    background-color: #0f95a4;
    text-align: center;
    position: relative;
}
.lp-fit-bodymake .price .box .detail .link a:hover {
    transform: translateY(5px);
}
.lp-fit-bodymake .price .box .detail .link a:before {
    content: "";
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-image: url(../img/bodymake-btn-icon-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(0%) translateX(-50%);
    transform: translateY(-50%) translateX(0%);
    position: absolute;
}
.lp-fit-bodymake .price .notice {
    color: #1e2f43;
    font-size: 12px;
    margin-top: 16px;
}
@media screen and (max-width: 767px) {
    .lp-fit-bodymake .price .inner {
        padding: 0;
    }
    .lp-fit-bodymake .price .bg-ttl {
        background-image: url(../img/price-ttl-back-img-sp.jpg);
    }
    .lp-fit-bodymake .price .box {
        border-radius: 0;
        margin-bottom: 0;
        display: flex;
        flex-flow: column;
    }
    .lp-fit-bodymake .price .box .txt {
        width: 100%;
        padding: 20px;
    }
    .lp-fit-bodymake .price .box.blue .txt {
        border-top: 8px solid #0025e6;
        border-right: 0;
    }
    .lp-fit-bodymake .price .box.green .txt {
        border-top: 8px solid #047992;
        border-right: 0;
    }
    .lp-fit-bodymake .price .box .txt h3 {
        font-size: 38px;
    }
    .lp-fit-bodymake .price .box .txt p {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .lp-fit-bodymake .price .box .txt .label {
        padding: 12px 10px 12px 20px;
        border-radius: 38px 0 0 38px;
        top: 20px;
    }
    .lp-fit-bodymake .price .box .detail {
        width: 100%;
        padding: 0 20px 20px;
    }
    .lp-fit-bodymake .price .box .detail dl.no1 dt {
        font-size: 24px;
    }
    .lp-fit-bodymake .price .box .detail dl.no1 dt span {
        width: 100px;
    }
    .lp-fit-bodymake .price .box.green .detail dd b {
        font-size: 78px;
    }
    .lp-fit-bodymake .price .notice {
        color: #fff;
    }
    .lp-fit-bodymake .price .box .detail dl.no1 dd b {
        font-size: 78px;
    }
    .lp-fit-bodymake .price .box .detail dd b {
        font-size: 66px;
    }
}

.lp-fit-bodymake .trial {
    background-color: #edf3fa;
}
.lp-fit-bodymake .trial .inner {
    padding: 60px 20px 40px;
}
.lp-fit-bodymake .trial .bg-ttl {
    background-image: url(../img/trial-ttl-back-img-pc.jpg);
}
.lp-fit-bodymake .trial .bg-ttl h2 {
    color: #fff700;
}
.lp-fit-bodymake .trial .bg-ttl h2 span {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}
.lp-fit-bodymake .trial .box {
    margin-top: -86px;
}
.lp-fit-bodymake .trial .headline {
    color: #0061f2;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 36px;
}
.lp-fit-bodymake .trial .headline .label {
    margin-bottom: 20px;
}
.lp-fit-bodymake .trial .headline .label span {
    display: inline-block;
    background-color: #0061f2;
    color: #fff;
    border-radius: 30px;
    padding: 14px;
    font-size: 20px;
    line-height: 1;
    width: 300px;
}
.lp-fit-bodymake .trial .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.lp-fit-bodymake .trial .list li {
    width: 31%;
    background-color: #fff;
    padding: 40px;
    border-radius: 16px;
    position: relative;
}
.lp-fit-bodymake .trial .list li:nth-child(1):before,
.lp-fit-bodymake .trial .list li:nth-child(2):before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/blue-right-arrow-icon-img.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 103%;
    top: 50%;
}
.lp-fit-bodymake .trial .list li.last {
    border: 4px solid #d4e3fb;
}
.lp-fit-bodymake .trial .list .label {
    text-align: center;
    margin-bottom: 30px;
    margin-top: -56px;
}
.lp-fit-bodymake .trial .list .label span {
    display: inline-block;
    background-color: #0061f2;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1;
}
.lp-fit-bodymake .trial .list .ttl {
    margin-bottom: 30px;
    text-align: center;
    color: #0061f2;
}
.lp-fit-bodymake .trial .list .ttl h3 {
    font-size: 20px;
    font-weight: 600;
}
.lp-fit-bodymake .trial .list .ttl h3 span {
    font-size: 14px;
}
.lp-fit-bodymake .trial .list .ttl p {
    margin-top: 10px;
}
.lp-fit-bodymake .trial .list .img {
    height: 100px;
    margin-bottom: 20px;
}
.lp-fit-bodymake .trial .list .img img {
    object-fit: contain;
    height: 100%;
}
.lp-fit-bodymake .trial .list .txt {
    color: #1e2f43;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
}
.lp-fit-bodymake .trial .notice {
    color: #1e2f43;
    font-size: 12px;
}
.lp-fit-bodymake .trial .notice a {
    color: #1fb0c1;
}
@media screen and (max-width: 767px) {
    .lp-fit-bodymake .trial .bg-ttl {
        background-image: url(../img/trial-ttl-back-img-sp.jpg);
    }
    .lp-fit-bodymake .trial .box {
        margin-top: -82px;
    }
    .lp-fit-bodymake .trial .headline .label span {
        padding: 12px;
        font-size: 18px;
        width: 260px;
    }
    .lp-fit-bodymake .trial .headline {
        font-size: 20px;
    }
    .lp-fit-bodymake .trial .list {
        flex-wrap: wrap;
    }
    .lp-fit-bodymake .trial .list li {
        width: 48%;
        padding: 20px;
        border-radius: 8px;
    }
    .lp-fit-bodymake .trial .list li:nth-child(1):before {
        width: 8px;
        height: 8px;
        left: 102%;
    }
    .lp-fit-bodymake .trial .list li:nth-child(2):before {
        content: none;
    }
    .lp-fit-bodymake .trial .list .label {
        margin-bottom: 20px;
        margin-top: -34px;
    }
    .lp-fit-bodymake .trial .list .ttl h3 {
        font-size: 18px;
    }
    .lp-fit-bodymake .trial .list .txt {
        font-size: 14px;
        letter-spacing: 0;
    }
    .lp-fit-bodymake .trial .list li.last {
        width: 100%;
        margin-top: 40px;
        padding: 0;
    }
    .lp-fit-bodymake .trial .list li.last:before {
        content: "";
        width: 8px;
        height: 8px;
        background-image: url(../img/blue-right-arrow-icon-img.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: -24%;
        transform: rotate(90deg);
    }
    .lp-fit-bodymake .trial .list li.last .label {
        margin-top: -16px;
    }
    .lp-fit-bodymake .trial .list li.last .wrap {
        padding: 0 10px 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .lp-fit-bodymake .trial .list li.last .ttl {
        order: 1;
        margin-bottom: 0;
        padding-left: 20px;
    }
    .lp-fit-bodymake .trial .list li.last .ttl h3,
    .lp-fit-bodymake .trial .list li.last .ttl .txt {
        text-align: left;
    }
    .lp-fit-bodymake .trial .list li.last .img {
        margin-bottom: 0;
        width: 80px;
    }
}

.lp-fit-bodymake .reason .inner {
    padding: 60px 20px 20px;
}
.lp-fit-bodymake .reason .bg-ttl {
    background-image: url(../img/reason-ttl-back-img-pc.jpg);
}
.lp-fit-bodymake .reason .box {
    display: grid;
    margin-bottom: 40px;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
    gap: 0 40px;
}
.lp-fit-bodymake .reason .ttl {
    margin-bottom: 30px;
    position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 3;
}
.lp-fit-bodymake .reason .ttl:before {
    content: "";
    width: calc(100% - 100px);
    height: 1px;
    background-color: #0061f2;
    position: absolute;
    top: 50%;
    right: 0;
}
.lp-fit-bodymake .reason .ttl span {
    display: inline-block;
    background-color: #0061f2;
    color: #fff;
    padding: 8px 4px;
    width: 90px;
    text-align: center;
    border-radius: 0 30px 30px 0;
}
.lp-fit-bodymake .reason h3 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    color: #0061f2;
    font-weight: 600;
    font-size: 24px;
}
.lp-fit-bodymake .reason .txt {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 14px 0;
}
.lp-fit-bodymake .reason .example {
    grid-row: 4 / 5;
    grid-column: 1 / 2;
}
.lp-fit-bodymake .reason .detail {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.lp-fit-bodymake .reason .detail h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.lp-fit-bodymake .reason .detail h4 b {
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    margin-right: 6px;
    font-style: italic;
}
.lp-fit-bodymake .reason .detail.blue {
    background-color: #f0f5fd;
}
.lp-fit-bodymake .reason .detail.blue h4 {
    color: #0061f2;
}
.lp-fit-bodymake .reason .detail.green {
    background-color: #e6f5f7;
}
.lp-fit-bodymake .reason .detail.green h4 {
    color: #1fb0c1;
}
.lp-fit-bodymake .reason .img {
    grid-row: 2 / 5;
    grid-column: 2 / 3;
}
.lp-fit-bodymake .reason .link {
    grid-row: 4 / 5;
    grid-column: 1 / 2;
}
.lp-fit-bodymake .reason .link a {
    border-radius: 30px;
    padding: 14px 30px;
    display: block;
    font-weight: 600;
    color: #fff;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: #0061f2;
    transition: all 0.9s;
    text-align: center;
}
.lp-fit-bodymake .reason .link a:hover {
    transform: translateY(5px);
}
.lp-fit-bodymake .reason .box.point2 h3,
.lp-fit-bodymake .reason .box.point3 h3 {
    align-self: flex-end;
}
.lp-fit-bodymake .reason .box.point3 .img {
    grid-row: 2 / 4;
}
@media screen and (max-width: 767px) {
    .lp-fit-bodymake .reason .bg-ttl {
        background-image: url(../img/reason-ttl-back-img-sp.jpg);
    }
    .lp-fit-bodymake .reason .inner {
        padding: 40px 0 20px;
    }
    .lp-fit-bodymake .reason .box {
        margin-bottom: 20px;
        grid-template-columns: auto;
        grid-template-rows: auto;
        gap: 0;
    }
    .lp-fit-bodymake .reason .ttl span {
        padding: 4px 4px;
        width: 80px;
    }
    .lp-fit-bodymake .reason h3 {
        grid-row: 2 / 3;
        grid-column: 1 / 3;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .lp-fit-bodymake .reason .img {
        grid-row: 3 / 4;
        grid-column: 1 / 3;
        padding: 0 20px;
    }
    .lp-fit-bodymake .reason .txt {
        grid-row: 4 / 5;
        grid-column: 1 / 4;
        margin: 20px 0;
        padding: 0 20px;
    }
    .lp-fit-bodymake .reason .txt b {
        font-size: 16px;
    }
    .lp-fit-bodymake .reason .example {
        grid-row: 5 / 6;
        grid-column: 1 / 3;
        padding: 0 20px;
    }
    .lp-fit-bodymake .reason .link {
        grid-row: 5 / 6;
        grid-column: 1 / 3;
        padding: 0 20px;
        text-align: center;
    }
    .lp-fit-bodymake .reason .link a {
        display: inline-block;
    }
    .lp-fit-bodymake .reason .box.point3 .img {
        grid-row: 3 / 4;
    }
}
.lp-fit-bodymake .reason .img .reason-img{
  border-radius: 20px; /* 好きな数値に調整 */
  display: block;
  width: 100%;
  height: auto;
}
.lp-fit-bodymake .reason .img img{
  display:block;
  width:100%;
  height:auto;
}
@media screen and (max-width: 767px) {
  /* 画像の“見せる高さ”をSP用に整える */
  .lp-fit-bodymake .reason .img .reason-img{
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;   /* ←高さはここで決まる */
    height: auto;           /* 念のため */
    object-fit: cover;      /* はみ出しはトリミング */
    object-position: top;
    border-radius: 16px;    /* 角丸合わせたいなら */
  }
}

.lp-fit-bodymake .compare .bg-ttl {
    background-image: url(../img/compare-ttl-back-img-pc.jpg);
}
.lp-fit-bodymake .compare .inner {
    padding: 60px 20px;
}
.lp-fit-bodymake .compare .box {
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(to right, #0061f2 50%, #1fb0c1 50%);
    padding-bottom: 40px;
}
.lp-fit-bodymake .compare .box .wrap {
    display: flex;
    justify-content: space-between;
}
.lp-fit-bodymake .compare .box .wrap > div {
    width: 50%;
}
.lp-fit-bodymake .compare .box .wrap:nth-of-type(1) {
    box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.2);
}
.lp-fit-bodymake .compare .box .ttl {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1px;
    font-style: italic;
    padding: 30px 10px;
}
.lp-fit-bodymake .compare .box .ttl.blue {
    border-bottom: 8px solid #0025e6;
}
.lp-fit-bodymake .compare .box .ttl.green {
    border-bottom: 8px solid #047992;
}
.lp-fit-bodymake .compare .box h3 {
    width: 90%;
    margin: 30px auto;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 600;
}
.lp-fit-bodymake .compare .box .txt {
    padding: 0 10px;
    text-align: center;
    color: #fff;
}
.lp-fit-bodymake .compare .box .txt p {
    font-size: 32px;
}
.lp-fit-bodymake .compare .box .txt p b {
    font-family: "din-2014", sans-serif;
}
.lp-fit-bodymake .compare .box .txt p span {
    display: inline-block;
    font-size: 16px;
}
.lp-fit-bodymake .compare .box .txt p span.line {
    border: 1px solid #fff;
    padding: 4px 18px;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 10px;
    margin-bottom: 6px;
}
.lp-fit-bodymake .compare .box .list {
    padding: 0 10px;
    width: fit-content;
    min-width: 190px;
    margin: 0 auto;
}
.lp-fit-bodymake .compare .box .list li {
    color: #fff;
    margin-bottom: 4px;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}
.lp-fit-bodymake .compare .box .list li:before {
    content: "・";
    position: absolute;
    left: 0;
}
.lp-fit-bodymake .compare .box .list li span {
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .lp-fit-bodymake .compare .bg-ttl {
        background-image: url(../img/compare-ttl-back-img-sp.jpg);
    }
    .lp-fit-bodymake .compare .inner {
        padding: 0;
    }
    .lp-fit-bodymake .compare .box {
        border-radius: 0;
        padding-bottom: 20px;
    }
    .lp-fit-bodymake .compare .box .ttl {
        font-size: 30px;
        padding: 20px 10px;
    }
    .lp-fit-bodymake .compare .box h3 {
        margin: 20px auto;
        font-size: 16px;
    }
    .lp-fit-bodymake .compare .box .txt p {
        font-size: 22px;
    }
    .lp-fit-bodymake .compare .box .txt p span.line {
        padding: 2px 10px;
        font-size: 14px;
        margin: 0 8px;
    }
    .lp-fit-bodymake .compare .box .list {
        padding: 0 20px;
        width: 100%;
    }
    .lp-fit-bodymake .compare .box .list li {
        font-size: 14px;
    }
}

.lp-fit-bodymake .gym-info {
    background-color: #edf3fa;
    overflow: hidden;
}
.lp-fit-bodymake .gym-info .inner {
    padding: 60px 20px;
}
.lp-fit-bodymake .gym-info .bg-ttl {
    background-image: url(../img/gym-info-ttl-back-img-pc.jpg);
}
.lp-fit-bodymake .gym-info h3 {
    color: #1e2f43;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}
.lp-fit-bodymake .gym-info .wrap {
    display: flex;
    margin-bottom: 60px;
}
.lp-fit-bodymake .gym-info .wrap .img {
    width: 60%;
}
.lp-fit-bodymake .gym-info .wrap .txt {
    width: 40%;
    padding-left: 40px;
    color: #1e2f43;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 16px;
}
.lp-fit-bodymake .gym-info .wrap .txt p {
    margin-bottom: 10px;
}
.lp-fit-bodymake .gym-info .cover {
    position: relative;
}
.lp-fit-bodymake .gym-info .main-slider {
    margin-bottom: 10px;
}
.lp-fit-bodymake .gym-info .swiper-button-next,
.lp-fit-bodymake .gym-info .swiper-button-prev {
    width: 40px;
    height: 40px;
}
.lp-fit-bodymake .gym-info .swiper-button-next {
    right: -20px;
}
.lp-fit-bodymake .gym-info .swiper-button-prev {
    left: -20px;
}
.lp-fit-bodymake .gym-info .swiper-button-next:after,
.lp-fit-bodymake .gym-info .swiper-button-prev:after {
    content: "";
    width: 40px;
    height: 40px;
    background-size: cover;
}
.lp-fit-bodymake .gym-info .swiper-button-next:after {
    background-image: url(../img/next-slider-icon-img.png);
}
.lp-fit-bodymake .gym-info .swiper-button-prev:after {
    background-image: url(../img/prev-slider-icon-img.png);
}
.lp-fit-bodymake .gym-info .wrap .map {
    width: 60%;
}
.lp-fit-bodymake .gym-info .wrap .map iframe {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.lp-fit-bodymake .gym-info .wrap .detail {
    width: 40%;
    padding-left: 40px;
}
.lp-fit-bodymake .gym-info .wrap .detail li {
    color: #1e2f43;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 20px 0 20px 40px;
    position: relative;
    border-bottom: 1px solid #e2e3e4;
}
.lp-fit-bodymake .gym-info .wrap .detail li:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lp-fit-bodymake .gym-info .wrap .detail li:first-child {
    border-top: 1px solid #e2e3e4;
}
.lp-fit-bodymake .gym-info .wrap .detail li.address:before {
    background-image: url(../img/address-icon-img.png);
}
.lp-fit-bodymake .gym-info .wrap .detail li.access:before {
    background-image: url(../img/access-icon-img.png);
}
.lp-fit-bodymake .gym-info .wrap .detail li.time:before {
    background-image: url(../img/time-icon-img.png);
}
@media screen and (max-width: 767px) {
    .lp-fit-bodymake .gym-info .bg-ttl {
        background-image: url(../img/gym-info-ttl-back-img-sp.jpg);
    }
    .lp-fit-bodymake .gym-info .inner {
        padding: 40px 20px;
    }
    .lp-fit-bodymake .gym-info h3 {
        font-size: 20px;
    }
    .lp-fit-bodymake .gym-info .wrap {
        flex-flow: column;
        margin-bottom: 40px;
    }
    .lp-fit-bodymake .gym-info .wrap .img {
        width: 100%;
        margin-bottom: 20px;
    }
    .lp-fit-bodymake .gym-info .swiper-button-next,
    .lp-fit-bodymake .gym-info .swiper-button-prev {
        width: 38px;
        height: 60px;
    }
    .lp-fit-bodymake .gym-info .swiper-button-next:after,
    .lp-fit-bodymake .gym-info .swiper-button-prev:after {
        width: 38px;
        height: 60px;
    }
    .lp-fit-bodymake .gym-info .swiper-button-next:after {
        background-image: url(../img/next-slider-icon-img-sp.png);
    }
    .lp-fit-bodymake .gym-info .swiper-button-prev:after {
        background-image: url(../img/prev-slider-icon-img-sp.png);
    }
    .lp-fit-bodymake .gym-info .wrap .txt {
        width: 100%;
        padding-left: 0;
    }
    .lp-fit-bodymake .gym-info .wrap .map {
        width: 100%;
        order: 1;
    }
    .lp-fit-bodymake .gym-info .wrap .detail {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .lp-fit-bodymake .gym-info .wrap .map iframe {
        height: 250px;
    }
}

.lp-fit-bodymake .fit-bodymake-footer {
    background-color: #edf3fa;
    padding-bottom: 90px;
}
.lp-fit-bodymake .fit-bodymake-footer .inner {
    padding: 10px;
}
.lp-fit-bodymake .fit-bodymake-footer .copyright {
    color: #1e2f43;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .lp-fit-bodymake .fit-bodymake-footer {
        padding-bottom: 80px;
    }
}

.lp-fit-bodymake .fit-bodymake-fixed-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
}
.lp-fit-bodymake .fit-bodymake-fixed-footer .inner {
    padding: 15px 20px;
}
footer .fit-bodymake-fixed-footer .btn-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}

footer .fit-bodymake-fixed-footer .btn-area a {
    height: 60px;
    width: 260px;
    font-size: 16px;
    position: relative;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
    margin: 0 2px;
    transition: all 0.9s;
}

footer .fit-bodymake-fixed-footer .btn-area a:hover {
    transform: translateY(5px);
}

footer .fit-bodymake-fixed-footer .btn-area a.line-btn {
    background-color: #06c755;
    padding-left: 14px;
}

footer .fit-bodymake-fixed-footer .btn-area a.line-btn:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: url(../img/line-icon-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

footer .fit-bodymake-fixed-footer .btn-area a.form-btn {
    background-image: linear-gradient(90deg, #ff9600, #ff4800);
    line-height: 1.1;
}

@media screen and (max-width: 767px) {

    footer .fit-bodymake-fixed-footer .btn-area a {
        height: 50px;
        width: 160px;
        font-size: 14px;
    }

    footer .fit-bodymake-fixed-footer .btn-area a.line-btn {
        padding-left: 34px;
    }

    footer .fit-bodymake-fixed-footer .btn-area a.line-btn:before {
        width: 50px;
        height: 50px;
        left: -1px;
    }

}
/*スライダー角丸*/
.swiper-backface-hidden .swiper-slide img {
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .fit-slider .swiper-slide {
    width: 239.286px !important;
  }
}

/*reserve*/

/* reserve page */
.reserve-inner{
  width: min(960px, 100%);
  margin: 0 auto;
}
.reserve-title {
    margin: 0 0 8px;
    color: #fff;
    line-height: 1.2;
    font-size: 2vw;
    font-weight: 600;
    padding: 30px 20px;
    background: #81D8D0;
}
.reserve-lead{
    margin: 0;
    opacity: .85;
    font-size: 1vw;
    padding: 0 16px;
}

@media screen and (max-width: 767px) {
    .reserve-title {
    margin: 0 0 8px;
    color: #fff;
    line-height: 1.2;
    font-size: 8.4vw;
    font-weight: 600;
    padding: 30px 20px;
    background: #81D8D0;
    }
    .reserve-lead{
    margin: 0;
    opacity: .85;
    font-size: 2vw;
    padding: 0 16px;
    }
}

/* iframe wrap (responsive) */
.reserve-iframe-wrap{
  width: 100%;
  overflow: hidden;
  background: #fff;
}

/* 高さはフォームに合わせて調整（まずは 1200px 推奨） */
.reserve-iframe{
  display: block;
  width: 100%;
  height: 1200px;
  border: 0;
}

@media (max-width: 767px){
  .reserve-iframe{
    height: 1400px; /* スマホは縦長になりがち */
  }
}

.reserve-note{
  margin-top: 10px;
  font-size: 14px;
  opacity: .85;
}

/*ローディング*/

/* ===== OTAI LOADER ===== */
.otai-loader{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #81D8D0; /* ← ここ変更 */
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.otai-loader.is-active{
  opacity: 1;
  pointer-events: auto;
}

.otai-loader__stage{
  position: relative;
  width: min(320px, 78vw);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

/* Timer ring (segmented + spinning) */
.otai-loader__ring{
  position: absolute;
  inset: 0;
  border-radius: 999px;
  /* セグメント感：conic-gradient */
  background: conic-gradient(
    from 0deg,
    rgba(255,255,255,.9) 0 8deg,
    rgba(255,255,255,.08) 8deg 18deg
  );
  /* 中心をくり抜いてリング化 */
  -webkit-mask: radial-gradient(circle, transparent 58%, #000 59%);
          mask: radial-gradient(circle, transparent 58%, #000 59%);
  animation: otaiRingSpin 1.1s linear infinite;
  filter: drop-shadow(0 0 18px rgba(255,255,255,.18));
}

@keyframes otaiRingSpin{
  to { transform: rotate(360deg); }
}

/* Logo */
.otai-loader__logo{
  width: min(170px, 40vw);
  transform-origin: center;
  animation: otaiPunch 1.0s ease-in-out infinite;
  filter: drop-shadow(0 0 22px rgba(255,255,255,.10));
}

@keyframes otaiPunch{
  0%   { transform: scale(1) rotate(0deg); }
  35%  { transform: scale(1.06) rotate(-1deg); }
  55%  { transform: scale(.99) rotate(1deg); }
  100% { transform: scale(1) rotate(0deg); }
}

/* SVG sizing */
.otai-loader__logo svg{
  width: 100%;
  height: auto;
  display: block;
}

/* Text */
.otai-loader__text{
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  gap: 10px;
  place-items: center;
  color: rgba(255,255,255,.86);
  letter-spacing: .14em;
  font-weight: 700;
  font-size: 12px;
}

.otai-loader__label{
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
}

/* 3-dot interval  */
.otai-loader__dots{
  display: inline-flex;
  gap: 8px;
}
.otai-loader__dots i{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  opacity: .25;
  animation: otaiDots .9s ease-in-out infinite;
}
.otai-loader__dots i:nth-child(2){ animation-delay: .12s; }
.otai-loader__dots i:nth-child(3){ animation-delay: .24s; }

@keyframes otaiDots{
  0%, 100% { transform: translateY(0); opacity: .25; }
  45%      { transform: translateY(-6px); opacity: 1; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .otai-loader__ring,
  .otai-loader__logo,
  .otai-loader__dots i{ animation: none !important; }
}

/* =========================
  Pattern2-like Overlay Menu
  target:
  .fit-bodymake-header
  .hum-btn
  .hidden-menu
========================= */

/* ハンバーガーは最前面に */
.fit-bodymake-header .hum-btn{
  position: relative;
  z-index: 10001;
  cursor: pointer;
}

/* ====== オーバーレイ本体 ====== */
.fit-bodymake-header .hidden-menu{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;

  /* 背景（パターン2の感じ） */
  background: rgba(0, 0, 0, 0.95);

  /* デフォルトは閉じる */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  /* 円形展開（右上から） */
  clip-path: circle(0% at calc(100% - 44px) 44px);

  /* ふわっと展開 */
  transition:
    opacity .6s ease,
    visibility .6s ease,
    clip-path .7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* OPEN */
.fit-bodymake-header.is-menu-open .hidden-menu{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  /* 画面全体を覆うまで拡大 */
  clip-path: circle(150% at calc(100% - 44px) 44px);
}

/* ====== 中央配置（メニューを真ん中へ） ====== */
.fit-bodymake-header .hidden-menu{
  display: grid;
  place-items: center;
  padding: 96px 18px 24px; /* 上に余白（ボタンと干渉回避） */
}

/* ulの見た目リセット */
.fit-bodymake-header .hidden-menu .list{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* ====== メニュー項目：閉じてる時は下から＋透明 ====== */
.fit-bodymake-header .hidden-menu .list li{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}

/* OPEN時に順番表示 */
.fit-bodymake-header.is-menu-open .hidden-menu .list li{
  opacity: 1;
  transform: translateY(0);
}

/* =========================
  Route (店舗までの道順)
  markup:
  .route
    .route-ttl
    .route-tabs .route-tab
    .route-panels
      .route-panel
        .route-start
        .route-list
          .route-item
            .route-img img
            .route-body
              .route-head b
              .route-txt
========================= */

.route{
  margin-top: 22px;
  padding-top: 6px;
}

/* 見出し */
.route-ttl{
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.25;
}

/* =========================
  Tabs
========================= */
.route-tabs{
  display: flex;
  gap: 10px;
  margin: 0 0 16px;
  flex-wrap: wrap;
}

.route-tab{
  padding: 8px 14px;
  border: 1px solid rgba(0,0,0,.14);
  background: #fff;
  cursor: pointer;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1;
}

.route-tab.is-active{
  border-color: rgba(0,0,0,.55);
}

/* パネル切替 */
.route-panel{
  display: none;
}

.route-panel.is-active{
  display: block;
}

/* 出口名 */
.route-start{
  margin: 6px 0 14px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
}

/* =========================
  List / Card
========================= */
.route-list{
  display: grid;
  gap: 14px;
  counter-reset: routeStep;
}

.route-item{
  counter-increment: routeStep;
  position: relative;

  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;

  padding: 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

/* 画像：比率固定 + cover で崩れ防止 */
.route-img{
  border-radius: 12px;
  overflow: hidden;
  background: #f5f6fa;

  aspect-ratio: 16 / 9;   /* ここだけ好みで 4/3 等に変更OK */
}

.route-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* テキスト */
.route-body{
  min-width: 0;
  padding-top: 2px;
}

.route-head{
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .03em;
}

/* STEPはここだけで表示（PHPのSTEPは出さない） */
.route-head::before{
  content: "STEP " counter(routeStep);
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-right: 10px;
  padding: 4px 10px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;

  color: #fff;
  background: #0060f3;
  border-radius: 999px;
}

.route-head b{
  font-weight: 700;
}

.route-txt{
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: .02em;
  color: rgba(0,0,0,.78);
  word-break: break-word;
}

/* カード下アクセント */
.route-item::after{
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,96,243,.85), rgba(0,96,243,0));
  opacity: .75;
}

/* =========================
  SP
========================= */
@media (max-width: 767px){
  .route-ttl{
    font-size: 18px;
  }

  .route-start{
    font-size: 16px;
    margin: 4px 0 12px;
  }

  .route-item{
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .route-img{
    aspect-ratio: 16 / 10;
  }

  .route-head{
    font-size: 15px;
    margin-bottom: 6px;
  }

  .route-txt{
    font-size: 13.5px;
    line-height: 1.8;
  }

  .route-item::after{
    left: 12px;
    right: 12px;
  }
}

/* ===== FAQ ===== */
.faq{
  margin-top: 22px;
  padding-top: 6px;
}

.faq-ttl{
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.25;
}

.faq-list{
  display: grid;
  gap: 12px;
}

.faq-item{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  overflow: hidden;
}

.faq-q{
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-weight: 600;
  letter-spacing: .02em;
}

.faq-q::-webkit-details-marker{
  display: none;
}

.faq-q::after{
  content: "＋";
  float: right;
  font-weight: 600;
  opacity: .65;
}

.faq-item[open] .faq-q::after{
  content: "－";
}

.faq-a{
  padding: 0 16px 14px;
}

.faq-a p{
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(0,0,0,.78);
}

/* ===== Footer Menu ===== */
.footer-menu{
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 40px 0 30px;
}

.footer-inner{
  width: min(1100px, 92%);
  margin: 0 auto;
  display: grid;
  gap: 30px;
}

.footer-nav{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.footer-nav a{
  text-decoration: none;
  font-weight: 600;
  color: #000;
  opacity: .7;
  transition: .2s;
}

.footer-nav a:hover{
  opacity: 1;
}

.footer-brand{
  margin-top: 10px;
}

.brand-ttl{
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: .08em;
}

.brand-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  font-size: 14px;
}

.brand-list a{
  text-decoration: none;
  color: #000;
  opacity: .7;
  transition: .2s;
}

.brand-list a:hover{
  opacity: 1;
}

/* ===== SP ===== */
@media (max-width: 767px){
  .footer-nav{
    flex-direction: column;
    gap: 14px;
  }

  .brand-list{
    flex-direction: column;
    gap: 10px;
  }
}
/* Brand logos */
.brand-logos{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.brand-logo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  background: #fff;
  transition: .2s;
}

.brand-logo:hover{
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.16);
}

.brand-logo img{
  display: block;
  height: 26px;     /* ロゴの見た目はここで統一 */
  width: auto;
}

/* SP */
@media (max-width: 767px){
  .brand-logos{
    gap: 12px;
  }
  .brand-logo{
    width: 100%;
    justify-content: flex-start;
  }
  .brand-logo img{
    height: 24px;
  }
}

/* =========================
   大人の体育：特商法ページ（/sct/）
   Scope: .ot-sct
========================= */

.ot-sct{
  padding: 0;
}

/* コンテナ */
.ot-sct__inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 18px;
}

/* ヒーロー */
.ot-sct__hero{
  padding: 56px 0 22px;
}

.ot-sct__title{
  margin: 0 0 12px;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.ot-sct__lead{
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  opacity: .85;
}

/* 本文 */
.ot-sct__section{
  padding: 22px 0 70px;
}

/* DLをカードっぽく（大人の体育の雰囲気に寄せて） */
.ot-sct__dl{
  margin: 0;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(6px);
}

/* 1行 */
.ot-sct__row{
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.ot-sct__row:last-child{
  border-bottom: none;
}

.ot-sct__row dt{
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .02em;
}

.ot-sct__row dd{
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  opacity: .95;
}

/* リンク */
.ot-sct__row a{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 改行が多い項目の読みやすさ */
.ot-sct__row dd br{
  content: "";
}

/* モバイル最適化 */
@media (max-width: 767px){
  .ot-sct__hero{
    padding: 40px 0 16px;
  }

  .ot-sct__section{
    padding: 16px 0 54px;
  }

  .ot-sct__dl{
    border-radius: 14px;
  }

  .ot-sct__row{
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 16px;
  }

  .ot-sct__row dt{
    font-size: 13px;
    opacity: .85;
  }

  .ot-sct__row dd{
    font-size: 14px;
  }
}

/* =========================
   大人の体育：会社概要ページ
   Scope: .ot-company
========================= */

.ot-company__inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 18px;
}

/* Hero */
.ot-company__hero{
  padding: 56px 0 22px;
}

.ot-company__title{
  margin: 0 0 12px;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.25;
  letter-spacing: .02em;
}

.ot-company__lead{
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  opacity: .85;
}

/* Section */
.ot-company__section{
  padding: 22px 0 70px;
}

/* Card */
.ot-company__card{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(6px);
}

.ot-company__dl{
  margin: 0;
}

.ot-company__row{
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.ot-company__row:last-child{
  border-bottom: none;
}

.ot-company__row dt{
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .02em;
}

.ot-company__row dd{
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  opacity: .95;
}

/* List in dd */
.ot-company__list{
  margin: 0;
  padding-left: 1.2em;
}

.ot-company__list li{
  margin: 2px 0;
}

/* Map */
.ot-company__map{
  margin-top: 28px;
}

.ot-company__subttl{
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
}

.ot-company__mapframe{
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.03);
}

.ot-company__mapframe::before{
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}

.ot-company__mapframe iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ot-company__note{
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.7;
  opacity: .75;
}

/* Mobile */
@media (max-width: 767px){
  .ot-company__hero{
    padding: 40px 0 16px;
  }

  .ot-company__section{
    padding: 16px 0 54px;
  }

  .ot-company__row{
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 16px;
  }

  .ot-company__row dt{
    font-size: 13px;
    opacity: .85;
  }
}

/* =========================
   固定ページ本文共通CSS
   Scope: .page-legal
========================= */

.page-legal .entry-content,
.page-legal .post-content,
.page-legal .wp-block-post-content,
.page-legal .wp-block-group {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 18px 80px;
}

.page-legal .entry-header {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 18px 0;
}

/* 見出し */
.page-legal h1 {
  font-size: clamp(22px, 2.6vw, 32px);
  margin: 0 0 24px;
  line-height: 1.3;
}

.page-legal h2 {
  font-size: 20px;
  margin: 48px 0 16px;
  line-height: 1.4;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 6px;
}

.page-legal h3 {
  font-size: 16px;
  margin: 28px 0 10px;
  line-height: 1.5;
}

/* 段落 */
.page-legal p {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 16px;
}

/* リスト */
.page-legal ul,
.page-legal ol {
  padding-left: 1.4em;
  margin: 0 0 16px;
}

.page-legal li {
  margin-bottom: 6px;
  line-height: 1.8;
}

/* リンク */
.page-legal a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 強調 */
.page-legal strong {
  font-weight: 700;
}

/* テーブル（個人情報の項目一覧など用） */
.page-legal table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}

.page-legal th,
.page-legal td {
  border: 1px solid rgba(0,0,0,.1);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.page-legal th {
  background: rgba(0,0,0,.04);
  font-weight: 600;
}

/* モバイル */
@media (max-width: 767px){

  .page-legal .entry-content,
  .page-legal .post-content,
  .page-legal .wp-block-post-content {
    padding: 10px 16px 60px;
  }
  .page-legal .entry-header {
    padding: 40px 16px 0;
  }

  .page-legal h2 {
    margin-top: 36px;
  }

  .page-legal table {
    font-size: 13px;
  }
}

footer .fit-bodymake-fixed-footer .btn-area a.line-btn {
    display: none;
}