@charset "UTF-8";

:root {
    --red: #e60012;
    --ink: #222;
    --mid: #6b6b6b;
    --line: #e6e6e6;
    --bg: #ffffff;
    --soft: #faf7f2;
    --cream: #fff6e9;
    --ph: #dcdcdc;
    --maxw: 1080px;
}

#tamago-with {
    font-size: 16px;
    font-family:
        "Yu Gothic",
        "YuGothic",
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Meiryo",
        sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.9;
    -webkit-font-smoothing: antialiased;
}

#tamago-with * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}


#tamago-with img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tamago-with .wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px;
}

#tamago-with .ph {
    background: repeating-linear-gradient(45deg, var(--ph),var(--ph) 10px,#e6e6e6 10px, #e6e6e6 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #888;
    font-size: 13px;
    line-height: 1.6;
    border: 1px solid var(--line);
}

#tamago-with .eyebrow {
    color: var(--red);
    font-weight: 800;
    letter-spacing: .22em;
    font-size: 12px;
    text-align: center;
}

#tamago-with .sec-title {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin: 6px 0 8px;
    letter-spacing: .04em;
}

#tamago-with .sec-lead {
    text-align: center;
    color: var(--mid);
    font-size: 15px;
    max-width: 680px;
    margin: 0 auto;
}

#tamago-with section {
    scroll-margin-top: 80px;
}

#tamago-with section.soft {
    background: var(--soft);
}

#tamago-with .yellow_underline {
    text-decoration: underline solid #FFE08B 8px;
    text-underline-offset: -2px;
}

#tamago-with .eyebrow {
    color: var(--red);
    font-weight: 800;
    letter-spacing: .22em;
    font-size: 12px;
    text-align: center;
}

#tamago-with .pc-only {
    display: block;
}

#tamago-with .sp-only {
    display: none;
}

/*==========================================
FV
==========================================*/

#tamago-with .fv {
    background: #FFF3DF;
    padding: 86px 0 70px;
}

#tamago-with .fv__inner {
    width: min(1280px, calc(100% - 40px));
    margin: auto;
}

#tamago-with .fv__visual {
    position: relative;
}

#tamago-with .fv__main {
    width: 90%;
    display: block;
}

#tamago-with .fv__copy {
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 20;
}

@keyframes fadeCopy {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

#tamago-with .fv__catch {
    margin: 0 0 18px;
    color: #3A2A14;
}

#tamago-with .fv__catch span {
    display: inline-block;
    background: #fff;
    padding: 15px;
    font-size: 2.8em;
    font-weight: 900;
    line-height: 1;
}

#tamago-with .fv__title {
    margin: 0;
}

#tamago-with .fv__title span {
    display: inline-block;
    background: #fff;
    padding: 15px 0 15px 15px;
    font-size: 2.6em;
    font-weight: 900;
    color: var(--red);
    line-height: 1;
}

#tamago-with .fv__circle {
    position: absolute;
    right: 0px;
    top: -20px;
    width: 260px !important;
    height: auto;
    animation: floatCircle 6s ease-in-out infinite;
}

#tamago-with .fv__tamamiru {
    position: absolute;
    right: 70px;
    bottom: 140px;
    width: 120px !important;
    height: auto;
    display: block;
}

#tamago-with .fv__message {
    position: absolute;
    right: 40px;
    bottom: -10px;
    width: 520px;
    z-index: 20;
}

#tamago-with .fv__message-img {
    display: block;
    width: 100%;
    height: auto;
}

#tamago-with .fv__label {
    display: inline-block;
    background: var(--red);
    color: #fff;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 18px;
}

#tamago-with .fv__text {
    line-height: 2;
    color: #666;
}

#tamago-with .tmp {
    font-size: 11px;
    color: #bbb;
    margin-top: 18px;
}

/*==========================================
PROLOGUE
==========================================*/

#tamago-with .prologue {
    padding: 100px 0;
}

#tamago-with .prologue__circle01 {
    position: absolute;
    left: 80px;
    top: 680px;
    width: 360px !important;
    height: auto;
    animation: floatCircle 6s ease-in-out infinite;
}

#tamago-with .prologue__circle02 {
    position: absolute;
    right: 80px;
    top: 700px;
    width: 200px !important;
    height: auto;
    animation: floatCircle 6s ease-in-out infinite;
}

#tamago-with .prologue__circle03 {
    position: absolute;
    right: 80px;
    top: 1000px;
    width: 280px !important;
    height: auto;
    animation: floatCircle 6s ease-in-out infinite;
}

@keyframes floatCircle {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

/*==========================================
TAMAMIRU
==========================================*/

#tamago-with .fv__tamamiru {
    position: absolute;
    right: 35px;
    bottom: 110px;
    width: 165px;
    z-index: 40;
    animation: birdMove 2.5s ease-in-out infinite;
}

@keyframes birdMove {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}


/*==========================================
CIRCLE IMAGE
==========================================*/

#tamago-with .fv__circle {
    position: absolute;
    right: 0px;
    top: -25px;
    width: 270px;
    transition: .8s;
}

#tamago-with .fv__circle:hover {
    transform: scale(1.05);
}


/*==========================================
ABOUT
==========================================*/

#tamago-with .container {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}

#tamago-with .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

#tamago-with .section-title {
    text-align: center;
    font-size: 2.2em;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 50px;
}

#tamago-with .about {
    background-image: url("../images/tex01.png");
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

#tamago-with .about-image {
    border-radius: 24px;
}

#tamago-with .about-image img {
    display: block;
    width: 100%;
    transition: .8s;
}

#tamago-with .about-image:hover img {
    transform: scale(1.05);
}

#tamago-with .about-text p {
    line-height: 2.2;
    margin-bottom: 28px;
    font-size: 1em;
}

#tamago-with .about-text p:last-child {
    margin-bottom: 0;
}

#tamago-with .section-line {
    display: block;
    width: 130px;
    height: 6px;
    margin: 30px auto 0;
    background: var(--red);
}

#tamago-with .about__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    max-width: 1200px;
    margin: 120px auto 0;
}

#tamago-with .about__image {
    flex: 0 0 48%;
    margin: 0;
}

#tamago-with .about__image img {
    width: 100%;
    display: block;
}

#tamago-with .about__body {
    flex: 1;
}

#tamago-with .about__heading {
    margin-bottom: 35px;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5;
}

#tamago-with .about__text {
    margin-bottom: 40px;
    color: #6A5948;
    font-size: 1em;
    line-height: 2;
}

#tamago-with .about__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

#tamago-with .about__tags li {
    padding: 8px 16px;
    border: 2px solid var(--red);
    border-radius: 999px;
    color: var(--red);
    font-size: 1em;
    font-weight: 700;
    background: #fff;
    z-index: 9999;
}

#tamago-with .about__egg01 {
    position: absolute;
    left: 80px;
    top: 1080px;
    width: 500px !important;
    height: auto;
    animation: floatCircle 6s ease-in-out infinite;
}

#tamago-with .about__egg02 {
    position: absolute;
    right: 80px;
    top: 1200px;
    width: 380px !important;
    height: auto;
    animation: floatCircle 6s ease-in-out infinite;
}


/*==========================================
SCROLL ANIMATION
==========================================*/

#tamago-with .fadeUp,
#tamago-with .fadeLeft,
#tamago-with .fadeRight {
    opacity: 0;
    transition: opacity .9s ease, transform .9s ease;
}

#tamago-with .fadeUp {
    transform: translateY(40px);
}

#tamago-with .fadeLeft {
    transform: translateX(-40px);
}

#tamago-with .fadeRight {
    transform: translateX(40px);
}

#tamago-with .fadeUp.show,
#tamago-with .fadeLeft.show,
#tamago-with .fadeRight.show {
    opacity: 1;
    transform: none;
}


/*==========================================
NUTRITION
==========================================*/

#tamago-with .nutrition {
    position: relative;
    padding: 150px 0;
    background: #fff;
}

#tamago-with .nutrition__inner {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

#tamago-with .nutrition__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    margin-top: 80px;
}

#tamago-with .nutrition__left {
    position: relative;
    flex: 0 0 48%;
}

#tamago-with .nutrition__left img {
    width: 100%;
    display: block;
}

#tamago-with .nutrition__value {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#tamago-with .nutrition__value p {
    font-size: 2em;
    font-weight: 700;
}

#tamago-with .nutrition__value span {
    color: var(--red);
    font-size: 1.2em;
    font-weight: 700;
}

#tamago-with .nutrition__value strong {
    color: var(--red);
    font-size: 5em;
    font-weight: 700;
    line-height: 1;
}

#tamago-with .nutrition__value strong {
    color: var(--red);
    font-size: 5em;
    font-weight: 700;
    line-height: 1;
}

#tamago-with .nutrition__right {
    flex: 0 0 44%;
}

#tamago-with .nutrition__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

#tamago-with .nutrition__table th,
#tamago-with .nutrition__table td {
    padding: 15px 25px;
    border-bottom: 1px solid #D9D9D9;
    text-align: right;
}

#tamago-with .nutrition__table th {
    text-align: left;
    font-weight: 500;
}

#tamago-with .nutrition__note {
    margin-top: 35px;
    color: #777;
    font-size: 1.4em;
    line-height: 2;
}

#tamago-with .nutrition__egg--left {
    position: absolute;
    left: 0px;
    top: -100px;
    width: 25% !important;
    height: auto !important;
}

#tamago-with .nutrition__egg--right {
    position: absolute;
    right: 0px;
    bottom: -100px;
    width: 25% !important;
    height: auto !important;
}

#tamago-with .nutrition__table_top {
    background-color: #FCF7F3;
}


/*==========================================
HOW TO MAKE
==========================================*/

#tamago-with .howto-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

#tamago-with .howto-item {
    text-align: center;
    position: relative;
}

#tamago-with .step-number {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--main-color);
    font-weight: 700;
    letter-spacing: .1em;
}

#tamago-with .howto-image {
    border-radius: 20px;
    margin-bottom: 25px;
}

#tamago-with .howto-image img {
    width: 100%;
    display: block;
    transition: .5s;
}

#tamago-with .howto-item:hover img {
    transform: scale(1.05);
}

#tamago-with .howto-item h3 {
    margin-bottom: 15px;
    font-size: 1.4em;
}

#tamago-with .howto-item p {
    line-height: 2;
    color: #555;
}

#tamago-with .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 80px;
}

#tamago-with .stepcard {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    position: relative;
}

#tamago-with .stepcard .body {
    padding: 20px;
}

#tamago-with .stepcard .num {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

#tamago-with .stepcard .ph {
    aspect-ratio: 4 / 3;
}

#tamago-with .ph {
    background: repeating-linear-gradient(45deg, var(--ph), var(--ph) 10px, #e6e6e6 10px, #e6e6e6 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #888;
    font-size: 13px;
    line-height: 1.6;
    border: 1px solid var(--line);
}


/*==========================================
SCENES
==========================================*/

#tamago-with .scene {
    position: relative;
    background: #FAF7F2;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 250px;
}

#tamago-with .scene__inner {
    width: min(1200px, 90%);
    margin: auto;
}

#tamago-with .scene__lead {
    margin-top: 40px;
    text-align: center;
    font-size: 1.7em;
    line-height: 2;
    color: #666;
}

#tamago-with .scene__cards {
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 200px 35px;
}

#tamago-with .scene-card {
    text-align: center;
}

#tamago-with .scene-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    border-radius: 18px;

}

#tamago-with .scene-card {
    position: relative;
}

#tamago-with .scene-card__label {
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
    padding: 10px 40px;
    background: #E60012;
    color: #fff;
    border-radius: 999px;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .1em;
}

#tamago-with .scene-card h3 {
    margin-top: 35px;
    font-size: 1.2em;
    font-weight: 700;
}

#tamago-with .scene-card p {
    margin-top: 18px;
    color: #666;
    font-size: 1em;
    line-height: 2;
}

#tamago-with .scene__blob--left {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 180px;
}

#tamago-with .scene__blob--right {
    position: absolute;
    right: 0px;
    bottom: 220px;
    width: 180px;
}


/*==========================================
REASON
==========================================*/

#tamago-with .reason {
    padding: 150px 0;
    background: #fff;
}

#tamago-with .reason__inner {
    width: min(1200px, 90%);
    margin: auto;
}

#tamago-with .reason__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 30px;
    margin-top: 90px;
}

#tamago-with .reason-card {
    position: relative;
    background: #FAF7F2;
    border-radius: 20px;
    padding: 50px 35px 45px;
    text-align: center;
    box-shadow:
        0 6px 0 #F8C7CF,
        0 12px 30px rgba(0, 0, 0, .06);
    transition: .3s;
}

#tamago-with .reason-card:hover {
    transform: translateY(-8px);
}

#tamago-with .reason-card__number {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #E60012;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: 700;
}

#tamago-with .reason-card h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: 700;
}

#tamago-with .reason-card p {
    color: #666;
    font-size: 1em;
    line-height: 2;
}


/*==========================================
ARRANGE
==========================================*/

#tamago-with .recipe .section-heading {
    padding-top: 80px;
}

#tamago-with .arranges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    padding: 80px 0;
}

#tamago-with .arrange {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16 / 16;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
}

#tamago-with .arrange img {
    transition: transform .6s ease;
}

#tamago-with .arrange:hover img {
    transform: scale(1.06);
}

#tamago-with .arrange .cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, .82));
}

#tamago-with .arrange .cap b {
    font-size: 19px;
    display: block;
}

#tamago-with .arrange .cap span {
    font-size: 13px;
    opacity: .92;
}


/*==========================================
VOICE
==========================================*/

#tamago-with .voice .wrap {
    padding: 120px 0 120px 0;
}

#tamago-with .revs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 48px;
}

#tamago-with .rev {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .05);
}

#tamago-with .voice .tmp {
    text-align: center;
}

#tamago-with .rev .stars {
    color: #f5a623;
    letter-spacing: 2px;
    font-size: 15px;
}

#tamago-with .rev p {
    font-size: 14px;
    margin: 12px 0 14px;
    line-height: 1.85;
}

#tamago-with .rev .who {
    font-size: 12px;
    color: var(--mid);
}


/*==========================================
FAQ
==========================================*/

#tamago-with .faq .wrap {
    padding: 0 40px 80px 0;
}

#tamago-with .faqlist {
    max-width: 780px;
    margin: 48px auto 0;
}

#tamago-with .fq {
    border-bottom: 1px solid var(--line);
    padding: 22px 4px;
}

#tamago-with .fq .q {
    font-weight: 800;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}

#tamago-with .fq .q:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--red);
    font-weight: 900;
    font-size: 18px;
}

#tamago-with .fq a {
    color: var(--red);
    text-decoration: none;
}

#tamago-with .fq a:hover {
    text-decoration: underline;
}

#tamago-with .fq .a {
    color: var(--mid);
    font-size: 14px;
    margin-top: 8px;
    padding-left: 30px;
    position: relative;
}

#tamago-with .fq .a:before {
    content: "A";
    position: absolute;
    left: 0;
    top: -1px;
    color: #bbb;
    font-weight: 900;
    font-size: 16px;
}


/*==========================================
Spec
==========================================*/

#tamago-with .specs .wrap {
    padding: 60px 0;
}

#tamago-with .spec {
    max-width: 750px;
    margin: 44px auto 0;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
}

#tamago-with .spec .row {
    display: grid;
    grid-template-columns: 34% 66%;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
}

#tamago-with .spec .k {
    background: var(--soft);
    padding: 14px 18px;
    font-weight: 700;
    color: var(--mid);
}

#tamago-with .spec .v {
    padding: 14px 18px;
}

#tamago-with .specs .tmp {
    text-align: center;
}


/*==========================================
Responsive
==========================================*/

@media (max-width:1200px) {

    #tamago-with .prologue__circle01 {
        left: -150px;
    }

    #tamago-with .prologue__circle02 {
        right: -80px;
    }

    #tamago-with .prologue__circle03 {
        right: -80px;
    }

    #tamago-with .about__egg01 {
        left: -80px;
    }

    #tamago-with .about__egg02 {
        right: -80px;
    }

}


@media (max-width:1024px) {

    #tamago-with .nutrition-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width:768px) {

    body {
        overflow-x: hidden;
    }

    #tamago-with {
        font-size: 14px;
        overflow: hidden;
    }

    #tamago-with section {
        position: relative;
        padding: 56px 0;
        scroll-margin-top: 64px;
    }

    #tamago-with .sec-title {
        font-size: 30px;
    }

    #tamago-with .section-line {
        margin: 50px auto 50px;
    }

    #tamago-with .sp-only {
        display: block;
    }

    #tamago-with .fv__main {
        display: block;
        width: 150%;
        max-width: none;
        margin-left: -25%;
    }

    #tamago-with .section {
        padding: 80px 0;
    }

    #tamago-with .section-heading {
        margin-bottom: 0px;
    }

    #tamago-with .about-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #tamago-with .about-image {
        order: 1;
    }

    #tamago-with .about-text {
        order: 2;
    }

    #tamago-with .nutrition-grid {
        grid-template-columns: 1fr;
    }

    #tamago-with .howto-list {
        grid-template-columns: 1fr;
    }

    #tamago-with .fv {
        padding: 30px 0 150px;
    }

    #tamago-with .fv__copy {
        position: static;
        margin-bottom: 20px;
        /*padding:40px 0 120px;*/
        top: 30px;
        left: 25px;
    }

    #tamago-with .fv__catch {
        font-size: 2em;
        margin: 0 0 5px;
    }

    #tamago-with .fv__title span {
        font-size: 1.75em;
    }

    #tamago-with .fv__catch span {
        font-size: 1.8em;
        padding: 14px 18px;
    }

    #tamago-with .fv__title span {
        font-size: 1.8em;
        padding: 14px 18px;
    }

    #tamago-with .fv__visual {
        /*margin-top:20px;*/
        position: relative;
    }

    #tamago-with .fv__circle {
        width: 200px !important;
        top: 70px;
        right: -70px;
    }

    #tamago-with .fv__package {
        width: 130px;
        bottom: 20px;
    }

    #tamago-with .fv__tamamiru {
        width: 90px !important;
        right: 0px;
        bottom: -10px;
    }

    #tamago-with .fv__message {
        width: 100%;
        right: 7.5%;
        bottom: -120px;
        left: 20px;
    }

    #tamago-with .section-title {
        font-size: 1.5em;
    }

    #tamago-with .prologue {
        z-index: 9990;
    }

    #tamago-with .prologue__circle01 {
        width: 180px !important;
        top: -70px;
        left: -50px;
    }

    #tamago-with .prologue__circle02 {
        width: 160px !important;
        top: -50px;
        right: -70px;
    }

    #tamago-with .prologue__circle03 {
        width: 180px !important;
        top: 350px;
        right: -70px;
    }

    #tamago-with .about__egg01 {
        width: 350px !important;
        top: -150px;
        left: -70px;
        position: absolute;
        z-index: 1;
    }

    #tamago-with .about__egg02 {
        width: 300px !important;
        top: 350px;
        right: -80px;
        position: absolute;
        z-index: 1;
    }

    #tamago-with .about__content {
        flex-direction: column;
        gap: 50px;
    }

    #tamago-with .about__image {
        width: 100%;
    }

    #tamago-with .about__heading {
        font-size: 1.5em;
    }

    #tamago-with .section-heading {
        position: relative;
        z-index: 10;
    }

    #tamago-with .steps {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 26px;
        margin-top: 48px;
    }

    #tamago-with .nutrition__content {
        flex-direction: column;
    }

    #tamago-with .nutrition__left,
    #tamago-with .nutrition__right {
        width: 100%;
    }

    #tamago-with .nutrition__value strong {
        font-size: 5em;
    }

    #tamago-with .scene {
        padding: 100px 0 40px 0;
        margin-top: 50px;
    }

    #tamago-with .scene-card {
        display: flex;
        flex-direction: column;
    }

    #tamago-with .scene__cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 60px;
        margin: 50px 0;
    }

    #tamago-with .scene-card h3 {
        font-size: 1.2em;
    }

    #tamago-with .scene-card__label {
        font-size: 1em;
        padding: 10px 24px;
    }

    #tamago-with .scene-card h3 {
        margin: 0;
        font-size: 1.2em;
    }

    #tamago-with .scene-card p {
        margin-top: 10px;
        color: #666;
        font-size: 1em;
        line-height: 2;
    }

    #tamago-with .scene-card__body {
        display: flex;
        flex-direction: column;
        flex: 1;
        padding: 22px 0 0;
    }

    #tamago-with .scene-card img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 18px;
    }

    #tamago-with .reason {
        padding: 100px 0;
    }

    #tamago-with .reason__grid {
        grid-template-columns: 1fr;
        gap: 55px;
        padding: 30px;
    }

    #tamago-with .reason-card {
        padding: 60px 25px 35px;
    }

    #tamago-with .reason-card h3 {
        font-size: 1.5em;
    }

    #tamago-with .reason-card__number {
        width: 64px;
        height: 64px;
        font-size: 1.8em;
    }

    #tamago-with .arranges {
        grid-template-columns: 1fr;
        padding: 80px 0 0 0;
    }

    #tamago-with .hamburger {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        z-index: 1100;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #tamago-with .voice .wrap {
        padding: 0;
    }

    #tamago-with .revs {
        grid-template-columns: repeat(1, 1fr);
        margin: 50px 30px 0 30px;
    }

    #tamago-with .voice .tmp {
        margin: 30px 30px 0 30px;
    }

    #tamago-with .spec {
        margin: 44px 30px 0;
    }

    #tamago-with .specs .tmp {
        margin: 30px 30px 0 30px;
    }

    #tamago-with .specs .wrap {
        padding: 0;
    }

    #tamago-with .nutrition__egg--left {
        position: absolute;
        left: -40px;
        top: -100px;
        width: 50% !important;
        height: auto !important;
    }

    #tamago-with .nutrition__egg--right {
        position: absolute;
        right: -90px;
        bottom: -100px;
        width: 50% !important;
        height: auto !important;
    }

    #tamago-with .nutrition__content {
        gap: 60px;
        margin-top: 60px;
    }

    #tamago-with .stepcard .num {
        font-size: 25px;
        width: 50px;
        height: 50px;
    }

    #tamago-with .how .section {
        padding: 80px 0 0;
    }

    #tamago-with .faq .wrap {
        padding: 0 30px 80px 30px;
    }

    #tamago-with .recipe .section-heading {
        padding-top: 20px;
    }

    #tamago-with .pc-only {
        display: none;
    }

    body.menu-open {
        overflow: hidden;
    }

    #tamago-with .about .sec-title {
        line-height: 0.9;
    }

    #tamago-with .sec-title span {
        display: block;
    }

    #tamago-with .line1 {
        transform: translateX(8px);
    }

    #tamago-with .eyebrow {
        margin-bottom: 30px;
    }

}