.pc{
    display: block;
}
.sp{
    display: none;
}
/************************************************/
/*******************  ヘッダー  *******************/
/************************************************/
header{
  width: 100%;
  height: 80px;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 10000;
  box-shadow: 0 0 5px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;

    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    text-align: center;

}

header nav{
    margin-top: 25px;

}

header ul{
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 5px 0 0 0;
    font-size: 83%;
    letter-spacing: 1px;
    margin-top: 25px;
     /* margin: 0px auto; */
    margin-left: 8%;  /* 20200604修正 ロゴとの隙間縮め */
    width: 80%;
}

header ul li a{
    display: block;
    margin: 0 8px;  /* 20200604修正 メニュー同士の隙間縮め */
    color: #fff;
    position: relative;
    display: inline-block;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-decoration: none !important;
}


/* 20200604追加 ▼▼▼===================== */

 @media screen and (min-width: 1365px) {
  /* デバイスサイズ 1365px 以上に適用 */

header ul li a{
    display: block;
    margin: 0 20px; /* メニュー同士の隙間広げる */
    color: #fff;
    position: relative;
    display: inline-block;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-decoration: none !important;
}

}

@media screen and (min-width: 1025px) and (max-width:1364px) {
  /* デバイスサイズ 1024px〜1364px 以上に適用 */

header ul li a{
    display: block;
    margin: 0 13px; /* メニュー同士の隙間広げる */
    color: #fff;
    position: relative;
    display: inline-block;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-decoration: none !important;
}

}
/* ▲▲▲================================= */

.ui-body-c .web-nyukai.ui-link:hover,
.ui-body-c .web-nyukai.ui-link:visited,
.ui-body-c .web-nyukai.ui-link,
.ui-body-c .event_btn.ui-link:hover,
.ui-body-c .event_btn.ui-link:visited,
.ui-body-c .event_btn.ui-link,
.ui-body-c .otameshi_btn.ui-link:hover,
.ui-body-c .otameshi_btn.ui-link:visited,
.ui-body-c .otameshi_btn.ui-link,
.ui-body-c .otameshi_btn2.ui-link:hover,
.ui-body-c .otameshi_btn2.ui-link:visited,
.ui-body-c .otameshi_btn2.ui-link,
.ui-body-c ul li .ui-link,
.ui-body-c ul li .ui-link:visited,
.ui-body-c ul li .ui-link:hover,
header ul li a:link,
header ul li a:visited {
    color: #fff;
    font-weight: 200;
    text-shadow: none;
}

header ul li a::after {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      transform: scale(0, 1);
      transform-origin: center top;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
header ul li a:hover::after {
  transform: scale(1, 1);
}


header ul li:last-child{
    margin-right: 170px;
}

header ul li:last-child{
    border-right: none;
}

header .header_logo a{
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 90px;
    height: 40px;
    background: url(../../images/top/bodies_logo.png) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}



/*お試しボタン*/

header .otameshi_btn {
    position: absolute;
    top: 15px;
    right: 117px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 80px;
    height: 42px;
    line-height: 20px;
    text-align: center;
    font-size: 70%;
    /* border-radius: 5px; */
    /* box-shadow: 0px 0px 0px 2px inset rgb(249, 127, 98); */
    border: 4px solid #fff;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    letter-spacing: 1px;
    color: #fff;
    font-size: 13px;
    /*letter-spacing: 0.6px;*/
    text-decoration: none !important;
}

/* 20200529追加 ▼▼▼===================== */

/*.otameshi_btn2 {
    position: absolute;
    top: 15px;
	right: 120px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 140px;
    height: 42px;
    line-height: 20px;
    text-align: center;
    font-size: 70%;
    border: 4px solid #fff;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
     letter-spacing: 1px;
    color: #fff;
    font-size: 13px;
    text-decoration: none !important;
}*/
/* ▲▲▲================================= */


/* 20221126追加 ▼▼▼===================== */

.otameshi_btn2 {
    position: absolute;
    top: 15px;
    right: 120px;
/*    right: 220px;*/
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 150px;
    height: 50px;
    line-height: 20px;
    text-align: center;
    font-size: 70%;
    /* border-radius: 5px; */
    /* box-shadow: 0px 0px 0px 2px inset rgb(249, 127, 98); */
    /*border: 4px solid #fff;*/
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
     letter-spacing: 1px;
    color: #fff;
    font-size: 13px;
    /*letter-spacing: 0.6px;*/
    text-decoration: none !important;
}

header .web-nyukai {
    position: absolute;
    top: 15px;
    right: 290px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 150px;
    height: 50px;
    line-height: 20px;
    text-align: center;
    font-size: 70%;
    /* border-radius: 5px; */
    /* box-shadow: 0px 0px 0px 2px inset rgb(249, 127, 98); */
    /*border: 4px solid #fff;*/
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
     letter-spacing: 1px;
    color: #fff;
    font-size: 13px;
    /*letter-spacing: 0.6px;*/
    text-decoration: none !important;
}


/* ▲▲▲================================= */


.parent-studio header .otameshi_btn {
    margin: 0;
}

.parent-studio header .otameshi_btn:hover {
    opacity: 1;
}

.parent-studio header .otameshi_btn2:hover {
    opacity: 1;
}

header .event_btn:visited,
header .event_btn:link,
header .otameshi_btn:visited,
header .otameshi_btn:link {
    color: #fff;
}

header .event_btn2:visited,
header .event_btn2:link,
header .otameshi_btn2:visited,
header .otameshi_btn2:link {
    color: #fff;
}

header .otameshi_btn:hover{
background-color: #fff;
color: #000;
box-shadow: none;
font-weight: 500;
}

header .otameshi_btn2:hover{
background-color: #fff;
color: #000;
box-shadow: none;
font-weight: 500;
}

header .event_btn {
    position: absolute;
    top: 16px;
    right: 20px;
    background: transparent;
    color: #fff;
    width: 80px;
    height: 47px;
    line-height: 20px;
    text-align: center;
    font-size: 70%;
    /* border-radius: 5px; */
    /* box-shadow: 0px 0px 0px 2px inset rgba(171, 171, 171, 0.9); */
    border: 1px solid #fff;
    letter-spacing: 1px;
   /* letter-spacing: 3px; */
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    color: #fff;
    font-size: 80%;
    /*letter-spacing: 0.6px;*/
    text-decoration: none !important;
}

header .event_btn:hover{
background-color: #fff;
color: #000;
box-shadow: none;
font-weight: 500;
}


/*  ヘッダースクロール後  */

.is-animation {
  height: 50px;
  background-color: rgba(0,0,0,0.9);
}
.is-animation nav {
  color: #000;
  font-size: 80%;
      margin-top: 15px;
}
.is-animation ul{
    padding-top: 0px;
/*    transition: 0.3s;*/
    margin-top: 10px;
}
.is-animation .header_logo a{
    left: 30px;
    width: 70px;
    height: 30px;
    /*transition: 0.3s;*/
    top: 10px;

}

.is-animation  ul li a{
    font-size: 10px;
    letter-spacing: 0.5px;
}

.is-animation .otameshi_btn {
    display: block;
    position: absolute;
    top: 8px;
    right: 110px;
    width: 80px;
    height: 28px;
    border: 2px solid #fff;
    line-height: 13px;
    font-size: 0.5em;
    padding-top:0.4em;
}

/* 20200529追加 ▼▼▼===================== */
/*
.is-animation .otameshi_btn2 {
    display: block;
    position: absolute;
    top: 8px;
    right: 110px;
	width: 110px;
    height: 28px;
    border: 2px solid #fff;
    line-height: 13px;
    font-size: 0.5em;
    padding-top:0.4em;
}*/
.is-animation .otameshi_btn2 {
    display: block;
    position: absolute;
    top: 8px;
    right: 110px;
    /* right: 210px; */
    width: 110px;
    height: 35px;
    /* border: 2px solid #fff; */
    line-height: 13px;
    font-size: 0.5em;
    /*padding-top: 0.4em;*/
}
.is-animation .web-nyukai {
    display: block;
    position: absolute;
    top: 8px;
    right: 235px !important;
    /* right: 210px; */
    width: 110px;
    height: 35px;
    /* border: 2px solid #fff; */
    line-height: 13px;
    font-size: 0.5em;
    /*padding-top: 0.4em;*/
}

/* ▲▲▲================================= */

.is-animation .event_btn {
    display: block;
    position: absolute;
    top: 8px;
    right: 13px;
    width: 80px;
    height: 30px;
    line-height: 13px;
    font-size: 0.5em;
    padding-top:0.4em;
}

/*コンセプトコピー*/

header .main_copy{
    position: absolute;
    top: 300px;
    font-size: 300%;
    font-weight: 100;
    right: 1%;
    animation-name: fadein;
    animation-duration: 2.0s;
}


/*  キャンペーンボタン  */

header .pc_campaign{
        display: block;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 350px;
}

header .pc_campaign:hover{
    opacity: 0.6;
}

header .SNS{
    width: 125px;
    background-color: #fff;
    height: 100px;
    position: absolute;
    top: 0;
    right: 15px;
}

header .SNS div{
    display: flex;
    margin-top: 5px;
    justify-content: center;
}

header .SNS div a{
    margin: 0 3px;
}

header .pc_campaign{
    position: absolute;
    bottom: 66px;
    right: 80px;
    background: rgba(255, 255, 255, 0.7);
    width: 230px;
    height: 230px;
    padding: 0 5px 25px;
    border-radius: 50%;
    box-shadow: 0 0 10px #86868630;
}
header .pc_campaign h4{
    font-size: 160%;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 7px;
    margin: 40px auto 10px;
    color: rgb(239, 104, 57);
    /* background: rgb(255, 255, 255); */
    /* border-radius: 50%; */
    padding-left: 10px;
    /* box-shadow: 0 0 0 10px; */
    }

header .pc_campaign p{
    font-size: 100%;
    letter-spacing: 3px;
    display: inline-block;
    }

/************************************************/
/**********************  フッター  *****************/
/************************************************/



/* ------------- 2020.09.03飯塚追加 ------------- */
div#footerTaiken {
position: fixed !important;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
/* background-color: #e40077;
color: #fff;
text-align:center; */
z-index: 1;
}
div#footerTaiken_l {
float: left;
width: 100%;
padding: 20px 0;
background-color: #e63178;
color: #fff;
text-align:center;
z-index: 1;
}
#footerTaiken_l a {
color: #fff;
font-size: 1.1em;
}
/* ------------- 2020.09.03飯塚追加 ------------- */


footer{
  width: 100%;
/*  height: 110px; */
  height: 190px;
  background-color: rgb(0,0,0);
  position: relative;
  font-size: 70%;
  text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    text-align: center;
}
footer ul.first{
    padding-top: 30px;
}
footer ul{
    list-style: none;
    display: flex;
    justify-content: center;
/*    margin-right: 3%;*/
    padding-top: 10px;
    font-size: 1em;
    letter-spacing: 3px;
/*    width: 1000px;*/
}

footer ul li a{
    display: block;
    margin: 0 0 0 15px;
    padding: 0 15px 0 0;
/*    border-right: 1px solid #fff;*/
    color: #fff;
    font-size: 12px;
    text-decoration: none !important;
}

footer ul li a:link,
footer ul li a:visited {
    color: #fff;
}


footer ul li:last-child{
    border-right: none;
}

footer div {
    display: block;
    margin: 10px auto;
}

footer p{
    position: absolute;
    bottom: 0;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 11px;
}

. img{
    transition-duration: 0.3s;
}
.swiper-scrollbar {
    display: none;
}

.swiper-pagination-bullet-active{
    background: #000000;
}

.swiper-container {
    width: 100%;
    height: 85vh;
}

.slick-slide .main_images .pc{
    height: 85vh;
    }

.slick-slide .main_images .sp{
    height: 85vh;
    }

    .sp_campaign{
    position: absolute;
    bottom: 65px;
    right: 5px;
    background: rgba(255, 255, 255, 0.85);
    width: 150px;
    height: 150px;
    padding: 0 5px 25px;
    border-radius: 50%;
    box-shadow: 0 0 10px #86868630;
}
    .sp_campaign h4 {
    font-size: 110%;
    line-height: 25px;
    letter-spacing: 4px;
    margin: 0 auto 10px;
    color: rgb(239, 104, 57);
    /* background: rgb(255, 255, 255); */
    /* border-radius: 50%; */
    /* box-shadow: 0 0 0 10px; */
    }

    .sp_campaign p {
    font-size: 80%;
    letter-spacing: 1px;
    line-height: 20px;
    display: inline-block;
    }


/*page*/
#pageBody {
    padding-top: 90px;
    margin: auto;
}



/**************************************************************************/
/**************************************************************************/
/* レスポンシブ */
/**************************************************************************/
/**************************************************************************/




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

    .pc{
    display: none;
    }
    .sp{
    display: block;
    }

    /*ヘッダー*/
    header{
        height: 60px;
        background-color: rgba(0,0,0,0.9);
        z-index: 9999;
    }
    header div {
        display: block;
        margin: 10px 0 0 10px;
        width: 40px;
        height: 40px;
    }
    header div img {
        width: 40px;
        height: 40px;
    }

    header .header_logo a {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 20px;
    right: 0px;
    margin: auto 0;
    width: 80px;
    height: 45px;
    background: url(../../images/top/bodies_logo.png) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    }

    header ul{
        margin-top: 40px;
        display: block;
    }

        .is-animation nav {
    color: #000;
    font-size: 80%;
    /* margin-top: 15px; */
    }
    .is-animation .header_logo a{
        left: 0;
    }

        /*menu*/
    header .menu{
    height: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    width: 30px;
    z-index: 99;
    bottom: 0;
    margin: auto;
    }
    header .menu__line{
        background: #fff;
        display: block;
        height: 2px;
        position: absolute;
        transition:transform .3s;
        width: 100%;
    }
    header .menu__line--center{
        top: 9px;
    }
    header .menu__line--bottom{
        bottom: 0;
    }
    header .menu__line--top.active{
        top: 8px;
        transform: rotate(45deg);
    }
    header .menu__line--center.active{
        transform:scaleX(0);
    }
    header .menu__line--bottom.active{
        bottom: 10px;
        transform: rotate(135deg);
    }
    

    
    .shortcut_nav a{
    display: block;
    margin: 0px 1px;
    /* border: 1px double #797979; */
    padding: 15px 0px;
    font-size: 80%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    width: 33%;
    letter-spacing: 1px;
    }

    .shortcut_nav a:hover{
        background-color: #000;
        color: #fff;
    }

    header nav {
        margin: 0;
    }

    /*スマホナビ*/
    header .gnav{
        background: rgba(0,0,0,0.9);
        display: none;
        height: 100vh;
        position: fixed;
        width: 100%;
        z-index: 98;
        top: 0;
        left: 0;
    }
    header .gnav__wrap{
        align-items:center;
        display: block;
        height: 100vh;
        justify-content: center;
        position: absolute;
        width: 100%;
    }
    header .gnav__menu__item{
        margin: 20px 0;
        line-height: 1;
    }
    header .gnav__menu__item a{
    color: #fff;
    font-size: 110%;
    font-weight: 500;
    /* padding: 40px; */
    text-decoration: none;
    transition: .5s;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    font-size: 15px;
    }
    header .gnav__menu__item a:hover{
        color: #666;
    }
    header ul li:last-child{
        margin: 0;
    }

    header .btn_wrap{
        display: flex;
        justify-content: center;
    }
    

   header .gnav__btn {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 11px;
    /* border-radius: 5px; */
    /* box-shadow: 0px 0px 0px 2px inset rgb(249, 127, 98); */
    border: 4px solid #fff;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    letter-spacing: 1px;
    font-weight: 500;
    }

    header .gnav__btn::after {
      position: absolute;
      bottom: 0px;
      left: 0;
      content: '';
      width: 0px;
      height: 0px;
        }

    header .gnav__btn:hover{
    background-color: #fff;
    color: #000;
    box-shadow: none;
    font-weight: 500;
    }
    
     header .btn_wrap{
        margin-top: 40px;
    }
    

    /* 2020/06/25追加 ================================================== */
    
    header .btn_wrap2{
        display: flex;
        justify-content: center;
    }

    
    header .gnav__btn2{

    background: transparent;
    color: #fff;
     width: 156px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 11px;
    /* border-radius: 5px; */
    /* box-shadow: 0px 0px 0px 2px inset rgba(171, 171, 171, 0.9); */
    border: 1px solid #fff;
    letter-spacing: 1px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    font-weight: 500;
   /* margin-bottom: 30px; */
    }

    header .gnav__btn2:hover{
    background-color: #fff;
    color: #000;
    box-shadow: none;
    font-weight: 500;
    }
    
    header .gnav__btn2::after {
      position: absolute;
      bottom: 0px;
      left: 0;
      content: '';
      width: 0px;
      height: 0px;
        }

   
    header .btn_wrap2{
        margin-top: 30px;
    }

    
    /* 2020/06/25追加ここまで ================================================== */


    /*スタジオページ override*/
    .parent-studio header ul{
        list-style: none;
        display: block;
        justify-content: center;
        padding: 5px 0 0 0;
        font-size: 85%;
        letter-spacing: 1px;
        margin: 40px auto 0;
        /* margin-left: 10%; */
        width: 70%;
        height: auto;
    }

    .parent-studio header .gnav ul li:last-child,
    .parent-studio header .gnav ul li {
        border: none;
    }

    .parent-studio header .gnav ul li a,
    .parent-studio header .gnav ul li a:link,
    .parent-studio header .gnav ul li a:visited {
        color: #fff;
        font-weight: 200;
        text-shadow: none;
        transition: .5s;
        letter-spacing: 1px;
        font-size: 15px;
        height: auto;
        line-height: 1;
    }


    .parent-studio header .btn_wrap {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
    
    
    .parent-studio header .btn_wrap2{
        margin-top: 30px;
        justify-content: center;
    }

    .parent-studio header .gnav__btn {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        width: 150px;
        height: 42px !important;
        line-height: 42px !important;
        text-align: center;
        font-size: 14px !important;
        /* border-radius: 5px; */
        /* box-shadow: 0px 0px 0px 2px inset rgb(249, 127, 98); */
        border: 4px solid #fff;
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .parent-studio header .gnav__btn2 {
        background: transparent;
        color: #fff;
        width: 130px;
        height: 47px !important;
        line-height: 47px !important;
        text-align: center;
        font-size: 14px !important;
        /* border-radius: 5px; */
        /* box-shadow: 0px 0px 0px 2px inset rgba(171, 171, 171, 0.9); */
        border: 1px solid #fff;
        letter-spacing: 3px;
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        font-weight: 500;
    }

    .parent-studio .slick-next {
        display: none !important;
    }


    /*フッター*/
    footer{
        font-weight: bold;
    width: 100%;
/*    height: 55px; */
    height: 105px;
    background-color: rgb(0,0,0);
    position: relative;
    font-size: 70%;
    }


    footer ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* margin-right: 3%; */
    padding-top: 15px;

    }
    footer ul li a {
    display: block;
    margin: 0 5px;
    font-size: 50%;
    letter-spacing: 0px;
    padding: 0 10px 0 0;
    line-height: 1.5;
    }

    footer p{
            color: #fff;
    /* padding: 6px; */
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 60%;
    }

    footer ul li a {
        border: none;
        font-size: 70%;
        padding-top: 5px;
    }
    footer {
        width: 100%;
        height: 100px;
        background-color: rgb(0,0,0);
        position: relative;
        font-size: 70%;
        padding: 10px 0 0 0;
    }
    footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 0;
    /* margin-right: 3%; */
    }


    /*page*/
    .single-column #pageBody,
    .parent-studio #pageBody {
        padding-top: 60px;
    }

    /*スタジオページ*/
    .price_beginner_wrapper div {
        max-width: 500px !important;
    }

}

/*エフェクト関連*/


.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


  /* ipad用 2020/07/07修正============================= */


@media screen and (max-width:480px) {
 .shortcut_nav{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px 0;
    display: flex;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    }
 }


@media screen and (min-width: 481px) and (max-width: 1024px) {
    .shortcut_nav{
    width: 100%;
    text-align: center;
    margin: 60px auto 20px;
    padding: 0px 0;
    display: flex;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    }
}

  /* ipad用 2020/07/07修正▲▲▲============================= */

.fix-menu {
  position: fixed;
  bottom: 0;
  height: auto;
  z-index: 999;
  width: 100%;
  background: rgba(0,0,0,0.8);
}

.is-fixed {
  display: none!important;
}

  /* お試しボタン追加 2022/11/26修正▲▲▲============================= */

header .rsv-btn-sp{
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    /*left: 0px;*/
    right: 60px;
    margin: auto 0;
    width: 100px;
    height: 55px;
    background: url(https://www.bodies.jp/wbodiesp/wp-content/uploads/2023/03/img_header_bn_sp.jpg) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    }

header .webrsv-btn-sp{
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    /*left: 0px;*/
    right: 150px;
    margin: auto 0;
    width: 100px;
    height: 55px;
    background: url(../../common/images/webnyukai_header_bn_sp.jpg) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    }


  /* 価格訴求自体調整 2024/09/22修正▲▲▲============================= */

.tit_price_appeal{
    color: #E9601C;
    font-weight: 700;
    font-size: 130%;
    display: inline-block;
    margin-right: 5px;
	margin-top:8px;
}