/* 共通 */
div,
video,
img,
header {
    width: 100%;
}

/*.arial {
    font-family: 'Arial', sans-serif;
}
.zenkaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.poppins {
    font-family: Poppins;
    font-weight: 600;
}*/

.tl-center {
    text-align: center;
}
.tl-left {
    text-align: left;
}
.tl-right {
    text-align: center;
}

.bg-white {
    background-color: #FFFFFF;
}
.bg-ivory {
    background-color: #FFFBEC;
}
.bg-cream {
    background-color: #F1E5DB;
}
.bg-terracotta {
    background-color: #b86f50;
}
.bg-wine-red {
    background-color: #AB2727;
}
.bg-taupe {
    background-color: #928170;
}
.bg-olive {
    background-color: #929868;
}
.bg-pale-pink {
    background-color: #FCEEE1;
}
.bg-cacao {
    background-color: #957558;
}
.bg-pastel-yellow {
    background-color: #FFEB80;
}
.bg-gray {
    background-color: #F1EDDB;
}
.bg-light-yellow {
    background-color: #FCF8D7;
}
.bg-white-cream {
    background-color: #FFFBEC;
}

.tc-white {
    color: #ffffff;
}
.tc-dark-gray {
    color: #333333;
}
.tc-bronze {
    color: #C27227;
}
.tc-cacao {
    color: #957558;
}
.tc-wine-red {
    color: #AB2727;
}
.tc-beige {
    color: #DEC5AF;
}
.tc-orange {
    color: #FFB628;
}
.tc-pastel-yellow {
    color: #FFEB80;
}

.fs-200 {
    font-size: 200px;
}
.fs-64 {
    font-size: 64px;
}
.fs-48 {
    font-size: 48px;
}
.fs-40 {
    font-size: 40px;
}
.fs-36 {
    font-size: 36px;
} 
.fs-32 {
    font-size: 32px;
}
.fs-24 {
    font-size: 24px;
}
.fs-20 {
    font-size: 20px;
}
.fs-18 {
    font-size: 18px;
}
.fs-16 {
    font-size: 16px;
}
.fs-14 {
    font-size: 14px;
}
.fs-12 {
    font-size: 12px;
}

.lh-2em {
    line-height: 2em;
}
.lh-17px {
    line-height: 17.38px;
}

.pc-show {
    display: block;
}
.sp-show {
    display: none;
}

.container {
    position: relative;
}
.underline1,
.underline2 {
    position: relative; 
}
.underline1::after {
    position: absolute;
    content: "";
    background-color: #665839;
    width: 110%;
    height: 1px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.underline2::after {
    position: absolute;
    content: "";
    background-color: #665839;
    width: 150%;
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.dots {
    background-image: radial-gradient(circle at center, #ba9e65 10%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: .4em;
}
.underline-yellow {
    text-decoration: underline;
    text-decoration-color: #f6e7c2;
    text-decoration-thickness: 8px;
    text-underline-offset: -5px;
}

.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@keyframes slideinLeft {
0% {
    transform: translateX(-50px);
}
100% {
    transform: translateX(0);
}
}

@keyframes slideinRight {
    0% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}

/* header */
header {
    max-width: 1280px;
}
.header-content {
    padding: 20px 0;
}
.header-content img {
    width: 140px;
}

/* first-view */
.first-view {
    position: relative;
    max-width: 1200px;
    max-height: 600px;
    height: 100%;
    margin: 0 auto;
}
.first-view-movie {
    max-width: 1200px;
}
.first-view-movie video {
    max-height: 600px;
    object-fit: cover;
    border-radius: 20px;
}
.first-view-logo {
    position: absolute;
    top: 162px;
}
.first-view-logo img {
    max-width: 300px;
}
.first-view-items {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 24px;
    bottom: -90px;
}
.first-view-items img {
    max-width: 285px;
}

/* protein-importance */
.protein-importance {
    position: relative;
    height: 825px;
    padding: 150px 0 0 140px;
    z-index: -10;
}
.protein-importance .content {
    max-width: 1280px;
    margin: 0 auto;
}
.protein-importance .content h2 {
    margin-bottom: 20px;
}
.protein-importance .content p {
    margin-bottom: 30px;
    width: 50%;
}
.protein-importance .daily-intake img {
    max-width: 599px; 
}
.protein-importance .bg-powder {
    position: relative;
    overflow-x: clip;
    z-index: -1;
}
.protein-importance .bg-powder img {
    position: absolute;
    top: -400px;
    right: -35%;
}
.protein-importance .trial-set {
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.protein-importance .trial-set img {
    max-width: 350px;
}

/* cta-contents */
.cta-contents .trial-set {
    position: relative;
}
.cta-contents .trial-set img {
    width: 100svw;
}
/* .cta-contents .order-button {
    position: absolute;
    top: calc(50% - 50px);
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
}
.cta-contents .order-button:hover {
    opacity: 0.6;
}
.cta-contents .trial-set .order-button {
    width: 300px;
    right: calc(17svw - 150px)
} */
.cta-contents .products {
    display: flex;
}
.cta-contents .products .product {
    position: relative;
    width: 50svw;
}
.cta-contents .products img {
    width: 50svw;
}
.cta-contents .products  .order-button {
    width: 200px;
    right: calc(10svw - 100px)
}

/* protein-foundation */
.protein-foundation {
    background-image: url("/ocmsbinary/landing_pages/14/images/common/bg_lady-white.jpg");
    background-image: image-set(url("/ocmsbinary/landing_pages/14/images/common/bg_lady-white.jpg") 1x, url("/ocmsbinary/landing_pages/14/images/common/bg_lady-white2x.jpg") 2x);
    background-image: -webkit-image-set(url("/ocmsbinary/landing_pages/14/images/common/bg_lady-white.jpg") 1x, url("/ocmsbinary/landing_pages/14/images/common/bg_lady-white2x.jpg") 2x);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 140px;
}
.protein-foundation .content1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 982px;
    margin: 0 auto;
}
.protein-foundation .content1 p {
    max-width: 912px;
    width: 100%;
}
.protein-foundation .content2 {
    display: flex;
    justify-content: center;
}
.protein-foundation .content2 img {
    max-height: 417px;
    max-width: 421px;
}
.protein-foundation .content2 p {
    margin-top: 130px;
    margin-left: 20px;
}

/* reborn-body */
.reborn-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.reborn-body h3 span {
    display: inline-block;
    border-radius: 28px;
    margin-right: 20px;
    padding: 4px 26px;
}
.reborn-body .check {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.reborn-body .check img {
    max-width: 865px;
    margin: 20px auto 0;
}
.reborn-body .highlight {
    margin-bottom: 0;
}
.reborn-body .title {
    margin: 50px 0 30px;
}
.reborn-body .title img {
    width: 52px;
    margin-right: 15px;
}
.reborn-body .title-box {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.reborn-body .protein-shortage {
    max-width: 1000px;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px;
}
.reborn-body .protein-shortage h3 {
    max-width: 675px;
    margin: 20px auto 40px;
}
.reborn-body .protein-shortage img {
    max-width: 500px;
}
.reborn-body .protein-deficiency {
    max-width: 1000px;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px;
}
.reborn-body .protein-deficiency img {
    max-width: 500px;
    margin: 30px auto;
}

/* beauty-and-health */
.beauty-and-health {
    background-image: url("/ocmsbinary/landing_pages/14/images/common/bg_lady-brown.jpg");
    background-image: image-set(url("/ocmsbinary/landing_pages/14/images/common/bg_lady-brown.jpg") 1x, url("/ocmsbinary/landing_pages/14/images/common/bg_lady-brown2x.png") 2x);
    background-image: -webkit-image-set(url("/ocmsbinary/landing_pages/14/images/common/bg_lady-brown.jpg") 1x, url("/ocmsbinary/landing_pages/14/images/common/bg_lady-brown2x.png") 2x);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 167px 80px;
    height: 680px;
}
.beauty-and-health .content {
    max-width: 1280px;
    margin: 0 auto;
}
.beauty-and-health .overlay-text {
    position: absolute;
    left: 0;
    opacity: 0.2;
}

/* focus-on-protein */
.focus-on-protein {
    display: flex;
    flex-direction: column;
    padding: 100px 50px 0;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.focus-on-protein .top-info {
    position: relative;
    max-width: 800px;
    padding: 40px;
    margin: 0 auto 50px;
    border-radius: 20px;
}
.focus-on-protein .top-info h2 {
    margin-bottom: 40px;
}
.focus-on-protein .top-info ul {
    list-style: none;
}
.focus-on-protein .top-info ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.focus-on-protein .top-info ul img {
    width: 18px;
    margin-right: 10px;
}
.focus-on-protein .top-info .section-img-0 {
    width: 220px;
    position: absolute;
    right: -90px;
    top: -50px;
}
.focus-on-protein .protein-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.focus-on-protein .protein-info img {
    max-width: 700px;
}
.focus-on-protein .section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 50px auto;
}
.focus-on-protein .section-content .section-item {
    position: relative;
    
}
.focus-on-protein .section-content .section-item {
    opacity: 0;
}
.focus-on-protein .section-content .section-item.slide-in-left {
    animation: slideinLeft 3s;
    opacity: 1;
}
.focus-on-protein .section-content .section-item.slide-in-right {
    animation: slideinRight 3s;
    opacity: 1;
}
#fade-in-base {
    width: 100%;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
#fade-in-base.show {
    opacity: 1;
    transform: scale(1);
}
#fade-in-graph {
    width: 100%;
    opacity: 0;
    transform: scale(0.8);
    transition: transform 2s ease-in-out;
}
#fade-in-graph.show {
    transform: scale(1);
    opacity: 1;
}
.focus-on-protein .section-content .section-header {
    position: relative;
}
.focus-on-protein .section-content .section-bg-1 {
    height: 396px;
    width: 396px;
    position: absolute;
    border-radius: 999px;
    bottom: -230px;
    left: 0;
    z-index: -1;
}
.focus-on-protein .section-content .section-item:nth-of-type(1) .section-title {
    position: absolute;
    left: 110px;
    bottom: 0;
}
.focus-on-protein .section-content .section-img-1 {
    display: flex;
    margin-top: 30px;
    margin-left: 80px;
}
.focus-on-protein .section-content .section-img-1-1 {
    max-width: 560px;
    margin-right: 20px;
}
.focus-on-protein .section-content .section-img-1-2 {
    width: 220px;
    height: 220px; /*added */
}
.focus-on-protein .section-content .section-item .section-strong {
    position: absolute;
    border-radius: 999px;
    padding: 50px 0px;
    left: 500px;
    bottom: 0;
}
.focus-on-protein .section-content .section-item:nth-of-type(2) {
    margin-top: 50px;
    margin-left: 65%;
}
.focus-on-protein .section-content .section-item:nth-of-type(2) .section-title {
    position: absolute;
    left: 120px;
    bottom: 0;
}
.focus-on-protein .section-content .section-bg-2 {
    height: 262px;
    width: 262px;
    position: absolute;
    border-radius: 999px;
    bottom: -70px;
    left: 0;
    border-radius: 999px;
    z-index: -1;
}
.focus-on-protein .section-content .section-img-2 {
    max-width: 312px;
    position: absolute;
    left: 362px;
    top: -10px;
}
.focus-on-protein .section-content .section-item:nth-of-type(3) h3 {
    position: absolute;
    left: 120px;
    bottom: 65px;
}
.focus-on-protein .section-content .section-bg-3 {
    height: 396px;
    width: 396px;
    position: absolute;
    border-radius: 999px;
    bottom: -190px;
    left: 0;
    z-index: -1;
}
.focus-on-protein .section-content .section-item:nth-of-type(3) .section-imgs-1 {
    display: flex;
    margin-top: 120px; /* added */
}
.focus-on-protein .section-content .section-imgs-1 .right-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 110px;
}
.focus-on-protein .section-content .chart-img {
    position: relative;
}
.focus-on-protein .section-content .section-img-3-1 {
    max-width: 238px;
    position: absolute;
    z-index: -1;
    left: 150px;
    bottom: 28px;
}
.focus-on-protein .section-content .section-img-3-2 {
    max-width: 418px;
    position: absolute;
    left: 70px;
    bottom: -30px;
}
.focus-on-protein .section-content .section-img-3-3 {
    max-width: 418px;
    position: absolute;
    left: 420px;
    top: 250px;
}
.focus-on-protein .section-content .section-img-3-4 {
    max-width: 255px;
    margin-top: 20px;
    margin-left: 30px;
}
.focus-on-protein .section-content .section-img-3-5 {
    max-width: 1000px;
    margin-top: 60px;
}
.focus-on-protein .section-content .section-bg-4 {
    height: 396px;
    width: 396px;
    position: absolute;
    border-radius: 999px;
    bottom: -180px;
    left: 0;
    z-index: -1;
}
.focus-on-protein .section-content .section-item:nth-of-type(4) {
    margin-left: 35%;
}
.focus-on-protein .section-content .section-item:nth-of-type(4) .section-title {
    position: absolute;
    left: 85px;
    bottom: -10px;
}
.focus-on-protein .section-content .section-item:nth-of-type(4) .section-imgs {
    position: relative;
}
.focus-on-protein .section-content .section-img-4-1 {
    max-width: 415px;
    margin: 24px 0 0 85px;
}
.focus-on-protein .section-content .section-img-4-2 {
    position: absolute;
    top: 40px;
    left: 500px;
    max-width: 220px;
    max-height: 220px;
}
.focus-on-protein .section-content .section-img-4-3 {
    position: absolute;
    max-width: 306px;
    left: 345px;
    top: 210px;
}
.focus-on-protein .section-content .section-item:nth-of-type(5) {
    margin-left: 15%;
    margin-bottom: 50px;
}
.focus-on-protein .section-content .section-bg-5 {
    height: 262px;
    width: 262px;
    position: absolute;
    border-radius: 999px;
    bottom: -60px;
    left: 0;
    z-index: -1;
}
.focus-on-protein .section-content .section-item:nth-of-type(5) .section-title {
    max-width: 689px;
    position: absolute;
    left: 100px;
    bottom: -10px;
}
.focus-on-protein .section-content .section-bg-6 {
    height: 396px;
    width: 396px;
    position: absolute;
    border-radius: 999px;
    bottom: -190px;
    left: 0;
    z-index: -1;
}
.focus-on-protein .section-content .section-item:nth-of-type(6) .section-title {
    max-width: 690px;
    position: absolute;
    left: 125px;
    bottom: 0px;
}
.focus-on-protein .section-content .section-img-6-1 {
    max-width: 146px;
    position: absolute;
    right: 45px;
    bottom: -75px;
}
.focus-on-protein .section-content .section-item:nth-of-type(6) .section-imgs {
    position: relative;
}
.focus-on-protein .section-content .section-img-6-2 {
    max-width: 480px;
    margin: 90px 0 0 85px;
}
.focus-on-protein .section-content .section-img-6-3 {
    position: absolute;
    top: 120px;
    left: 550px;
    max-width: 371px;
}
/* protein-features */
.protein-features {
    padding: 100px;
}
.protein-features .section-content1 {
    display: flex;
    max-width: 1280px;
    margin: 0 auto 50px;
}
.protein-features .section-content1 img {
    max-width: 430px;
    margin: auto;
}
.protein-features .section-content2 {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
}
.protein-features .section-content2 img {
    max-width: 450px;
}
.protein-features .section-content1 .right-content {
    margin-left: 40px;
}
.protein-features .section-content1 .right-content .anotation {
    margin-top: 10px;
}
.protein-features .section-content2 .left-content {
    margin-right: 40px;
}
.protein-features .section-content2 .left-content .anotation {
    margin-top: 10px;
}

/* protein-flavor */
.protein-flavor {
    padding-top: 40px;
}
.protein-flavor .flavor-intro {
    display: flex;
    justify-content: space-evenly;
    padding: 40px;
    max-width: 1280px;
    margin: 0 auto;
}
.protein-flavor .flavor-intro .left-img {
    max-width: 400px;
    margin-left: 100px;
}
.protein-flavor .flavor-intro .right-img {
    max-width: 500px;
}
.when-to-take {
    display: flex; /* Enables flex container */
    flex-direction: row; /* Default: items side-by-side (PC) */
    align-items: center; /* Optional: vertical alignment */
}

.when-to-take img {
    /* Ensures images are responsive within the flex container */
    max-width: 100%;
    height: auto;
    /* Optional: make images take up equal width */
    flex: 1 1 50%;
}

/* how-to-protein */
.how-to-protein {
    padding: 50px 0;
}
.how-to-protein h2 {
    margin-bottom: 30px;
}
.how-to-protein .intake-timing-content {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
}
.how-to-protein .intake-timing-content img {
    max-width: 560px;
}
.how-to-protein .intake-timing-content .right-content {
    margin-left: 40px;
}
.how-to-protein .intake-timing-content .right-content ul {
    list-style: none;
    padding: 0;
}
.how-to-protein .intake-timing-content .right-content .point {
    display: flex;
    margin: 10px 0;
}
.how-to-protein .intake-timing-content .right-content .point span {
    display: inline-block;
    border-radius: 28px;
    margin-right: 20px;
    padding: 4px 16px;
}

/* faq */
.faq {
    margin: 0 auto;
    padding: 40px 0 100px;
}
.faq h2 {
   margin-bottom: 30px;
}
.faq .faq-item {
    margin-bottom: 30px;
}
.faq .faq-item .question {
    display: flex;
    align-items: center;
}
.faq .faq-item .question .q-text {
    margin-left: 15px;
}
.faq .faq-item .answer {
    display: flex;
}
.faq .faq-item .answer .a-text {
    margin-left: 15px;
}
.faq .faq-item .answer .answer-content2 p:nth-of-type(1) {
    margin-bottom: 30px;
}

/* footer */
footer .footer-content img {
    width: 140px;
}

footer .footer-content ul {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

footer .footer-content li {
    list-style: none;
    margin-right: 20px;
}

footer .footer-content a {
    text-decoration: none;
}

footer .bottom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
}

/* good-deal-set */
.good-deal-set {
    display: none;
    max-width: 360px;
    position: fixed;
    right: 10px;
    bottom: 0;
}
.good-deal-set a:hover {
    opacity: 0.6;
}

/* スマートフォン用のスタイル */
@media (max-width: 767px) {
    .tl-center-sp {
        text-align: center;
    }
    .tl-left-sp {
        text-align: left;
    }
    .tl-right-sp {
        text-align: center;
    }

    .fs-128-sp {
        font-size: 128px;
    }
    .fs-36-sp {
        font-size: 36px;
    }
    .fs-30-sp {
        font-size: 30px;
    }
    .fs-26-sp {
        font-size: 26px;
    }
    .fs-24-sp {
        font-size: 24px;
    }
    .fs-22-sp {
        font-size: 22px;
    }
    .fs-20-sp {
        font-size: 20px;
    }
    .fs-18-sp {
        font-size: 18px;
    }
    .fs-16-sp {
        font-size: 16px;
    }
    .fs-14-sp {
        font-size: 14px;
    }
    .fs-12-sp {
        font-size: 12px;
    }
    .fs-10-sp {
        font-size: 10px;
    }

    .pc-show {
        display: none;
    }
    .sp-show {
        display: block;
    }
    .sp-inline {
        display: inline;
    }

    .tc-wine-red-sp {
        color: #AB2727;
    }

    .underline-yellow-sp {
        text-decoration: underline;
        text-decoration-color: #FFEB80;
        text-decoration-thickness: 8px;
        text-underline-offset: -5px;
    }

    /* first-view */
    .first-view {
        max-height: 100%;
    }
    .first-view-movie video {
        max-height: 100vh;
        object-fit: cover;
        border-radius: 0;
    }
    .first-view-logo {
        top: 40px;
    }
    .first-view-logo img {
        max-width: 236px;
    }

    /* protein-importance */
    .protein-importance {
        height: auto;
        padding: 40px 0 40px 10px;
    }
    .protein-importance .content p {
        width: 100%;
    }
    .protein-importance .bg-powder {
        height: 260px;
    }
    .protein-importance .bg-powder img {
        top: 20px;
        right: -30%;
        max-width: 100%;
        transform: scale(2);
    }
    .daily-intake {
        position: relative;
        height: 550px;
    }
    .daily-intake .img_2 {
        position: absolute;
        top: 120px;
        width: 164px;
        max-height: 140px;
    }
    .daily-intake .img_2 span {
        margin-left: 10px;
    }
    .daily-intake .img_3 {
        position: absolute;
        top: 120px;
        right: 5px;
        width: 164px;
        max-height: 140px;
    }
    .daily-intake .img_3 span {
        margin-left: 15px;
    }
    .daily-intake .img_4 {
        position: absolute;
        top: 320px;
        left: calc(50% - 82px);
        width: 164px;
        max-height: 140px;
    }
    .daily-intake .img_4 span {
        margin-left: 5px;
    }
    .daily-intake p {
        position: absolute;
        max-width: 340px;
        left: calc(50% - 170px);
        top: 530px
    }

    /* cta-contents */
    .cta-contents .order-button {
        padding: 12px 40px;
    }
    .cta-contents .products {
        display: block;
    }
    .cta-contents .products .product {
        width: 100%;
    }
    .cta-contents .products .product img {
        width: 100%;
    }
    .cta-contents .trial-set .order-button {
        width: 300px;
        top: auto;
        left: calc(50% - 150px);
        bottom: 60px;
    }
    .cta-contents .products .order-button {
        width: 230px;
        top: auto;
        left: calc(50% - 115px);
        bottom: 15px;
    }
    /* protein-foundation */
    .protein-foundation {
        padding: 40px 10px;
        background-position: 50%;
    }

    .protein-foundation .content1,
    .protein-foundation .content2 {
        display: block;
    }
    
    .protein-foundation .content1 p,
    .protein-foundation .content2 p {
        margin-top: 10px;
    }

    /* reborn-body */

    .reborn-body {
        padding: 40px 10px 0;
    }
    .reborn-body .check .check-imgs {
        display: flex;
        flex-direction: column;
        background-color: #FFFFFF;
        border: 2px solid #DEC5AF;
        border-radius: 8px;
        margin-top: 20px;
        padding: 20px 0;
    }
    .reborn-body .check .check-imgs img {
        max-width: 160px;
        margin: 10px 0 15px;
    }
    .reborn-body .check .check-imgs .check-img-1,
    .reborn-body .check .check-imgs .check-img-2,
    .reborn-body .check .check-imgs .check-img-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .reborn-body .check .check-imgs .main-title {
        width: 200px;
        hegiht: 32px;
    }
    .reborn-body .check .check-imgs .check-img-1 .sub-title,
    .reborn-body .check .check-imgs .check-img-2 .sub-title {
        margin-bottom: 40px;
    }
    .reborn-body h3 span {
        display: block;
/*        width: 109px;*/
        margin: 0 auto;
        padding: 10px;
    }

    .reborn-body .title {
        margin-bottom: 40px;
    }

    .reborn-body .title img {
        width: 40px;
    }
    .reborn-body .title-box {
        display: block;
    }
    .reborn-body .protein-shortage {
        width: 100svw;
        border-radius: 0;
        padding: 20px;
        margin-bottom: 0;
    }

    .reborn-body .protein-deficiency {
        width: 100svw;
        border-radius: 0;
        padding: 20px;
        margin-bottom: 0;
    }

    /* beauty-and-health */

    .beauty-and-health {
        height: 550px;
        background-position: 80%;
        padding: 110px 10px 0;
    }

    .beauty-and-health .content h3 {
        margin: 14px 0;
    }
    /* focus-on-protein */
    .focus-on-protein {
        padding: 0;
    }
    .focus-on-protein .top-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 0;
        padding: 30px 10px 50px;
    }
    .focus-on-protein .top-info .title {
        display: flex;
        justify-content: center;
    }
    .focus-on-protein .top-info .title .light-icon {
        width: 42px;
        height: 64px;
    }
    .focus-on-protein .top-info h2 {
        margin-left: 5px;
        margin-bottom: 10px;
    }
    .focus-on-protein .top-info ul img {
        width: 16px;
    }
    .focus-on-protein .top-info .section-img-0 {
        width: 128px;
        position: absolute;
        top: 230px;
        right: 10px;
    }
    .focus-on-protein .protein-info {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 5px;
    }
    .focus-on-protein .protein-info img {
        margin-top: 10px;
    }
    .focus-on-protein .section-content {
        padding: 0 10px;
    }
    .focus-on-protein .section-content .section-item.slide-in-left {
        animation: slideinLeft 1.5s;
        opacity: 1;
    }
    .focus-on-protein .section-content .section-item.slide-in-right {
        animation: slideinRight 1.5s;
        opacity: 1;
    }
    /* #fade-in-base {
        transition: opacity 3s ease-in-out, transform 3s ease-in-out;
    }
    #fade-in-graph {
        transition: opacity 6s ease-in-out, transform 6s ease-in-out;
    } */
    .focus-on-protein .section-content .section-imgs-1 .right-content { margin-left: 300px;}
    .focus-on-protein .section-content .section-bg-1 {
        height: 220px;
        width: 220px;
        bottom: -115px;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(1) .section-title {
        max-width: calc(100% - 15px);
        position: absolute;
        left: 10px;
        bottom: -125px;
    }
    .focus-on-protein .section-content .section-img-1 {
        display: flex;
        max-width: 420px;
        width: 90%;
        margin: 135px auto 10px;
    }
    .focus-on-protein .section-content .section-img-1-1 {
        max-width: 420px;
        margin-bottom: 10px;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(2) {
        margin: 0 0 130px 0;
    }
    .focus-on-protein .section-content .section-bg-2 {
        height: 220px;
        width: 220px;
        left: 130px;
        top: 75px;
    }
    .focus-on-protein .section-content .section-number-2 {
        margin-left: 60%;
    }
    .focus-on-protein .section-content .section-img-2 {
        max-width: 222px;
        left: 125px;
        top: 280px;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(2) .section-title {
        max-width: calc(100% - 15px);
        left: 10px;
        top: 150px;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(3) {
        margin: 75px 0 0;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(3) h3 {
        left: 80px;
        bottom: 35px;
    }
    .focus-on-protein .section-content .section-bg-3 {
        height: 220px;
        width: 220px;
        top: 80px;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(3) .section-imgs-1 {
        flex-direction: column-reverse;
        margin: 100px 0 25px;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(3) .section-imgs-2 {
        position: relative;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(3) .section-imgs-2 span {
        position: absolute;
        left: calc(50% - 54px);
        width: 109px;
        padding: 4px 26px;
        border-radius: 28px;
    }
    #khachik {bottom: -5px !important;}
    .focus-on-protein .section-content .section-img-3-1 {
        max-width: 170px;
        left: 95px;
        bottom: 10px;
    }
    .focus-on-protein .section-content .section-img-3-2 {
        max-width: 300px;
        left: 35px;
    }
    .focus-on-protein .section-content .section-img-3-3 {
        max-width: 304px;
        left: 30px;
        top: 220px;
    }
    .focus-on-protein .section-content .section-img-3-4 {
        margin: 150px 50px 210px;
    }
    .focus-on-protein .section-content .section-img-3-6 {
        max-width: 320px;
        margin: 0 auto;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(4) {
        margin: 0;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(4) .section-title {
        max-width: calc(100% - 15px);
        left: 30px;
        bottom: -65px;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(4) .section-imgs {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .focus-on-protein .section-content .section-img-4-1 {
        max-width: 315px;
        margin: 90px auto 0;
    }
    .focus-on-protein .section-content .section-img-4-2 {
        position: absolute;
        max-width: 100px;
        max-height: 100px;
        margin-top: 25px;
        margin-left: -175px;
        z-index: 5;
    }
    .focus-on-protein .section-content .section-img-4-3 {
        position: absolute;
        max-width: 360px;
        top: 465px;
        left: calc(50% - 160px);
    }
    .focus-on-protein .section-content .section-number-4 {
        margin-left: 40%;
    }
    .focus-on-protein .section-content .section-bg-4 {
        height: 220px;
        width: 220px;
        left: 130px;
        top: 75px;
    }
    .focus-on-protein .section-content .section-img-4 {
        max-width: 315px;
        margin: 50px auto 0;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(5) {
        margin: 0;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(5) .section-title {
        max-width: calc(100% - 25px);
        left: 70px;
        bottom: -25px;
    }
    .focus-on-protein .section-content .section-bg-5 {
        height: 220px;
        width: 220px;
        top: 80px;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(6) {
        margin: 120px 0 0;
    }
    .focus-on-protein .section-content .section-item:nth-of-type(6) .section-title {
        max-width: calc(100% - 15px);
        left: 50px;
        top: 170px;
    }
    .focus-on-protein .section-content .section-bg-6 {
        height: 220px;
        width: 220px;
        left: 100px;
        top: 40px;
    }
    .focus-on-protein .section-content .section-number-6 {
        margin-left: 50%;
    }
    .focus-on-protein .section-content .section-img-6-1 {
        right: calc(50% - 173px);
        bottom: -220px;
    }
    .focus-on-protein .section-content .section-img-6-2 {
        margin: 550px auto 0;
    }
    .focus-on-protein .section-content .section-img-6-3 {
        top: 40px;
        left: calc(50% - 120px);
        max-width: 240px;
        margin-top: 350px;
    }
    .when-to-take {
        flex-direction: column; /* Overrides to stack items on mobile */
    }
    /* protein-features */
    .protein-features {
        padding: 40px 10px;
    }

    .protein-features .section-content1 {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    .protein-features .section-content1 .right-content {
        margin: 0;
    }
    .protein-features .section-content1 .right-content .anotation {
        margin: 15px 0;
    }
    .protein-features .section-content2 {
        display: block;
    }
    .protein-features .section-content2 .left-content .anotation {
        margin: 15px 0 20px;
    }
    .protein-features .section-content img {
        display: block;
        max-width: 340px;
        border-radius: 20px;
        margin: 0 auto;
    }

    /* protein-flavor */
    .protein-flavor {
        padding: 40px 0 0;
    }

    .protein-flavor .flavor-details {
        display: block;
    }

    .protein-flavor .flavor-details img {
        max-width: 100%;
    }
    /* how-to-protein */
    .how-to-protein {
        padding: 40px 10px;
    }
    .how-to-protein .intake-timing-content {
        flex-direction: column-reverse;
    }
    .how-to-protein .intake-timing-content img {
        max-width: 340px;
        margin: 20px auto 0;
        border-radius: 20px;
    }
    .how-to-protein .intake-timing-content .right-content {
        margin: 0;
    }
    .how-to-protein .intake-timing-content .right-content .point {
        max-width: 320px;
        align-items: center;
        margin-left: 30px;
    }
    .how-to-protein .intake-timing-content .right-content .point span {
        height: 30px;
    }
    /* faq */
    .faq {
        padding: 40px 10px;
    }
    .faq .faq-item .question .q-text {
        max-width: 280px;
        position: relative;
        display: inline-block;
        margin-left: 15px;
    }
    .faq .faq-item .question .q-text:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-bottom: solid 3px #957558;
        border-right: solid 3px #957558;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        left: calc(100% + 10px);
        bottom: 0;
        margin: auto;
    }
    .faq .faq-item:nth-of-type(3) .question .q-text:after {
        left: calc(100% + 5px);
    }
    .faq .faq-item .question .q-text.open:after {
        transform: rotate(-135deg);
    }
    .faq .faq-item .answer {
        display: none;
    }
    .faq .faq-item .answer.open {
        display: flex;
    }
    .faq .faq-item .answer .a-text {
        margin-left: 15px;
    }
    
    /* footer */
    footer .footer-content img {
        width: 140px;
    }

    footer .footer-content ul {
        flex-direction: column;
    }

    .good-deal-set {
        max-width: 350px;
        left: calc((100svw - 350px) / 2);
    }
}