@charset "UTF-8";
.store_wrap {
    padding: 50px 0 130px;
    background: rgba(139, 16, 161, 0.05);
}
.area_wrap {
    padding: 0 0 140px;
}
.area_flx {
    display: flex;
    justify-content: space-between;
}
.area_menu {
    width: -webkit-calc(100% - 65.3%);
    width: calc(100% - 65.3%);
    box-sizing: border-box;
}
.area_menu .lst {
    position: sticky;
    top: 40px;
}
.area_menu .lst li {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: .4em;
}
.area_menu .lst li a {
    display: inline-block;
    color: transparent;
    text-shadow: 0 0 0 #4A4A4A, 0 1.5em 0 #4A4A4A;
    transition: text-shadow .2s;
}
.area_menu .lst li.is-active a {
    pointer-events: none;
    font-weight: bold;
    color: #8A10A0;
    padding-left: 1em;
    position: relative;
    transition: all .2s ease;
}
.area_menu .lst li.is-active a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #8A10A0;
    z-index: 1;
    transition: all .2s ease;
}
.area_in {
    width: 65.3%;
    box-sizing: border-box;
}
.area_box {
    margin-top: 120px;
}
.area_box:first-child {
    margin-top: 0;
}
.area_mds {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 150%;
    overflow: hidden;
}
.area_mds a {
    position: relative;
    color: transparent;
    text-shadow: 0 0 0 #8A10A0, 0 1.5em 0 #8A10A0;
    transition: text-shadow .2s;
    padding-right: 30px;
}
.area_mds a .icn {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    overflow: hidden;
}
.area_mds a .icn:before,
.area_mds a .icn:after {
    content: '';
    background: url(/cmn/svg/arw_solo_ppr_r.svg) no-repeat center / 100% auto;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease;
}
.area_mds a .icn::before {
    transform: translateX(0);
}
.area_mds a .icn::after {
    transform: translateX(-100%);
}
.area_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 16px;
    margin-top: 40px;
}
.area_lst li {
    width: -webkit-calc((100% - 16px * 2) / 3);
    width: calc((100% - 16px * 2) / 3);
    box-sizing: border-box;
}
.area_lst li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-variation-settings: "wght" 700;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.area_lst li a .icn {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #8A10A0;
    border-radius: 4px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease;
    z-index: 2;
    overflow: hidden;
}
.area_lst li a .text {
    display: inline-block;
    overflow: hidden;
    color: transparent;
    text-shadow: 0 0 0 #4A4A4A, 0 1.5em 0 #4A4A4A;
    transition: text-shadow .2s;
}
.area_lst li a .icn:before,
.area_lst li a .icn:after {
    content: '';
    background: url(/cmn/svg/arw_solo_hw_r.svg) no-repeat center / 10px auto;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease;
}
.area_lst li a .icn::before {
    transform: translateX(0);
}
.area_lst li a .icn::after {
    transform: translateX(-100%);
}
/*area*/
.area_store_wrap {
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
}
.area_trainer_wrap {
    padding: 100px 0 100px;
    background: rgba(74, 74, 74, .03);
}
.area_trainer_ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    line-height: 59px;
}
.area_trainer_lst {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.area_trainer_lst .trainer_cnt {
    width: -webkit-calc((100% - 24px * 3) / 4);
    width: calc((100% - 24px * 3) / 4);
    box-sizing: border-box;
}
.video_in {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.videoOverlay {
    background: rgba(138, 16, 160, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.video_main {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 650px;
    box-sizing: border-box;
    z-index: 9999;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 60px;
}
.video_main video {
    width: 100%;
    height: auto;
}
.area_re_wrap {
    padding: 80px 0;
}
.area_re_btn {
    width: 234px;
    margin: 0 auto;
}
/*detail*/
body.detail .c-ttl {
    margin-bottom: 20px;
}
.detail_sns_wrap {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.detail_sns_ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 200%;
}
.detail_sns_lnk {
    display: flex;
    gap: 0 10px;
}
.detail_sns_lnk li {
    width: 50px;
    height: 50px;
}
.detail_sns_lnk li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #4A4A4A;
    border-radius: 3px;
    overflow: hidden;
}
.detail_sns_lnk li a .icn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    inset: 0;
}
.detail_sns_lnk li .icn:before,
.detail_sns_lnk li .icn:after {
    content: '';
    color: #fff;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease;
}
.detail_sns_lnk li .icn:before{
    transform: translateY(100%);
}
.detail_sns_lnk li .icn:after {
    transform: translateY(0);
}
.detail_sns_lnk li .icn.logo_instagram:before,
.detail_sns_lnk li .icn.logo_instagram:after {
    background: url(/cmn/svg/logo_instagram.svg) no-repeat center / 18px auto;
}
.detail_sns_lnk li .icn.logo_tiktok:before,
.detail_sns_lnk li .icn.logo_tiktok:after {
    background: url(/cmn/svg/logo_tiktok.svg) no-repeat center / 16px auto;
}
.detail_sns_lnk li .icn.logo_x:before,
.detail_sns_lnk li .icn.logo_x:after {
    background: url(/cmn/svg/logo_x.svg) no-repeat center / 18px auto;
}
.detail_sns_lnk li .icn.logo_youtube:before,
.detail_sns_lnk li .icn.logo_youtube:after {
    background: url(/cmn/svg/logo_youtube.svg) no-repeat center / 20px auto;
}
.detail_top_wrap {
    padding-top: 80px;
    margin: 0 auto;
    max-width: 1440px;
}
.detail_top_in {
    padding: 0 48px;
    display: flex;
    justify-content: space-between;
    gap: 0 48px;
}
.is-img-one {
    width: 100%;
    max-width: 58.9%;
}
.is-img-one .detail_splide_img picture source,
.is-img-one .detail_splide_img picture img {
    width: 100%;
    height: auto;
}
.splide.detail {
    width: 63.2%;
}
.detail_top_logo {
    width: 100%;
    max-width: 58.9%;
    aspect-ratio: 4 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.detail_top_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
}
.detail_splide_img {
    background: #F9F9F9;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    position: relative;
}
.splide.detail .splide__slide source,
.splide.detail .splide__slide img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.splide.detail .splide__arrows {
    position: absolute;
    bottom: 54px;
    right: 20px;
    z-index: 9;
}
.detail_splide_txt {
    display: flex;
    margin-top: 10px;
    gap: 0 10px;
}
.splide.detail .pagination {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 14px;
    line-height: 80%;
    background: #F9F9F9;
    border-radius: 60px;
    width: 86px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 .4em;
}
.detail_splide_txt .txt {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 30px;
    position: relative;
}
.detail_features_wrap {
    width: 33.3%;
    box-sizing: border-box;
    background: #F9F9F9;
    border-radius: 8px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
}
.detail_features_wrap .icn_campaign {
    position: absolute;
    right: 40px;
    top: -40px;
}
.detail_features_mds {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 20px;
    line-height: 150%;
}
.detail_features_lst {
    margin-top: 16px;
}
.detail_features_lst li {
    border-bottom: 1px solid #D9D9D9;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 150%;
    padding: 14px 0 12px;
    padding-left: 30px;
    position: relative;
}
.detail_features_lst li:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 4px;
    top: 19px;
    background: url(/cmn/svg/icn_check2.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.detail_btn_lst {
    margin-top: 40px;
}
.experience_btn {
    width: 100%;
    max-width: 368px;
    margin: 0 auto;
}
.experience_btn a,
.share_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    border: 1px solid #8A10A0;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 18px;
    line-height: 1;
    color: #8A10A0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
@media (min-width: 768px) {
    .experience_btn a:before,
    .share_btn a:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        width: 200%;
        aspect-ratio: 2 / 1;
        background-color: #8A10A0;
        border-radius: 50%;
        transition: top .2s cubic-bezier(.25,1,.5,1);
        z-index: 1;
    }
}
.experience_btn .icn,
.share_btn .icn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #8A10A0;
    border-radius: 4px;
    z-index: 1;
    overflow: hidden;
    transition: all .2s ease-out;
}
.experience_btn .icn:before,
.experience_btn .icn:after,
.share_btn .icn:before,
.share_btn .icn:after {
    content: '';
    background: url(/cmn/svg/arw_solo_hw_r.svg) no-repeat center / 14px auto;
    color: #fff;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease;
}
.experience_btn .icn::before,
.share_btn .icn::before {
    transform: translateX(0);
}
.experience_btn .icn::after,
.share_btn .icn::after {
    transform: translateX(-100%);
}
.experience_btn .text,
.share_btn .text {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.experience_btn a {
    background: #8A10A0;
    color: #fff;
}
.experience_btn a:before {
    background-color: #fff;
}
.experience_btn .icn {
    background: #fff;
}
.experience_btn .icn:before,
.experience_btn .icn:after {
    background: url(/cmn/svg/arw_solo_ppr_r.svg) no-repeat center / 14px auto;
}
.detail_share‗box {
    margin-top: 20px;
}
.share‗ttl {
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
}
.share_btn {
    width: 100%;
    max-width: 368px;
    margin: 0 auto;
}
.inquiry_btn {
    margin-top: 20px;
    text-align: center;
}
.inquiry_btn a {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 14px;
    line-height: 1;
    color: #8A10A0;
    position: relative;
    padding-bottom: 10px;
}
.inquiry_btn a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #8A10A0;
    transform-origin: left;
}
.inquiry_btn a:hover::before {
    animation: underline-swap .45s ease forwards;
}
@keyframes underline-swap {
    0% {
        transform-origin: right;
        transform: scaleX(1);
    }
    49% {
        transform-origin: right;
        transform: scaleX(0);
    }
    50% {
        transform-origin: left;
        transform: scaleX(0);
    }
    100% {
        transform-origin: left;
        transform: scaleX(1);
    }
}
.inquiry_btn a span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.inquiry_btn a span:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_mail.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.detail_data_wrap {
    margin-top: 100px;
}
.detail_data_mds {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 1;
}
.detail_data_cnt {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.detail_data_left,
.detail_data_right {
    width: 47.9%;
}
.detail_data_cnt .box {
    display: flex;
    border-top: 1px solid #D9D9D9;
    padding: 20px 0;
}
.detail_data_cnt .box dt {
    width: 120px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 150%;
}
.detail_data_cnt .box dd {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    box-sizing: border-box;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 150%;
}
.detail_data_cnt .box dd a {
    text-decoration: underline;
	text-underline-offset: 2px;
}
.detail_data_cnt .video_btn {
    width: 198px;
}
.detail_data_cnt .video_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #8A10A0;
    border-radius: 4px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 15px;
    line-height: 1;
    color: #8A10A0;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.detail_data_cnt .video_btn a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 200%;
    aspect-ratio: 2 / 1;
    background-color: #8A10A0;
    border-radius: 50%;
    transition: top .2s cubic-bezier(.25,1,.5,1);
    z-index: 1;
}
.detail_data_cnt .video_btn a span {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-right: 22px;
}
.detail_data_cnt .video_btn a span:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    background: url(../svg/icn_plus_r.svg) no-repeat center / 100% auto;
    z-index: 1;
    transition: opacity .2s ease-out, all .2s ease-out;
}
.detail_data_cnt .lst li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 10px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 150%;
}
.detail_data_cnt .lst li:last-child {
    margin-bottom: 0;
}
.detail_data_cnt .lst li span {
    position: absolute;
    left: 0;
    top: 0;
}
.detail_data_lst {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 26px 30px 20px;
    margin-top: 40px;
}
.detail_data_lst .lst {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 25px;
}
.detail_data_lst .lst li {
    text-align: center;
}
.detail_data_lst .lst .txt {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 12px;
    line-height: 120%;
    color: #8A10A0;
    margin-top: 10px;
}
.detail_data_lst .lst li.is-gry .txt {
    color: #CCCCCC;
}
.detail_message_wrap {
    margin-top: 60px;
}
.detail_message_wrap .mds {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 1;
}
.detail_message_box {
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}
.detail_message_box .img {
    width: 240px;
    background: #F9F9F9;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.detail_message_box .img source ,
.detail_message_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail_message_box .img.is-logo source ,
.detail_message_box .img.is-logo img {
    object-fit: contain;
    box-sizing: border-box;
    padding: 0 20px;
}
.detail_message_box .txt {
    width: -webkit-calc(100% - 270px);
    width: calc(100% - 270px);
    box-sizing: border-box;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 185%;
}
.detail_map_wrap {
    margin-top: 60px;
}
.detail_map_wrap iframe {
    width: 100%;
    height: 576px;
}
.detail_plan_wrap {
    padding: 100px 0;
}
.detail_plan_ttl {
    margin-bottom: 60px;
}
.detail_plan_ttl .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 1;
}
.detail_trainer_wrap {
    padding: 0 0 100px;
}
.detail_trainer_ttl {
    margin-bottom: 60px;
}
.detail_trainer_ttl .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 1;
}
.is-one .splide__slide {
    width: 100%;
    max-width: 270px;
}
.detail_blog_wrap {
    padding: 0 0 140px;
}
.detail_blog_ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.detail_blog_ttl .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 1;
}
.detail_blog_btn {
    overflow: hidden;
}
.detail_blog_btn a {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 18px;
    line-height: 1;
    padding-right: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    gap: 0 10px;
    color: transparent;
    text-shadow: 0 0 0 #8A10A0, 0 1.5em 0 #8A10A0;
    height: 30px;
}
.detail_blog_btn a .icn {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #8A10A0;
    z-index: 1;
    transition: opacity .2s ease-out, all .2s ease-out;
    overflow: hidden;
    border-radius: 4px;
}
.detail_blog_btn a .icn:before,
.detail_blog_btn a .icn:after {
    content: '';
    background: url(/cmn/svg/arw_solo_hw_r.svg) no-repeat center / 14px auto;
    color: #fff;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease;
}
.detail_blog_btn .icn::before {
    transform: translateX(0);
}
.detail_blog_btn .icn::after {
    transform: translateX(-100%);
}
.detail_peripheral_wrap {
    margin-top: 100px;
}
.detail_peripheral_ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 1;
}
.detail_peripheral_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 48px;
    margin-top: 60px;
}
.detail_peripheral_btn {
    width: -webkit-calc((100% - 48px * 2) / 3);
    width: calc((100% - 48px * 2) / 3);
}
.detail_peripheral_btn a {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 8px;
    position: relative;
}
.detail_peripheral_btn .img {
    width: 120px;
    height: 80px;
    position: relative;
    overflow: hidden;
}
.detail_peripheral_btn .img source,
.detail_peripheral_btn .img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.49,.42,.06,1.04);
}
.detail_peripheral_btn .store {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    display: inline-block;
    overflow: hidden;
    color: transparent;
    text-shadow: 0 0 0 #4A4A4A, 0 1.5em 0 #4A4A4A;
    transition: text-shadow .2s;
}
.detail_peripheral_btn a .icn {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #8A10A0;
    border-radius: 3px;
    z-index: 1;
    overflow: hidden;
    transition: opacity .2s ease-out, all .2s ease-out;
}
.detail_peripheral_btn .icn:before,
.detail_peripheral_btn .icn:after {
    content: '';
    background: url(/cmn/svg/arw_solo_hw_r.svg) no-repeat center / 10px auto;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease;
}
.detail_peripheral_btn .icn::before {
    transform: translateX(0);
}
.detail_peripheral_btn .icn::after {
    transform: translateX(-100%);
}
.detail_menu_wrap {
    padding: 100px 0 140px;
    background: rgba(74, 74, 74, .03);
}
.detail_menu_ttl {
    text-align: center;
}
.detail_menu_ttl .read {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 1.5;
    color: #8A10A0;
    margin-bottom: 20px;
}
.detail_menu_ttl .read span {
    border-bottom: 3px solid #8A10A0;
}
.detail_menu_ttl .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    line-height: 1.47;
}
.detail_menu_read {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 40px;
    text-align: center;
}
.detail_menu_wrap .menu_in {
    padding-top: 80px;
}
@media (min-width: 768px) {
    .area_menu .lst li a:hover {
        text-shadow: 0 -1.5em 0 #4A4A4A, 0 0 0 #4A4A4A;
    }
    .area_mds a:hover .icn::before {
        transform: translateX(100%);
    }
    .area_mds a:hover .icn::after {
        transform: translateX(0);
    }
    .area_mds a:hover {
        text-shadow: 0 -1.5em 0 #8A10A0, 0 0 0 #8A10A0;
    }
    .area_lst li a:hover {
        border-color: #8A10A0;
    }
    .area_lst li a:hover .text {
        text-shadow: 0 -1.5em 0 #4A4A4A, 0 0 0 #4A4A4A;
    }
    .area_lst li a:hover .icn::before {
        transform: translateX(100%);
    }
    .area_lst li a:hover .icn::after {
        transform: translateX(0);
    }
    .detail_blog_btn a:hover .icn::before {
        transform: translateX(100%);
    }
    .detail_blog_btn a:hover .icn::after {
        transform: translateX(0);
    }
    .detail_blog_btn a:hover {
        text-shadow: 0 -1.5em 0 #8A10A0, 0 0 0 #8A10A0;
    }
    .detail_sns_lnk li a:hover .icn::before {
        transform: translateY(0);
    }
    .detail_sns_lnk li a:hover .icn::after {
        transform: translateY(-100%);
    }
    .share_btn a:hover {
        color: #fff;
    }
    .share_btn a:hover .icn {
        background: #fff;
    }
    .share_btn a:hover .icn:before,
    .share_btn a:hover .icn:after {
        background: url(/cmn/svg/arw_solo_ppr_r.svg) no-repeat center / 14px auto;
    }
    .experience_btn a:hover {
        color: #8A10A0;
    }
    .experience_btn a:hover .icn {
        background: #8A10A0;
    }
    .experience_btn a:hover .icn:before,
    .experience_btn a:hover .icn:after {
        background: url(/cmn/svg/arw_solo_hw_r.svg) no-repeat center / 14px auto;
    }
    .experience_btn a:hover:before,
    .share_btn a:hover:before {
        top: -30px;
    }
    .experience_btn a:hover .icn::before,
    .share_btn a:hover .icn::before {
        transform: translateX(100%);
    }
    .experience_btn a:hover .icn::after,
    .share_btn a:hover .icn::after {
        transform: translateX(0);
    }

    .detail_data_cnt .box dd a:hover {
        color: #8A10A0;
        text-decoration: none;
    }
    .detail_data_cnt .video_btn a:hover {
        color: #FFFFFF !important;
    }
    .detail_data_cnt .video_btn a:hover span:before {
        background: url(../svg/icn_plus_r_hw.svg) no-repeat center / 100% auto;
    }
    .detail_data_cnt .video_btn a:hover:before {
        top: -20px;
    }
    .detail_peripheral_btn a:hover {
        border-color: #8A10A0;
    }
    .detail_peripheral_btn a:hover .img source,
    .detail_peripheral_btn a:hover .img img {
        transform: scale(1.1);
    }
    .detail_peripheral_btn a:hover .store {
        text-shadow: 0 -1.5em 0 #4A4A4A, 0 0 0 #4A4A4A;
    }
    .detail_peripheral_btn a:hover .icn::before {
        transform: translateX(100%);
    }
    .detail_peripheral_btn a:hover .icn::after {
        transform: translateX(0);
    }
    .splide.is-fourLess.is-initialized:not(.is-active) .splide__list {
        display: flex;
    }
    .splide.is-fourLess .splide__slide {
        width: 100%;
        max-width: 270px;
        margin-right: 24px;
    }
}
@media screen and (max-width:1240px) {
    .splide.detail {
        width: 100%;
    }
}
@media screen and (min-width:768px) and (max-width:1240px) {
    .area_lst {
        gap: 18px 8px;
    }
    .area_lst li {
        width: -webkit-calc((100% - 8px * 2) / 3);
        width: calc((100% - 8px * 2) / 3);
    }
    .area_trainer_lst {
        gap: 20px 12px;
    }
    .area_trainer_lst .trainer_cnt {
        width: -webkit-calc((100% - 24px * 2) / 3);
        width: calc((100% - 12px * 2) / 3);
    }
    .detail_top_in {
        padding: 0 40px;
        flex-wrap: wrap;
    }
    .is-img-one {
        max-width: 100%;
        order: 2;
    }    
    .splide.detail {
        order: 2;
    }
    .detail_top_logo {
        width: 100%;
        max-width: 58.9%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .detail_top_logo img {
        max-width: 100%;
        height: auto;
    }

    .detail_top_logo {
        order: 2;
        max-width: 100%;
        padding: 20px;
    }
    .detail_features_wrap {
        width: 100%;
        margin-bottom: 60px;
        order: 1;
    }
    .detail_data_left,
    .detail_data_right {
        width: 49%;
    }
    .blog_flx .blog_cnt {
        width: -webkit-calc((100% - 20px * 2) / 3);
        width: calc((100% - 20px * 2) / 3);
    }
    .detail_peripheral_lst {
        gap: 20px 24px;
    }
    .detail_peripheral_btn {
        width: -webkit-calc((100% - 24px) / 2);
        width: calc((100% - 24px ) / 2);
    }
}
@media screen and (min-width:768px) and (max-width:960px) {
    .area_store_wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 16px;
    }
}
@media only screen and (max-width: 768px) {
    .store_wrap {
        padding: 30px 0 40px;
    }
    .area_wrap {
        padding: 0 20px;
    }
    .area_menu {
        display: none;
    }
    .area_in {
        width: 100%;
    }
    .area_box {
        margin-top: 60px;
    }
    .area_mds {
        font-size: 16px;
    }
    .area_mds a {
        padding-right: 20px;
    }
    .area_mds a span {
        padding-right: 24px;
    }
    .area_mds a span:before {
        width: 14px;
        height: 14px;
        top: 5px;
    }
    .area_lst {
        gap: 15px 15px;
        margin-top: 20px;
    }
    .area_lst li {
        width: -webkit-calc((100% - 15px) / 2);
        width: calc((100% - 15px) / 2);
    }
    .area_lst li a {
        height: 50px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1;
        padding: 0 15px;
    }
    .area_lst li a:before {
        width: 20px;
        height: 20px;
        right: 15px;
    }
    .area_lst li a .icn {
        right: 15px;
    }
    /*area*/
    body.area .c-ttl {
        margin-bottom: 40px;
    }
    .area_mds a .icn.is-area {
        padding: 0;
        width: 14px;
        height: 14px;
    }    
    .area_store_wrap {
        padding: 0 20px;
        padding-bottom: 60px;
        gap: 15px 14px;
        grid-template-columns: repeat(2, 1fr);
    }
    .area_trainer_wrap {
        padding: 60px 20px;
    }
    .area_trainer_ttl {
        font-size: 24px;
        line-height: 1;
    }
    .area_trainer_lst {
        margin-top: 40px;
        display: block;
    }
    .area_trainer_lst .trainer_cnt {
        width: 100%;
        margin-top: 10px;
        display: flex;
        align-items: center;
        padding: 7px 50px 7px 7px;
    }
    .area_trainer_lst .trainer_cnt:first-child {
        margin-top: 0;
    }
    .area_trainer_lst .trainer_img {
        width: 120px;
        margin: 0;
    }
    .area_trainer_lst .trainer_name {
        margin-top: 0;
        padding: 0 0 0 20px;
        width: calc(100% - 120px);
    }
    .area_trainer_lst .trainer-icn {
        right: 20px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .area_re_wrap {
        padding: 60px 0;
    }
    .area_re_btn {
        width: 196px;
        margin: 0 auto;
    }
    .video_main {
        width: 90vw;
        max-width: 350px;
        padding: 46px 40px 20px 40px;
    }
    .video_main .popup_close {
        top: 14px;
        right: 10px;
    }
    /*detail*/
    body.detail .c-ttl {
        margin-bottom: 20px;
    }
    .detail_sns_wrap {
        gap: 0 10px;
        padding: 0 20px;
    }
    .detail_sns_ttl {
        font-size: 12px;
    }
    .detail_sns_lnk {
        gap: 0 8px;
    }
    .detail_sns_lnk li {
        width: 40px;
        height: 40px;
    }
    .detail_sns_lnk li .icn.logo_x:before,
    .detail_sns_lnk li .icn.logo_x:after {
        background: url(/cmn/svg/logo_x.svg) no-repeat center / 14px auto;
    }
    .detail_sns_lnk li .icn.logo_instagram:before,
    .detail_sns_lnk li .icn.logo_instagram:after {
        background: url(/cmn/svg/logo_instagram.svg) no-repeat center / 14px auto;
    }
    .detail_sns_lnk li .icn.logo_tiktok:before,
    .detail_sns_lnk li .icn.logo_tiktok:after {
        background: url(/cmn/svg/logo_tiktok.svg) no-repeat center / 12px auto;
    }
    .detail_sns_lnk li .icn.logo_youtube:before,
    .detail_sns_lnk li .icn.logo_youtube:after {
        background: url(/cmn/svg/logo_youtube.svg) no-repeat center / 16px auto;
    }
    .detail_top_wrap {
        padding-top: 40px;
    }
    .detail_top_in {
        padding: 0;
        flex-wrap: wrap;
    }
    .is-img-one {
        max-width: 100%;
        order: 2;
    }
    .splide.detail {
        order: 2;
    }
    .splide.detail .splide__slide source,
    .splide.detail .splide__slide img {
        border-radius: 0;
    }
    .splide.detail .splide__arrows {
        position: static;
        justify-content: flex-end;
        padding: 0 20px;
    }
    .detail_splide_txt {
        padding: 0 20px;
        margin: 10px 0;
        gap: 0 10px;
    }
    .splide.detail .pagination {
        font-size: 12px;
        width: 80px;
        height: 30px;
        gap: 0 .4em;
    }
    .detail_top_logo {
        order: 2;
        max-width: 100%;
        padding: 20px;
    }
    .detail_splide_txt .txt {
        font-size: 14px;
        line-height: 30px;
    }
    .splide.detail .splide__slide source,
    .splide.detail .splide__slide img {
        border-radius: 0;
    }
    .detail_features_wrap {
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
        padding: 40px 20px;
        order: 1;
    }
    .detail_features_wrap .icn_campaign {
        right: 20px;
        top: -40px;
    }
    .detail_features_mds {
        font-size: 16px;
    }
    .detail_features_lst {
        margin-top: 10px;
    }
    .detail_features_lst li {
        font-size: 16px;
        padding: 10px 0;
        padding-left: 30px;
    }
    .detail_features_lst li:before {
        left: 4px;
        top: 16px;
    }
    .detail_btn_lst {
        margin-top: 40px;
    }
    .experience_btn {
        max-width: 350px;
    }
    .experience_btn a,
    .share_btn a {
        height: 46px;
        font-size: 14px;
    }
    .experience_btn .icn,
    .share_btn .icn {
        width: 30px;
        height: 30px;
    }
    .experience_btn .icn:before,
    .experience_btn .icn:after,
    .share_btn .icn:before,
    .share_btn .icn:after {
        content: '';
        background: url(/cmn/svg/arw_solo_hw_r.svg) no-repeat center / 10px auto;
    }
    .experience_btn .icn:before,
    .experience_btn .icn:after {
        background: url(/cmn/svg/arw_solo_ppr_r.svg) no-repeat center / 10px auto;
    }
    .share‗ttl {
        margin-bottom: 10px;
    }
    .share_btn {
        max-width: 350px;
    }
    .inquiry_btn {
        margin-top: 20px;
        text-align: center;
    }
    .inquiry_btn a {
        font-size: 14px;
    }
    .detail_data_wrap {
        margin-top: 20px;
    }
    .detail_data_mds {
        font-size: 20px;
        padding: 0 20px;
    }
    .detail_data_cnt {
        margin-top: 20px;
        padding: 0 20px;
        display: block;
    }
    .detail_data_left,
    .detail_data_right {
        width: 100%;
    }
    .detail_data_cnt .box {
        padding: 15px 0;
    }
    .detail_data_cnt .box dt {
        width: 100px;
        font-size: 14px;
    }
    .detail_data_cnt .box dd {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        font-size: 14px;
    }
    .detail_data_cnt .video_btn {
        width: 188px;
    }
    .detail_data_cnt .video_btn a {
        font-size: 14px;
    }
    .detail_data_cnt .lst li {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .detail_data_lst {
        border-radius: 0;
        padding: 30px;
        margin-top: 25px;
    }
    .detail_data_lst .lst {
        gap: 20px;
    }
    .detail_data_lst .lst .txt {
        font-size: 10px;
        line-height: 120%;
        margin-top: 10px;
    }
    .detail_data_lst .lst .icn img {
        width: 50px;
        height: auto;
    }
    .detail_message_wrap {
        padding: 0 20px;
        margin-top: 40px;
    }
    .detail_message_wrap .mds {
        font-size: 16px;
    }
    .detail_message_box {
        margin-top: 20px;
        display: block;
        padding: 30px;
    }
    .detail_message_box .img {
        margin-bottom: 20px;
        width: 100%;
    }
    .detail_message_box .txt {
        width: 100%;
        font-size: 14px;
    }
    .detail_map_wrap {
        padding: 0 20px;
        margin-top: 40px;
    }
    .detail_map_wrap iframe {
        width: 100%;
        height: 350px;
    }
    .detail_plan_wrap {
        padding: 60px 20px;
    }
    .detail_plan_ttl {
        margin-bottom: 20px;
    }
    .detail_plan_ttl .ttl {
        font-size: 20px;
    }
    .detail_trainer_ttl {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .detail_trainer_ttl .ttl {
        font-size: 20px;
    }
    .detail_trainer_wrap {
        padding: 0 0 60px;
    }
    .detail_trainer_wrap .is-one {
        padding: 0 20px;
    }
    .detail_trainer_wrap .is-one .splide__list {
        justify-content: center;
    }
    .detail_blog_wrap {
        padding: 0 20px;
    }
    .detail_blog_ttl {
        margin-bottom: 20px;
    }
    .detail_blog_ttl .ttl {
        font-size: 20px;
    }
    .newsCnt_in .blog_flx {
        margin-bottom: 60px;
    }
    .detail_blog_btn a {
        font-size: 14px;
        padding-right: 25px;
        gap: 0 5px;
        height: 20px;
    }
    .detail_blog_btn a .icn {
        width: 20px;
        height: 20px;
    }
    .detail_blog_btn a .icn:before,
    .detail_blog_btn a .icn:after {
        background: url(/cmn/svg/arw_solo_hw_r.svg) no-repeat center / 8px auto;
    }
    .detail_peripheral_wrap {
        margin-top: 0;
        padding-bottom: 60px;
    }
    .detail_peripheral_ttl {
        font-size: 20px;
    }
    .detail_peripheral_lst {
        display: block;
        margin-top: 20px;
    }
    .detail_peripheral_btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .detail_peripheral_btn:last-child {
        margin-bottom: 0;
    }
    .detail_peripheral_btn .img {
        width: 80px;
        height: 53px;
    }
    .detail_peripheral_btn .store {
        font-size: 14px;
        padding-left: 20px;
    }
    .detail_peripheral_btn a .icn {
        width: 20px;
        height: 20px;
    }
    .detail_peripheral_btn .icn:before,
    .detail_peripheral_btn .icn:after {
        background: url(/cmn/svg/arw_solo_hw_r.svg) no-repeat center / 8px auto;
    }
    .detail_menu_wrap {
        padding: 60px 0;
    }
    .detail_menu_ttl {
        text-align: center;
    }
    .detail_menu_ttl .read {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .detail_menu_ttl .read span {
        padding-bottom: 5px;
        border-bottom: 2px solid #8A10A0;
    }
    .detail_menu_ttl .ttl {
        font-size: 24px;
    }
    .detail_menu_read {
        font-size: 14px;
        line-height: 185%;
        margin-top: 20px;
        padding: 0 20px;
    }
    .detail_menu_wrap .menu_in {
        margin-top: 40px;
        padding: 0 20px;
    }
}