@charset "utf-8";
@import url(../css/reset.css);

body {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: normal;
    background-color: #fff;
}

.fff {
    color: #fff;
}
.pink {
    color: #eb51c2;
}
.green {
    color: #00B21B;
}
.recommend::after {
    display: block;
    content: 'オススメ！';
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    top: -22.5px;
    left: calc(50% - 128px);
    width: 256px;
    padding: 7.5px 0;
    color: #EB51C2;
    background-color: #fff;
    border: 2px solid #EB51C2;
    border-radius: 70px;
}
/*fade up animation*/
.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeUpTrigger{
    opacity: 0;
}
/*background extend animation*/
.bgappear {
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.bgextend {
    display: block;
    width: 212.97px;
    height: 87px;
    position: absolute;
    top: 160px;
    left: 165px;
    z-index: 5;
    animation-name: bgextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    overflow: hidden;
    opacity: 0;
}
.bgextend::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #EB51C2;
    animation-name: bgLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@media screen and (min-width: 1025px) {
    .bgextend {
        display: block;
        width: 456.35px;
        height: 186px;
        top: 220px;
    }
}
@keyframes bgextendAnime {
    from {
        opacity:0;
    }
    to {
        opacity:1;  
    }
}
@keyframes bgLeftAnime {
    0% {
        transform-origin:left;
        transform:scaleX(0);
    }
    50% {
    transform-origin:left;
    transform:scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
    }
}
.br_sp {
    display: block;
}
@media screen and (min-width: 600px) {
    .br_sp {
        display: none;
    }
}
.reg_btn {
    display: block;
    width: 220px;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    text-align: center;
    padding: 14px 0;
    color: #fff;
    background-color: #eb51c2;
    text-decoration: none;
    border-radius: 20px;
}
@media screen and (min-width: 1025px) {
    .reg_btn {
        width: 370px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 29px;
        padding: 30px 0;
        border-radius: 50px;
    }
}
.reverse {
    color: #eb51c2;
    background-color: #fff;
}
.wave_top {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transform: translateY(1px);
}
.wave_top svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #eb51c2;
}
.wave_bottom {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transform: translateY(-1px);
}
.wave_bottom svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #eb51c2;
}
.inner {
    display: block;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
@media screen and (min-width: 1025px) {
    .inner {
        width: 79%;
        max-width: 1110px;
    }
}
.inner::after {
    content: '';
    clear: both;
    display: block;
}
.wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: #eb51c2;
}
.section_title {
    padding-top: 40px;
    margin-bottom: 28px;
}
.section_title h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    line-height: 33px;
    font-weight: normal;
}
.section_title p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 1px;
}
@media screen and (min-width: 1025px) {
    .section_title {
        padding-top: 12px;
        margin-bottom: 37px;
    }
    .section_title h1 {
        font-size: 64px;
        line-height: 64px;
    }
    .section_title p {
        font-size: 20px;
        line-height: 27px;
    }
}

/*header*/
header {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 60px;
    position: fixed;
    background-color: transparent;
    z-index: 999;
}
header .inner {
    position: relative;
}
a#header_logo img {
    display: block;
    width: 96px;
    height: 12px;
    position: absolute;
    top: 24px;
    left: 0;
}
a#header_link {
    display: none;
    position: absolute;
    top: 7.5px;
    right: 0;
}
@media screen and (min-width: 600px) {
    a#header_link {
        display: none;
    }
}
@media screen and (min-width: 1025px) {
    #header {
        height: 90px;
    }
    a#header_logo img {
        width: 180px;
        height: 23px;
        top: 38.5px;
    }
    a#header_link {
        width: 220px;
        font-size: 13px;
        line-height: 17px;
        padding: 14px 0;
        border-radius: 20px;
        top: 22.5px;
        right: 0;
    }
}
/*header fixed*/
header.fixed {
    background-color: #fff;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
/* fadeIn animation*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1}
}
header.fixed a#header_link {
    display: block;
}

/*top*/
.top {
    display: block;
    width: 100%;
    height: 80vh;
    min-height: 798px;
}
.top .inner {
    position: relative;
}
.top_image {
    display: block;
    width: 67.5%;
    height: 410px;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: -1;
}
.top_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0 50px;
}
.top h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    line-height: 44px;
    font-style: italic;
    font-weight: normal;
    position: absolute;
    top: 161px;
    background-color: #fff;
}
.top_sub {
    width: 232px;
    background-color: #fff;
    position: absolute;
    top: 259px;
    font-size: 13px;
    line-height: 17px;
}
a#top_link {
    position: absolute;
    top: 293px;
}
.top h2 {
    display: block;
    width: 100%;
    height: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 56px;
    line-height: 57px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    position: absolute;
    top: 389px;
    left: 0;
    text-transform: uppercase;
}
.top h3 {
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: absolute;
    top: 503px;
    left: 0;
    text-align: center;
}
.top_text {
    font-size: 15px;
    line-height: 26px;
    position: absolute;
    top: 547px
}
@media screen and (min-width: 600px) {
    .top h3 {
        top: 446px;
        font-weight: bold;
    }
}
@media screen and (min-width: 1025px) {
    .top {
        min-height: 1017px;
        max-height: 1017px;
    }
    .top_image {
        height: 680px;
        position: absolute;
        right: -20px;
    }
    .top_image img {
        border-radius: 0 0 0 90px;
    }
    .top h1 {
        font-size: 90px;
        line-height: 93px;
        top: 220px;
    }
    .top_sub {
        width: 476px;
        top: 425px;
        left: 0;
        font-size: 28px;
        line-height: 40px;
    }
    a#top_link {
        top: 496px;
        left: 165px;
    }
    .top h2 {
        width: 901px;
        font-size: 108px;
        line-height: 110px;
        top: 657px;
        left: calc(50% - 450.5px);
    }
    .top h3 {
        width: 500px;
        font-size: 32px;
        line-height: 46px;
        top: 768px;
        left: calc(50% - 250px);
        font-weight: bold;
    }
    .top_text {
        width: 100%;
        font-size: 16px;
        line-height: 30.4px;
        top: 835px;
        text-align: center;
    }
}
/*about*/
.about .inner {
    width: 100%;
    max-width: 100%;
}
.about .item::after {
    content: '';
    clear: both;
    display: block;
}
.about .item {
    margin-bottom: 40px;
}
.about .item img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}
.about .item_text {
    display: block;
    width: calc(100% - 54px);
    background-color: #fff;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
    margin-left: 27px;
    padding: 39px 30px 72px;
    border-radius: 8px;
    float: left;
    position: relative;
    z-index: 10;
}
.about .item:nth-of-type(2) .item_text {
    padding-bottom: 49px;
}
.about .item_text h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    line-height: 19px;
    font-weight: normal;
}
.about .item_text h2 {
    font-size: 22px;
    line-height: 31.5px;
    font-weight: normal;
    margin-top: 15px;
}
.about .item_text p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 22px;
}
a#about_link {
    padding: 18px 0;
    width: calc(100% - 40px);
    margin: 0 auto 40px;
    border-radius: 100px;
}
@media screen and (min-width: 1025px) {
    .about .inner {
        width: 100%;
        max-width: 1110px;
    }
    a#about_link {
        display: none;
    }
    .about .item {
        margin-bottom: 80px;
        position: relative;
    }
    .about .item:nth-of-type(2) {
        margin-bottom: 60px;
    }
    .about .item img {
        width: 950px;
        max-width: 950px;
    }
    .about .item .item_text {
        width: 555px;
        position: absolute;
        margin: 0;
        padding: 60px;
        box-shadow: 0 0 40px 8px rgba(0, 0, 0, 0.1);
    }
    .about .item:nth-of-type(1) .item_text {
        top: 75px;
        right: 20px;
    }
    .about .item:nth-of-type(2) .item_text {
        padding-bottom: 60px;
        top: 124px;
        left: 20px;
    }
    .about .item_text h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .about .item_text h2 {
        font-size: 32px;
        line-height: 47px;
        font-weight: bold;
    }
    .about .item_text p {
        font-size: 16px;
        line-height: 28.25px;
        margin-top: 16px;
        letter-spacing: 0.1em;
    }
    .about .item:nth-of-type(odd) img {
        float: left;
    }
    .about .item:nth-of-type(even) img {
        float: right;
    }
}
/*trainer*/
.trainer .inner {
    padding-bottom: 40px;
}
.trainer ul {
    list-style: none;
}
.trainer ul li a {
    text-decoration: none;
}
.tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
}
.tab li {
    width: 50%;
    text-align: center;
}
.tab li a {
    display: block;
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 11px;
}
.tab li.active a {
    border-bottom: 3px solid #fff;
}
.area {
    display: none;
    opacity: 0;
}
.area ul {
    margin-left: 0;
    padding-left: 0;
}
.area li {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 15px;
}
.area li:last-of-type {
    margin-bottom: 0;
}
.area li img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.area li p {
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}
.area.is-active {
    display: block;

    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@media screen and (min-width: 1025px) {
    .tab li a {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 17px;
    }
    .tab li.active a {
        border-bottom: 2px solid #fff;
    }
    .area {
        white-space: nowrap;
        overflow-x: visible;
    }
    .area ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 15px;
        row-gap: 15px;;
    }
    .area li {
        display: inline-block;
        width: auto;
        max-width: 350px;
        height: auto;
        margin: 0;
        white-space: normal;
        vertical-align: top;
        background-color: #fff;
        border-radius: 10px;
    }
    .area li:last-of-type {
        margin-left: 0;
    }
    .area li img {
        width: 100%;
        height: auto;
        background-size: cover;
    }
    .area li p {
        font-size: 15px;
        line-height: 24px;
        background-color: #fff;
        padding: 20px;
        min-height: 72px;
    }
}
/*studio*/
.swiper-pagination-bullets {
    position: static;
    margin-top: 16px;
} 
.swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    margin: 0 0 0 10px !important;
}
.swiper-pagination-bullet-active {
    background: #EB51C2 !important;
}
.swiper-pagination-bullet:first-child {
    margin: 0 !important;
}
.swiper-button-prev, .swiper-button-next {
    color: #EB51C2;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.swiper-wrap {
    position: relative;
}
.swiper-button-prev {
    left: -20px;
}
.swiper-button-next {
    right: -20px;
}
.swiper-button-prev::after, .swiper-button-next::after {
    font-family: 'Font Awesome 6 Free';
    font-size: 6px;
    font-weight: 900;
}
.swiper-button-prev::after {
    content: '\f053';
}
.swiper-button-next::after {
    content: '\f054';
}
@media screen and (min-width: 1025px) {
    .studio .inner {
        padding-bottom: 60px;
    }
    .swiper-pagination-bullets {
        margin-top: 25px;
    } 
    .swiper-pagination-bullet {
        width: 13px !important;
        height: 13px !important;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 79px;
        height: 79px;
    }
    .swiper-button-prev {
        left: -39.5px;
    }
    .swiper-button-next {
        right: -39.5px;
    }
    .swiper-button-prev::after, .swiper-button-next::after {
        font-size: 18px;
    }
}
/*price*/
.price .inner {
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
}
.price .section_title {
    margin-left: 20px;
}
.price .price_contents {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    padding-right: 20px;
    padding-top: 22.5px;
    position: relative;
}
.price_contents::-webkit-scrollbar {
    height: 6px;
    background: rgba(255,255,255,0.2);
}
::-webkit-scrollbar-thumb {
    background: #fff;
}
/*To Do: fix scroll bar style*/
.price .scroll_right {
    display: block;
    width: 80px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    padding-top: 9px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 211px;
    border-radius: 4px;
    z-index: 960;
}
.scroll_right.fixed {
    opacity: 0;
    animation: fadeOut 1s ease 0s 1 normal;
    -webkit-animation: fadeOut 1s ease 0s 1 normal;
}
/* fadeOut animation*/
@keyframes fadeOut {
    0% {opacity: 1}
    100% {opacity: 0}
}
@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0}
}
.price .scroll_right span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}
.price .item {
    display: inline-block;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 35px 0 28px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
}
.price .item h1 {
    font-size: 26px;
    line-height: 35px;
}
.price .item h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 48px;
    line-height: 1.0em;
    font-weight: normal;
    margin-top: 11px;
}
.price .item h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: normal;
}
.price .item p {
    font-size: 16px;
    line-height: 21px;
}
.rental {
    text-align: left;
    margin-left: 20px;
    margin-bottom: 33px;
}
.shop {
    margin-bottom: 23px;
}
.detail {
    font-size: 16px;
    line-height: 21px;
    margin-top: 2px;
    margin-bottom: 28px;
}
.price .item span {
    display: block;
    width:calc(100% - 40px);
    height: 1px;
    margin: 0 auto 27px;
    background-color: #ccc;
}
@media screen and (min-width: 1025px) {
    .price .section_title {
        margin-left: 0;
    }
    .price .inner {
        width: 79%;
        max-width: 1110px;
    }
    .price .scroll_right {
        display: none;
        opacity: 0;
    }
    .price .price_contents {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-right: 0;
        column-gap: 15px;
        overflow-x: visible;
    }
    .price .item {
        width: auto;
        max-width: 350px;
        padding: 36px 0 27px;
        margin: 0;
    }
    .price .item h2 {
        margin-top: 6px;
    }
    .price .item h3 {
        line-height: 26px;
        margin-bottom: 8px;
    }
    .rental {
        margin-left: 37px;
        margin-bottom: 18px;
    }
    .shop {
        margin-bottom: 18px;
    }
    .detail {
        font-size: 18px;
        line-height: 24px;
        margin-top: -3px;
        margin-bottom: 17px;
    }
    .price .item span {
        margin: 0 auto 20px;
    }
}
/*faq*/
.accordion {
    list-style: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px;
    padding-left: 0;
}
.accordion li {
    margin: 10px 0;
}
.accordion section {
    border-bottom: 1px solid #ccc;
}
.accordion h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    padding: 26px 11px 16px 45px;
    transition: all .5s ease;
}
.accordion h1 span {
    font-size: 11px;
    line-height: 7px;
    position: absolute;
    right: 15px;
    color: #eb51c2;
}
.accordion h1.close span {
    transform: scale(1,-1);
}
.accordion h1::before {
    position: absolute;
    width: 15px;
    height: 27px;
    top: 20px;
    left: 0;
    content: 'Q';
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
    line-height: 27px;
    font-weight: bold;
    color: #eb51c2;
}
.accordion .box p {
    font-size: 15px;
    line-height: 23px;
    position: relative;
}
.accordion .box p::before {
    position: absolute;
    content: 'A';
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
    line-height: 27px;
    font-weight: bold;
    color: #eb51c2;
    left: -42px;
}
.box {
    display: none;
    margin: 0;
    padding: 0 11px 16px 45px;
}
@media screen and (min-width: 1025px) {
    .accordion {
        margin: 0 auto 60px;
    }
    .accordion li {
        margin: 10px 0;
    }
    .accordion section {
        border-bottom: 1px solid #ccc;
    }
    .accordion h1 {
        padding: 3px 6px 16px 53.5px;
    }
    .accordion h1 span {
        right: 6px;
    }
    .accordion h1::before {
        top: 0;
        left: 10px;
    }
    .accordion .box p {
        line-height: 20px;
    }
    .accordion .box p::before {
        top: -6px;
        left: -42px;
    }
    .box {
        padding: 7px 3px 7px 53.5px;
    }
}
/*bottom*/
.bottom {
    color: #fff;
    background-color: #eb51c2;
    text-align: center;
    padding-bottom: 20px;
}
.bottom h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 11px;
}
.bottom img {
    display: block;
    width: 100%;
    max-height: 100%;
    height: auto;
    margin-bottom: 27px;
}
.bottom a {
    padding: 18px 0;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    border-radius: 100px;
    margin: 0 auto;
}
@media screen and (min-width: 1025px) {
    .bottom {
        padding-bottom: 50px;
    }
    .bottom img {
        margin-bottom: 45px;
    }
    .bottom h1 {
        font-size: 64px;
        line-height: 85px;
        margin-bottom: 19px;
        font-weight: normal;
    }
    .bottom a {
        font-family: hiragino-kaku-gothic-pron, sans-serif;
        font-weight: normal;
        line-height: 29px;
        padding: 25.5px 0;
        width: 360px;
        max-width: 360px;
        border-radius: 100px;
        margin: 0 auto;
    }
}
/*footer*/
footer {
    background-color: #000;
}
footer .inner {
    padding: 50px 0;
    position: relative;
}
footer a {
    display: block;
    width: 87px;
    height: auto;
    margin: 0 auto;
}
@media screen and (min-width: 1025px) {
    footer .inner {
        padding: 100px 0;
    }
    footer a {
        width: 180px;
    }
}
/*page top button*/
.page_top_btn {
    display: none;
    width: 40px;
    border-radius: 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 7px;
    line-height: 7px;
    padding: 16.5px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: #fff;
    color: #EB51C2;
    text-decoration: none;
    cursor: pointer;
    z-index: 950;
}
.page_top_btn.fixed {
    display: block;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@media screen and (min-width: 1025px) {
    .page_top_btn {
        width: 80px;
        border-radius: 40px;
        font-size: 24px;
        line-height: 24px;
        padding: 28px 0;
    }
}
