@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

********************************************************************************/
/*============================================================
 ページ内共通
*============================================================*/
#page-top {
    letter-spacing: .05rem;
}
#page-top p {
    font-weight: 500;
    letter-spacing: .07rem;
}

#page-top #main-contents {
    padding-bottom: 0;
    padding-top: 77px;
}
#main-contents {
    overflow: hidden;
}
#page-top .section {
    min-height: 300px;
    padding: 48px 0;
    margin-bottom: 0;
}
#page-top .sec-title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #575757;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
}
#page-top .parts-btn {
    margin: 0 auto;
}
#page-top .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
}
/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
    display: flex;
    position: relative;
    align-items: flex-end;
    background-color: var(--common-color-background0);
}
#page-top #mainvisual .top-visual {
    /* background-image: url(../images/top/key-visual-lg.jpg); */
    /* background-position: 0; */
    background-repeat: no-repeat;
    /* background-size: contain; */
    padding-top: 42.08%;
    width: 100%;

    background-image: url(../images/top/key-visual-lg_v3.jpg);
    background-position: center;
    background-size: cover;
}
#page-top #mainvisual .top-content {
    display: flex;
    position: absolute;
    top: 19%;
    left: 0;
    flex-direction: column;
    z-index: 2;
    padding-right: 75px;
    padding-bottom: 75px;
    padding-left: 10.4vw;
    width: 100%;
}
#page-top #mainvisual .tagline {
    /* width: 27.56vw; */
    width: 300px;
    min-width: 300px;
    max-width: 400px;
    margin-bottom: 32px;
}
#page-top #mainvisual .top-points {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
#page-top #mainvisual .top-points li {
    color: #5eaf84;
    font-size: 20px;
    font-weight: 700;
    position: relative;
   
}
#page-top #mainvisual .top-points li + li {
    margin-top: 18px;
}
#page-top #mainvisual .top-points li span {
    display: inline-flex;
    position: relative;
    align-items: center;
    padding: 11px 16px;
    line-height: 1;
}
#page-top #mainvisual .top-points li span::before {
    content: "";
    margin-right: 24px;
    background-image: url(../images/top/icn_check.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: inline-block;
}
#page-top #mainvisual .top-points li span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-13deg);
    z-index: -1;
    border-radius: 5px;
    background-color: var(--common-color-background0);
    width: 100%;
    height: 100%;
}
/*============================================================
 MV下 お知らせ
*============================================================*/
#page-top .sec-note {
    text-align: center;
    padding: 16px 0;
    font-weight: bold;
}

/*============================================================
 walkeyとは
*============================================================*/
#page-top #sec-about {
    background-color: var(--common-color-main);
    color: var(--common-color-text2);
}
#page-top #sec-about .sec-title {
    color: var(--common-color-text2);
}
#page-top #sec-about .banner-wrap {
    max-width: 1280px;
    margin: 0 auto 50px auto;
    padding: 0 60px;
}
#page-top #sec-about .banner-wrap a {
    width: 31%;
    display: block;
}
#page-top #sec-about .banner-wrap .flex {
    justify-content: center;
    gap: 20px;
}
#page-top #sec-about .banner-wrap .flex:first-child {
    margin-bottom: 20px;
}
#page-top #sec-about .box-title {
    margin-bottom: 60px;
    font-size: 35px;
    font-weight: 700;
    z-index: 1;
    position: relative;
}
#page-top #sec-about .box-desc {
    line-height: 2.5;
    font-size: 16px;
    font-weight: 700;
    z-index: 1;
    position: relative;
}
#page-top #sec-about .about-box {
    position: relative;
    display: flex;
    flex-direction: row;
}
#page-top #sec-about .about-box-content {
    padding: 150px 60px;
    z-index: 1;
    position: relative;
}
#page-top #sec-about .about-illustration {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#page-top #sec-about .about-illustration img {
    /* position: absolute;
    top: 0;
    left: 0; */
}
#page-top #sec-about .img-about-tablet ,
#page-top #sec-about .img-about-device ,
#page-top #sec-about .img-about-people ,
#page-top #sec-about .img-about-circles {
    position: absolute;
}
#page-top #sec-about .img-about-circles{
    z-index: 2;
    width: 54%;
    right: 0;
    bottom: 0;
}
#page-top #sec-about .img-about-tablet {
    top: 45%;
    right: 0;
    z-index: 3;
    width: 18%;   
}
#page-top #sec-about .img-about-device {
    right: 53%;
    bottom: 0;
    z-index: 3;
    width: 18%;
}
#page-top #sec-about .img-about-people {
    top: 0;
    right: 5%;
    z-index: 4;
    width: 15%;
}
#page-top #sec-about .circle {
    transition-delay: 0s;
    transition-duration: 1.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.33,1,.68,1);
    position: absolute;
    /* transform: scale(0) translateY(100px);
    opacity: 0; */
    z-index: 1;
}
#page-top #sec-about .circle1 {
    border-radius: 50%;
    background-color: var(--common-color-sub2);
    width: 248px;
    height: 248px;
    top: 14%;
    right: -23%;
    /* top: 8%;
    right: -8%; */
}
#page-top #sec-about .circle2 {
    border-radius: 50%;
    background-color: var(--common-color-sub);
    width: 126px;
    height: 126px;
    /* top: 60%;
    left: -25px; */
    top: 70%;
    left: -12%;

}
#page-top #sec-about .circle3 {
    border-radius: 141.5px;
    background-color: var(--common-color-background0);
    width: 283px;
    height: 283px;
    top: -13%;
    left: -16%;
    opacity: .7;
}
#page-top #sec-about .embedded-video {
    position: relative;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding-top: 30px;
    padding-bottom: 55%;
    padding-right: 100px;
    padding-left: 100px;
    width: 960px;
    height: 540px;
    max-width: 100%;
}
#page-top #sec-about .embedded-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/*============================================================
 walkeyプログラム
*============================================================*/
#page-top #sec-program {
    padding-top: 0;
}
#page-top #sec-program .inner {
    margin: 0 auto;
    padding: 120px 60px;
    width: 100%;
    max-width: 1024px;
}
#page-top #sec-program .sec-title {
    margin-top: 50px;
}

#page-top #sec-program .wave {
    margin-top: -40px;
}
#page-top #sec-program .wave1 {
    margin-top: -40px;
}
#page-top #sec-program .card {
    margin-bottom: 90px;
    /* padding: 0 120px; */
}
#page-top #sec-program .card > *{
    z-index: 1;
    position: relative;
}
#page-top #sec-program .card-images {
    position: relative;
}
#page-top #sec-program .card-num {
    position: absolute;
    width: 14%;
}
#page-top #sec-program .card-illust {
    position: absolute;
    width: 30%;
}
#page-top #sec-program .card {
    position: relative;
}
#page-top #sec-program .card1 .card-num {
    top: 0;
    left: 0;
}
#page-top #sec-program .card1 .card-illust {
    bottom: 0;
    right: 0;
}
#page-top #sec-program .card2 .card-num {
    right: -1%;
    bottom: 21%;
    width: 14%;
}
#page-top #sec-program .card2 .card-illust {
    bottom: 12%;
    left: -13%;
    z-index: 3;
    width: 28%;
}
#page-top #sec-program .card3 .card-num {
    top: -2%;
    left: 3%;
}
#page-top #sec-program .card3 .card-illust {
    bottom: 5%;
    right: -2%;
    width: 34%;
}
#page-top #sec-program .card-title {
    font-size: 28px;
    font-weight: bold;
    color: var(--common-color-main);
    line-height: 1.8;
    margin: 1rem 0 0.5rem 0;
}
#page-top #sec-program .card-desc span {
    font-size: 12px;
}
#page-top #sec-program .circle {
    position: absolute;
    border-radius:  50%;
    z-index: 0;
}
#page-top #sec-program .circle1 {
    background-color: var(--common-color-sub2);
    width: 248px;
    height: 248px;
    top: -50px;
    right: 0;
}
#page-top #sec-program .circle2 {
    background-color: var(--common-color-main);
    width: 283px;
    height: 283px;
    top: -9%;
    /* left: -35%; */
    left: -39%;
}
#page-top #sec-program .circle3 {
    background-color: var(--common-color-sub);
    width: 176px;
    height: 176px;
    /* top: 56%;
    right: -3%; */
    top: 55%;
    right: -24%;
}
#page-top #sec-program .circle4 {
    background-color: var(--common-color-sub2);
    width: 440px;
    height: 440px;
    bottom: 40px;
    left: -150px;
}
/*============================================================
 専用機器の特徴
*============================================================*/
#page-top #sec-feature .sec-title {
    padding-bottom: 60px;
}
#page-top #sec-feature .slick {
    padding-bottom: 30px;
}
#page-top #sec-feature .card {
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#page-top #sec-feature .card1 {
    background-image: url(../images/top/program_device1.jpg);
}
#page-top #sec-feature .card2 {
    background-image: url(../images/top/program_device2.jpg);
}
#page-top #sec-feature .card3 {
    background-image: url(../images/top/program_device3.jpg);
}
#page-top #sec-feature .card4 {
    background-image: url(../images/top/program_device4.jpg);
}
#page-top #sec-feature .card5 {
    background-image: url(../images/top/program_device5.jpg);
}
#page-top #sec-feature .card6 {
    background-image: url(../images/top/program_device6.jpg);
}
#page-top #sec-feature .card-text {
    width: 30%;
    max-width: 400px;
    position: absolute;
}
#page-top #sec-feature :is(.card1, .card2) .card-text {
    line-height: 1.8;
    letter-spacing: 0;
    top: 120px;
    left: 13%;
}
#page-top #sec-feature :is(.card3, .card4) .card-text {
    line-height: 1.8;
    letter-spacing: 0;
    color: var(--common-color-text);
    bottom: 8%;
    right: 19%;
}
#page-top #sec-feature :is(.card5, .card6) .card-text {
    line-height: 1.8;
    letter-spacing: 0;
    bottom: 13%;
    left: 14%;
    color: var(--common-color-text2);
}
#page-top #sec-feature .slick .arrow {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid var(--common-color-text);
    background-color: transparent;
}
#page-top #sec-feature .slick .arrow-next {
    
    right: 36px;
}
#page-top #sec-feature .slick .arrow-prev {
    left: 72px;
}
#page-top #sec-feature .slick .arrow::after {
    content: "";
    display: block;
    position: absolute;
    transform: translateX(-50%);
    border-top: 1.5px solid #575757;
    border-right: 1.5px solid #575757;
    width: 16px;
    height: 16px;
}
#page-top #sec-feature .slick .arrow-next::after {
    transform: translate(-50%,-50%) rotate(45deg);
    left: 45%;
}
#page-top #sec-feature .slick .arrow-prev::after {
    transform: translate(-50%,-50%) rotate(225deg);
    left: 55%;
}
#page-top #sec-feature .slick-dots li button:before {
    color: var(--common-color-text);
    font-size: 6px;
    opacity: 1;
}
#page-top #sec-feature .slick-dots li.slick-active button:before {
    color: var(--common-color-main);
    font-size: 14px;
    opacity: 1;
}
/*============================================================
 開発者
*============================================================*/
#page-top #sec-developer {
    padding-top: 0;
}
#page-top #sec-developer .sec-deco {
    position: relative;
}
#page-top #sec-developer .wave {
    position: relative;
    z-index: 1;
}
#page-top #sec-developer .wave-illust {
    position: relative;
    z-index: 3;
    margin-bottom: -6%;
    width: 11%;
    z-index: 2;
}

#page-top #sec-developer .inner {
    padding-top: 120px;
}
#page-top :is(#sec-developer , #sec-trainer) .card {
    padding: 0 60px;
    position: relative;
    margin-bottom: 5rem;
    z-index: 1;
}
#page-top :is(#sec-developer , #sec-trainer) .card > *:not(.peek-accordion-btn) {
    position: relative;
    z-index: 1;
}
#page-top :is(#sec-developer , #sec-trainer) .card-image {
    display: block;
    z-index: 2;
    margin: 0 auto;
    width: 45%;
}
#page-top :is(#sec-developer , #sec-trainer) .card-name {
    color: var(--common-color-text);
    font-size: 28px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 20px;
}
#page-top :is(#sec-developer , #sec-trainer) .card-content :is(h3,h4,h5,h6) {
    color: var(--common-color-text);
    font-size: 28px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 20px;
}
#page-top #sec-developer .circle {
    border-radius: 50%;
    position: absolute;
    z-index: 0;
}
#page-top #sec-developer .circle1 {
    background-color: var(--common-color-main);
    width: 208px;
    height: 208px;
    top: 0;
    right: -65px;
}
#page-top #sec-developer .circle2 {
    background-color: var(--common-color-sub);
    width: 176px;
    height: 176px;
    /* top: -2%;
    left: 60px; */
    top: 11%;
    left: -17%;
}
#page-top #sec-developer .circle3 {
    background-color: var(--common-color-main);
    width: 220px;
    height: 220px;
    /* top: 24%;
    left: -90px; */
    top: 70%;
    left: -30%;
}


/* 続きを見るボタン */
#page-top :is(#sec-developer , #sec-trainer) .read-more-btn {

}


/* 20230425時点では「一覧を見る」ボタンは非表示 */
#page-top :is(#sec-developer , #sec-trainer) .parts-btn {
    display: none;
}

#page-top #sec-trainer {
    display: none;
}

/*============================================================
 トレーナー
*============================================================*/
/* #page-top #sec-trainer .card {
    padding: 0 60px;
}
#page-top #sec-trainer .card-image {
    display: block;
    z-index: 2;
    margin: 0 auto;
    width: 45%;
}
#page-top #sec-trainer .card-name {
    color: var(--common-color-text);
    font-size: 28px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 20px;
}
#page-top #sec-trainer .card-profile-title {
    color: var(--common-color-text);
    font-size: 28px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 20px;
} */
/*============================================================
 ユーザーの声
*============================================================*/
#page-top #sec-user-voice {
    background-color: var(--common-color-background1);
    padding: 0;
    position: relative;
    z-index: 3;
}
#page-top #sec-user-voice .inner {
    padding: 80px 0 120px 0;
    width: 100%;
    /* max-width: 904px; */
}
#page-top #sec-user-voice .sec-title {
    color: var(--common-color-text2);
}
#page-top #sec-user-voice .flex {
    flex-direction: column;
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}
#page-top #sec-user-voice .flex-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
}
#page-top #sec-user-voice .flex-item:nth-child(even) {
    flex-direction: row-reverse;
}
#page-top #sec-user-voice .icon {
    width: 80px;
}
#page-top #sec-user-voice .card {
    background-color: #fff;
    border-radius: 20px;
    padding: 16px;
    flex: 1;
    position: relative;
}
#page-top #sec-user-voice .card::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #fff;
    transform: translate(-100%,-50%) rotate(270deg);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
#page-top #sec-user-voice .flex-item:nth-child(even) .card::before {
    left: auto;
    right: 0;
    transform: translate(100%,-50%) rotate(90deg);
}




#page-top #sec-user-voice .sec-deco {
    position: relative;
    top: -10px;
}
#page-top #sec-user-voice .wave {
    position: relative;
    z-index: 1;
}
#page-top #sec-user-voice .wave-illust {
    position: absolute;
    top: -110%;
    right: 5%;
    transform: scaleX(-1);
    width: 11%;
    z-index: 2;
}

/*============================================================
 著名人も利用
*============================================================*/
#page-top #sec-celebrity {
    background-color: var(--common-color-background2);
}
#page-top #sec-celebrity .inner {
    position: relative;
}
#page-top #sec-celebrity .sec-title {
    color: var(--common-color-main);
    font-size: 28px;
    line-height: 1.2;
}
#page-top #sec-celebrity .sec-title-wrapoer {
    display: flex;
    position: relative;
    justify-content: center;
}
#page-top #sec-celebrity :is(.heading-line-l , .heading-line-r) {
    display: block;
    background-color: var(--common-color-main);
    width: 8px;
    height: 67px;
}
#page-top #sec-celebrity .heading-line-l {
    transform: rotate(-15deg);
    margin-right: 20px;
}
#page-top #sec-celebrity .heading-line-r {
    transform: rotate(15deg);
    margin-left: 20px;
}
#page-top #sec-celebrity .flex {
    position: relative;
    z-index: 1;
    margin-bottom: 128px;
    align-items: flex-start;
}
#page-top #sec-celebrity .image {
    width: 43%;
}
#page-top #sec-celebrity .celebrity-content {
    width: calc(57% - 20px);
}
#page-top #sec-celebrity .celebrity-name {
    font-size: 32px;
    font-weight: 700;
}
#page-top #sec-celebrity .celebrity-box {
    margin-top: 16px;
    border-radius: 8px;
    background-color: var(--common-color-background0);
    padding: 20px 36px;
}
#page-top #sec-celebrity .celebrity-title {
    letter-spacing: 0;
    color: #39b280;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
#page-top #sec-celebrity .celebrity-comment {
    font-size: 14px;
}
#page-top #sec-celebrity .movie-link {
    margin-top: 24px;
}
#page-top #sec-celebrity .flex-item {
    width: 49%;
}
#page-top #sec-celebrity .speech-bubble {
    background-image: url(../images/top/bg-balloon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 16px 38px;
    line-height: 1.75;
    color: var(--common-color-text2);
    font-size: 16px;
    text-align: center;
}
#page-top #sec-celebrity .speech-bubble p {
    font-weight: 700;
}
#page-top #sec-celebrity .movie-thumbnail {
    border-radius: 8px;
}
#page-top #sec-celebrity .circle {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}
#page-top #sec-celebrity .circle1 {
    top: -180px;
    left: -100px;
    width: 240px;
    height: 240px;
    background-color: var(--common-color-main);
}
#page-top #sec-celebrity .circle2 {
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background-color: #62cdbd;
}

/*============================================================
 店舗情報
*============================================================*/
#page-top #sec-shop .shop-wrap {
    padding: 0 70px;
}
#page-top #sec-shop .shop-info {
    width: 46%;
}
#page-top #sec-shop .shop-title {
    font-weight: bold;
}
#page-top #sec-shop .shop-address {
    padding-bottom: 16px;
}
#page-top #sec-shop .shop-image {
    width: 54%;
}
#page-top #sec-shop .shop-sns {
    justify-content: flex-start;
}
#page-top #sec-shop .shop-sns a {
    display: block;
    margin-right: 10px;
    width: 28px;
}
#page-top #sec-shop .shop-sns a img {
    display: block;
    width: 100%;
}
/*============================================================
コラム
*============================================================*/
#page-top #sec-column {
    background: #F5F5F5;
    position: relative;
    padding-bottom: 0;
}
#page-top #sec-column .inner {
    padding: 120px 60px;
    width: 100%;
    max-width: 1024px;
}
/* column card style*/
#page-top #sec-column .block-card {
    justify-content: center;
}
#page-top #sec-column .block-card .item {
    display: flex;
    flex-direction: column;
    box-shadow: none;
    width: 280px;
}
#page-top #sec-column .block-card .item .card-image {
    width: 100%;
    height: 186px;
    /* background-size: 280px 186px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#page-top #sec-column .block-card .item .post-title {
    padding: 16px 16px 0 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
#page-top #sec-column .block-card .item .posted-date {
    margin-top: auto;
    padding: 0 16px 16px 16px;
    color: #AAA;
    font-size: 12px;
    font-weight: 500;
} /* end column card style*/
/*============================================================
お知らせ
*============================================================*/
#page-top #sec-news {
    padding-top: 80px;
    margin-top: -30px;
}
#page-top #sec-news {
    background-color: var(--common-color-background0);
    position: relative;
    padding-bottom: 0;
}
#page-top #sec-news .inner {
    padding: 120px 60px;
    width: 100%;
    max-width: 1024px;
}
#page-top #sec-news .parts-boxes {
    flex-wrap: nowrap;
    flex-direction: column;
}
#page-top #sec-news .item {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 18px 0;
    border-top: 1px solid #eee;
    position: relative;
}
#page-top #sec-news .item:last-child {
    border-bottom: 1px solid #eee;
}
#page-top #sec-news .post-title {
    padding-right: 30px;
    letter-spacing: .07rem;
    font-weight: 500;
}
#page-top #sec-news .posted-date {
    padding-left: 1px;
    word-break: keep-all;
    color: #aaa;
    font-size: 80%;
    font-weight: 5000;
}
#page-top #sec-news a.item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg);
    margin-top: -2px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    width: 10px;
    height: 10px;
}
/* 20230425時点では「一覧を見る」ボタンは非表示 */
#page-top :is(#sec-news , #sec-column) .parts-btn {
    /* display: none; */
}

/* 装飾 */
#page-top #sec-news .wave-illust-wrapper {
    display: flex;
    justify-content: flex-end;
}
#page-top #sec-news .wave-illust {
    width: 11%;
    position: relative;
    top: 3px;
    transform: scaleX(-1);
    margin-top: -4%;
    margin-right: 7%;
}
#page-top #sec-news .wave1 {
    position: relative;
    z-index: 2;
    margin-top: -5.2%;
    margin-bottom: 10px;
}
#page-top #sec-news .circle {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
}
#page-top #sec-news .circle1 {
    top: 9%;
    left: -80px;
    width: 188px;
    height: 188px;
    background-color: var(--common-color-main);
}
#page-top #sec-news .circle2 {
    right: -78px;
    bottom: -5px;
    width: 130px;
    height: 130px;
    background-color: var(--common-color-sub);
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* @media screen and (max-width: 1024px) { */
@media screen and (max-width: 1100px) {
    /*============================================================
     ページヘッダー
    *============================================================*/
    #page-top #main-contents {
        padding-top: 67px;
    }
    /* メインビジュアル
    ---------------------------------------- */
    #page-top #mainvisual .top-visual {
        padding-top: 48%;
    }

    /*============================================================
     セクション
    *============================================================*/
    #page-top #sec-セクション名 {
    }
}
/* SP版 MV切り替えのブレイクポイント */
@media screen and (max-width: 1024px) {
    /* pc-sp display switch
    ---------------------------------------- */
    #mainvisual .forPC {
        display: none;
    }
    #mainvisual .forSP {
        display: inherit;
    }
    #page-top #mainvisual .top-visual {
        padding-top: 0;
        background-image: none;
    }
    #page-top #mainvisual .mv-sp-wapper {
        text-align: center;
    }
    #page-top #mainvisual .mv-sp-wapper img {
        width: 71%;
    }
    #page-top #main-contents {
        padding-top: 67px;
    }
}
/* SP版 MV横幅変更のブレイクポイント */
@media screen and (max-width: 576px) {
    #page-top #mainvisual .mv-sp-wapper img {
        width: 100%;
    }
}

/* ユーザーの声 改行禁止解除 */
@media screen and (max-width: 900px) {
    #page-top #sec-user-voice .user-meta {
        white-space: normal;
    }
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /* 共通
    ---------------------------------------- */
    #page-top .flex {
        flex-direction: column;
    }
    #page-top .inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    #page-top .sec-title {
        font-size: 28px;
    }
    #page-top #main-contents {
        padding-top: 67px;   
    }
    /* メインビジュアル
    ---------------------------------------- */
    #page-top #mainvisual .top-visual {
        padding-top: 0;
    }
    
    /* walkeyとは
    ---------------------------------------- */
    #page-top #sec-about .banner-wrap {
        padding: 0 30px;
    }
    #page-top #sec-about .banner-wrap a {
        width: 100%;
        margin-bottom: 20px;
    }
    #page-top #sec-about .about-box {
        display: block;
    }
    #page-top #sec-about .about-box-content {
        padding: 0;
    }
    #page-top #sec-about .embedded-video {
        height: 221px;
    }
    #page-top #sec-about .embedded-video iframe {
        /* height: auto; */
    }
    #page-top #sec-about .about-illustration {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
    #page-top #sec-about .img-about-circles {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto
    }
    #page-top #sec-about .img-about-tablet {
        width: 25%;
        top: 40%;
        right: -10%;
    }
    #page-top #sec-about .img-about-people {
        width: 20%;
        right: 10%;
    }
    #page-top #sec-about .img-about-device {
        width: 25%;
        bottom: 35%;
        left: -10%;
        right: auto;
    }

    #page-top #sec-about .img-about-circles {
        width: 100%;
    }

    #page-top #sec-about .circle1 {
        width: 120px;
        height: 120px;
        top: -40px;
        right: -100px;
    }
    #page-top #sec-about .circle2 {
        width: 62px;
        height: 62px;
        top: -40px;
        left: -70px;
    }
    #page-top #sec-about .circle3 {
        width: 129px;
        height: 129px;
        top: 15%;
        right: -70px;
        left: auto;
    }
    #page-top #sec-program .wave1 {
        transform: scale(3);
        margin-top: -60px;
    }
    /* walkeyプログラム
    ---------------------------------------- */
    #page-top #sec-program .inner {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    #page-top #sec-program .card {
        padding: 0;
    }
    #page-top #sec-program .card-title {
        font-size: 20px;
    }
    #page-top #sec-program .card-desc {
        line-height: 1.6;
    }
    #page-top #sec-program .card-illust {
        width: 35%;
    }
    #page-top #sec-program .card2 .card-illust {
        left: -15%;
    }
    #page-top #sec-program .circle1 {
        width: 84px;
        height: 84px;
        top: -20px;
        right: -20px;
    }
    #page-top #sec-program .circle2 {
        width: 124px;
        height: 124px;
        top: -10%;
        right: auto;
        left: -30%;
    }
    #page-top #sec-program .circle3 {
        width: 56px;
        height: 56px;
        top: 15%;
        right: -15%;
    }
    #page-top #sec-program .circle4 {
        top: 30%;
        left: -5%;
        width: 70px;
        height: 70px;
    }
    #page-top #sec-program .circle5 {
        background-color: var(--common-color-main);   
        width: 104px;
        height: 104px;
        top: -13%;
        right: -20%;
    }
    #page-top #sec-program .wave {
        transform: scale(3);
    }
    /* 専用機器の特徴
    ---------------------------------------- */
    #page-top #sec-feature {
        padding-bottom: 0;
    }
    #page-top #sec-feature .sec-title {
        padding-bottom: 20px;
    }
    #page-top #sec-feature .card {
        min-height: auto;
        background-image: none;
    }
    
    #page-top #sec-feature .slick .card .card-text {
        /* top: 100%; */
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
        color: var(--common-color-text);
        padding: 12% 30px 38px 38px;
        font-size: 13px;
        line-height: 2;
    }
    #page-top #sec-feature .slick .arrow {
        top: 30%;
        width: 35px;
        height: 35px;
    }
    #page-top #sec-feature .slick .arrow::after {
        width: 10px;
        height: 10px;
    }
    #page-top #sec-feature .slick .arrow-next {
        right: 15px;
    }
    #page-top #sec-feature .slick .arrow-prev {
        left: 15px;
    }
    #page-top #sec-feature .slick-dots {
        top: 54%;
    }
    #page-top #sec-feature .slick-dots li {
        transform: scale(.7);
        margin: 0 2px;
    }
    #page-top #sec-feature .slick {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #page-top #sec-feature .slick-dotted.slick-slider {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    /* プログラム共同開発者 & トレーナー
    ---------------------------------------- */
    #page-top :is(#sec-developer , #sec-trainer) .wave {
        transform: scale(3);
    }
    #page-top :is(#sec-developer , #sec-trainer) .wave-illust {
        width: 25%;
        margin-bottom: -11%;
    }
    #page-top :is(#sec-developer , #sec-trainer) .circle1 {
        width: 90px;
        height: 90px;
        top: 100%;
        right: -12%;
    }
    #page-top :is(#sec-developer , #sec-trainer) .inner {
        padding-top: 50px;
    }
    #page-top :is(#sec-developer , #sec-trainer) .card {
        padding: 0;
    }
    #page-top :is(#sec-developer , #sec-trainer) .card-image {
        width: 75%;
    }
    #page-top :is(#sec-developer , #sec-trainer) .card-name {
        font-size: 20px;
    }
    #page-top :is(#sec-developer , #sec-trainer) .card-content :is(h3,h4,h5,h6) {
        font-size: 20px;
    }
    #page-top  :is(#sec-developer , #sec-trainer) .card-content p {
        line-height: 1.8;
        letter-spacing: 2px;

    }
    /* ユーザーの声
    ---------------------------------------- */    
    #page-top #sec-user-voice {
        padding: 60px 0;

    }
    #page-top #sec-user-voice .inner {
        max-width: 100%;
        padding: 40px 30px;
    }
    #page-top #sec-user-voice .flex {
        gap: 40px;
    }

    #page-top #sec-user-voice .sec-deco {
        top: -60px;
    }
    #page-top #sec-user-voice .wave {
        transform: scale(3);
    }
    #page-top #sec-user-voice .wave-illust {
        width: 17%;
        top: -140%;
    }
    /* 著名人も利用
    ---------------------------------------- */    
    #page-top #sec-celebrity .sec-title {
        font-size: 22px;
    }
    #page-top #sec-celebrity .image {
        width: 100%;
    }
    #page-top #sec-celebrity .flex {
        margin-bottom: 80px;
    }
    #page-top #sec-celebrity .celebrity-content {
        width: 100%;
    }
    #page-top #sec-celebrity .celebrity-name {
        font-size: 26px;
        margin-top: 32px;
    }
    #page-top #sec-celebrity .celebrity-name span {
        font-size: 18px;
    }
    #page-top #sec-celebrity .celebrity-title {
        font-size: 20px;
        line-height: 1.4;

    }
    #page-top #sec-celebrity .movie-link {
        flex-direction: row;
    }
    #page-top #sec-celebrity .flex-item {
        /* width: 100%; */
    }
    #page-top #sec-celebrity .speech-bubble {
        /* max-width: 90%;
        margin: 0 auto; */
    }
    /* 店舗情報
    ---------------------------------------- */    
    #page-top #sec-shop {
        padding-bottom: 0;
    }
    #page-top #sec-shop .inner {
        padding: 0;
        max-width: 100%;
    }
    #page-top #sec-shop .flex {
        flex-direction: column-reverse;
    }
    #page-top #sec-shop .shop-wrap {
        padding: 0;
        max-width: 100%;        
    }
    #page-top #sec-shop .shop-image {
        width: 100%;
    }
    #page-top #sec-shop .shop-info {
        padding: 30px 30px 10px;
        width: 100%;
    }
    #page-top #sec-shop .shop-wrap .shop-sns {
        flex-direction: row;
    }
    #page-top #sec-shop .map-embed {
        padding: 0 30px;
    }
    #page-top #sec-shop .sec-deco {
        position: relative;
        margin-top: 50px;
    }
    #page-top #sec-shop .wave {
        position: relative;
        z-index: 1;
        transform: scale(3);
    }
    #page-top #sec-shop .wave-illust {
        position: relative;
        margin-bottom: -7%;
        margin-left: 4%;
        width: 18%;
        z-index: 2;
        transform: scaleX(-1);
    }
    /* ニュース & コラム
    ---------------------------------------- */   
    #page-top :is(#sec-news , #sec-column) {
        padding-top: 0;
    }
    #page-top :is(#sec-news , #sec-column) .inner {
        padding: 55px 30px;
    }
    #page-top :is(#sec-news , #sec-column) .post-title {
        font-weight: 500;
        line-height: 1.6;
    } 
    /* コラム
    ---------------------------------------- */   
    #page-top #sec-column .item {

    }
}
/* 著名人も利用 微調整 */
@media screen and (max-width: 576px) {
    #page-top #sec-celebrity .movie-link {
        flex-direction: column-reverse;
    }
    #page-top #sec-celebrity .flex-item {
        width: 100%;
    }
}