@charset "utf-8";
/*swagのみのコンテンツcss*/
/*------------------------------------------------------------------*/
:root {--text-font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;}
:root {--main-font: 'Oswald', sans-serif;}

:root {--text-color: #313131;}/*必ず指定*/
:root {--main-color: #cf204c;}

p{
	font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
}
h2.title{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 auto 40px;
}
h2.title span{
    display: block;
    width: 100%;
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--main-color);
    margin: 0 0 5px;
}
.bgBlack{
    background: #0d0d0d;
}
.bgBlack h2,
.bgBlack h3,
.bgBlack p{
    color: #FFF;
}
@media screen and (max-width: 768px) {
    p{
        font-size: 13px;
        line-height: 1.6;
    }
    h2.title{
        font-size: 20px;
        line-height: 1.4;
        text-align: center;
        margin: 0 auto 30px;
    }
    h2.title span{
        font-size: 12px;
        margin: 0 0 10px;
    }
}
/*------------------------------------------------------------------*/
/*スマホから記述*/
.openbtn1{
    width: 70px;
    height: 70px;
    background: #FFF;
    border-left: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
}
.openbtn1.active{
    border-bottom: none;
}
nav{
    background-image: linear-gradient(90deg, transparent calc(100% - 1px), #383838 calc(100% - 1px));
    background-size: 200px 100vh;
    background-repeat: repeat;
    background-position: center center;
}
nav a{
    font-weight: bold;
}
nav .navInstagram {
    font-family: var(--main-font);
}
nav .navInstagram.sponly {
    display: flex;
    align-items: center;
    height: auto;
    writing-mode: inherit;
    text-orientation: inherit;
    position: relative;
    top: 0;
    right: 0;
}
nav .navInstagram.sponly::before{
    margin: 0 10px 0 0;
}
nav .navInstagram.sponly::after{
    left: 18px;
}
@media screen and (min-width: 769px) {
    .openbtn1{
        height: 100px;
        position: relative;
    }
    .openbtn1 span{
        top: 34px;
    }
    .openbtn1 span:nth-of-type(2){
        top: 39px;
    }
    .openbtn1::after{
        bottom: -43px;
    }
    .openbtn1.active span:nth-of-type(1){
        top: 29px;
    }
    nav{
        background-image: linear-gradient(90deg, transparent calc(100% - 1px), #383838 calc(100% - 1px));
        background-size: 350px 100vh;
        background-repeat: repeat;
        background-position: center center;
    }
    nav ul li{
        margin: 0 0 70px;
    }
    nav .navLine{
        margin: 30px 0 0;
    }
    nav .navInstagram.sponly{
        display: none;
    }
}
@media screen and (min-width: 1001px) {
    .openbtn1{
        width: 85px;
    }
}
/*==================================================================================================*/
header{
    width: 100%;
    height: 0;
    position: relative;
    z-index: 999;
}
header h1{
    width: 160px;
    position: fixed;
    top: 30px;
    left: 60px;
    z-index: 10;
}
main,footer{
    width: calc( 100% - 85px );
	margin: 0 auto 0 0;
}
.side{
    width: 85px;
    height: 100vh;
    min-height: 600px;
    background: var(--main-color);
    position: fixed;
    top: 0;
    right: 0;
}
.sideContact{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #FFF;
    position: relative;
    top: 100px;
}
@media screen and (max-height: 670px) {
    .side{
        min-height: 550px;
    }
    .sideContact{
        top: 50px;
    }
}
.scroll{
    display: block;
    width: fit-content;
    height: 112px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: var(--main-font);
    font-size: 10px;
    color: #FFF;
    letter-spacing: 0.3em;
    position: absolute;
    bottom: -55px;
    right: 36px;
    transform: translateY(-50%);
}
.scroll::after{
    display: block;
    content: "";
    width: 1px;
    background: #FFF;
    margin: 10px 0 0;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 2s infinite;
}
@keyframes scroll {
    0% {
		height: 50px;
	}
    50% {
		height: 0;
	}
	100% {
		height: 50px;
	}
}
@media screen and (max-width: 1000px) {
    main,footer{
        width: calc( 100% - 70px );
    }
    .side{
        width: 70px;
    }
    .scroll{
        right: 27px;
    }
}
@media screen and (max-width: 768px) {
    header h1{
        width: 105px;
        top: 15px;
        left: 8px;
    }
    main,footer{
        width: 100%;
        margin: 0 auto;
    }
    .side{
        width: 70px;
        background: none;
    }
    .sideContact{
        display: none;
    }
    .scroll{
        display: none;
    }
}
/*==================================================================================================*/
/*fv*/
.fv{
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100vh;
    min-height: 600px;
    padding: 52px 0;
    background: center / cover no-repeat url("../img/fv-bg.jpg");
    position: relative;
}
@media screen and (max-height: 670px) {
    .fv{
        min-height: 550px;
    }
}
.fv img.pconly,
.fv img.sponly{
    width: 94%;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 15px;
    animation: fv-image 3s infinite;
    position: relative;
    top: 0;
    z-index: 1;
}
@keyframes fv-image {
    0% {
		top: 0;
	}
    50% {
		top: -8px;
	}
	100% {
		top: 0;
	}
}
.fv span{
    display: block;
    width: 100%;
    height: auto;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
    .fv{
        max-height: 768px;
    }
}
@media screen and (max-width: 768px) {
    .fv {
        max-height: 100vh;
        min-height: 480px;
    }
}
@media screen and (max-width: 520px) {
    .fv {
        max-height: 500px;
    }
    .fv span{
        width: 500px;
        height: 110px;
        position: absolute;
        top: 195px;
        left: -190px;
        transform: rotate(90deg);
    }
}
/*==================================================================================================*/
/*point*/
.point .inner{
    max-width: 940px;
}
.pointList{
    margin: 0 auto 84px;
}
.pointList li{
    position: relative;
    margin: 0 auto 40px;
}
.pointList .img02{
    width: 280px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 1;
}
.pointList .img02::before{
    display: block;
    content: "#01";
    font-family: var(--main-font);
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #FFF;
    position: absolute;
    top: -25px;
    left: -10px;
}
.pointList li:nth-child(2) .img02::before{
    content: "#02";
}
.pointList li:nth-child(3) .img02::before{
    content: "#03";
}
.pointList li:nth-child(4) .img02::before{
    content: "#04";
}
.pointList li:nth-child(5) .img02::before{
    content: "#05";
}
.pointList .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: calc( 100% - 100px);
    min-width: 840px;
    min-height: 240px;
    border: solid 1px #FFF;
    border-top: solid 4px var(--main-color);
    padding: 40px 54px 40px 220px;
    margin: 0 0 0 auto;
}
.pointList h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 20px;
}
.pointList p{
    font-size: 16px;
}
.btnSns.btnMore{
    justify-content: center;
    border: solid 1px #FFF;
    margin: 15px 0 0;
}
.btnSns.btnMore::before{
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: center / contain no-repeat url("../img/icon-readmore.svg");
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
    .pointList {
        margin: 0 auto 50px;
    }
    .pointList li{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto 60px;
    }
    .pointList li:last-child{
        margin: 0 auto 50px;
    }
    .pointList .img02 {
        height: 140px;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .pointList .img02::before{
        font-size: 36px;
    }
    .pointList .box {
        width: 90%;
        min-width: 90%;
        padding: 80px 30px 20px;
        margin: -20px auto 0;
    }
    .pointList h3{
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
        margin: 0 0 10px;
    }
    .pointList p{
        max-width: 500px;
        font-size: 14px;
        margin: 0 auto;
    }
    .btnSns.btnMore{
        margin: 15px auto 0;
    }
}
@media screen and (max-width: 768px) {
    .btnSns.btnMore{
        width: 100%;
        margin: 10px auto 0;
    }
}
@media screen and (max-width: 520px) {
    .pointList .box {
        width: 100%;
        min-width: 100%;
    }
}
/*------------------------------------------------------------------*/
/*other*/
.pointList + h2{
    margin: 0 auto 25px;
}
.pointOther{
    display: flex;
    justify-content: space-between;
}
.pointOther li{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 24.4%;
    padding: 30px 0;
    border: solid 1px #FFF;
}
.pointOther li img{
    display: block;
    width: 94px;
    object-fit: contain;
    margin: 0 0 20px;
}
.pointOther li p{
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .pointOther{
        width: 333px;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .pointOther li{
        width: 48%;
        margin: 0 0 15px;
    }
    .pointOther li p{
        font-size: 13px;
    }
}
@media screen and (max-width: 520px) {
    .pointOther{
        width: 100%;
    }
    .pointList .box {
        padding: 80px 25px 20px;
    }
}
/*==================================================================================================*/
/*price*/
.price{
    padding: 68px 0;
}
.price .inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
}
.price h2.title{
    margin: 0 0 30px;
}
.price .box:nth-child(2){
    border: solid 1px #ebebeb;
    border-radius: 5px;
}
.price .box:nth-child(2) dl{
    border-bottom: solid 1px #ebebeb;
}
.price .box:nth-child(3) dl{
    border: solid 1px #ebebeb;
    border-radius: 5px;
    margin: 0 0 20px;
}
.price .box:nth-child(3) dl .money{
    padding: 0;
}
.price .box .last dt{
    background: #616161;
}
@media screen and (max-width: 820px) {
    .price{
        padding: 40px 0;
    }
    .price .inner{
        justify-content: center;
    }
        .price .box:nth-child(2){
        margin: 0 20px 0 0;
    }
}
@media screen and (max-width: 819px) {
    .price .box:nth-child(2){
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 520px) {
    .price {
        padding: 40px 0 20px;
    }
    .price h2{
        margin: 0 auto 20px;
    }
    .price .box:nth-child(2){
        width: 100%;
        max-width: 100%
    }
}
.reserve{
    padding: 0 0 90px;
}
.reserve h2.title{
    margin: 0 0 20px;
}
@media screen and (max-width: 520px) {
    .reserve {
        padding: 0 0 60px;
    }
}
/*==================================================================================================*/
/*flow*/
.flow{
    padding: 70px 0;
}
.flow .inner{
    max-width: 940px;
}
.flow h2{
    margin: 0 auto 60px;
}
.flow li{
    margin: 0 0 44px;
    position: relative;
    z-index: 13;
}
.flow li:nth-child(2){
    z-index: 12;
}
.flow li:nth-child(3){
    z-index: 11;
}
.flow li:nth-child(4){
    z-index: 10;
}
/**/
.flow li .step{
    width: 100px;
    height: 0;
    position: absolute;
    top: -25px;
    left: 0;
    transition: 2s;
    overflow: hidden;
    z-index: -10px;
}
.flow li .step.run{
    height: calc( 100% + 64px );
}
.flow li .step::after{
    display: block;
    content: "";
    border-top: 20px solid #0d0d0d;;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -10;
}
.flow li .step p{
    height: calc( 100% - 3px);
    min-height: 250px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: var(--main-font);
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #FFF;
    position: relative;
    padding: 40px 40px 0 0;
}
.flow li .step p::before{
    display: block;
    content: "";
    width: 100%;
    height: calc( 100% - 20px );
    background: #989898;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.flow li .step p::after{
    display: block;
    content: "";
    border-top: 20px solid #989898;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0.5px;
}
.flow li .step p span{
    display: inline-block;
    content: "01";
    font-size: 34px;
    margin: 6px 0 0 0;
}
.flow li:nth-child(1) .step{
    border-radius: 5px 5px 0 0;
}
.flow li:nth-child(4) .step{
    border-radius: 0 0 5px 5px;
}
.flow li:nth-child(4) .step.run{
    height: calc( 100% + 45px );
}
.flow li:nth-child(4) .step p,
.flow li:nth-child(4) .step p::before{
    height: 100%;
}
.flow li:nth-child(2) .step p::before{
    background: #767676;
}
.flow li:nth-child(3) .step p::before{
    background: #525252;
}
.flow li:nth-child(4) .step p::before{
    background: #3a3a3a;
}

.flow li:nth-child(2) .step p::after{
    border-top: 20px solid #767676;
}
.flow li:nth-child(3) .step p::after{
    border-top: 20px solid #525252;
}
.flow li:nth-child(4) .step p::after{
    display: none;
}
/*box中身*/
.flow li .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc( 100% - 80px);
    max-width: 860px;
    padding: 47px 43px;
    border-radius: 10px;
    background: #FFF;
    margin: 0 0 0 auto;
    position: relative;
}
.flow li .box img{
    width: 260px;
}
.flow li .box div{
    width: calc( 100% - 290px );
}
.flow h3{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 15px;
}
.flow p{
    color: #000000;
    line-height: 1.8;
}
.flow li:last-child .box{
    flex-wrap: wrap;
}
.flow li:last-child .box h3{
    text-align: center;
    line-height: 1.4;
}
.flow li:last-child .box div{
    width: 100%;
    max-width: 730px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: solid 1px #cecece;
    border-radius: 5px;
    padding: 25px;
    margin: 0 auto;
}
.flow li:last-child .box div p:nth-child(1){
    width: fit-content;
    font-size: 14px;
    padding: 2px 12px 1px;
    border: solid 1px #000000;
    border-radius: 20px;
    margin: 0 30px 0 0;
}
.flow li:last-child .box div p:nth-child(2){
    width: fit-content;
    font-size: 15px;
}
@media screen and (max-width: 1000px) {
    .flow li:last-child .box div p:nth-child(1){
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 820px) {
    .flow{
        padding: 60px 0;
    }
    .flow h2{
        margin: 0 auto 30px;
    }
    .flow ul{
        width: 90%;
        margin: 0 auto;
    }
    .flow li .box{
        flex-wrap: wrap;
        padding: 0;
        border-radius: 5px;
        overflow: hidden;
    }
    .flow li .box img{
        width: 100%;
    }
    .flow li .box div{
        width: 100%;
        padding: 40px;
    }
    .flow h3{
        font-size: 18px;
        text-align: center;
        margin: 0 0 10px;
    }
    .flow li:last-child .box{
        padding: 40px;
    }
    .flow li:last-child .box h3 {
        font-size: 16px;
        line-height: 1.4;
    }
    .flow li:last-child .box div{
        padding: 20px;
    }
    .flow li:last-child .box div p:nth-child(2) {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    .flow .inner{
        max-width: 640px;
    }
}
@media screen and (max-width: 520px) {
    .flow{
        padding: 40px 0;
    }
    .flow ul{
        width: 100%;
        max-width: 100%;
    }
    .flow li {
        margin: 0 0 23px;
    }
    .flow li .step {
        width: 58px;
        top: -10px;
    }
    .flow li .step.run {
        height: calc( 100% + 33px );
    }
    .flow li .box{
        width: calc( 100% - 50px );
        min-width: 285px;
    }
    .flow li .step p{
        font-size: 18px;
        padding: 30px 20px 0 0;
    }
    .flow li .step p span{
        font-size: 18px;
    }
    .flow li .step p::before{
        height: calc( 100% - 10px );
    }
    .flow li .step p::after {
        border-top: 10px solid #989898;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
    }
    .flow li:nth-child(2) .step p::after{
        border-top: 10px solid #767676;
    }
    .flow li:nth-child(3) .step p::after{
        border-top: 10px solid #525252;
    }
    .flow li .step::after {
        border-top: 10px solid #0d0d0d;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
    }
    .flow li .box div,
    .flow li:last-child .box{
        padding: 30px 20px;
    }
    .flow li:last-child .box div p:nth-child(1){
        font-size: 13px;
        padding: 1px 10px 1px;
    }
    .flow p{
        line-height: 1.65;
    }
    .flow li:last-child .box div p:nth-child(2) {
        letter-spacing: 0.05em;
    }
}
/*==================================================================================================*/
/*staff*/
.staff .inner{
    max-width: 940px;
}
.staff .inner h2{
    text-align: center;
}
.staff .inner ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.staff .inner ul li{
    width: 32%;
    position: relative;
    opacity: 1;
    transition: .5s;
}
.staff .inner ul li:hover{
    opacity: .8;
}
.staff .inner ul li:nth-child(1){
    margin: 0 1.5% 0 0;
}
.staff .inner ul li p{
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #FFF;
    position: absolute;
    left: 40px;
    bottom: 20px;
}
.staff .inner ul li span{
    display: block;
    width: 45px;
    height: 40px;
    background: var(--main-color);
    border-radius: 0 0 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.staff .inner ul li span::before,
.staff .inner ul li span::after{
    display: block;
    content: "";
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.staff .inner ul li span::after{
    width: 3px;
    height: 20px;
}

@media screen and (max-width: 768px) {
    .staff .inner ul li{
        width: 100%;
        max-width: 520px;
    }
    .staff .inner ul li:nth-child(1){
        margin: 0 0 20px;
    }
}
/*
@media screen and (max-width: 768px) {
    .staff .inner{
        max-width: 500px;
    }
    .staff .inner ul{
        flex-wrap: wrap;
    }
    .staff .inner ul li{
        width: 100%;
        margin: 0 0 20px;
    }
    .staff .inner ul li:nth-child(1){
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 520px) {
    .staff .inner ul li p {
        font-size: 21px;
        left: 20px;
        bottom: 10px;
    }
    .staff .inner ul li span {
        top: 15px;
        right: 15px;
    }
}
/*------------------------------------------------------------------*/
/*staffポップアップ*/
.staffPopInner .leftBox{
    width: 265px;
}
.staffPopInner .rightBox{
    width: 330px;
    padding: 0;
}
.staffPopInner .leftBox .img02{
    border-radius: 5px;
    position: relative;
}
.staffPopInner p.name.sponly{
    display: none;
}
.staffPopInner p.name{
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 20px;
}
.staffPopInner p.name span{
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: var(--main-color);
    margin: 0 0 0 20px;
}
.staffPopInner .rightBox p:nth-child(2){
    line-height: 1.6;
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: solid 1px #d1d1d1;
}
.staffPopInner .rightBox dl dt{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}
.staffPopInner .rightBox dl dd{
    width: 100%;
    font-size: 15px;
    padding: 20px 25px;
    border-radius: 5px;
    background: #f6f6f6;
}
.staffPopInner .rightBox dl dd p{
    line-height: 1.4;
    letter-spacing: 0.06em;
    position: relative;
    padding: 0 0 0 14px;
}
.staffPopInner .rightBox dl dd p::before{
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 7px;
    left: 0;
}
/*打ち消し*/
.staffPopInner .rightBox dl dd p:nth-child(2){
    padding: 0 0 0 14px;
    margin: 0;
    border-bottom: none;
}
@media screen and (max-width: 1000px) {
    .staffPopInner {
        justify-content: center;
    }
    .staffPopInner .leftBox{
        margin: 0 auto 20px;
    }
    .staffPopInner p.name{
        margin: 0;
    }
    .staffPopInner .rightBox p:nth-child(2){
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
    .staffPopInner p.name.sponly{
        display: flex;
        width: 330px;
        margin: 0 auto 10px;
    }
    .staffPopInner p.name.pconly{
        display: none;
    }
}
@media screen and (max-width: 520px) {
    .staffPopInner p.name{
        font-size: 20px;
    }
    .staffPopInner p.name span{
        margin: 0 0 0 10px;
    }
}







/*facility*/
.facility{
    background: center / cover no-repeat url("../img/floor-bg.jpg");
}
/*faq*/
.Label::before{
    background: center / contain no-repeat url("../img/icon-q.svg");
}
.accordion .box::before{
    background: center / contain no-repeat url("../img/icon-a.svg");
}
/*access*/
.access .leftBox::before{
    background: center / contain no-repeat url("https://swag-fitness.jp/parts/img/logo-swag-black.svg");
}
.ftLink01{
    display: none;
}
.ftLink02{
    border-right: solid 1px #ebebeb;
}
