@charset "utf-8";
/* カロメッシュJELLY用 */

section {
    color: #333333;
}

.mplus-r {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.text-pink {
    color: #EA6D8D;
}

.stripe-bar {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background-size: auto auto;
    background-color: #F3A8BF;
    background-image: repeating-linear-gradient(147.2deg, transparent, transparent 17.2px, #ED89A9 17.2px, #ED89A9 34.4px)
}

@media all and (min-width: 768px) {
    .is-sp {
        display: none;
    }
}

.is-pc {
    display: none;
}

@media all and (min-width: 768px) {
    .is-pc {
        display: block;
    }
}

/* //共通 */

/* 3つのポイント */
.point {
    padding: 18px 0 50px;
}

.point-title {
    font-size: 42px;
    font-weight: 900;
    text-align: center;
}

.point-title span:nth-of-type(1) {
    font-size: 70px;
}

.point-title span:nth-of-type(2) {
    font-size: 30px;
    margin-right: 4px;
}

.point-item {
    display: flex;
    flex-direction: column-reverse;
}

.point-item:nth-of-type(2) {
    margin-top: 70px;
}

.point-item:nth-of-type(3) {
    margin-top: 30px;
}

.point-imgs {
    width: 100%;
    margin-top: 20px;
}

.point-imgs-img {
    width: 100%;
}

.point-imgs-img--round {
    border-radius: 50px;
}

.point-imgs-note {
    display: block;
    text-align: right;
    font-size: 13px;
    font-weight: 300;
    margin-top: 5px;
}


.point-details {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.point-details-img:nth-of-type(1) {
    width: 68%;
}

.point-details-img:nth-of-type(2) {
    width: 40%;
    margin-left: -8%;
    margin-bottom: -3%;
}

.point-body {
    width: 100%;
}

.point-body-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.point-body-num {
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
    display: inline-block;
}

.point-body-num span {
    font-size: 48px;
    font-weight: 700;
}

.point-flavor {
    text-align: center;
    font-weight: 700;
    margin-right: 16px;
}

.point-flavor-span {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    position: relative;
}

.point-flavor-span::before {
    content: "";
    display: block;
    width: 3px;
    height: 28px;
    position: absolute;
    left: -23%;
    bottom: 2%;
    transform: rotate(-20deg);
    background: #EA6D8D;
}

.point-flavor-span::after {
    content: "";
    display: block;
    width: 3px;
    height: 28px;
    position: absolute;
    right: -20%;
    bottom: 2%;
    transform: rotate(20deg);
    background: #EA6D8D;
}

.point-flavor-peach {
    font-size: 20px;
    color: #ffffff;
    background-color: #EA6D8D;
    border-radius: 20px;
    padding: 0 20px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.point-body-title {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    margin-top: 9px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    word-break: keep-all;
    position: relative;
}

.point-body-title span {
    position: absolute;
    top: 4px;
    right: -20px;
    font-size: 15px;
}

.point-body-text {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.4;
    margin-bottom: 0;
}

.point-body-note {
    font-size: 14px;
    font-weight: 500;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {

    .point {
        padding: 18px 0 92px;
    }

    .point-title {
        font-size: 60px;
    }

    .point-title span:nth-of-type(1) {
        font-size: 100px;
    }

    .point-title span:nth-of-type(2) {
        font-size: 44px;
        margin-right: 6px;
    }

    .point-item:nth-of-type(2) {
        margin-top: 50px;
    }

    .point-item:nth-of-type(3) {
        margin-top: 20px;
    }

    .point-item {
        justify-content: space-around;
        flex-direction: row;
    }

    .point-item:last-child {
        align-items: flex-end;
    }

    .point-item--rev {
        flex-direction: row-reverse;
    }

    .point-body-num {
        font-size: 44px;
    }

    .point-body-num span {
        font-size: 60px;
    }

    .point-flavor {
        margin-right: 0;
    }

    .point-flavor-span {
        font-size: 18px;
    }

    .point-flavor-span::before {
        width: 3px;
        height: 30px;
        left: -18%;
        bottom: 5%;
    }

    .point-flavor-span::after {
        width: 3px;
        height: 30px;
        right: -18%;
        bottom: 5%;
    }

    .point-flavor-peach {
        font-size: 20px;
        border-radius: 16px;
        padding: 0 15px;
    }


    .point-body-title {
        font-size: 30px;
    }

    .point-body-text {
        font-size: 20px;
    }

    .point-imgs {
        width: 48.5%;
        text-align: right;
        margin-top: 0;
    }

    .point-imgs-img--small {
        width: 87%;
    }

    .point-body {
        width: 41.4%;
    }

    .point-body-note {
        font-size: 18px;
    }
}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {
    .point-title {
        font-size: 70px;
    }

    .point-title span:nth-of-type(1) {
        font-size: 118px;
    }

    .point-title span:nth-of-type(2) {
        font-size: 50px;
        margin-right: 8px;
    }

    .point-item:nth-of-type(2) {
        margin-top: 118px;
    }

    .point-item:nth-of-type(3) {
        margin-top: 57px;
    }

    .point-items {
        margin-top: 47px;
    }

    .point-body-num {
        font-size: 58px;
    }

    .point-body-num span {
        font-size: 80px;
    }

    .point-flavor {
        margin-right: 30px;
    }

    .point-flavor-span {
        font-size: 23px;
    }

    .point-flavor-span::before {
        width: 3px;
        height: 38px;
        left: -28%;
        bottom: 8%;
    }

    .point-flavor-span::after {
        width: 3px;
        height: 38px;
        right: -16%;
        bottom: 8%;
    }

    .point-flavor-peach {
        font-size: 28px;
        border-radius: 20px;
        padding: 0 20px;
        margin-bottom: 15px;
    }

    .point-body-title {
        font-size: 44px;
    }

    .point-body-text {
        font-size: 28px;
    }
}

@media all and (min-width: 1400px) {}

/* //3つのポイント */

/* こんな方におすすめです */
.target {
    padding: 75px 0 65px;
}

.target.lazyloaded {
    background-image: url(../images/products/calomesshi/bg-check.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.target-wrapper {
    padding: 52px 15px 60px;
    background: #ffffff;
    border-radius: 30px;
}

.target-wrapper .stripe-bar {
    max-width: 800px;
    margin: 0 auto;
}

.target-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.target-items {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 12px;
    margin-top: 40px;
}

.target-item:not(:first-child) {
    margin-top: 20px;
}

.target-item img {
    display: block;
    width: 76%;
    margin: 0 auto;
}

.target-text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px;
    line-height: 1.4;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.target-resolution {
    margin-top: 30px;
    text-align: center;
}

.target-resolution-text {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    z-index: 1;
    letter-spacing: 0.1em;
}

.target-resolution-text::before {
    content: "";
    display: block;
    width: 300px;
    height: 90px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #FCEAEF;
    z-index: -1;
}

.target-resolution img {
    margin-top: 40px;
}

@media all and (min-width: 576px) {
    .target-text {
        font-size: 30px;
    }
}

@media all and (min-width: 768px) {
    .target-wrapper {
        padding: 52px 70px 30px;
        border-radius: 53px;
    }

    .target-title {
        font-size: 42px;
    }

    .target-items {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        margin-top: 62px;
    }

    .target-item:not(:first-child) {
        margin-top: 0;
    }

    .target-text {
        text-align: left;
    }

    .target-resolution {
        margin-top: 42px;
    }

    .target-resolution-text {
        font-size: 41px;
    }

    .target-resolution-text::before {
        width: 436px;
    }

    .target-resolution img {
        margin-top: 21px;
    }
}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {
    .target-title {
        font-size: 58px;
    }

    .target-items {
        column-gap: 0;
    }
}

@media all and (min-width: 1400px) {}

/* //こんな方におすすめです */

/* お召し上がり方 */
.howto {
    padding: 55px 0 65px;
    background-size: auto auto;
    background-color: #F3A8BF;
    background-image: repeating-linear-gradient(147.2deg, transparent, transparent 17.2px, #ED89A9 17.2px, #ED89A9 34.4px)
}

.howto .container.howto-container {
    max-width: 1400px;
}

.howto-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 1px 2px #C14D67;
    letter-spacing: 0.05em;
}

.howto-wrapper {
    margin-top: 36px;
    padding: 50px 40px 70px;
    background: #ffffff;
    border-radius: 30px;
}

.howto-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.howto-item {
    text-align: center;
}

.howto-item img {
    width: 70%;
    max-width: 350px;
}

.howto-item-pattern {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

.howto-item-text {
    text-align: left;
    font-size: 22px;
    margin-top: 24px;
    font-weight: 500;
    line-height: 1.4;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {
    .howto-title {
        font-size: 60px;
    }

    .howto-wrapper {
        padding: 80px 73px 98px;
        border-radius: 53px;
    }

    .howto-items {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .howto-item-pattern {
        font-size: 30px;
        margin-bottom: 22px;
    }

    .howto-item-pattern--center {
        margin-right: 34px;
    }

    .howto-item-text {
        font-size: 20px;
        margin-top: 31px;
    }
}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {

    .howto-item img {
        max-width: 252px;
    }

    .howto-item-pattern {
        font-size: 40px;
    }

    .howto-item-text {
        font-size: 26px;
    }
}

@media all and (min-width: 1400px) {}

/* //お召し上がり方 */

/* エンガードブランド */
.brand {
    padding: 80px 0 50px;
}

.brand .container.brand-container {
    max-width: 1400px;
}

.brand-wrapper {
    text-align: center;
}

.brand-body {
    font-weight: 500;
    width: 100%;
    margin-bottom: 44px;
}

.brand-body img {
    width: 70%;
    max-width: 344px;
}

.brand-name {
    font-size: 22px;
    margin-top: 19px;
    letter-spacing: 0.18em;
}

.brand-text {
    font-size: 24px;
    margin-top: 40px;
}

.brand-description {
    font-size: 18px;
    line-height: 2.1;
}

.brand-img {
    width: 100%;
    max-width: 450px;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {
    .brand-name {
        font-size: 30px;
    }

    .brand-text {
        font-size: 40px;
    }

    .brand-description {
        font-size: 22px;
    }
}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {
    .brand {
        padding: 148px 0 120px;
    }

    .brand-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .brand-body {
        width: 55%;
    }

    .brand-img {
        width: 45%;
        max-width: 1000px;
    }

    .brand-name {
        font-size: 35px;
    }

    .brand-text {
        font-size: 48px;
        margin-top: 79px;
    }

    .brand-description {
        font-size: 27px;
    }
}

@media all and (min-width: 1400px) {}

/* //エンガードブランド */

/* パッケージ説明 */
.package {
    padding: 96px 0;
}

.package.lazyloaded {
    background-image: url(../images/products/calomesshi/bg-check-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.package-wrapper {
    border-radius: 38px;
    background: #ffffff;
    position: relative;
}

.package-wrapper:nth-of-type(1) {
    padding: 0 30px 120px;
    text-align: center;
}

.package-wrapper:nth-of-type(2) {
    padding: 53px 30px 130px;
    margin-top: 60px;
}

.package-img1 {
    width: 70%;
}

.package-img2 {
    margin-right: 30px;
}

.package-text {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.07em;
    margin: 0;
    text-align: left;
}

.package-open {
    font-size: 20px;
    font-weight: 500;
    margin-top: 24px;
    letter-spacing: 0.05em;
}

.package-illust1 {
    position: absolute;
    right: -20px;
    bottom: 0;
    max-width: 100px;
}

.package-illust2 {
    position: absolute;
    left: -18px;
    bottom: 0;
    max-width: 150px;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {
    .package-wrapper:nth-of-type(1) {
        padding: 0 0 17px 40px;
        text-align: left;
    }

    .package-wrapper:nth-of-type(2) {
        padding: 53px 80px 5px 117px;
        text-align: right;
    }

    .package-flex {
        display: flex;
        align-items: center;
    }

    .package-img1 {
        width: 30%;
    }

    .package-text {
        width: 44%;
        font-size: 18px;
        margin: 20px 0 0 20px;
    }

    .package-open {
        font-size: 20px;
    }

    .package-illust1 {
        right: -20px;
        bottom: 0;
        max-width: 150px;
    }

    .package-illust2 {
        left: -50px;
        bottom: 0;
        max-width: 180px;
    }
}

@media all and (min-width: 992px) {
    .package-wrapper:nth-of-type(1) {
        padding: 0 0 17px 80px;
    }

    .package-wrapper:nth-of-type(2) {
        padding: 53px 20px 5px 117px;
    }

    .package-text {
        width: 44%;
        font-size: 23px;
        margin: 20px 0 0 36px;
    }

    .package-open {
        font-size: 24px;
    }

    .package-illust1 {
        right: -60px;
        bottom: 0;
        max-width: 1000px;
    }

    .package-illust2 {
        left: -18px;
        bottom: 0;
        max-width: 1000px;
    }
}

@media all and (min-width: 1200px) {
    .package-text {
        width: 47%;
        font-size: 27px;
    }

    .package-wrapper:nth-of-type(2) {
        padding: 53px 117px 5px;
    }

    .package-open {
        font-size: 27px;
    }
}

@media all and (min-width: 1400px) {}

/* //パッケージ説明 */




/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {}

@media all and (max-width: 400px) {}

/*iPhone5:SE*/
@media all and (max-width: 320px) {}
