#new-contents #about {
    overflow: hidden;
}

#new-contents #about .sp {
    display: none !important;
}

#new-contents #about .inner {
    width: 100%;
    max-width: 2000px;
    padding: 0;
}

#new-contents #about img {
    vertical-align: bottom;
}

#new-contents #about .block {
    min-width: 1176px;
}

#new-contents #about .max1200 {
    max-width: 1200px;
    margin: 0 auto;
}

#new-contents #about .max2000 {
    max-width: 2000px;
    margin: 0 auto;
}

#new-contents #about .bg1 {
    background-color: #F4ECDE;
}

#new-contents #about .mv {
    margin: 0 auto 75px;
}

#new-contents #about h4 {
    /* text-align: center; */
    position: relative;
    /* margin: 0; */
    padding-bottom: 23px;
}

#new-contents #about h4 span {
    display: block;
    line-height: 1;
    text-align: center;
}

#new-contents #about h4 span:nth-child(1) {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 45px;
    color: #000;
    margin-bottom: 17px;
}

#new-contents #about h4 span:nth-child(2) {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

#new-contents #about h4::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

#new-contents #about #anchor {
    margin-bottom: 134px;
}

#new-contents #about #anchor ul {
    display: flex;
    flex-wrap: wrap;
}

#new-contents #about #anchor ul li {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
}

#new-contents #about #anchor ul li:nth-child(4n) {
    margin-right: 0;
}

#new-contents #about #anchor ul li a {
    border: solid 1px #E5E5E5;
    border-radius: 5px;
    display: block;
    padding: 30px 0px 33px;
    position: relative;
    transition: .3s;
}

#new-contents #about #anchor ul li a::before {
    content: "";
    width: 11px;
    height: 7px;
    background-image: url(https://media.aws.locondo.jp/fitfitstatic/common/img/about/img/arrow.png);
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: 17px;
    margin-left: -5px;
}

#new-contents #about #anchor ul li a:hover {
    /* opacity: 0.7; */
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border: 1px solid #F9F9F9;
}

#new-contents #about #anchor ul li a span {
    display: block;
}

#new-contents #about #anchor ul li a span:nth-child(1) {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
}

#new-contents #about #anchor ul li a:hover span:nth-child(1) {color: #AC2734;}

#new-contents #about #anchor ul li a span:nth-child(2) {
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    color: #000;
}

#new-contents #about .col2 {
    display: flex;
}

#new-contents #about #story .col2 {
    margin: 100px 0 128px;
}

#new-contents #about #story .col2 .img {
    width: 510px;
    margin-right: 120px;
}

#new-contents #about #story .col2 .box {
    width: calc(100% - 610px);
    margin: 48px 0 0 0;
}

#new-contents #about #story .col2 .box .catch {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.5;
    text-align: left;
    color: #000;
    margin: 0 0 20px;
    letter-spacing: 0.03em;
}

#new-contents #about #story .col2 .box .catch span {
    color: #AC2734;
}

#new-contents #about #story .col2 .box .text {
    box-sizing: unset;
}

#new-contents #about #story .col2 .box .text p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.0em;
}

#new-contents #about #concept .info.col2 {
    margin-top: 87px;
    max-width: 960px;
}

#new-contents #about #concept .info.col2 .info-block {}

#new-contents #about #concept .info.col2 .info-block:nth-child(1) {
    margin-top: 10px;
    margin-left: 136px;
    margin-right: 112px;
}

#new-contents #about #concept .info.col2 .info-block:nth-child(2) {}

#new-contents #about #concept .info.col2 .info-block .text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 48px;
    text-align: left;
    color: #000;
}

#new-contents #about #concept .info.col2 .info-block .text strong {
    font-weight: bold;
}

#new-contents #about #concept .info.col2 .info-block .title {}

#new-contents #about #concept .info.col2 .info-block .title h5 {
    font-weight: 500;
    font-size: 34px;
    letter-spacing: 0.2em;
    line-height: 50.25px;
    text-align: left;
    color: #ac2734;
}

#new-contents #about #concept .photo.col2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 136px;
    /* max-width: 1440px; */
}

#new-contents #about #concept .photo.col2 .photo-block {
    width: calc(50% - 40px);
}

#new-contents #about #concept .photo.col2 .photo-block img {
    width: 100%;
}

#new-contents #about #concept .photo.col2 .photo-block:nth-child(1) {}

#new-contents #about #concept .photo.col2 .photo-block:nth-child(2) {
    margin-top: 120px;
}

#new-contents #about #interview {
    margin-top: 154px;
}

#new-contents #about #interview .bg1 {

    margin-top: 100px;

    padding: 80px 0 40px;
}

#new-contents #about #interview .box1 {
    padding: 0;
}

#new-contents #about #interview .box1 .col2 {
    width: 950px;
    display: flex;
}

#new-contents #about #interview .box1 .col2 .copy {
    width: 360px;
}

#new-contents #about #interview .box1 .col2 .info {
    display: flex;
    margin-top: 30px;
    margin-left: 40px;
    width: calc(100% - 400px);
    /* width: 550px; */
    align-items: flex-end;
}

#new-contents #about #interview .box1 .col2 .info .img {
    height: auto;
    width: 260px;
}

#new-contents #about #interview .box1 .col2 .info .text {
    width: 250px;
    margin-top: 100px;
    margin-left: 40px;
}

#new-contents #about #interview .box1 .col2 .info .text1 {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #ba0c2f;
    line-height: 1;
}

#new-contents #about #interview .box1 .col2 .info .text2 {
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #ba0c2f;
    line-height: 1;
    margin-top: 10px;
}

#new-contents #about #interview .box1 .col2 .info .text3 {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000;
    margin-top: 17px;
    line-height: 22.4px;
}

#new-contents #about #interview .box2 {
    width: 1200px;
    background-color: #fff;
    margin: 77px auto;
    padding: 83px 85px 76px;
}

#new-contents #about #interview .box2 .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    color: #ac2734;
    position: relative;
    padding-left: 50px;
}

#new-contents #about #interview .box2 .title::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #BA0C2F;
    position: absolute;
    left: 0;
    top: 10px;
}

#new-contents #about #interview .box2 .text-wrap {
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
}

#new-contents #about #interview .box2 .text-wrap .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #000;
    width: 50%;
}

#new-contents #about #interview .box2 .box-head .text-wrap .text:nth-child(1) {
    margin-right: 20px;
}

#new-contents #about #interview .box2 .box-foot {
    margin-top: 77px;
}

#new-contents #about #interview .box2 .box-foot .text-wrap .text {
    width: calc(50% - 15px);
}

#new-contents #about #products {
    margin-top: 154px;
}

#new-contents #about #products h4 {

    margin-bottom: 97px;
}

#new-contents #about #products h5 {
    font-weight: 500;
    font-size: 34px;
    letter-spacing: 0.03em;
    line-height: 51px;
    text-align: center;
    color: #000;
    margin: 0;
}

#new-contents #about #products h5 span {
    color: #AC2734;
}

#new-contents #about #products .list {
    display: flex;
    margin-top: 75px;
    justify-content: space-between;
    margin-bottom: 147px;
}

#new-contents #about #products .list .box {
    width: 261px;
    padding-bottom: 66px;
    position: relative;
}

#new-contents #about #products .list .box .img {}

#new-contents #about #products .list .box .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    color: #ac2734;
    margin-top: 34px;
}

#new-contents #about #products .list .box .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #000;
    margin-top: 17px;
}

#new-contents #about #products .list .box .link {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#new-contents #about #products .list .box .link a {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #000;
    border: solid 1px #000;
    border-radius: 30px;
    display: block;
    padding: 5px 5px 3px;
    transition: .3s;
}
#new-contents #about #products .list .box .link a:hover {
    color: #fff;
    background-color: #000;
}


#new-contents #about #distinction {

    margin-top: 76px;

    margin-bottom: 0;
}

#new-contents #about .distinction {
    margin: 0 0 112px;
}

#new-contents #about .distinction .title {
    min-height: 70px;
    margin: 0 0 10px;
    padding: 0 0 0px 80px;
    position: relative;
    /* border-bottom: solid 1px #E5E5E5; */
    display: flex;
    align-items: flex-end;
}

#new-contents #about .distinction .title .num {
    position: absolute;
    left: 0;
    /* background-color: #AC2734; */
    color: #AC2734;
    font-weight: normal;
    font-size: 72px;
    text-align: center;
    /* font-family: 'Work Sans', sans-serif; */
    /* width: 60px; */
    /* height: 60px; */
    /* text-align: center; */
    /* border-radius: 50px; */
    line-height: 60px;
    /* vertical-align: bottom; */
}


#new-contents #about .distinction .title .title-body {
    display: inline-block;
    text-align: left;
}

#new-contents #about .distinction .title .title-body div {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    color: #000;
}

#new-contents #about .distinction .title .title-body span {
    display: inline-block;
    margin: 3px 0 7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: #000;
}

#new-contents #about .distinction .block {
    display: flex;
    justify-content: space-between;
}

#new-contents #about .distinction .block .img {
    width: 500px;
    margin: 2px 0 0;
}

#new-contents #about .distinction .block .box {
    width: 580px;
}
#new-contents #about .distinction .block .box.img{
    width: 500px;
}
#new-contents #about .distinction .block .box h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 12px 0px;
}

#new-contents #about .distinction .block .box .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
}

#new-contents #about #shoplist {
    margin-top: 154px;
}

#new-contents #about .img-tex-block .box {
    display: flex;
    justify-content: space-between;
}

#new-contents #about .img-tex-block .box .img {
    width: 530px;
}

#new-contents #about .img-tex-block .box .info {
    width: 451px;
    margin-top: 56px;
    margin-right: 99px;
}

#new-contents #about .img-tex-block .box .info .text {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #000;
}
#new-contents #about .img-tex-block .box .info .text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #000;
}
#new-contents #about .img-tex-block .box .info .text p span {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}
#new-contents #about .img-tex-block .box .info .text h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 26px;
    margin-bottom: 0px;
}

#new-contents #about .img-tex-block .box .info .link {
    margin-top: 34px;
}

#new-contents #about .img-tex-block .box .info .link a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #000;
    border: solid 1px #000;
    border-radius: 30px;
    padding: 14px 39px 12px;
    /* width: 192px; */
    display: inline-block;
    transition: .3s;
}
#new-contents #about .img-tex-block .box .info .link a:hover {
    color: #fff;
    background-color: #000;
}

#new-contents #about .img-tex-block.block-r .box {}

#new-contents #about .img-tex-block.block-r .box .img {
    order: 2;
}

#new-contents #about .img-tex-block.block-r .box .info {
    order: 1;
    margin-right: 0;
    margin-left: 85px;    margin-top: 0;
}


#new-contents #about #service {

    margin-top: 154px;
}

#new-contents #about #sustainable {

    margin-top: 154px;
}

#new-contents #about .box-wrap {

    margin-top: 100px;
}

#new-contents #about #zoom {

    margin-top: 150px;

    width: 100%;

    /* max-width: inherit; */
}

#new-contents #about #zoom div {
    /* width: calc(100% - 250px); */
    /* min-width: 1200px; */
    /* margin: 0 auto; */
    position: relative;
    width: 90%;
    margin: auto;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    transition-duration: .1s;
}

#new-contents #about #zoom img {
    width: 100%;
}

#new-contents #about #ft-message {

    margin-top: 68px;
}

#new-contents #about #ft-message .info.col2 {
    max-width: 1030px;
}

#new-contents #about #ft-message .info.col2 .info-block {}

#new-contents #about #ft-message .info.col2 .info-block:nth-child(1) {
    margin-top: 10px;
    /* margin-left: 136px; */
    /* margin-right: 112px; */
    /* width: 300px; */
}

#new-contents #about #ft-message .info.col2 .info-block:nth-child(2) {
    width: 490px;
    margin-top: 8px;
    margin-left: 110px;
}

#new-contents #about #ft-message .info.col2 .info-block .text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: left;
    color: #000;
}

#new-contents #about #ft-message .info.col2 .info-block .title {}

#new-contents #about #ft-message .info.col2 .info-block .title h5 {
    font-family: "Yu Gothic";
    font-weight: 500;
    font-size: 34px;
    letter-spacing: 0.03em;
    line-height: 51px;
    text-align: left;
    color: #000;
}

#new-contents #about #ft-message .photo.col2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 136px;
    /* max-width: 1440px; */
}

#new-contents #about #ft-message .photo.col2 .photo-block {
    width: calc(50% - 40px);
}

#new-contents #about #ft-message .photo.col2 .photo-block img {
    width: 100%;
}

#new-contents #about #ft-message .photo.col2 .photo-block:nth-child(1) {}

#new-contents #about #ft-message .photo.col2 .photo-block:nth-child(2) {
    margin-top: 7.5%;
}



#shop {
    clear: both;
    width: 800px;
    margin: 194px auto 120px;
    position: relative;
}

#shop img {
    width: inherit;
}

#shop .banner {
    display: block;
    height: 145px;
    /* position: absolute; */
    background-color: #ba0c2f;
    position: relative;
    margin-bottom: 30px;
    width: 800px;
    transition: .3s;
}

#shop .banner:hover {
    opacity: 0.7;
}

#shop .banner:hover img {
    background: none;
}

#shop .banner .photo,
#shop .banner .title {
    position: absolute;
}

#shop .banner .photo {
    top: 10px;
    left: 10px;
}

#shop .banner .title {
    left: 320px;
    top: 55px;
}

#shop .banner .title img {
    float: left;
}

#shop .banner .title span {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 30px;
    letter-spacing: 4px;
    float: left;
}

#shop .banner:before {
    content: "";
    width: 11px;
    height: 16px;
    background-image: url(https://media.aws.locondo.jp/fitfitstatic/common/img/banner/lp/share/img/arrow_white.svg);
    background-size: 100% auto;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -8px;
}

#philosophy1 {
    text-align: center;
}

#philosophy1 h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 12px 0px;
    text-align: center;
}

#philosophy1 .block {
    display: flex;
    justify-content: center;
}

#philosophy1 .box {
    margin: 0 auto;
}

#story .col2 .box h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 12px 0px;
}

#new-contents #about .text p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.0em;
}

.shop-wrap a img {
    transition: filter 0.3s ease;
}

.shop-wrap a:hover img {
    filter: saturate(1.5);
}

#products,
#concept,
#philosophy,
#customers,
#story,
#fitfit-tokyo,
#unfold {
    scroll-margin-top: 127px;
}

.banner.sp {
    display: none;
}