@charset "utf-8";
/* start header */

.inner.type1 {
    margin: 0 auto;
    width: calc(100% - 340px);
    max-width: 1440px;
}

.inner.type2 {
    margin: 0 auto;
    width: calc(100% - 340px);
    max-width: 1120px;
}

.inner.type3 {
    margin: 0 auto;
    width: calc(100% - 340px);
    width: calc(100% - 21vw);
    max-width: 1580px;
}

.inner.type4 {
    margin: 0 auto;
    width: calc(100% - 340px);
    width: calc(100% - 21vw);
    max-width: 1580px;
}

.mv {
    width: calc(100% - 340px);
    max-width: 1580px;
    /* height: calc(100vh - 200px); */
    margin: 0 auto;
    position: relative;
}

.mv-body {
    padding: 0 0 27px;
}

.mv-body img {
    width: 100%;
}

.mv-body .slide1 {
    /* background-image: url(/wp-content/themes/fitfit_corporate/images/mv_01.jpg); */
}

.mv-body .slide2 {
    /* background-image: url(/wp-content/themes/fitfit_corporate/images/mv_02.jpg); */
}

.scr {
    position: absolute;
    bottom: 0;
    left: -90px;
}

.scr img {
    width: 10px;
    margin: 0 auto;
    display: block;
}

.scr div {
    margin: 10px 0 0 0;
    padding-left: 3px;
}

.scr div img {
    width: 5px;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: calc(100vh - 180px); */
    margin: 0;
}

.slick-arrow {
    position: absolute;
    z-index: 10;
    border: none;
    background-color: #ba0c2f;
    bottom: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    top: inherit;
    margin-top: inherit;
    right: 0;
    transition: .3s;
}

.slick-arrow:hover {
    background-color: #90152e;
}

.swiper-button-prev {
    right: 40px;
    left: inherit;
}

.sswiper-button-next {
    right: 0px;
}

.swiper-button-prev:before, .swiper-button-next:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    width: 9px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/fitfit_corporate/images/icon_nav.svg);
    background-size: 100%;
}

.swiper-button-prev:before {
    transform: rotate(-180deg);
    left: 13px;
}

.swiper-button-next:before {
    left: 17px;
}

.slick-arrow.slick-disabled {
    background-color: #90152e;
}

.indicator {
    display: flex;
    justify-content: center;
}

.indicator div {
    width: 70px;
    height: 3px;
    background-color: #d9d9d9;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}

.indicator div:before {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #ba0c2f;
    position: absolute;
}

/* end header */

/* start main */

h3 {
    font-size: 1.8rem;
    font-family: 'Work Sans', sans-serif;
    line-height: 1;
    color: #ba0c2f;
    letter-spacing: 0.14rem;
}

.contents {
    /* max-width: 1120px; */
    margin: 0 auto;
    position: relative;
}

.contents.concept {
    margin-bottom: 100px;
    display: flex;
    max-width: 960px;
}

.contents.concept .title {
    margin-left: 70px;
    min-width: 190px;
}

.contents.concept .title h3 {
    margin-bottom: 20px;
}

.contents.concept .title div {
    margin-bottom: 20px;
}

.contents.concept .title span {
    font-size: 3.748rem;
    /* font-weight: 200; */
    line-height: 1.4;
    letter-spacing: 0.9rem;
}

.contents.concept .block:nth-child(2) {
    margin: 122px 0 0 130px;
}

.contents.concept .block:nth-child(2) .text {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 3;
    margin: 0 0 36px;
    letter-spacing: 0.24rem;
}

.contents.photo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 130px;
    /* max-width: 1440px; */
}

.contents.photo .block {
    width: calc(50% - 30px);
}

.contents.photo .block img {
    width: 100%;
}

.contents.photo .block:nth-child(1) {}

.contents.photo .block:nth-child(2) {
    margin-top: 70px;
}

.contents.news-press {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 130px;
}

.contents.news-press .block {
    width: calc(50% - 50px);
}

.contents.news-press h3 {
    margin-bottom: 26px;
}

.contents.news-press dl {
    display: flex;
    border-bottom: solid 1px #eeeeee;
    padding: 30px 10px;
}

.contents.news-press dl:first-of-type {
    border-top: solid 1px #eeeeee;
}

.contents.news-press dt {
    color: #b2b2b2;
    font-size: 1.3rem;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-right: 25px;
    letter-spacing: 0.07rem;
}

.contents.news-press dd {
    line-height: 1.7;
    font-size: 1.4rem;
    letter-spacing: 0rem;
    font-weight: 300;
}

.contents.news-press .btn.more {
    margin-top: 25px;
    float: right;
    border: solid 1px #eee;
}

.btn.more span {
    padding-right: 50px;
    overflow: hidden;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
}

.btn.more span::before {
    transition: .3s;
    left: 75px;
    right: inherit;
    margin-top: -3px;
}

.btn.more:hover span::before {
    /* left: 0px; */
    width: 35px;
}

.contents.about {
    /* display: flex; */
    /* padding: 0 0 70px; */
    margin-bottom: 200px;
}

.contents.about .block {
    width: 750px;
    width: 63%;
    /* margin-right: 40px; */
    max-width: 950px;
    position: relative;
    float: right;
}

.contents.about .block:nth-child(1) {
    background-color: #f8f8f8;
    top: 70px;
    left: 70px;
    z-index: 1;
    padding: 70px 0 70px 70px;
    position: absolute;
    height: calc(100% - 70px);
}

.contents.about .block:nth-child(2) {
    z-index: 2;
    padding-bottom: 70px;
    min-height: 508px;
    margin-right: 0;
}

.contents.about .block:nth-child(2) img {
    width: 100%;
}

.contents.about.left-block .block:nth-child(1) {
    background-color: #f8f8f8;
    top: 70px;
    right: 70px;
    left: inherit;
    float: right;
    z-index: 1;
    padding: 70px 0 70px calc(22% + 70px);
    position: absolute;
    height: calc(100% - 70px);
}

@media screen and (max-width: 2000px) {
    .contents.about.left-block .block:nth-child(1) {
        padding: 70px 70px 0 calc(26% + 70px);
    }
}

.contents.about.left-block .block:nth-child(2) {
    z-index: 2;
    padding-bottom: 70px;
    min-height: 508px;
    margin-right: 0;
    float: left;
}

.contents.about h3 {
    margin-bottom: 15px;
}

.contents.about h4 {
    font-size: 3.4rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 32px;
    min-width: 140px;
    letter-spacing: 0.2rem;
}

.contents.about .text {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 45px;
    max-width: 290px;
    /* width: 48%; */
    letter-spacing: 0.11rem;
}

.contents.about .btn.more {}

.shopinfo {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

.shopinfo .block {
    /* width: 50%; */
    height: 480px;
    background-color: #ba0c2f;
}

.shopinfo .block:nth-child(1) {
    width: 39vw;
    padding: 168px 0 0 0;
}

.shopinfo .block:nth-child(2) {
    width: 60vw;
    background-image: url(/wp-content/themes/fitfit_corporate/images/top_shopinfo.jpg?20210208);
    background-size: cover;
    background-position: center;
}

.shopinfo .block:nth-child(1)>div {
    width: 225px;
    margin: 0 0 0 calc(54% - 113px);
}

.shopinfo .block h3 {
    color: #fff;
    margin-bottom: 15px;
}

.shopinfo .block h4 {
    color: #fff;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 0.2rem;
}

.btn.list {
    width: 225px;
    color: #ba0c2f;
    position: relative;
    padding-right: 10px;
    height: 46px;
    line-height: 44px;
    transition: all .3s;
}

.btn.list:hover {
    color: #fff;
    background-color: #ba0c2f;
}

.btn.list span {
    padding: 0 19px 0 25px;
    font-weight: 400;
    font-family: YakuHanJP, Noto Sans JP, "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", sans-serif;
    top: -2px;
    font-size: 1.4rem;
    letter-spacing: inherit;
}

.btn.list span::before {
    width: 11px;
    height: 9px;
    transform: none;
    background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank3.png);
    background-size: 100%;
    margin-top: -3px;
}

.btn.list:hover span::before {
    background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank.png);
}

/* end main */

#main {
    /* height:2000px; */
    position: relative;
    margin: 118px 0 0 0;
}

/* start Animation */

@keyframes indicator {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn-up {
    0% {
        top: 10px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes fadeIn-slide-l {
    0% {
        left: 30px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes fadeIn-slide-r {
    0% {
        right: 30px;
        opacity: 0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}

.indicator div:before {
    left: -100%;
}

.indicator div.active:before {
    animation: indicator 5.0s linear 0s 1;
    animation-fill-mode: forwards;
}

.contents.concept .block {
    top: 10px;
    opacity: 0;
    position: relative;
}

.contents.concept .block.on {
    animation: fadeIn-up 0.5s cubic-bezier(0.535, 0.260, 0.455, 0.865) 0s 1;
    animation-fill-mode: forwards;
}

.contents.photo .block {
    right: 30px;
    opacity: 0;
    position: relative;
}

.contents.photo .block.on {
    animation: fadeIn-slide-l 0.5s cubic-bezier(0.535, 0.260, 0.455, 0.865) 0s 1;
    animation-fill-mode: forwards;
}

.contents.news-press .block {
    top: 10px;
    opacity: 0;
    position: relative;
}

.contents.news-press .block.in {
    animation: fadeIn-up 0.5s cubic-bezier(0.535, 0.260, 0.455, 0.865) 0s 1;
    animation-fill-mode: forwards;
}

.contents.about .block {
    right: 30px;
    opacity: 0;
    position: relative;
}

.contents.about .block.on {
    animation: fadeIn-slide-l 0.5s cubic-bezier(0.535, 0.260, 0.455, 0.865) 0s 1;
    animation-fill-mode: forwards;
}

.contents.about.left-block .block.on {
    animation: fadeIn-slide-r 0.5s cubic-bezier(0.535, 0.260, 0.455, 0.865) 0s 1;
    animation-fill-mode: forwards;
}

.contents.shopinfo .block {
    top: 10px;
    opacity: 0;
    position: relative;
}

.contents.shopinfo .block.in {
    animation: fadeIn-up 0.5s cubic-bezier(0.535, 0.260, 0.455, 0.865) 0s 1;
    animation-fill-mode: forwards;
}

/* end Animation */

@media screen and (max-width: 1600px) {
    /*--------------------------------------------------------------
    ----------------------------------------------------------------
    レスポンシブ調整
    ----------------------------------------------------------------
    ----------------------------------------------------------------*/
    .mv {
        width: calc(100% - 21vw);
    }
    .inner.type1 {
        width: calc(100% - 21vw);
        max-width: 1120px;
    }
    .inner.type2 {
        width: calc(100% - 21vw);
        /* max-width: 1440px; */
    }
    .inner.type3 {
        width: calc(100% - 21vw);
    }
    .inner.type4 {
        width: calc(100% - 21vw);
    }
    .scr {
        left: -5.6vw;
    }
    .contents.concept .block:nth-child(2) {
        margin-left: 8.1vw;
    }
    .contents.photo .block div {
        width: calc(50% - 1.8vw);
    }
    .contents.about .block:nth-child(1) {
        padding: 70px calc(20.3vw + 70px) 0 70px;
    }
    .contents.about.left-block .block:nth-child(1) {
        padding: 70px 70px 0 calc(22% + 80px);
    }
    .block.in-child.on {}
}

@media screen and (max-width: 1100px) {
    /*--------------------------------------------------------------
    ----------------------------------------------------------------
    レスポンシブ調整2
    ----------------------------------------------------------------
    ----------------------------------------------------------------*/
    .contents.news-press .block {
        width: calc(50% - 30px);
    }
    .contents.about .block:nth-child(1) {
        /* padding: 70px calc(25.8vw + 70px) 0 70px; */
    }
}

@media screen and (max-width: 1024px) {
    /*--------------------------------------------------------------
    ----------------------------------------------------------------
    Tablet
    ----------------------------------------------------------------
    ----------------------------------------------------------------*/
    .contents.news-press .block {
        width: calc(50% - 30px);
    }
    .contents.news-press dl {
        display: flex;
        flex-direction: column;
    }
    .contents.news-press dt {
        margin-bottom: 15px;
    }
    .inner.type3 {
        margin: 0 40px;
        width: calc(100% - 80px);
    }
    .contents.about .block:nth-child(1) {
        left: 0;
        /* padding: 70px calc(23.5vw + 50px) 0 50px; */
    }
}

@media screen and (min-width: 768px) {
    /*--------------------------------------------------------------
    ----------------------------------------------------------------
    PC only
    ----------------------------------------------------------------
    ----------------------------------------------------------------*/
}

@media screen and (max-width: 767px) {
    /*--------------------------------------------------------------
    ----------------------------------------------------------------
    SP only
    ----------------------------------------------------------------
    ----------------------------------------------------------------*/
    .inner.type1 {
        margin: 0;
        width: inherit;
    }
    .inner.type2 {
        margin: 0;
        width: inherit;
    }
    .inner.type3 {
        margin: 0;
        width: inherit;
    }
    #main {
        margin: 66px 0 0 0;
        z-index: 1;
    }
    /* start header */
    .mv {
        width: 100%;
        max-width: 1580px;
        margin: 0 auto;
        position: relative;
    }
    .mv-body {
        padding: 0 0 19px;
    }
    .mv-body img {
        width: 100%;
    }
    .mv-body .slide1 {
        background-image: url(/wp-content/themes/fitfit_corporate/images/mv_01_sp.jpg);
    }
    .mv-body .slide2 {
        background-image: url(/wp-content/themes/fitfit_corporate/images/mv_02_sp.jpg);
    }
    .scr {
        position: absolute;
        bottom: 0;
        left: -90px;
    }
    .scr img {
        width: 10px;
        margin: 0 auto;
        display: block;
    }
    .scr div {
        margin: 10px 0 0 0;
        padding-left: 3px;
    }
    .slick-arrow {
        position: absolute;
        z-index: 10;
        border: none;
        background-color: #ba0c2f;
        bottom: -40px;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
    }
    .swiper-button-prev {
        right: 40px;
    }
    .swiper-button-next {
        right: 0px;
    }
    .swiper-button-prev:before, .swiper-button-next:before {
        content: "";
        display: block;
        position: absolute;
        top: 11px;
        width: 9px;
        height: 16px;
        background-repeat: no-repeat;
        background-image: url(/wp-content/themes/fitfit_corporate/images/icon_nav.svg);
        background-size: 100%;
    }
    .swiper-button-prev:before {
        transform: rotate(-180deg);
        left: 13px;
    }
    .swiper-button-next:before {
        left: 17px;
    }
    .slick-arrow.slick-disabled {
        background-color: #90152e;
    }
    .indicator {
        justify-content: left;
        margin-left: 15px;
    }
    .indicator div {
        width: 40px;
        height: 2px;
        margin: 0 4px;
    }
    .indicator div:before {
        /* content: ""; */
        width: 40px;
        height: 2px;
        /* background-color: #ba0c2f; */
        /* position: absolute; */
    }
    /* end header */
    /* start main */
    h3 {
        text-align: center;
        font-size: 1.8rem;
    }
    .contents {
        max-width: 1440px;
        margin: 0 auto;
        position: relative;
    }
    .contents.concept {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        padding: 0 40px;
    }
    .contents.concept .title {
        margin-left: 0;
    }
    .contents.concept .title h3 {
        margin-bottom: 7px;
        text-align: left;
    }
    .contents.concept .title div {
        margin-bottom: 20px;
    }
    .contents.concept .title span {
        font-size: 3.0rem;
    }
    .contents.concept .block:nth-child(1) {
        margin-bottom: 26px;
    }
    .contents.concept .block:nth-child(2) {
        margin: 0!important;
    }
    .contents.concept .block:nth-child(2) .text {
        line-height: 2.5;
        margin: 0 0 20px;
    }
    .contents.photo {
        flex-direction: column;
        margin-bottom: 47px;
    }
    .contents.photo .block {
        width: calc(100% - 60px);
    }
    .contents.photo .block img {
        width: 100%;
    }
    .contents.photo .block:nth-child(1) {}
    .contents.photo .block:nth-child(2) {
        float: right;
        margin: 40px 0 0 60px;
    }
    .contents.news-press {
        display: flex;
        flex-direction: column;
        margin-bottom: 3px;
        padding: 0 20px;
    }
    .contents.news-press .block {
        width: 100%;
        margin-bottom: 47px;
    }
    .contents.news-press h3 {
        margin-bottom: 22px;
    }
    .contents.news-press dl {
        display: flex;
        border-bottom: solid 1px #eeeeee;
        padding: 13px 10px;
    }
    .contents.news-press dl:first-of-type {
        border-top: solid 1px #eeeeee;
    }
    .contents.news-press dt {
        margin-bottom: 0px;
    }
    .contents.news-press dd {}
    .contents.news-press .btn.more {
        margin-top: 25px;
        float: right;
    }
    .contents.about {
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
        padding: 0;
        left: 0;
    }
    .contents.about .block {
        width: inherit;
        width: inherit;
        max-width: inherit;
        position: relative;
        float: inherit;
    }
    .contents.about .block:nth-child(1) {
        background-color: inherit;
        top: inherit;
        left: 0;
        z-index: 1;
        padding: 30px 0 45px 0!important;
        position: inherit;
        width: calc(100% - 75px);
        margin: 0 0 0 40px;
        height: inherit;
        order: 2;
    }
    .contents.about .block:nth-child(1):before {
        content: "";
        position: absolute;
        z-index: -1;
        top: calc(-52vw);
        left: 35px;
        display: block;
        width: 100%;
        height: calc(100% + calc(52vw));
        background-color: #f8f8f8;
        padding: 0;
    }
    .contents.about .block:nth-child(2) {
        z-index: 2;
        padding-bottom: 0;
        min-height: inherit;
        order: 1;
        padding: 0 40px;
    }
    .contents.about .block:nth-child(2) img {
        width: 100%;
    }
    .contents.about.left-block .block:nth-child(1) {
        background-color: inherit;
        top: inherit;
        left: 0;
        z-index: 1;
        padding: 30px 0 45px 0!important;
        position: inherit;
        width: calc(100% - 75px);
        margin: 0 0 0 40px;
        height: inherit;
        order: 2;
    }
    .contents.about.left-block .block:nth-child(2) {
        z-index: 2;
        padding: 0 40px;
        min-height: inherit;
        margin-right: 0;
        float: left;
    }
    .contents.about h3 {
        margin-bottom: 10px;
        text-align: left;
        font-size: 1.4rem;
    }
    .contents.about h4 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1;
        margin-bottom: 20px;
    }
    .contents.about .text {
        font-size: 1.4rem;
        line-height: 2;
        margin-bottom: 20px;
        max-width: inherit;
        width: 100%;
    }
    .contents.about .btn.more {}
    .shopinfo {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .shopinfo .block {
        height: 480px;
        background-color: #ba0c2f;
    }
    .shopinfo .block:nth-child(1) {
        width: inherit;
        height: inherit;
        padding: 0;
    }
    .shopinfo .block:nth-child(2) {
        width: inherit;
        height: inherit;
        background-image: none;
    }
    .shopinfo .block:nth-child(1)>div {
        width: inherit;
        margin: 0 auto;
        padding: 30px 0 40px;
    }
    .shopinfo .block h3 {
        color: #fff;
        margin-bottom: 12px;
        font-size: 1.3rem;
    }
    .shopinfo .block h4 {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 300;
        margin-bottom: 29px;
        text-align: center;
    }
    .btn.list {
        width: 200px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
    }
    .btn.list span {
        padding: 0 19px 0 22px;
        font-size: 1.24rem;
    }
    .btn.list span::before {
        width: 11px;
        height: 9px;
        transform: none;
        background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank3.png);
        background-size: 100%;
        margin-top: -3px;
    }
    /* end main */
}