/************************************************************/
/* ABOUT
/************************************************************/
main.l-container {
    padding-top: var(--header-banner-height) !important;   
}
.cp-about {
    
}
.cp-about-kv {
    display: flex;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
.cp-about-kv__bg {
    position: absolute;
    /*top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cp-about-kv__bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../../images/about/about-kv.jpg) no-repeat center center / cover;
}
.cp-about-kv__gradation {
    content: "";
    display: block;
    width: 100%;
    height: 53%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.55), rgba(255,255,255,0) 100%);
}
.cp-about-kv__bg span {
    display: none;
    position: absolute;
    top: 0;
    left: 20%;
    width: 80%;
    height: 100%;
    filter: blur(20px);
    overflow: hidden;
}
.cp-about-kv__bg span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -25%;
    width: 125%;
    height: 100%;
    background: url(../../../../images/about/about-kv.jpg) no-repeat center center / cover;
}
.cp-about-kv__white {
    position: absolute;
    top: 0;
    right: 0;
    width: 81.333333333333333%;
    height: 100%;
}
.cp-about-kv__white-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cp-about-kv__white-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: -10%;
    right: -10%;
    width: 110%;
    height: 120%;
    background: linear-gradient(to left, rgba(255,255,255, 0.8), rgba(255,255,255,0.7) 88%, rgba(255,255,255,0) 100%);
    filter: blur(20px);
}
.cp-about-kv__content {
    width: 81.333333333333333%;
    padding: 80px 0 84px 45px;
    position: relative;
}

.cp-about-kv__copy {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 32px;
}
.cp-about-kv__text,
.cp-about-kv__text2,
.cp-about-kv__text3 {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.3;
    margin-bottom: 22px;
    letter-spacing: 0;
}
.cp-about-kv__text3 {
    margin-bottom: 33px;
}
.cp-about-kv__copy2 {
    position: relative;
    width: 212px;
}
.cp-about-kv__copy2 img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 720px) { /* pc */
    .cp-about-kv {
        background: url(../../../../images/about/about-kv-pc.jpg) no-repeat center center / cover;   
    }
    .cp-about-kv__gradation {
        display: none;
    }
    .cp-about-kv__content {
        width: 50%;
        padding: 217px 0 140px 0;
        overflow: hidden;
        text-align: center;
    }
    .cp-about-kv__content-inner {
        display: inline-block;
        text-align: left;
    }
    .cp-about-kv__white-inner:after {
        display: none;
    }
    .cp-about-kv__bg:before {
        display: none;
    }
    .cp-about-kv__bg span {
        display: none;
    }
    .cp-about-kv__bg span:after {
        display: none;
    }
    .cp-about-kv__copy {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .cp-about-kv__text,
    .cp-about-kv__text2,
    .cp-about-kv__text3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .cp-about-kv__text3 {
        margin-bottom: 50px;
    }
    .cp-about-kv__copy2 {
        width: 360px;
    }
}

/************************************************************/
/* CONTENTS
/************************************************************/
.cp-about-contents {
    padding-top: 20px;
}
.cp-about-content {
    padding: 55px 30px 0px;
}
.cp-about-content__body {
    
}
.cp-about-content__title {
    
}
.cp-about-content__title .en {
    color: #EDE304;
    font-size: 8px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 5px;
}
.cp-about-content__title h2 {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: -0.05em;
    font-weight: 900;
    margin-bottom: 14px;
}
.cp-about-content__title h2.yellow-bottom {
    margin-bottom: 18px;
}
.cp-about-content__title h2 strong {
    display: inline-block;
    position: relative;
}
.cp-about-content__title h2 strong:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 3px;
    left: 0;
    background-color: #EDE304;
}
.cp-about-content__text {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: -0.05em;
}
.cp-about-content__text small {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #888;
}
.cp-about-content__image-wrapper {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 25px 0 40px 30px;
    position: relative;
}
.cp-about-content__image-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    background-color: #EAEAEA;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.4;
}
.cp-about-content__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-bottom: 81%;
    border-radius: 6px 0 0 6px / 6px 0 0 6px;
    overflow: hidden;
    position: relative;
}
.cp-about-content__image--1 {
    background-image: url(../../../../images/about/about1.jpg);
}
.cp-about-content__image--2 {
    background-image: url(../../../../images/about/about2.jpg);
}
.cp-about-content__image--3 {
    background-image: url(../../../../images/about/about3.jpg);
}
.cp-about-content.cp-about-content--left {
    
}
.cp-about-content.cp-about-content--left .cp-about-content__image-wrapper {
    padding: 25px 30px 40px 0;
}
.cp-about-content.cp-about-content--left .cp-about-content__image {
    border-radius: 0 6px 6px 0 / 0 6px 6px 0;
}

@media (min-width: 720px) { /* pc */
    .cp-about-contents {
        padding-top: 40px;
    }
    .cp-about-content {
        padding: 120px 0;
        position: relative;
        display: flex;
    }
    .cp-about-content:before {
        content: "";
        display: block;
        width: 100%;
        height: 126px;
        background-color: #f7f7f7;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .cp-about-content__body {
        position: relative;
        width: 52%;
        padding: 0;
        background-color: #f7f7f7;
    }
    .cp-about-content__title {
        padding: 97px 12% 34px 12%;
        background-color: #fff;
        text-align: right;
    }
    .cp-about-content__title-inner {
        display: inline-block;
        width: 100%;
        max-width: 550px;
        text-align: left;
    }
    .cp-about-content__title .en {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .cp-about-content__title h2 {
        font-size: 28px;
        line-height: 2;
        letter-spacing: 0;
        font-weight: 900;
        margin-bottom: 0;
    }
    .cp-about-content__title h2.yellow-bottom {
        margin-bottom: 6px;
    }
    .cp-about-content__title h2 strong {
        display: inline-block;
        position: relative;
    }
    .cp-about-content__title h2 strong:after {
        height: 6px;
        bottom: 7px;
    }
    .cp-about-content__text {
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0;
        padding: 46px 12% 180px 12%;
        text-align: right;
    }
    .cp-about-content__text span {
        display: inline-block;
        width: 100%;
        max-width: 550px;
        text-align: left;
    }
    .cp-about-content__image-wrapper {
        width: 48%;
        padding: 0;
        margin: 0;
    }
    .cp-about-content__image-wrapper:before {
        display: none;
    }
    .cp-about-content__image {
        width: 100%;
        height: 100%;
        border-radius: 6px 0 0 6px / 6px 0 0 6px;
    }
    .cp-about-content.cp-about-content--left {
       flex-direction: row-reverse;
    }
    .cp-about-content.cp-about-content--left .cp-about-content__title {
        text-align: left;
        padding: 97px 12% 34px 12%;
    }
    .cp-about-content.cp-about-content--left .cp-about-content__title-inner {
        text-align: left;
    }
    .cp-about-content.cp-about-content--left .cp-about-content__text {
        text-align: left;
        padding: 46px 12% 180px 12%;
    }
    .cp-about-content.cp-about-content--left .cp-about-content__text span {
        text-align: left;
    }
    .cp-about-content.cp-about-content--left .cp-about-content__image-wrapper {
       padding: 0;
    }
    .cp-about-content.cp-about-content--left .cp-about-content__image {
        border-radius: 0 6px 6px 0 / 0 6px 6px 0;
    }
}

/************************************************************/
/* ABOUT CHEF
/************************************************************/

@media (min-width: 900px) { /* pc */
    .cp-top-chef__body {
        width: 40%;
    }
    .cp-top-chef__profile-image {
        width: 55%;
    }
    .cp-top-chef__awards-images {
        max-width: 390px;
        width: 100%;
    }
}

/************************************************************/
/* ABOUT RESTAURANT
/************************************************************/
.cp-top-restaurant {
    padding-bottom: 70px;
}
.cp-top-restaurant .cp-top-button {
    margin-top: 70px;
}
@media (min-width: 720px) { /* pc */
    .cp-top-restaurant {
        padding-bottom: 120px;
    }
    .cp-top-restaurant .cp-top-button {
        margin-top: 105px;
    }
}