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





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


===================================================================== */
.productsList__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.96154%;
}

.productsList__item {
    width: 24.5283%;
    margin-bottom: 4.71698%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.productsList__item.is-new:after {
    content: "";
    width: 21.13821%;
    padding-bottom: 7.31707%;
    margin-top: 8.13008%;
    position: absolute;
    top: 0;
    left: 2.03252%;
    background: url(../img/icon_new.svg) no-repeat center top;
    background-size: contain;
    pointer-events: none;
}

.productsList__item.is-award:after {
    content: "";
    width: 17.07317%;
    padding-bottom: 17.07317%;
    margin-top: 2.03252%;
    position: absolute;
    top: 0;
    left: 2.03252%;
    background: url(../img/icon_award.svg) no-repeat center top;
    background-size: contain;
    pointer-events: none;
}

.productsList__item__inner {
    margin: 0 3.84615%;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.productsList__item__inner > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
}

.productsList__item__inner > a > * {
    min-height: 0%;
}

.productsList__item__inner > a:hover .m-btnType1 > span {
    opacity: .8;
}

.productsList__img {
    width: 100%;
    padding: 0 6.45161%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1%;
}

.productsList__img img {
    width: 100%;
    height: auto;
}

.productsList__tag {
    letter-spacing: -.4em;
    margin-bottom: 0.2rem;
}

.productsList__tag__item {
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.875em;
    color: #626262;
    border: solid 1px #626262;
    padding: 0 0.5em;
    margin: 0 0.4em 0.8em;
}

.productsList__tag__item.tag02 {
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.productsList__tag__item.tagBn {
    color: #ee7800;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagEs {
    color: #ee7800;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagLx {
    color: #ee7800;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagGe {
    color: #e3c8ca;
    color: #c490bf;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagBm {
    color: #ffa3a3;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagDc {
    color: #92c9a3;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagMl {
    color: #03328d;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagAc {
    color: #0050b2;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__lead {
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: .8em;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    letter-spacing: .05em;
}

.productsList__name {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 1.1em;
}

.productsList__name + .productsList__price {
    margin-top: -1.1em;
}

.productsList__price {
    font-size: 0.9375em;
    margin-bottom: 1.2em;
    line-height: 1.6;
}

.productsList__linkBox {
    width: 100%;
    margin-top: auto;
    -ms-grid-column-align: end;
        justify-self: end;
    font-size: 0.875em;
    text-align: left;
}

.productsList__link {
    margin: 0;
    margin-bottom: 10px;
}

.productsList__link > span {
    padding: 0.55em 3.21429em 0.45em 1.42857em;
}

.productsList__link:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .productsList__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -2.98507%;
    }
    .productsList__item {
        width: 50%;
        margin-bottom: 8.4507%;
    }
    .productsList__item__inner {
        margin: 0 5.6338%;
    }
    .productsList__item__inner > a {
        padding: 8.47458% 0 0;
    }
    .productsList__img {
        width: 100%;
        padding: 0 6.34921%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
    }
    .productsList__name {
        font-size: 1em;
    }
    .productsList__price {
        font-size: 0.92308em;
    }
    .productsList__linkBox {
        bottom: 0;
        left: 0;
        font-size: 0.92308em;
    }
    .productsList__link > span {
        padding-top: .65em;
        padding-bottom: .55em;
    }
    .productTagLink {
        font-size: 0.92308em;
        margin-bottom: -0.6em;
        margin-left: -0.3em;
        margin-top: 7.46269%;
    }
    .productTagLink__item {
        margin: 0 0.3em 0.6em;
    }
}

.howtoSection {
    margin-bottom: 120px;
}

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

.howtoSection__inner {
    padding-bottom: 35px;
}

@media only screen and (max-width: 1330px) {
    .howtoSection__inner {
        padding-bottom: 3.36538%;
    }
}

.slideSection01:before, .slideSection02:before, .slideSection03:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../product/img/common/bg_slide_01.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 1.5625em;
}

.slideSection01 .sectionHeader, .slideSection02 .sectionHeader, .slideSection03 .sectionHeader {
    padding-bottom: 0;
    margin-bottom: 0.94118em;
}

.slideSection01 .sectionHeader:before, .slideSection02 .sectionHeader:before, .slideSection03 .sectionHeader:before {
    display: none;
}

.slideSection02:before {
    background-image: url(../../product/img/common/bg_slide_02.jpg);
}

.slideSection03:before {
    background-image: url(../../product/img/common/bg_slide_03.jpg);
}

.slideContents {
    max-width: 1100px;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
}

.slideList {
    position: relative;
    overflow: hidden;
}

.slideList__inner {
    margin: 0 -0.96154%;
    position: relative;
}

.slideList__inner .swiper-scrollbar {
    margin-left: 0.9434%;
    margin-right: 0.9434%;
    width: auto;
    right: 0;
}

.swiper-scrollbar + .slideList__items {
    padding-bottom: 3.36538%;
}

.swiper-scrollbar-lock + .slideList__items {
    padding-bottom: 0;
}

.slideList__item {
    width: 25%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
}

.slideList__item > a {
    display: block;
    text-decoration: none;
    min-height: 100%;
    background-color: #fff;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.slideList__item > a:hover {
    opacity: 0.8;
}

.slideContents__note {
    margin-top: 1em;
    font-size: 0.875em;
}

.slideList__prev, .slideList__next {
    width: 25px;
    height: 25px;
}

@media only screen and (max-width: 1330px) {
    .slideList__prev, .slideList__next {
        width: 1.8797vw;
        height: 1.8797vw;
    }
}

@media only screen and (max-width: 1100px) {
    .slideList__prev, .slideList__next {
        width: 2.27273vw;
        height: 2.27273vw;
    }
}

.slideList__prev:before, .slideList__next:before {
    border-color: #e83e0b;
    border-width: 3px;
}

@media only screen and (max-width: 1330px) {
    .slideList__prev:before, .slideList__next:before {
        border-width: 0.22556vw;
    }
}

@media only screen and (max-width: 767px) {
    .slideList__prev:before, .slideList__next:before {
        border-width: 0.53333vw;
    }
}

@media only screen and (max-width: 767px) {
    .slideList__prev, .slideList__next {
        width: 2.93333vw;
        height: 2.93333vw;
    }
}

.slideList__prev {
    left: 0;
    margin-left: 2px;
}

.slideList__next {
    right: 0;
    margin-right: 2px;
}

.howtoSlide__item {
    width: 33.33%;
}

.howtoSlide__item__box {
    background-color: #fff;
    margin: 0 2.83286%;
    height: 100%;
}

.howtoSlide__title {
    font-size: 1em;
    text-align: center;
    color: #e83e0b;
    font-weight: bold;
    padding: 0.8em 0 0em;
    margin-bottom: .8em;
    position: relative;
    border-top: 0.3125em solid #e83e0b;
}

.howtoSlide__sTitle {
    font-size: 1.125em;
    text-align: center;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
}

.howtoSlide__item__inner {
    padding: 6.06061% 6.06061% 6.06061%;
}

.howtoSlide__item__inner:after {
    content: "";
    clear: both;
    display: block;
}

.howtoSlide__title + .howtoSlide__item__inner {
    padding-top: 0;
}

.howtoSlide__product__inner {
    padding-top: 4.54545%;
}

.howtoSlide__product__img {
    width: 22.41379%;
    float: left;
    padding-right: 3.44828%;
    padding-bottom: 3.44828%;
}

.howtoSlide__product__img img {
    width: 100%;
    height: auto;
}

.howtoSlide__product__img:last-child {
    padding-bottom: 0;
}

.howtoSlide__product__img:nth-last-child(2) {
    padding-bottom: 0;
}

.howtoSlide__product__btmImg {
    padding-bottom: 3.44828%;
}

.howtoSlide__product__btmImg img {
    width: 100%;
    height: auto;
}

.howtoSlide__product__btmImg:last-child {
    padding-bottom: 0;
}

.howtoSlide__product--single .howtoSlide__product__img {
    float: none;
    margin: 0 auto;
    padding-right: 0;
}

.howtoSlide__product--single .howtoSlide__product__img:nth-last-child(2) {
    padding-bottom: 3.44828%;
}

.howtoSlide__product__column1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.howtoSlide__product__column1 .howtoSlide__product__img + .howtoSlide__product__txtBox {
    width: 74.13793%;
}

.howtoSlide__product__txtBox {
    overflow: hidden;
    padding-top: 1.72414%;
    padding-bottom: 1.72414%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.howtoSlide__product__txtBox:last-child {
    padding-bottom: 0;
}

.howtoSlide__product__sTitle {
    font-size: 1.125em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.howtoSlide__product__txt {
    font-size: 0.875em;
}

.howtoSlide__product__summary {
    color: #e83e0b;
    font-size: 1em;
    text-align: center;
    border: solid 1px #e83e0b;
    clear: both;
    padding: 0.3em;
}

.howtoSlide__txt1 {
    font-size: 0.875em;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.5;
}

.howtoSlide__txt1 > span {
    display: inline-block;
    text-align: left;
}

.howtoSlide__txt1:last-child {
    margin-bottom: 0;
}

.howtoSlide__txt1.is-indent {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}

.howtoSlide__txt1.is-indent li:nth-child(2) {
    margin-top: 0.7em;
}

.howtoSlide__txt2 {
    font-size: 0.875em;
    text-align: center;
    margin-bottom: 0.5em;
    min-height: 4.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5;
}

.howtoSlide__txt2 > span {
    display: inline-block;
    text-align: left;
}

.howtoSlide__txt2 span.u-center {
    display: inline-block;
    margin: 0 auto;
}

.howtoSlide__txt2:last-child {
    margin-bottom: 0;
}

.howtoSlide__img1 img {
    width: 100%;
    height: auto;
}

.howtoSlide__thumb img {
    width: 100%;
    height: auto;
}

.howtoSection__txt {
    font-size: 1em;
    margin-bottom: 1em;
}

.howtoSection__txt:last-child {
    margin-bottom: 0;
}

.howtoSection__annotation {
    font-size: 0.875em;
    margin-bottom: .4em;
}

.howtoSection__annotation:first-child {
    margin-top: 2em;
}

.howtoSection__annotation:last-child {
    margin-bottom: 0;
}

.howtoSection__detail {
    margin-top: 40px;
}

.howtoSection__detail img {
    width: auto;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .howtoSection {
        margin-bottom: 24%;
    }
    .howtoSection__inner {
        padding-bottom: 8%;
    }
    .slideSection01:before, .slideSection02:before, .slideSection03:before {
        font-size: 5.86667vw;
        margin-top: .7em;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .slideSection01:before, .slideSection02:before, .slideSection03:before {
        font-size: 28.16px;
    }
}

@media only screen and (max-width: 767px) {
    .slideSection01 .productSection__inner, .slideSection02 .productSection__inner, .slideSection03 .productSection__inner {
        padding-bottom: 8%;
    }
    .slideSection01 .sectionHeader, .slideSection02 .sectionHeader, .slideSection03 .sectionHeader {
        padding-bottom: 0;
        margin-bottom: 1em;
    }
    .slideSection01 .sectionHeader:before, .slideSection02 .sectionHeader:before, .slideSection03 .sectionHeader:before {
        display: none;
    }
    .slideContents {
        margin: 0 auto 0;
        position: relative;
    }
    .slideList {
        margin: 0 auto;
        overflow: visible;
    }
    .slideList__inner {
        margin: 0 -2.66667vw;
    }
    .slideList__inner .swiper-scrollbar {
        margin-left: 2.66667vw;
        margin-right: 2.66667vw;
    }
    .swiper-scrollbar + .slideList__items {
        padding-bottom: 5.22388%;
    }
    .swiper-scrollbar-lock + .slideList__items {
        padding-bottom: 0;
    }
    .slideList__item {
        width: 61.33333vw;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }
    .slideContents__note {
        font-size: 0.76923em;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        letter-spacing: 0.05em;
    }
    .howtoSlide__item {
        width: 81.33333vw;
    }
    .howtoSlide__item__box {
        background-color: #fff;
        margin: 0 2.66667vw;
        width: 76vw;
        height: 100%;
    }
    .howtoSlide__title {
        font-size: 0.92308em;
        border-top-width: 0.33333em;
    }
    .howtoSlide__sTitle {
        font-size: 1.07692em;
    }
    .howtoSlide__item__inner {
        padding: 7.01754% 7.01754% 7.01754%;
    }
    .howtoSlide__item__inner:after {
        content: "";
        clear: both;
        display: block;
    }
    .howtoSlide__title + .howtoSlide__item__inner {
        padding-top: 0;
    }
    .howtoSlide__product__inner {
        padding-top: 5.26316%;
    }
    .howtoSlide__product__img {
        width: 22.41379%;
        float: left;
        padding-right: 3.44828%;
        padding-bottom: 3.44828%;
    }
    .howtoSlide__product__img img {
        width: 100%;
        height: auto;
    }
    .howtoSlide__product__img:last-child {
        padding-bottom: 0;
    }
    .howtoSlide__product__img:nth-last-child(2) {
        padding-bottom: 0;
    }
    .howtoSlide__product__txtBox {
        overflow: hidden;
        padding-top: 1.72414%;
        padding-bottom: 1.72414%;
    }
    .howtoSlide__product__txtBox:last-child {
        padding-bottom: 0;
    }
    .howtoSlide__product__sTitle {
        font-size: 1.07692em;
        margin-bottom: 0.3em;
    }
    .howtoSlide__product__txt {
        font-size: 0.92308em;
    }
    .howtoSlide__product__summary {
        font-size: 1.07692em;
    }
    .howtoSlide__txt1 {
        font-size: 0.92308em;
    }
    .howtoSlide__txt2 {
        font-size: 0.92308em;
    }
    .howtoSection__txt {
        font-size: 1.07692em;
    }
    .howtoSection__annotation {
        font-size: 0.92308em;
    }
    .howtoSection__detail {
        margin-top: 5.33333%;
        max-width: 408px;
    }
    .howtoSection__detail img {
        width: 100%;
    }
}

.pickUpPage .contsWrapper {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1330px) {
    .pickUpPage .contsWrapper {
        margin-bottom: 3.63636%;
    }
}

.pickUpPage .pageKv {
    background: url(/benefique/product/douce/img/bg_kv.jpg) no-repeat center bottom;
    background-size: cover;
    margin-bottom: 100px;
}

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

.pickUpPage .pageKv__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 616.90909px;
    height: 0;
}

@media only screen and (max-width: 1400px) {
    .pickUpPage .pageKv__inner {
        padding-bottom: 52.72727%;
    }
}

.pickUpPage .pageKv__imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 75.45455%;
    margin: 0 auto 0;
    padding-top: 5.90909%;
}

.pickUpPage .pageKv__title {
    font-size: 44.67273px;
    line-height: 1.4;
    width: 49.39759%;
}

@media only screen and (max-width: 1400px) {
    .pickUpPage .pageKv__title {
        font-size: 3.08824vw;
    }
}

@media only screen and (max-width: 1100px) {
    .pickUpPage .pageKv__title {
        font-size: 3.81818vw;
    }
}

.pickUpPage .pageKv__mainImg {
    width: 50.48193%;
}

.pickUpPage .pageKv__mainImg img {
    width: 100%;
    height: auto;
}

.pickUpPage .awardSection {
    margin-bottom: 110px;
    font-size: 16px;
}

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

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

@media only screen and (max-width: 1330px) {
    .pickUpPage .awardSection {
        margin-bottom: 10%;
    }
}

.pickUpPage .awardSection__inner {
    max-width: 1100px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media only screen and (max-width: 1330px) {
    .pickUpPage .awardSection__inner {
        padding: 0% 2.72727%;
    }
}

.pickUpPage .awardSection__mainBox {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pickUpPage .awardSection__mainImg {
    width: 12.5%;
    margin-left: 11.53846%;
}

.pickUpPage .awardSection__mainImg img {
    width: 100%;
    height: auto;
}

.pickUpPage .awardSection__txtBox {
    width: 69.23077%;
}

.pickUpPage .awardSection__lead {
    font-size: 1.125em;
}

.pickUpPage .awardSection__title {
    font-size: 1.875em;
}

.pickUpPage .awardSection__logoList {
    width: 40.38462%;
    margin-right: 9.61538%;
}

.pickUpPage .awardSection__logoList__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pickUpPage .awardSection__logoList__item {
    width: 45.2381%;
    text-align: center;
}

.pickUpPage .awardSection__logoList__img {
    width: 84.21053%;
    margin: 0 auto;
}

.pickUpPage .awardSection__logoList__img img {
    width: 100%;
    height: auto;
}

.pickUpPage .awardSection__logoList__name {
    margin-top: .5em;
    font-size: 0.6875em;
    color: #a4a4a4;
}

.pickUpPage .awardListSection {
    font-size: 16px;
    margin-bottom: 110px;
}

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

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

@media only screen and (max-width: 1330px) {
    .pickUpPage .awardListSection {
        margin-bottom: 10%;
    }
}

.pickUpPage .awards__list__txt {
    font-size: 0.875em;
    margin-bottom: 0.5em;
}

.pickUpPage .awards__list__txt:last-child {
    margin-bottom: 0;
}

.pickUpPage .featureSection {
    font-size: 16px;
    margin-bottom: 110px;
}

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

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

@media only screen and (max-width: 1330px) {
    .pickUpPage .featureSection {
        margin-bottom: 10%;
    }
}

.pickUpPage .featureSection__header {
    text-align: center;
    margin-bottom: 1.5625em;
}

.pickUpPage .featureSection__lead {
    font-size: 1.25em;
}

.pickUpPage .featureSection__lead > span {
    display: inline-block;
    position: relative;
}

.pickUpPage .featureSection__lead > span:before, .pickUpPage .featureSection__lead > span:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #595757;
    position: absolute;
    bottom: 0.4em;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
}

.pickUpPage .featureSection__lead > span:before {
    left: -1.5em;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
}

.pickUpPage .featureSection__lead > span:after {
    right: -1.25em;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
}

.pickUpPage .featureSection__note {
    font-size: 0.75em;
}

.pickUpPage .featureSection__img {
    width: 38.46154%;
    margin: 0 auto;
}

.pickUpPage .featureSection__img img {
    width: 100%;
    height: auto;
}

.pickUpPage .contsSection01 {
    font-size: 16px;
    margin-bottom: 120px;
}

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

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

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

.pickUpPage .contsSection01__lead {
    text-align: center;
    font-size: 1.125em;
    margin-bottom: 1em;
}

.pickUpPage .contsSection01__lead > span {
    display: inline-block;
    position: relative;
    padding: 0 1.44444em;
}

.pickUpPage .contsSection01__lead > span:before, .pickUpPage .contsSection01__lead > span:after {
    content: "";
    width: 1px;
    height: 1.1em;
    display: block;
    background-color: #595757;
    position: absolute;
    bottom: 0.4em;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
}

.pickUpPage .contsSection01__lead > span:before {
    left: 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
}

.pickUpPage .contsSection01__lead > span:after {
    right: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
}

.pickUpPage .contsMovBox {
    width: 61.53846%;
    margin: 0 auto;
}

.pickUpPage .contsSection01__bnr {
    width: 61.53846%;
    margin: 0 auto;
}

.pickUpPage .contsSection01__bnr a {
    display: block;
    position: relative;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.pickUpPage .contsSection01__bnr a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #999999;
}

.pickUpPage .contsSection01__bnr a img {
    width: 100%;
    height: auto;
}

.pickUpPage .contsSection01__bnr a:hover {
    opacity: .8;
}

.pickUpPage .recommendSection {
    width: 860px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #999999;
    font-size: 16px;
    margin-bottom: 110px;
}

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

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

@media only screen and (max-width: 1330px) {
    .pickUpPage .recommendSection {
        width: 78.18182%;
        margin-bottom: 10%;
    }
}

.pickUpPage .recommendSection__inner {
    padding: 2.90698% 5.81395% 2.90698%;
}

.pickUpPage .recommendSection__title {
    border-bottom: solid 1px #999999;
    text-align: center;
    font-size: 1.25em;
    padding-bottom: 1em;
    margin-bottom: 1.1em;
}

.pickUpPage .recommendSection__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 1.4375em;
}

.pickUpPage .recommendSection__list__item {
    width: 50%;
    margin-bottom: .2em;
}

.pickUpPage .recommendSection__list__item > span {
    display: inline-block;
    padding-left: 1.375em;
    position: relative;
}

.pickUpPage .recommendSection__list__item > span:before {
    content: '';
    width: 0.75em;
    height: 0.75em;
    border: solid 1px #424242;
    position: absolute;
    left: 0;
    top: .4em;
}

.pickUpPage .recommendSection__list__item > span:after {
    content: "";
    position: absolute;
    top: -.08em;
    left: 0;
    width: .6em;
    height: 1.1em;
    border-right: solid 2px #e83e0b;
    border-bottom: solid 2px #e83e0b;
    -webkit-transform: translateX(50%) scaleX(0.8) rotate(42deg);
            transform: translateX(50%) scaleX(0.8) rotate(42deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.pickUpPage .aboutSection {
    font-size: 16px;
    margin-bottom: 110px;
}

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

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

@media only screen and (max-width: 1330px) {
    .pickUpPage .aboutSection {
        margin-bottom: 10%;
    }
}

.pickUpPage .aboutSection__header {
    text-align: center;
    margin-bottom: 2.125em;
}

.pickUpPage .aboutSection__title {
    font-size: 2.25em;
    line-height: 1.5;
    margin-bottom: .2em;
}

.pickUpPage .aboutSection__name {
    font-size: 1.75em;
}

.pickUpPage .aboutSection__img {
    width: 19.23077%;
    margin: 0 auto 3.84615%;
}

.pickUpPage .aboutSection__img img {
    width: 100%;
    height: auto;
}

.pickUpPage .aboutSection__txt {
    text-align: center;
}

.pickUpPage .pageNav {
    background: url(/benefique/product/douce/img/bg_pagenav.jpg) no-repeat center center;
    background-size: cover;
    font-size: 18px;
    margin-bottom: 110px;
}

@media only screen and (max-width: 1330px) {
    .pickUpPage .pageNav {
        font-size: 1.35338vw;
    }
}

@media only screen and (max-width: 1100px) {
    .pickUpPage .pageNav {
        font-size: 1.63636vw;
    }
}

@media only screen and (max-width: 1330px) {
    .pickUpPage .pageNav {
        margin-bottom: 10%;
    }
}

.pickUpPage .pageNav__inner {
    max-width: 1100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 30px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 1330px) {
    .pickUpPage .pageNav__inner {
        padding: 2.72727%;
    }
}

.pickUpPage .pageNav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pickUpPage .pageNav__item {
    width: 49.03846%;
    text-align: center;
}

.pickUpPage .pageNav__item a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-bottom: solid 5px #e83e0b;
    position: relative;
    padding: 1.11111em 0 0.83333em 0em;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}

.pickUpPage .pageNav__item a:after {
    content: "";
    width: 0.77778em;
    height: 0.77778em;
    border-right: solid 0.16667em #e83e0b;
    border-bottom: solid 0.16667em #e83e0b;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 1.66667em;
    -webkit-transform: translateX(-50%) translateY(-90%) rotate(45deg);
            transform: translateX(-50%) translateY(-90%) rotate(45deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    pointer-events: none;
}

.pickUpPage .pageNav__item a:hover {
    opacity: .8;
}

.pickUpPage .voiceSection {
    font-size: 16px;
    margin-bottom: 110px;
}

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

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

@media only screen and (max-width: 1330px) {
    .pickUpPage .voiceSection {
        margin-bottom: 10%;
    }
}

.pickUpPage .voiceSection .slideList__prev, .pickUpPage .voiceSection .slideList__next {
    margin-top: -1.44231%;
}

.pickUpPage .voiceSectionHeader {
    margin-bottom: 1.17647em;
}

.pickUpPage .voiceSlide {
    margin-bottom: 2.88462%;
}

.pickUpPage .voiceSlide__item {
    width: 33.33%;
}

.pickUpPage .voiceSlide__item__box {
    background-color: #fff;
    margin: 0 2.83286%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 2px #999999;
    padding: 7.08215% 7.08215% 5.66572%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.pickUpPage .voiceSlide__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
}

.pickUpPage .voiceSlide__item__inner* {
    min-height: 0;
}

.pickUpPage .voiceSlide__item__txt {
    line-height: 1.8;
    margin-bottom: .8em;
}

.pickUpPage .voiceSlide__item__txt em {
    font-style: normal;
    color: #e83e0b;
}

.pickUpPage .voiceSlide__item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: auto;
}

.pickUpPage .voiceSlide__item__icon__img {
    width: 24.28571%;
}

.pickUpPage .voiceSlide__item__icon__img img {
    width: 100%;
    height: auto;
}

.pickUpPage .voiceSlide__item__icon__txt {
    font-size: 0.9375em;
}

.pickUpPage .ingredientSection {
    font-size: 16px;
    margin-bottom: 110px;
}

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

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

@media only screen and (max-width: 1330px) {
    .pickUpPage .ingredientSection {
        margin-bottom: 10%;
    }
}

.pickUpPage .ingredientSection__txtBox {
    margin-bottom: 2em;
}

.pickUpPage .ingredientSection__txt {
    margin-bottom: 1.5em;
}

.pickUpPage .ingredientSection__note1 {
    font-size: 0.75em;
    margin-top: -1.8em;
    margin-bottom: 2.16667em;
}

.pickUpPage .ingredientSection__txt2 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 1.4em;
}

.pickUpPage .ingredientConts {
    margin-bottom: 3.84615%;
}

.pickUpPage .ingredientConts:last-child {
    margin-bottom: 0;
}

.pickUpPage .ingredientBox1 {
    text-align: center;
    margin-bottom: 1em;
}

.pickUpPage .ingredientBox1__inner {
    background-color: #fdf1e5;
    display: inline-block;
    color: #e83e0b;
    padding: 0.3125em 0.625em;
}

.pickUpPage .ingredientBox1__title {
    font-size: 1.75em;
    line-height: 1.5;
}

.pickUpPage .ingredientBox1__txt {
    font-size: 0.875em;
}

.pickUpPage .ingredientConts__txt1 {
    text-align: center;
    font-size: 1em;
    margin-bottom: 2em;
}

.pickUpPage .ingredientConts__txt1:last-child {
    margin-bottom: 0;
}

.pickUpPage .ingredientList {
    text-align: center;
}

.pickUpPage .ingredientList__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.875em;
}

.pickUpPage .ingredientList__item {
    width: 14.03846%;
}

.pickUpPage .ingredientList__img {
    width: 89.0411%;
    margin: 0 auto;
}

.pickUpPage .ingredientList__img img {
    width: 100%;
    height: auto;
}

.pickUpPage .ingredientList__txt {
    font-size: 0.875em;
    margin-top: .5em;
}

.pickUpPage .ingredientList__txt2 {
    font-size: 0.875em;
    margin-top: .5em;
}

.pickUpPage .ingredientList__note {
    font-size: 0.75em;
    margin-top: .5em;
}

.pickUpPage .productSection {
    font-size: 16px;
}

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

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

.pickUpPage .productSummary {
    margin-bottom: 3.84615%;
}

.pickUpPage .productSummary__lead {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.pickUpPage .productSummary__itemBox {
    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;
}

.pickUpPage .productSummary__itemList {
    width: 38.46154%;
    margin-left: 3.84615%;
}

.pickUpPage .productSummary__itemList__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: spacce-between;
        -ms-flex-pack: spacce-between;
            justify-content: spacce-between;
}

.pickUpPage .productSummary__itemList__item {
    width: 25%;
}

.pickUpPage .productSummary__itemList__img {
    width: 80%;
    margin: 0 auto;
}

.pickUpPage .productSummary__itemList__img img {
    width: 100%;
    height: auto;
}

.pickUpPage .productSummary__itemList__txt {
    font-size: 0.8125em;
    text-align: center;
    margin-top: 1em;
}

.pickUpPage .productSummary__txtBox {
    width: 50%;
}

.pickUpPage .productSummary__txt {
    line-height: 1.7;
}

.pickUpPage .productSummary__txt > span {
    font-size: 0.75em;
}

.pickUpPage .productSection__note {
    text-align: center;
    font-size: 0.875em;
}

@media only screen and (max-width: 767px) {
    .pickUpPage .contsWrapper {
        margin-bottom: 9.09091%;
    }
    .pickUpPage .pageKv {
        background: url(/benefique/product/douce/img/bg_kv_sp.jpg) no-repeat center bottom;
        background-size: cover;
        margin-bottom: 13.33333%;
    }
    .pickUpPage .pageKv__inner {
        height: 0;
        padding-bottom: 119.46667%;
    }
    .pickUpPage .pageKv__imgBox {
        display: block;
        width: auto;
        padding-top: 9.06667%;
    }
    .pickUpPage .pageKv__title {
        font-size: 5.86667vw;
        text-align: center;
        line-height: 1.4;
        width: auto;
        -webkit-font-feature-settings: 'palt';
                font-feature-settings: 'palt';
        letter-spacing: .04em;
        margin-bottom: 1.4em;
    }
    .pickUpPage .pageKv__mainImg {
        width: auto;
    }
    .pickUpPage .awardSection {
        margin-bottom: 13.33333%;
        font-size: 3.46667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .pickUpPage .awardSection {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .pickUpPage .awardSection__inner {
        padding: 0% 5.33333%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .pickUpPage .awardSection__mainBox {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 5.97015%;
    }
    .pickUpPage .awardSection__mainImg {
        width: 16.1194%;
        margin-left: 5.97015%;
    }
    .pickUpPage .awardSection__txtBox {
        width: 68.65672%;
    }
    .pickUpPage .awardSection__lead {
        font-size: 1.07692em;
    }
    .pickUpPage .awardSection__title {
        font-size: 1.53846em;
    }
    .pickUpPage .awardSection__logoList {
        width: auto;
        margin-right: 0;
    }
    .pickUpPage .awardSection__logoList__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .pickUpPage .awardSection__logoList__item {
        width: 50%;
        text-align: center;
    }
    .pickUpPage .awardSection__logoList__img {
        width: 86.56716%;
        margin: 0 auto;
    }
    .pickUpPage .awardSection__logoList__name {
        margin-top: .5em;
        font-size: 0.84615em;
    }
    .pickUpPage .awardListSection {
        margin-bottom: 13.33333%;
        font-size: 3.46667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .pickUpPage .awardListSection {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .pickUpPage .awards__list__txt {
        font-size: 0.92308em;
        margin-bottom: 0.5em;
    }
    .pickUpPage .awards__list__txt:last-child {
        margin-bottom: 0;
    }
    .pickUpPage .featureSection {
        margin-bottom: 13.33333%;
        font-size: 3.46667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .pickUpPage .featureSection {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .pickUpPage .featureSection__header {
        text-align: center;
        margin-bottom: 1.15385em;
    }
    .pickUpPage .featureSection__lead {
        font-size: 1.07692em;
    }
    .pickUpPage .featureSection__lead > span:before, .pickUpPage .featureSection__lead > span:after {
        background-color: #595757;
        position: absolute;
        top: 0;
        bottom: 0.4em;
        -webkit-transform-origin: bottom center;
                transform-origin: bottom center;
    }
    .pickUpPage .featureSection__lead > span:before {
        left: -1em;
    }
    .pickUpPage .featureSection__lead > span:after {
        right: -0.9em;
    }
    .pickUpPage .featureSection__note {
        font-size: 0.76923em;
    }
    .pickUpPage .featureSection__img {
        width: 73.13433%;
        margin: 0 auto;
    }
    .pickUpPage .contsSection01 {
        margin-bottom: 14.66667%;
        font-size: 3.46667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .pickUpPage .contsSection01 {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .pickUpPage .contsSection01__lead {
        text-align: center;
        font-size: 1.07692em;
        margin-bottom: .8em;
    }
    .pickUpPage .contsMovBox {
        width: auto;
        margin: 0 auto;
    }
    .pickUpPage .contsSection01__bnr {
        width: auto;
        margin: 0 auto;
    }
    .pickUpPage .recommendSection {
        width: 89.33333%;
        margin: 0 auto;
        margin-bottom: 13.33333%;
        font-size: 3.46667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .pickUpPage .recommendSection {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .pickUpPage .recommendSection__inner {
        padding: 2.98507% 5.37313% 5.97015%;
    }
    .pickUpPage .recommendSection__title {
        text-align: center;
        font-size: 1.07692em;
        padding-bottom: 0.69231em;
        margin-bottom: 0.84615em;
    }
    .pickUpPage .recommendSection__list {
        display: block;
        padding-left: 0.53571em;
        font-size: 1.03846em;
    }
    .pickUpPage .recommendSection__list__item {
        width: auto;
        margin-bottom: .3em;
    }
    .pickUpPage .recommendSection__list__item:last-child {
        margin-bottom: 0;
    }
    .pickUpPage .aboutSection {
        margin-bottom: 14.66667%;
        font-size: 3.46667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .pickUpPage .aboutSection {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .pickUpPage .aboutSection__header {
        text-align: center;
        margin-bottom: 0.92308em;
    }
    .pickUpPage .aboutSection__title {
        font-size: 1.69231em;
        line-height: 1.4;
        margin-bottom: .2em;
    }
    .pickUpPage .aboutSection__name {
        font-size: 1.30769em;
    }
    .pickUpPage .aboutSection__img {
        width: 34.32836%;
        margin: 0 auto 5.97015%;
    }
    .pickUpPage .aboutSection__txt {
        text-align: center;
    }
    .pickUpPage .pageNav {
        background: url(/benefique/product/douce/img/bg_pagenav_sp.jpg) no-repeat center center;
        background-size: cover;
        margin-bottom: 14.66667%;
        font-size: 3.2vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .pickUpPage .pageNav {
        font-size: 16.64px;
    }
}

@media only screen and (max-width: 767px) {
    .pickUpPage .pageNav__inner {
        padding: 5.33333%;
    }
    .pickUpPage .pageNav__item {
        width: 49.25373%;
    }
    .pickUpPage .pageNav__item a {
        border-bottom-width: 0.8vw;
        padding: 1.25em 0 2.08333em;
    }
    .pickUpPage .pageNav__item a:after {
        width: 0.75em;
        height: 0.75em;
        border-width: 0.4vw;
        left: 50%;
        top: auto;
        right: auto;
        bottom: 0;
        margin-bottom: 0.83333em;
        -webkit-transform: translateY(-30%) translateX(-90%) rotate(45deg);
                transform: translateY(-30%) translateX(-90%) rotate(45deg);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
    }
    .pickUpPage .voiceSection {
        font-size: 3.46667vw;
        margin-bottom: 14.66667%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .pickUpPage .voiceSection {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .pickUpPage .voiceSection .slideList__prev, .pickUpPage .voiceSection .slideList__next {
        margin-top: -2%;
    }
    .pickUpPage .voiceSection .slideList__prev {
        margin-left: 3.33333vw;
    }
    .pickUpPage .voiceSection .slideList__next {
        margin-right: 3.33333vw;
    }
    .pickUpPage .voiceSectionHeader {
        margin-bottom: 1.17647em;
    }
    .pickUpPage .voiceSlide {
        margin-bottom: 4.47761%;
    }
    .pickUpPage .voiceSlide__item {
        width: 33.33%;
    }
    .pickUpPage .voiceSlide__item__box {
        margin: 0 5.22388%;
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-width: 0.26667vw;
        padding: 3.73134% 4.47761% 3.58209%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .pickUpPage .voiceSlide__item__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    .pickUpPage .voiceSlide__item__txt {
        line-height: 1.8;
        margin-bottom: .8em;
    }
    .pickUpPage .voiceSlide__item__txt em {
        font-style: normal;
        color: #e83e0b;
    }
    .pickUpPage .voiceSlide__item__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-top: auto;
    }
    .pickUpPage .voiceSlide__item__icon__img {
        width: 24.28571%;
    }
    .pickUpPage .voiceSlide__item__icon__img img {
        width: 100%;
        height: auto;
    }
    .pickUpPage .voiceSlide__item__icon__txt {
        font-size: 0.9375em;
    }
    .pickUpPage .ingredientSection {
        font-size: 3.46667vw;
        margin-bottom: 13.33333%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .pickUpPage .ingredientSection {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .pickUpPage .ingredientSection__txtBox {
        margin-bottom: 2em;
    }
    .pickUpPage .ingredientSection__txt {
        margin-bottom: 1.5em;
    }
    .pickUpPage .ingredientSection__note1 {
        font-size: 0.76923em;
        margin-top: -1.8em;
        margin-bottom: 2.16667em;
    }
    .pickUpPage .ingredientSection__txt2 {
        font-size: 1.07692em;
        font-weight: bold;
        margin-bottom: 2em;
    }
    .pickUpPage .ingredientConts {
        margin-bottom: 8.95522%;
    }
    .pickUpPage .ingredientConts:last-child {
        margin-bottom: 0;
    }
    .pickUpPage .ingredientBox1 {
        text-align: center;
        margin-bottom: 1em;
    }
    .pickUpPage .ingredientBox1__inner {
        background-color: #fdf1e5;
        display: inline-block;
        color: #e83e0b;
        padding: 0.30769em 0.57692em;
    }
    .pickUpPage .ingredientBox1__title {
        font-size: 1.46154em;
        line-height: 1.5;
    }
    .pickUpPage .ingredientBox1__txt {
        font-size: 0.88462em;
        -webkit-font-feature-settings: 'palt';
                font-feature-settings: 'palt';
    }
    .pickUpPage .ingredientConts__txt1 {
        text-align: center;
        font-size: 1.07692em;
        margin-bottom: 1em;
    }
    .pickUpPage .ingredientConts__txt1:last-child {
        margin-bottom: 0;
    }
    .pickUpPage .ingredientList {
        text-align: center;
    }
    .pickUpPage .ingredientList__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 -1.49254% 1.34615em;
    }
    .pickUpPage .ingredientList__item {
        width: 33.58209%;
    }
    .pickUpPage .ingredientList__img {
        width: 89.0411%;
        margin: 0 auto;
    }
    .pickUpPage .ingredientList__img img {
        width: 100%;
        height: auto;
    }
    .pickUpPage .ingredientList__txt {
        font-size: 0.84615em;
        margin-top: .5em;
    }
    .pickUpPage .ingredientList__txt2 {
        font-size: 1.07692em;
        margin-top: .5em;
    }
    .pickUpPage .ingredientList__note {
        font-size: 0.76923em;
        margin-top: .5em;
    }
    .pickUpPage .productSection {
        font-size: 3.46667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .pickUpPage .productSection {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .pickUpPage .productSummary {
        margin-bottom: 4.47761%;
    }
    .pickUpPage .productSummary__lead {
        font-size: 1.07692em;
        margin-bottom: 1.5em;
        font-weight: bold;
    }
    .pickUpPage .productSummary__itemBox {
        display: block;
    }
    .pickUpPage .productSummary__itemList {
        width: 92.53731%;
        margin: 0 auto 7.46269%;
    }
    .pickUpPage .productSummary__itemList__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: spacce-between;
            -ms-flex-pack: spacce-between;
                justify-content: spacce-between;
    }
    .pickUpPage .productSummary__itemList__item {
        width: 25%;
    }
    .pickUpPage .productSummary__itemList__img {
        width: 80%;
        margin: 0 auto;
    }
    .pickUpPage .productSummary__itemList__img img {
        width: 100%;
        height: auto;
    }
    .pickUpPage .productSummary__itemList__txt {
        font-size: 0.76923em;
        text-align: center;
        margin-top: 1em;
    }
    .pickUpPage .productSummary__txtBox {
        width: auto;
    }
    .pickUpPage .productSummary__txt {
        line-height: 1.7;
    }
    .pickUpPage .productSummary__txt > span {
        font-size: 0.75em;
    }
    .pickUpPage .productSection__note {
        text-align: center;
        font-size: 0.84615em;
        -webkit-font-feature-settings: 'palt';
                font-feature-settings: 'palt';
        letter-spacing: .02em;
    }
}
