.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: 85%;
    letter-spacing: 1px;
    margin-top: 25px;
    margin: 0px auto;
    /* margin-left: 10%; */
    width: 80%;
}

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.6px;
    text-decoration: none !important;
}

.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 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: 160px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 150px;
    height: 50px;
    line-height: 20px;
    text-align: center;
    font-size: 80%;
    /* 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;
}

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

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

header .event_btn {
    position: absolute;
    top: 16px;
    right: 30px;
    background: transparent;
    color: #fff;
    width: 110px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 80%;
    /* 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;
    color: #fff;
    font-size: 13px;
    /*letter-spacing: 0.6px;*/
    text-decoration: none !important;
}

header .event_btn:hover{
background-color: #fff;
color: #000 !important;
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;*/

}
.is-animation .header_logo a{
    left: 30px;
    width: 70px;
    height: 30px;
    /*transition: 0.3s;*/
    top: 10px;

}

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

.is-animation .otameshi_btn {
    display: block;
    position: absolute;
    top: 8px;
    right: 150px;
    width: 105px;
    height: 32px;
    /*border: 2px solid #fff;*/
    line-height: 15px;
}

.is-animation .event_btn {
    display: block;
    position: absolute;
    top: 8px;
    right: 13px;
    width: 120px;
    height: 32px;
    line-height: 32px;
}

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

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;
    }

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


footer{
  width: 100%;
  height: 100px;
  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{
    list-style: none;
    display: flex;
    justify-content: center;
/*    margin-right: 3%;*/
    padding-top: 10px;
    font-size: 105%;
    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;
}



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




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

    .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: 0px;
    right: 0px;
    margin: auto;
    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{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px 0;
    display: flex;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    }

    .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: 40px 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 !important;
    box-shadow: none;
    font-weight: 500;
    }

    header .gnav__btn2{

    background: transparent;
    color: #fff;
    width: 130px;
    height: 47px;
    line-height: 47px;
    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: 3px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    font-weight: 500;
    }

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

    header .btn_wrap{
        margin-top: 40px;
    }


    /*スタジオページ 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 .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;
    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: 0;
    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: 60px;
        background-color: rgb(0,0,0);
        position: relative;
        font-size: 70%;
    }
    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); }
}
