/* =====================================================================





===================================================================== */
/*/////---example---//////
    html:lang(en) {
      body {}
    }
*/
/* =====================================================================


===================================================================== */
.aboutIndex {
    overflow: hidden;
}

.aboutIndex .l-wrapper {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .globalSidebar + .l-wrapper:before {
        display: none;
    }
}

.aboutIndex .breadcrumbNav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .breadcrumbNav {
        padding-top: 14%;
    }
}

.aboutIndex .main {
    position: relative;
}

.aboutIndex .pageKv {
    background: #e83e0b;
    overflow: hidden;
    margin-bottom: 69px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .pageKv {
        margin-bottom: 6.27273%;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pageKv {
        margin-bottom: 13.33333%;
    }
}

.aboutIndex .pageKv__inner {
    overflow: hidden;
    position: relative;
    font-size: 16.47788px;
    margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
    .aboutIndex .pageKv__inner {
        font-size: 1.05263vw;
    }
}

@media only screen and (max-width: 1100px) {
    .aboutIndex .pageKv__inner {
        font-size: 1.27273vw;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .pageKv__inner {
        font-size: 3.2vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .aboutIndex .pageKv__inner {
        font-size: 15.36px;
    }
}

.aboutIndex .pageKv__imgBox {
    position: relative;
}

.aboutIndex .pageKv__imgBox img {
    width: 100%;
    height: auto;
}

.aboutIndex .pageKv__logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 10.76923%;
    margin-top: 4.61538%;
    margin-right: -3.55769%;
}

.aboutIndex .pageKv__logo img {
    width: 100%;
    height: auto;
}

.aboutIndex .pageKv__lead {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56.34615%;
    margin-left: 2.88462%;
    margin-bottom: -2.88462%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.aboutIndex .pageKv__lead img {
    width: 100%;
    height: auto;
}

.aboutIndex .pageKv__txtBox {
    font-size: 1.42857em;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 41.15226%;
    margin-left: 20.57613%;
}

.aboutIndex .pageKv__txt {
    font-weight: 600;
}

.aboutIndex .fadeIn {
    opacity: 0;
    -webkit-transform: translate(0, 3em);
            transform: translate(0, 3em);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.aboutIndex .fadeIn.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.aboutIndex .sectionWrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .sectionWrapper {
        margin-bottom: 1.81818%;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .sectionWrapper {
        margin-bottom: 3.33333%;
    }
}

.aboutIndex .leadSection {
    position: relative;
    font-size: 16px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .leadSection {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .aboutIndex .leadSection {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection {
        font-size: 3.2vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .aboutIndex .leadSection {
        font-size: 15.36px;
    }
}

.aboutIndex .leadSection + .leadSection {
    margin-top: 65px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .leadSection + .leadSection {
        margin-top: 5.90909%;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection + .leadSection {
        margin-top: 13.33333%;
    }
}

.aboutIndex .leadSection__inner {
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__inner {
        text-align: left;
    }
}

.aboutIndex .leadSection__txtBox {
    margin-bottom: 5em;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__txtBox {
        margin-bottom: 2.91667em;
    }
}

.aboutIndex .leadSection__txtBox:last-child {
    margin-bottom: 0;
}

.aboutIndex .leadSection__title {
    font-size: 1em;
    line-height: 2.375;
    font-weight: 500;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__title {
        font-size: 1.16667em;
        line-height: 2.07143;
        letter-spacing: -.02em;
    }
}

.aboutIndex .leadSection__imgBox {
    width: 55.09091%;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__imgBox {
        width: 84%;
    }
}

.aboutIndex .leadSection__imgBox img {
    width: 100%;
    height: auto;
}

.aboutIndex .leadSection__imgBox + .leadSection__txt {
    margin-top: 54px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .leadSection__imgBox + .leadSection__txt {
        margin-top: 4.90909%;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__imgBox + .leadSection__txt {
        margin-top: 13.33333%;
    }
}

.aboutIndex .leadSection__txt {
    margin-bottom: 1em;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .leadSection__txt {
        font-size: 1.16667em;
        margin-bottom: 2em;
        line-height: 2.07143;
    }
}

.aboutIndex .leadSection__txt:last-child {
    margin-bottom: 0;
}

.aboutIndex .finishSection {
    padding-top: 62px;
    margin-bottom: 70px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .finishSection {
        padding-top: 5.63636%;
        margin-bottom: 6.36364%;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .finishSection {
        padding-top: 10.66667%;
        margin-bottom: 13.33333%;
    }
}

.aboutIndex .finishSection .finishSection__title {
    text-align: center;
    font-size: 1.625em;
    margin-bottom: 2em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
    .aboutIndex .finishSection .finishSection__title {
        font-size: 1.0625em;
        margin-bottom: 2.35294em;
    }
}

.aboutIndex .finishSection .finishSection__logo {
    width: 240px;
    margin: 0 auto;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .finishSection .finishSection__logo {
        width: 21.81818%;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .finishSection .finishSection__logo {
        width: 58.66667%;
    }
}

.aboutIndex .finishSection .finishSection__logo img {
    width: 100%;
    height: auto;
}

.aboutIndex .movSection {
    font-size: 16px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .movSection {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .aboutIndex .movSection {
        font-size: 1.45455vw;
    }
}

.aboutIndex .movSection__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.aboutIndex .aboutMovBox {
    width: 94.54545%;
}

.aboutIndex .aboutMovBox__link {
    margin-top: 1.5em;
    font-size: 0.875em;
}

.aboutIndex .aboutMovBox__link a {
    min-width: 10em;
}

.aboutIndex .conceptSection {
    position: relative;
    font-size: 16px;
    margin-bottom: 120px;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .conceptSection {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .aboutIndex .conceptSection {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .conceptSection {
        margin-bottom: 10.90909%;
    }
}

.aboutIndex .contsSection__catch {
    text-align: center;
    font-size: 2.25em;
    background: url(../img/bg_orange_02.jpg) no-repeat center top;
    background-size: cover;
    padding: 0.55556em 0;
    color: #fff;
}

.aboutIndex .contsSection__catch__txt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: .05em;
    font-weight: 600;
    line-height: 1.3;
    display: table;
    width: 100%;
    height: 2.77778em;
}

.aboutIndex .contsSection__catch__txt > span {
    display: table-cell;
    vertical-align: middle;
}

.aboutIndex .conceptSection__inner {
    background: url(../../about/img/bg_concept_02.jpg) no-repeat center top;
    background-size: cover;
    padding: 70px 0% 80px;
    text-align: center;
}

@media only screen and (max-width: 1330px) {
    .aboutIndex .conceptSection__inner {
        padding: 6.36364% 0% 7.27273%;
    }
}

.aboutIndex .conceptSection__main {
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

.aboutIndex .conceptSection__txt {
    font-size: 1em;
    margin-bottom: .8em;
    line-height: 2;
}

.aboutIndex .conceptSection__txt:last-child {
    margin-bottom: 0;
}

.aboutIndex .conceptSection__link {
    font-size: 0.875em;
    width: 22.85714em;
    margin: 3.92857em auto 0;
    text-align: left;
}

.aboutIndex .conceptSection__note {
    font-size: 0.75em;
}

.aboutIndex .conceptFeature {
    margin-bottom: 2.5em;
}

.aboutIndex .conceptFeature__title {
    font-size: 2.375em;
    color: #e83e0b;
    font-weight: 600;
    margin-bottom: .5em;
}

.aboutIndex .conceptFeature__txt {
    line-height: 1.8;
}

.aboutIndex .ingredientSection__logo {
    width: 12.90909%;
    margin: 0 auto 2.54545%;
}

.aboutIndex .ingredientSection__logo img {
    width: 100%;
    height: auto;
}

.aboutIndex .ingredientSection__txtBox {
    margin-bottom: 5.09091%;
}

.aboutIndex .ingredientSection__lead {
    text-align: center;
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: .6em;
}

.aboutIndex .ingredientSection__txt {
    text-align: center;
    font-size: 1em;
    line-height: 1.8;
    margin-bottom: 1em;
}

.aboutIndex .ingredientSection__note {
    text-align: center;
    font-size: 0.75em;
    line-height: 1.8;
    margin-bottom: 1em;
}

.aboutIndex .ingredientList {
    width: 94.54545%;
    margin: 0 auto;
    padding: 2.72727% 0;
    background-color: rgba(255, 255, 255, 0.75);
}

.aboutIndex .ingredientList__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.aboutIndex .ingredientList__item {
    width: 25%;
    text-align: center;
}

.aboutIndex .ingredientList__img {
    width: 50%;
    margin: 0 auto 6.15385%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.aboutIndex .ingredientList__img img {
    width: 100%;
    height: auto;
    display: block;
}

.aboutIndex .ingredientList__img.is-bdr:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #c9c9c9;
    border-radius: 50%;
}

.aboutIndex .ingredientList__name {
    color: #ee7800;
}

@media only screen and (max-width: 767px) {
    .aboutIndex .movSection {
        font-size: 3.2vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .aboutIndex .movSection {
        font-size: 15.36px;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .aboutMovBox {
        width: 94.66667%;
        margin-left: auto;
    }
    .aboutIndex .aboutMovBox__link {
        margin-top: 2.91667em;
        font-size: 0.92308em;
    }
    .aboutIndex .aboutMovBox__link a {
        min-width: 9.58333em;
    }
    .aboutIndex .conceptSection {
        position: relative;
        font-size: 3.2vw;
        margin-bottom: 10.66667%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .aboutIndex .conceptSection {
        font-size: 15.36px;
    }
}

@media only screen and (max-width: 767px) {
    .aboutIndex .contsSection__catch {
        font-size: 1.69231em;
        background: url(../img/bg_orange_02.jpg) no-repeat center top;
        background-size: cover;
        padding: 0.79545em 0;
    }
    .aboutIndex .contsSection__catch__txt {
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        letter-spacing: .05em;
        font-weight: 600;
        line-height: 1.3;
        display: table;
        width: 100%;
        height: 2.77778em;
    }
    .aboutIndex .contsSection__catch__txt > span {
        display: table-cell;
        vertical-align: middle;
    }
    .aboutIndex .conceptSection__inner {
        background: url(../../about/img/bg_concept_02_sp.jpg) no-repeat center top;
        background-size: cover;
        padding: 12% 4% 12.66667%;
    }
    .aboutIndex .conceptSection__txt {
        font-size: 1.125em;
        margin-bottom: 1.5em;
        line-height: 2;
    }
    .aboutIndex .conceptSection__txt:last-child {
        margin-bottom: 0;
    }
    .aboutIndex .conceptSection__link {
        font-size: 1em;
        width: auto;
        max-width: 536px;
        margin: 2.29167em auto 0;
        text-align: left;
    }
    .aboutIndex .conceptSection__note {
        font-size: 0.83333em;
    }
    .aboutIndex .conceptFeature {
        margin-bottom: 2.08333em;
    }
    .aboutIndex .conceptFeature__title {
        font-size: 2.25em;
        margin-bottom: .4em;
    }
    .aboutIndex .conceptFeature__txt {
        line-height: 1.8;
    }
    .aboutIndex .ingredientSection__logo {
        width: 34.78261%;
        margin: 0 auto 7.24638%;
    }
    .aboutIndex .ingredientSection__txtBox {
        margin-bottom: 9.85507%;
    }
    .aboutIndex .ingredientSection__lead {
        font-size: 1.41667em;
        line-height: 1.5;
        margin-bottom: .6em;
    }
    .aboutIndex .ingredientSection__txt {
        font-size: 1em;
        line-height: 1.7;
        margin-bottom: .8em;
    }
    .aboutIndex .ingredientSection__note {
        font-size: 0.83333em;
        line-height: 1.7;
        margin-bottom: 1em;
    }
    .aboutIndex .ingredientList {
        width: auto;
        margin: 0 auto;
        padding: 5.7971% 5.7971%;
    }
    .aboutIndex .ingredientList__items {
        display: block;
    }
    .aboutIndex .ingredientList__item {
        width: auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 3.27869%;
    }
    .aboutIndex .ingredientList__item:last-child {
        margin-bottom: 0;
    }
    .aboutIndex .ingredientList__img {
        width: 32.78689%;
        margin: 0;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
    }
    .aboutIndex .ingredientList__img img {
        width: 100%;
        height: auto;
        display: block;
    }
    .aboutIndex .ingredientList__img.is-bdr:after {
        content: "";
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        border: solid 1px #c9c9c9;
        border-radius: 50%;
    }
    .aboutIndex .ingredientList__txtBox {
        text-align: left;
        width: 59.01639%;
    }
    .aboutIndex .ingredientList__name {
        color: #ee7800;
        margin-bottom: .2em;
    }
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    30% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

@keyframes load {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    30% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
