@charset "utf-8";
/* CSS Document */
/*
SIL Open Font License 1.1
to thank:
コーポレート・ロゴ（ラウンド）ver3
LOGOTYPE.JP
Modified Version: Convert to woff for Webfonts
*/
@font-face {
    font-family: "zek";
    src: url("../font/zek.woff") format("woff");
}
/* end font */
html.ek-is-modal-open::-webkit-scrollbar {
    width: 0px;
    display: none;
}
@supports not selector(::-webkit-scrollbar) {
    html.ek-is-modal-open {
        scrollbar-width: none;
    }
}
#lp-contents {
    --right: 0px;
    --avw: min(7.5px, 1vw);
    --font-ja-01: "Noto Sans JP", sans-serif;
    font-size: min(10px, calc(10 / 750 * 100vw));
    -webkit-font-smoothing: antialiased;
    background: #fff;
    font-feature-settings: "palt";
    font-family: "zek", sans-serif;
    line-height: 1;
    letter-spacing: normal;
}
#lp-contents * {
    font-family: inherit;
    outline: none;
}
#lp-contents img {
    width: 100%;
    height: auto;
    display: block;
}
#lp-contents a {
    text-decoration: none;
    color: inherit;
}
#lp-contents sup {
    font-size: .6em;
    vertical-align: super;
}
#lp-contents hr {
    display: block;
}
#lp-contents ul {
    list-style: none;
}
#lp-contents .ek-wbr {
    display: inline-block;
}
#lp-contents .ek-print,
#lp-contents .ek-for-print {
    display: none !important;
}
#lp-contents .ek-for-tap {
    display: none;
}
#lp-contents .ek-wrapper {
    background: #007a33;
    clip-path: inset(0 0 0 0);
}
#lp-contents .ek-content__inner {
    position: relative;
}
#lp-contents .ek-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    height: 0;
    overscroll-behavior: contain;
    align-items: stretch;
    pointer-events: none;
}
#lp-contents .ek-header-nav {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    padding: 1px 0;
    min-height: calc(100% + 1px);
    display: flex;
    align-items: center;
    width: 20vw;
}
#lp-contents .ek-header-nav-box {
    position: relative;
    width: 50%;
    margin: 0;
    max-width: calc((100svh - 104px) * 0.2);
}
#lp-contents .ek-header-nav__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    right: var(--right);
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    min-height: 100svh;
    opacity: 0;
    pointer-events: none;
}
#lp-contents .ek-header-nav__ctn {
    background: #08873c;
    color: #fff;
    width: 42.7%;
    margin: 0 0 0 33.4%;
    border-radius: calc(var(--avw) * 7);
    padding: 0 0 32.4%;
    box-sizing: border-box;
    display: none;
    position: relative;
    z-index: 1;
}
#lp-contents .ek-header-nav-list-item {
    position: relative;
}
#lp-contents .ek-header-nav-list-item+.ek-header-nav-list-item {
    margin-top: 111%;
}
#lp-contents .ek-header-nav-list__line {
    position: absolute;
    top: calc(50% + 40%);
    bottom: -112%;
    left: calc(50% - 1px);
    display: block;
    width: 2px;
    background-color: #fff;
}
#lp-contents .ek-header-nav-list-item:last-child:before {
    display: none;
}
#lp-contents .ek-header-nav-list {
    text-align: center;
    font-size: 3.6em;
    display: flex;
    flex-direction: column;
    padding: 0 0 22.4%;
}
#lp-contents .ek-header-nav-list a {
    pointer-events: auto;
    touch-action: manipulation;
}
#lp-contents .ek-header-nav-list .is-current {
    opacity: 1;
}
#lp-contents .ek-header-nav-list .is-current .ek-header-nav-list__icon-current {
    transform: scale(1);
}
#lp-contents .ek-header-nav-list__text {
    transform-origin: 0% 50%;
    background-clip: text;
    color: transparent;
    transition: transform 200ms ease-out;
    white-space: nowrap;
    background-color: #fff;
}
#lp-contents .ek-header-nav-list .is-current .ek-header-nav-list__text {
    transform: scale(1.33);
}
#lp-contents .ek-header-nav-list__icon {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: grid;
    position: relative;
    align-items: center;
    justify-items: center;
}
#lp-contents .ek-header-nav-list__icon-color {
    position: absolute;
    top: 0;
    left: 0;
    mask: url(../images/icon_nav_frame.png);
    mask-size: 100% auto;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 1;
}
#lp-contents .ek-header-nav-list__icon img {
    grid-area: 1 / 1;
}
#lp-contents .ek-header-nav-list__icon-current {
    border-radius: 200px;
    grid-area: 1 / 1;
    width: 100%;
    aspect-ratio: 1 / 1;
}
#lp-contents .ek-header-nav-list__icon-current {
    background-color: #fff;
    transform: scale(0);
    transition: transform 200ms ease-out, background-color 100ms ease-out;
}
#lp-contents {
    .ek-header-nav-list__line,
    .ek-header-nav-list__text,
    .ek-header-nav-list__icon-color {
        transition: transform 200ms ease-out, background-color 100ms ease-out;
    }
}
#lp-contents .ek-header.ek-is-green {
    .ek-header-nav-list__line,
    .ek-header-nav-list__text,
    .ek-header-nav-list__icon-color,
    .ek-header-nav-list__icon-current {
        background-color: #006239;
    }
}
#lp-contents .ek-main {
    position: relative;
}
#lp-contents .ek-intro {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 100dvh;
}
#lp-contents .ek-intro__logo {
    width: 42.6%;
    margin: 0 0 0 29.5%;
    position: relative;
    z-index: 1;
}
#lp-contents .ek-intro__movie-poster,
#lp-contents .ek-intro__movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    pointer-events: none;
}
#lp-contents .ek-intro__movie,
#lp-contents .ek-intro__logo {
    opacity: 0;
}
#lp-contents .ek-intro__movie-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#lp-contents .ek-scroll {
    display: grid;
    grid-template-columns: 100%;
    width: 16%;
    max-width: 120px;
    margin: 0 auto;
}
#lp-contents .ek-intro .ek-scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    transform: translateX(-50%);
    margin: 0 0 5.6%;
}
#lp-contents .ek-scroll img {
    grid-area: 1 / 1;
    opacity: 0;
}
#lp-contents .ek-scroll.is-fix {
    opacity: 1;
    animation: anm-ek-scroll 1.2s cubic-bezier(0.4, 0, 0.3, 1) infinite;
    animation-delay: .1s;
}
#lp-contents .ek-scroll.is-fix img:nth-child(1) {
    opacity: 1;
    transition: opacity .4s;
}
#lp-contents .ek-scroll.is-fix img:nth-child(2) {
    animation: anm-ek-scroll-arrow 1.2s linear infinite;
}
#lp-contents .ek-scroll.is-fix img:nth-child(3) {
    animation: anm-ek-scroll-arrow 1.2s linear infinite;
    animation-delay: .15s;
}
@keyframes anm-ek-scroll {
    0% {
        translate: 0 0%;
    }
    10% {
        translate: 0 4%;
        opacity: 1;
    }
    50%,
    100% {
        translate: 0 0%;
    }
}
@keyframes anm-ek-scroll-arrow {
    0% {
        opacity: 1;
    }
    20%,
    30% {
        opacity: 0;
    }
    50%,
    100% {
        opacity: 1;
    }
}
#lp-contents .ek-intro__movie-wrap img {
    width: 100%;
    height: 100%;
}
#lp-contents .ek-intro__img {
    position: relative;
    width: 100%;
    padding: 140px 0;
}
#lp-contents .ek-lead {
    width: 100%;
    overflow: clip;
}
#lp-contents .ek-lead-section {
    background: #008436;
}
#lp-contents .ek-lead__ctn {
    padding: 21.2% 0 10.5%;
    width: 90%;
    margin: 0 auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#lp-contents .ek-lead__text {
    color: #fff;
    text-align: center;
    font-size: 3.2em;
    line-height: 1.625;
    letter-spacing: 0.12em;
}
#lp-contents .ek-lead__text--large {
    font-size: 4.7em;
    margin: 0 0 0.3em;
}
#lp-contents .ek-lead__text--icon {
    margin: 9.1% auto 7.2%;
    width: 15.408%;
}
#lp-contents .ek-lead__bottom {
    position: sticky;
    left: 0;
    bottom: 0;
    background: #008436;
    padding: 0 0 5.6%;
}
#lp-contents .ek-lead__bottom:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    display: block;
    width: 100%;
    padding: 0 0 13.7%;
    background: linear-gradient(to top, #008436, transparent);
}
#lp-contents .ek-lead__nav {
    position: relative;
    margin: 0 auto;
    width: 71.2%;
}
#lp-contents .ek-lead__nav-lists {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    padding: 0 0 5.8%;
}
#lp-contents .ek-lead__nav-list {
    display: flex;
    width: 30.33%;
    margin: 0 0 4%;
}
#lp-contents .ek-lead__nav-list:nth-child(1) {
    flex-grow: 1;
    width: 100%;
}
#lp-contents .ek-lead__nav-link {
    border-radius: 4vw;
    display: flex;
    background: #ffd32f;
    color: #006239;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    font-size: 3.2em;
    line-height: 1.067;
    min-height: 3.5em;
    text-align: center;
    padding: 0 5%;
    flex-direction: column;
}
#lp-contents .ek-lead__nav-link::before,
#lp-contents .ek-lead__nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    width: 1.4em;
    display: block;
    aspect-ratio: 1 / 1;
    margin: -0.4em;
}
#lp-contents .ek-lead__nav-link::before {
    background: #fff;
}
#lp-contents .ek-lead__nav-link::after {
    background: url(../images/icon_arw_bottom.png) no-repeat 0 0/100% auto;
}
#lp-contents .ek-lead-section .ek-scroll-content__inner {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
#lp-contents .ek-about {
    position: relative;
    width: 100%;
}
#lp-contents .ek-scroll-content__tl {
    font-size: 6.6em;
    width: 76%;
    margin: 0 auto 0.4em;
    padding: 8.7% 0 0;
    letter-spacing: -0.035em;
    text-align: center;
}
#lp-contents .ek-power__lead {
    text-align: center;
}
#lp-contents .ek-scroll-content__text {
    font-size: 2.6em;
    line-height: 1.885;
    width: 76%;
    margin: 0 auto;
    text-align: justify;
    letter-spacing: 0.045em;
}
#lp-contents .ek-scroll-content__text+.ek-scroll-content__text {
    margin-top: 0.9em;
}
#lp-contents .ek-scroll-content__inner {
    position: relative;
    z-index: 1;
    opacity: 0;
}
#lp-contents .ek-about__img {
    width: 80%;
    margin: 8.7% auto 0.5%;
    opacity: 0;
    display: flex;
    flex-direction: column-reverse;
}
#lp-contents .ek-about__img-pchart {
    width: 84.65%;
    margin: 0 auto;
}
#lp-contents .ek-about__cite {
    font-size: 2em;
    line-height: 1.6;
    width: 89.299%;
    margin: 10.5% auto 0;
    opacity: 0;
    font-family: var(--font-ja-01);
    letter-spacing: 0.05em;
    word-break: break-word;
}
#lp-contents .ek-about__cite a {
    text-decoration: underline;
}
#lp-contents .ek-cause__cite {
    font-size: 2em;
    line-height: 1.6;
    width: 89.299%;
    margin: 4.2% auto 0;
    opacity: 0;
    font-family: var(--font-ja-01);
    letter-spacing: 0.05em;
    word-break: break-word;
}
#lp-contents .ek-about__chara-01 {
    width: 58.071%;
    margin: 6.2% 0 0 38.3%;
    padding: 0 0 5.4%;
}
#lp-contents .ek-pchart {
    position: relative;
    border-radius: 400px;
    background: #ebebeb;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
@property --pchart-deg {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
}
#lp-contents .ek-pchart__pie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-image: conic-gradient(#008436 0%, #008436 var(--pchart-deg), transparent var(--pchart-deg), transparent 100%);
}
#lp-contents .ek-about__img .ek-pchart__pie {
    background-image: conic-gradient(#ffd32f 0%, #ffd32f var(--pchart-deg), transparent var(--pchart-deg), transparent 100%);
}
#lp-contents .ek-pchart__per {
    position: absolute;
    top: 0;
    left: 0;
    color: #008436;
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: center;
}
#lp-contents .ek-about__img-per {
    font-size: 3.8em;
    justify-content: flex-end;
    margin: 46.5% 0 0 0;
    padding: 0 10.4% 0 0;
    box-sizing: border-box;
}
#lp-contents .ek-about__img-per-text {
    position: absolute;
    top: 0;
    right: 0;
    margin: -1.05em 0 0;
    padding: 0 6.4% 0 0;
}
#lp-contents .ek-pchart__per-mark {
    font-size: .6em;
}
#lp-contents .ek-about__img-caption {
    font-size: 2.3em;
    text-align: center;
    font-family: var(--font-ja-01);
    margin: 0 0 6.2%;
    letter-spacing: 0.03em;
    font-weight: 700;
}
#lp-contents .ek-cause {
    position: relative;
    width: 100%;
}
#lp-contents .ek-cause__text {
    color: #fff;
    font-family: var(--font-ja-01);
    line-height: 1.77;
    width: 89.299%;
    font-weight: 700;
}
#lp-contents .ek-cause__graph {
    width: 89.374%;
    margin: 8% 0 0 5.2%;
    display: flex;
    flex-direction: column-reverse;
}
#lp-contents .ek-bgraph {
    position: relative;
}
#lp-contents .ek-bgraph__wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    justify-content: center;
    right: 0;
    bottom: 0;
}
#lp-contents .ek-cause__graph-wrap {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 8.6% 5.1% 9% 31.6%;
    grid-template-rows: repeat(6, 13%);
    grid-template-columns: 1fr;
    gap: 1% 0;
    display: grid;
    justify-content: start;
    align-content: space-between;
}
#lp-contents .ek-cause__graph-wrap .ek-bgraph__bar {
    display: flex;
    align-items: flex-start;
}
#lp-contents .ek-cause__graph-wrap .ek-bgraph__bar:nth-child(2) .ek-bgraph__bar-01 {
    width: 64.0741%;
}
#lp-contents .ek-cause__graph-wrap .ek-bgraph__bar:nth-child(3) .ek-bgraph__bar-01 {
    width: 52.963%;
}
#lp-contents .ek-cause__graph-wrap .ek-bgraph__bar:nth-child(4) .ek-bgraph__bar-01 {
    width: 43.8889%;
}
#lp-contents .ek-cause__graph-wrap .ek-bgraph__bar:nth-child(5) .ek-bgraph__bar-01 {
    width: 36.2963%;
}
#lp-contents .ek-cause__graph-wrap .ek-bgraph__bar:nth-child(6) .ek-bgraph__bar-01 {
    width: 25.9259%;
}
#lp-contents .ek-cause__graph-wrap .ek-bgraph__bar-01 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lp-contents .ek-cause__graph-wrap .ek-bgraph__bar-per {
    margin: 0;
    font-size: 2.7em;
}
#lp-contents .ek-bgraph__bar {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
}
#lp-contents .ek-bgraph__bar-01 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffd32f;
    height: 0;
}
#lp-contents .ek-bgraph__bar-01--yellow-green {
    background: #c3da5d;
}
#lp-contents .ek-bgraph__bar-per {
    font-size: 2.4em;
    color: #008436;
    position: relative;
    text-align: center;
    margin: 0 0 0.3em;
}
#lp-contents .ek-cause__caption {
    font-size: 2.3em;
    color: #fff;
    text-align: center;
    font-family: var(--font-ja-01);
    font-weight: 700;
    margin: 0 0 5.6%;
    letter-spacing: 0.03em;
}
#lp-contents .ek-slider {
    position: relative;
    opacity: 0;
}
#lp-contents .ek-cause__chara-01 {
    width: 65.734%;
    margin: 6.4% 0 0 31.9%;
    padding: 0 0 9.2%;
}
#lp-contents .ek-cause__note {
    font-size: 1.8em;
    color: #fff;
    text-align: right;
    display: block;
    font-family: var(--font-ja-01);
    line-height: 1.56;
    margin: 3.4% 4.9% 0;
    letter-spacing: 0.03em;
    font-weight: 500;
}
#lp-contents .ek-wrapper .ek-bgraph__bar-01--gray {
    background: #d9d9d9;
}
#lp-contents .ek-action {
    position: relative;
    padding: 0 0 9.2%;
    width: 100%;
    background: #1f843c;
}
#lp-contents .ek-anchor {
    position: absolute;
    top: 0;
    left: 0;
}
#lp-contents .ek-action::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bdd64b;
    z-index: 1;
    opacity: 0;
}
#lp-contents .ek-action__tl {
    font-size: 6.6em;
    letter-spacing: 0.01em;
    margin-bottom: 0.5em;
    color: #008436;
    text-align: center;
    padding: 25.2% 0 0;
    padding-top: calc(105px + 4%);
}
#lp-contents .ek-action__text {
    color: #008436;
    text-align: center;
    font-size: 3.2em;
    line-height: 1.5625;
}
#lp-contents .ek-action-links {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 100%;
    width: 76%;
    margin: 4.3% auto 0;
}
#lp-contents .ek-action-links__box {
    display: flex;
    width: 100%;
    margin: 0 0 5%;
}
#lp-contents .ek-action-links__link {
    display: grid;
    grid-template-columns: 32.36% 1fr;
    position: relative;
    grid-template-rows: auto 1fr;
    width: 100%;
}
#lp-contents .ek-action-links__link::before,
#lp-contents .ek-action-links__link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    aspect-ratio: 1 / 1;
    border-radius: 100px;
    display: block;
    width: 5.9em;
    margin: -1.3em;
}
#lp-contents .ek-action-links__link::before {
    background: #ffd32f;
}
#lp-contents .ek-action-links__link::after {
    background: url(../images/icon_plus_02.png) no-repeat 0 0/100% auto;
}
#lp-contents .ek-action-links__tl {
    grid-column: span 2;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 4vw 4vw 0 0;
}
#lp-contents .ek-action-links__tl-01 {
    bottom: 100%;
    color: #ffd32f;
    left: 50%;
    padding: 0.6em 1.6em 0em;
    line-height: 1;
    text-transform: math-auto;
    background: url(../images/bg_action_tl.png) no-repeat 50% 100%/100% 100%;
    font-size: 2.6em;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
#lp-contents .ek-action-links__tl-02 {
    display: block;
    font-size: 3.2em;
    padding: 0.4em 0;
    text-transform: lowercase;
    background: #008436;
    border-radius: 4vw 4vw 0 0;
}
#lp-contents .ek-action-links__body {
    background: #fff;
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    border-radius: 0 0 4vw 4vw;
}
#lp-contents .ek-action-links__img {
    width: 65%;
    margin: 0 auto;
    padding: 18% 0;
    box-sizing: content-box;
    display: flex;
    align-items: flex-start;
}
#lp-contents .ek-action-links .ek-action-links__img img {
    transform: scale(1);
}
#lp-contents .ek-action-links__text {
    color: #008436;
    font-size: 2.6em;
    line-height: 1.38;
    font-family: var(--font-ja-01);
    padding: 8% 8% 12% 0;
    font-weight: 700;
}
#lp-contents .ek-action__slider-text {
    color: #008436;
    font-size: 2.8em;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.17em;
    margin: 0 auto;
}
#lp-contents .ek-action__slider-text sup {
    vertical-align: baseline;
}
#lp-contents .ek-action__slider-text--ac02 {
    margin: 7.7% 0 0;
}
#lp-contents .ek-action-hint {
    font-size: 3.2em;
    width: 79.033%;
    margin: 6.9% auto -3.1%;
}
#lp-contents .ek-action-hint__item {
    margin: 0 0 4.2%;
}
#lp-contents .ek-action-hint__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.11em;
    border-radius: 0.9375em;
    position: relative;
    letter-spacing: 0.09em;
    background: #bdd64b;
    color: #006239;
    padding: 0 19%;
}
#lp-contents .ek-action-hint__button::before,
#lp-contents .ek-action-hint__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5% 5.2%;
    width: 10%;
    padding: 0 0 10%;
}
#lp-contents .ek-action-hint__button::before {
    background: #fff;
    border-radius: 100px;
}
#lp-contents .ek-action-hint__button::after {
    mask: url(../images/icon_plus.png) no-repeat;
    mask-size: 100% auto;
    background: #ff0000;
}
#lp-contents .ek-action02__graph {
    width: 85.646%;
    margin: 9.3% 0 0 6.3%;
}
#lp-contents .ek-action02__graph-caption {
    display: block;
    text-align: right;
    color: #333;
    font-size: 1.8em;
    line-height: 1.556;
    font-weight: 400;
    font-family: var(--font-ja-01);
    letter-spacing: 0.07em;
    margin: 7.4% 0 0;
}
#lp-contents .ek-action02__graph-wrap {
    margin: 0 0 0 25.1%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    grid-template-rows: repeat(3, 27.2%);
    grid-template-columns: 1fr;
    gap: 1% 0;
    display: grid;
    justify-content: start;
    align-content: space-between;
}
#lp-contents .ek-action02__graph-wrap .ek-bgraph__bar {
    display: flex;
    align-items: flex-start;
}
#lp-contents .ek-action02__graph-wrap .ek-bgraph__bar:nth-child(2) .ek-bgraph__bar-01 {
    width: 77.2824%;
}
#lp-contents .ek-action02__graph-wrap .ek-bgraph__bar:nth-child(3) .ek-bgraph__bar-01 {
    width: 52.017%;
}
#lp-contents .ek-action02__graph-wrap .ek-bgraph__bar-01 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lp-contents .ek-action02__graph-wrap .ek-bgraph__bar-per {
    margin: 0;
    font-size: 2.7em;
}
#lp-contents .ek-action__slider-chart {
    display: flex;
    flex-direction: column-reverse;
    margin: 3.7% auto 0;
    padding: 0 0 15.5%;
    position: relative;
    width: 86%;
}
#lp-contents .ek-action__chart {
    width: 62.1%;
    margin: 7% auto 4.4%;
    padding: 0 0 62.1%;
    background: #d9d9d9;
    border-radius: 400px;
    position: relative;
    overflow: hidden;
}
#lp-contents .ek-action__chart-pie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    mask-image: conic-gradient(green 0%, green var(--pchart-deg), transparent var(--pchart-deg), transparent 100%);
}
#lp-contents .ek-action__chart-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 59.697%;
    margin: 11% 0 0 16.4%;
    opacity: 0;
}
#lp-contents .ek-action__slider-chart {
    opacity: 0;
}
#lp-contents .ek-action__slider-arw {
    width: 2.833%;
    margin: 1.3% auto 8%;
}
#lp-contents .ek-action__slider-arw--02 {
    margin: 8.6% auto 0;
}
#lp-contents .ek-action__slider-arw--03 {
    margin: 10.2% auto 7.9%;
}
#lp-contents .ek-action__slider-button {
    background: #008436;
    color: #006239;
    font-size: 3em;
    width: fit-content;
    margin: 6.4% auto 0;
    display: flex;
    justify-content: center;
    text-align: center;
    grid-template-columns: 1fr;
    padding: 5.8% 7.97% 5.8%;
    border-radius: calc(var(--avw) * 4);
    box-sizing: border-box;
    letter-spacing: 0.1em;
    gap: 0.4em 0.4em;
    align-items: center;
    flex-direction: column;
    color: #fff;
    transition: transform 200ms ease-out;
}
#lp-contents .ek-action__slider-button-text-02 {
    display: flex;
    font-size: 0.842em;
}
#lp-contents .ek-action__slider-button-text-02:after {
    content: "";
}
#lp-contents .ek-action__slider-button--closed {
    background: #008436;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 90%;
}
#lp-contents .ek-action__slider-button--closed:after {
    display: none;
}
#lp-contents .ek-action__slider-ctn {
    display: grid;
    grid-template-columns: 77.4% 1fr;
    margin: 9.7% 0 0;
    padding: 0 4.8% 8.6% 12.4%;
}
#lp-contents .ek-action__slider-share {
    position: relative;
}
#lp-contents .ek-action__slider-share::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url(../images/bg_line_dot.png) repeat-y 0 0/100% auto;
    width: 1.1%;
}
#lp-contents .ek-action__slider-share-ctn {
    display: flex;
    gap: 0 17%;
    margin: 10.6% 0 0;
    padding: 0 0 4%;
    justify-content: center;
}
#lp-contents .ek-action__slider-item-tl {
    font-size: 3.3em;
    color: #717171;
    letter-spacing: 0.09em;
    margin: 0 0 0 -6%;
}
#lp-contents .ek-action__slider-share-item {
    width: 17.432%;
}
#lp-contents .ek-action__slider-favor-tl {
    padding: 0 0 0 20%;
    margin: 0 -11% 0 0;
    letter-spacing: 0;
}
#lp-contents .ek-action__slider-favor-button {
    display: block;
    width: 55.8%;
    margin: 37% 0 0 22%;
    display: grid;
}
#lp-contents .ek-action__slider-favor-button img {
    grid-column: 1;
    grid-row: 1;
}
#lp-contents .ek-action__slider-favor-button--on {
    opacity: 0;
}
#lp-contents .ek-action__info {
    font-size: 2em;
    line-height: 1.6;
    margin: 7% auto 0;
    font-family: var(--font-ja-01);
    width: 76%;
    letter-spacing: 0.06em;
    grid-column: 1;
    grid-row: 1;
    visibility: hidden;
}
#lp-contents .ek-action__info a {
    text-decoration: underline;
}
#lp-contents .ek-action__info:nth-child(1) {
    visibility: visible;
}
#lp-contents .ek-action__info-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}
#lp-contents .ek-action-bento__sstl {
    color: #008436;
    font-size: 3.2em;
    line-height: 1.407;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 auto 4.7%;
    width: fit-content;
    padding: 0 4%;
}
#lp-contents .ek-action-bento__movie-wrap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
#lp-contents .ek-action-bento__song-item--lyrics {
    text-align: center;
    color: #008436;
    font-size: 2.6em;
    line-height: 1.42;
    margin: 0 0 0;
    letter-spacing: 0.08em;
}
#lp-contents .ek-action-bento__song-tl,
#lp-contents .ek-action-bento__song-text {
    opacity: 0;
    transform-origin: 57% 50%;
    width: fit-content;
    margin: 0 auto;
    padding: 0 0;
    font-size: 1.278em;
    letter-spacing: 0.045em;
}
#lp-contents .ek-action-bento__song-text {
    margin: 4.2% auto 0;
    font-size: 1.278em;
    line-height: 1.826;
}
#lp-contents .ek-action-bento__sstl+.ek-action-bento__text {
    margin-top: 0.7em;
}
#lp-contents .ek-action-bento__text {
    color: #008436;
    font-size: 3.2em;
    line-height: 1.406;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.12em;
}
#lp-contents .ek-action-bento__text+.ek-action-bento__text {
    margin: 0.8em auto 6.8%;
}
#lp-contents .ek-action-bento__text--fruit {
    letter-spacing: 0.08em;
}
#lp-contents .ek-action-bento__text--song {
    letter-spacing: 0;
    width: 90%;
    word-break: keep-all;
    overflow-wrap: break-word;
}
#lp-contents .ek-action-bento__img+.ek-action-bento__text {
    margin-top: 5.8%;
}
#lp-contents .ek-action-bento__song-lead {
    width: 82.5%;
    margin: 9% auto 16%;
}
#lp-contents .ek-action-bento__song-ctn {
    margin: -5% auto 9.7%;
    width: 82.5%;
}
#lp-contents .ek-action-bento__song-ctn-02 {
    margin: 19.3% auto 0;
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    color: #282828;
    text-align: center;
    flex-wrap: wrap;
    font-size: 1.8em;
    font-family: var(--font-ja-01);
}
#lp-contents .ek-modal .ek-action-bento__note {
    color: #282828;
    line-height: 1.454;
    margin: 3.9% auto 0;
    display: block;
    font-family: var(--font-ja-01);
    text-align: justify;
    letter-spacing: 0.03em;
    visibility: unset;
    font-size: 0.688em;
}
#lp-contents .ek-action-bento__button-wrap {
    font-size: 1em;
    margin: 0 0 9.5%;
}
#lp-contents .ek-action-bento__song-item-02 {
    margin: 0;
    overflow: hidden;
    width: 47.4%;
}
#lp-contents .ek-action-bento__song-item-02--large {
    display: block;
    border-radius: 0%;
    margin: 0 -5.9% 7.9% 0;
    width: 106%;
}
#lp-contents .ek-action-bento__button {
    width: 65.979%;
    margin: 0 auto 3.6%;
    font-size: 3.2em;
    padding: 6.1% 7.97% 6.8%;
    border-radius: calc(var(--avw) * 4);
    display: flex;
    flex-direction: row;
    transition: transform 200ms ease-out;
}
#lp-contents .ek-action-bento__button:after {
    content: "";
    width: 0.527em;
    height: 0.527em;
    background: url(../images/icon_arrow.png) no-repeat;
    background-size: contain;
}
#lp-contents .ek-action-bento__text+.ek-action-bento__button {
    margin-top: 4.1%;
}
#lp-contents .ek-action-bento__chart-wrap {
    position: relative;
    margin: 9.9% 0 11.7%;
}
#lp-contents .ek-bento__img-pchart {
    position: relative;
    width: 70%;
    margin: 0 auto;
}
#lp-contents .ek-bento__img-caption {
    margin: 4.5% 0 0 24.6%;
    position: relative;
    width: 48.3%;
}
#lp-contents .ek-bento__img-pchart .ek-pchart__pie {
    background-color: #d9d9d9;
}
#lp-contents .ek-action-bento__graph {
    width: 75.615%;
    margin: 9.3% 0 0 10%;
    position: relative;
    overflow: hidden;
}
#lp-contents .ek-action-bento__graph img {
    position: relative;
}
#lp-contents .ek-action-bento__graph-wrap {
    grid-template-columns: repeat(2, 41.2%);
    justify-content: space-between;
    margin: 0 6.2% -48.4% 12%;
    margin-bottom: 0;
}
#lp-contents .ek-action-bento__graph-wrap .ek-bgraph__bar-01 {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    border-radius: 0.5em;
}
#lp-contents #action-bento .ek-bgraph__bar-01--gray {
    background: #d9d9d9;
}
#lp-contents .ek-action-bento__graph-wrap .ek-bgraph__bar:nth-child(1) .ek-bgraph__bar-01 {
    height: 73.7863%;
}
#lp-contents .ek-bgraph__bar-per-wrap {
    display: flex;
    align-items: baseline;
    margin: 0 0 73%;
}
#lp-contents .ek-bgraph__bar-per-score {
    font-size: .6em;
    color: #008436;
}
#lp-contents .ek-action-bento__graph-wrap .ek-bgraph__bar-per {
    font-size: 1em;
}
#lp-contents .ek-action-bento__graph-wrap .ek-bgraph__bar-01--gray .ek-bgraph__bar-per-wrap {
    font-size: 3em;
}
#lp-contents .ek-action-bento__graph-wrap .ek-bgraph__bar-01--yellow-green .ek-bgraph__bar-per-wrap {
    font-size: 3.6em;
    color: #ffd32f;
}
#lp-contents .ek-action-bento__graph-wrap .ek-bgraph__bar-01--yellow-green .ek-bgraph__bar-per {
    color: #ffd32f;
}
#lp-contents .ek-action-bento__graph-wrap .ek-bgraph__bar-01--yellow-green {
    background: #008436;
}
#lp-contents .ek-action-bento__graph-wrap .ek-bgraph__bar-01--yellow-green .ek-bgraph__bar-per-score {
    color: #ffd32f;
}
#lp-contents .ek-bento__img-per {
    font-size: 4em;
    color: #ffd32f;
    margin: 66.7% 6.5% 0 0;
    width: 67.5%;
    justify-content: flex-end;
}
#lp-contents .ek-hints__ctn {
    color: #008436;
    display: flex;
    flex-direction: column;
    grid-area: 1 / 1;
    background: #bdd64b;
}
#lp-contents .ek-hints__ctn[inert] {
    visibility: hidden;
    pointer-events: none;
    display: none;
}
#lp-contents .ek-hit__row {
    display: contents;
}
#lp-contents .ek-hints__box {
    background: #fff;
    border-radius: 4em;
    padding: 5.9% 7% 8.8%;
    font-family: var(--font-ja-01);
    font-weight: 700;
    opacity: 0;
    transform-origin: 50% 41%;
    margin: 0 0 5.4%;
}
#lp-contents .ek-hints__box--02 {
    order: 2;
}
#lp-contents .ek-hints__box--03 {
    order: 3;
}
#lp-contents .ek-hints__box--04 {
    order: 4;
}
#lp-contents .ek-hints__box--05 {
    order: 5;
}
#lp-contents .ek-hints__account {
    display: flex;
    text-align: left;
    margin: 0 0% 2.7%;
    gap: 0 5%;
}
#lp-contents .ek-hints__account-img {
    width: 19.7%;
    margin: 0 0 0 -3.1%;
    mask-image: url(../images/icon_user.png);
    mask-size: 100% auto;
    mask-repeat: no-repeat;
    background: #008436;
    flex-shrink: 0;
}
#lp-contents .ek-hints__account-img img {
    visibility: hidden;
}
#lp-contents .ek-hints__account-img--c01 {
    background: #dbb698;
}
#lp-contents .ek-hints__account-img--c02 {
    background: #ffd32f;
}
#lp-contents .ek-hints__account-img--c03 {
    background: #e82300;
}
#lp-contents .ek-hints__account-img--c04 {
    background: #f5acb0;
}
#lp-contents .ek-hints__account-img--c05 {
    background: #ff8c2f;
}
#lp-contents .ek-hints__account-img--c06 {
    background: #bdd64b;
}
#lp-contents .ek-hints__account-item {
    flex-grow: 1;
}
#lp-contents .ek-hints__account-name {
    font-size: 2.6em;
    padding: 1.3% 0 0;
    margin: 0 -2% 0.25em 0;
    letter-spacing: 0.12em;
    line-height: 1.46;
}
#lp-contents .ek-hints__account-name .ek-emoji img {
    height: 1.154em;
}
#lp-contents .ek-hints__account-name-02 {
    font-size: 2.4em;
    letter-spacing: 0.05em;
}
#lp-contents .ek-hints__box-text {
    font-size: 2.4em;
    text-align: left;
    line-height: 1.667;
    text-align: justify;
    letter-spacing: 0.11em;
}
#lp-contents .ek-emoji {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    vertical-align: text-bottom;
}
#lp-contents .ek-hints__box .ek-emoji img {
    width: auto;
    height: 1.25em;
    opacity: 1;
}
#lp-contents .ek-hints__box-img {
    margin: 5% 0 0;
}
#lp-contents .ek-hints__ctn .ek-hints__box-img img {
    opacity: 1;
}
#lp-contents .ek-story {
    width: 100%;
    position: relative;
    background: #1f843c;
}
#lp-contents .ek-story:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: #ffd32f;
    border-radius: calc(var(--avw) * 4) calc(var(--avw) * 4) 0 0;
    opacity: 0;
}
#lp-contents .ek-story__tl {
    color: #008436;
}
#lp-contents .ek-story__text {
    color: #008436;
    text-align: center;
    font-size: 3.2em;
    line-height: 1.5625;
    margin: 0 auto 7.4%;
}
#lp-contents .ek-story-accordion {
    background: #008436;
    color: #fff;
    position: relative;
    width: 76%;
    margin: 0 auto;
    border-radius: 4vw;
    opacity: 0;
}
#lp-contents .ek-story-accordion[open] .ek-story-accordion__button-icon img {
    transform: rotateX(180deg);
}
#lp-contents .ek-story-accordion+.ek-story-accordion {
    margin-top: 5%;
}
#lp-contents .ek-story-accordion__button-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    aspect-ratio: 1 / 1;
    display: block;
    width: 1.23em;
    border-radius: 100px;
    margin: -0.4em;
    z-index: 1;
    cursor: pointer;
    background: #fff;
    transition: transform .16s ease-out;
}
#lp-contents .ek-story-accordion__button:hover .ek-story-accordion__button-icon {
    transform: scale(1.15);
}
#lp-contents .ek-story-accordion__button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    font-size: 4.8em;
    min-height: 4.167em;
    padding: 0 5%;
    text-align: center;
    cursor: pointer;
}
#lp-contents .ek-story-accordion__button::-webkit-details-marker {
    display: none;
}
#lp-contents .ek-story-accordion__button-text {
    word-break: keep-all;
    overflow-wrap: break-word;
}
#lp-contents .ek-story-accordion__body {
    overflow: hidden;
}
#lp-contents .ek-about__text {
    font-family: var(--font-ja-01);
    text-align: left;
    line-height: 1.77;
    width: 89.299%;
    font-weight: 700;
}
#lp-contents .ek-cause__tl {
    font-size: 4.8em;
}
#lp-contents .ek-meal {
    padding: 0 7.01%;
}
#lp-contents .ek-meal__text {
    line-height: 1.77;
    font-family: var(--font-ja-01);
    font-size: 2.6em;
    letter-spacing: 0.06em;
    font-weight: 700;
}
#lp-contents .ek-meal__type {
    display: grid;
    margin: 9.9% auto 4.3%;
    justify-content: space-between;
}
#lp-contents .ek-meal__type-item {
    border-radius: 4vw;
    position: relative;
    margin: 0 0 6.3%;
}
#lp-contents .ek-meal__type-item--staple {
    background: #ffd32f;
}
#lp-contents .ek-meal__type-tl {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.4em;
    padding: 7.5% 0 14% 0.9%;
    width: 26.2%;
    box-sizing: border-box;
}
#lp-contents .ek-meal__type-tl span {
    position: relative;
}
#lp-contents .ek-meal__type-tl::before {
    content: "";
    position: absolute;
    inset: -2px 0 0 -2px;
    background: url(../images/bg_balance_01.png) no-repeat 0 0/100% auto;
}
#lp-contents .ek-meal__type-text {
    color: #008436;
    font-family: var(--font-ja-01);
    font-size: 2.1em;
    line-height: 1.334;
    padding: 5.9% 5.5% 0 26.2%;
    display: block;
    letter-spacing: 0.07em;
    text-align: justify;
    font-weight: 700;
}
#lp-contents .ek-meal__type-text--dg {
    color: #006239;
}
#lp-contents .ek-meal__type-img-01 {
    margin: 7.9% 0 0 7.4%;
    width: 87.4%;
    padding: 0 0 7.3%;
    display: flex;
    align-items: center;
}
#lp-contents .ek-js-anm-dish {
    transform-origin: 50% 80%;
}
#lp-contents .ek-meal__type-img-01 img {
    width: 30.1%;
}
#lp-contents .ek-meal__type-img-01 img:nth-child(2) {
    width: 31.415%;
}
#lp-contents .ek-meal__type-img-01 img:nth-child(3) {
    width: 40.385%;
}
#lp-contents .ek-meal__type-item--main {
    background: #ff9800;
}
#lp-contents .ek-meal__type-img-02 {
    padding: 8% 0 5.2% 3%;
    width: 93.4%;
    display: flex;
    align-items: center;
}
#lp-contents .ek-meal__type-img-02 img {
    width: 34.655%;
}
#lp-contents .ek-meal__type-img-02 img:nth-child(2) {
    width: 30.4%;
}
#lp-contents .ek-meal__type-img-02 img:nth-child(3) {
    width: 35.264%;
}
#lp-contents .ek-meal__type-item--side {
    background: #bdd64b;
}
#lp-contents .ek-meal__type-img-03 {
    padding: 7.4% 0 6% 12.5%;
    width: 80.7%;
    display: flex;
    align-items: center;
}
#lp-contents .ek-meal__type-img-03 img {
    width: 28.73%;
}
#lp-contents .ek-meal__type-img-03 img:nth-child(2) {
    width: 36.085%;
}
#lp-contents .ek-meal__type-img-03 img:nth-child(3) {
    width: 35.735%;
}
#lp-contents .ek-meal__type-item--fruit {
    background: #deeba5;
}
#lp-contents .ek-meal__type-img-04 {
    padding: 4% 0 6.2% 11%;
    width: 78%;
    display: flex;
    align-items: center;
}
#lp-contents .ek-meal__type-img-04 img {
    width: 30.1%;
}
#lp-contents .ek-meal__type-img-04 img:nth-child(2) {
    width: 41.18%;
}
#lp-contents .ek-meal__type-img-04 img:nth-child(3) {
    width: 24.205%;
}
#lp-contents .ek-meal__plus {
    display: grid;
    margin: 23% 0 11%;
}
#lp-contents .ek-meal__plus-item {
    position: relative;
    border-radius: 100px;
    width: 78.353%;
    margin: 0 auto;
}
#lp-contents .ek-meal__plus-img {
    border-radius: 200px;
    overflow: hidden;
    background: #fff;
}
#lp-contents .ek-meal__plus-img-02 {
    width: 60.417%;
    margin: 0 auto;
}
#lp-contents .ek-meal__plus-caption {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-radius: 100px;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #008436;
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.36;
    font-family: var(--font-ja-01);
}
#lp-contents .ek-meal__plus-caption-01 {
    background: #ffd32f;
    width: 28.696%;
    margin: 55% 0 0 -12%;
}
#lp-contents .ek-meal__plus-caption-02 {
    background: #ff9800;
    width: 38.021%;
    margin: -3% 0 0 -10%;
    color: #006239;
}
#lp-contents .ek-meal__plus-caption-03 {
    background: #bdd64b;
    width: 28.696%;
    margin: -16% 0 0 22%;
}
#lp-contents .ek-meal__plus-caption-04 {
    background: #deeba5;
    width: 28.688%;
    margin: 45% 0 0 85%;
}
#lp-contents .ek-meal__plus-plus {
    width: 8.162%;
    margin: 4.7% auto 5%;
}
#lp-contents .ek-meal__plus-caption-05 {
    background: #deeba5;
    width: 39.105%;
    margin: -12% 0 0 -7%;
}
#lp-contents .ek-meal__plus-text {
    font-family: var(--font-ja-01);
    text-align: center;
    font-size: 2em;
    line-height: 1.45;
    margin: 4.4% 0 0;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-weight: 700;
}
#lp-contents .ek-meal__material {
    display: grid;
    justify-content: space-between;
    font-family: var(--font-ja-01);
    margin: 10.2% 0 0;
    letter-spacing: 0.02em;
    padding: 0 0 14%;
}
#lp-contents .ek-meal__material-item {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
}
#lp-contents .ek-meal__material-tl {
    font-family: var(--font-ja-01);
    text-align: center;
    font-size: 2.3em;
    margin: 0 0 4.7%;
    font-weight: 700;
    text-transform: lowercase;
}
#lp-contents .ek-meal__material-box {
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 4vw;
}
#lp-contents .ek-meal__material-graph {
    position: relative;
    margin: 5% 0 3.3% 0%;
}
#lp-contents .ek-meal__material-graph-box {
    position: relative;
}
#lp-contents .ek-meal__material-graph-bar-wrap {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-rows: repeat(7, 10%);
    align-content: space-between;
    margin: 2% 24% 13% 20%;
}
#lp-contents .ek-meal__material-graph-bar {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
}
#lp-contents .ek-meal__material-graph-bar-01 {
    background: #c0d558;
    height: 100%;
    width: 0;
}
#lp-contents .ek-meal__material-graph-bar-02 {
    background: #fed144;
    height: 100%;
    width: 0;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(1) .ek-meal__material-graph-bar-01 {
    width: 24.5421%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(1) .ek-meal__material-graph-bar-02 {
    width: 29.304%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(2) .ek-meal__material-graph-bar-01 {
    width: 24.5421%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(2) .ek-meal__material-graph-bar-02 {
    width: 35.5311%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(3) .ek-meal__material-graph-bar-01 {
    width: 24.5421%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(3) .ek-meal__material-graph-bar-02 {
    width: 35.8974%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(4) .ek-meal__material-graph-bar-01 {
    width: 36.9963%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(4) .ek-meal__material-graph-bar-02 {
    width: 45.4212%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(5) .ek-meal__material-graph-bar-01 {
    width: 57.5092%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(5) .ek-meal__material-graph-bar-02 {
    width: 65.2015%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(6) .ek-meal__material-graph-bar-01 {
    width: 77.2894%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(6) .ek-meal__material-graph-bar-02 {
    width: 99.2674%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(7) .ek-meal__material-graph-bar-01 {
    width: 91.9414%;
}
#lp-contents .ek-meal__material-graph-bar:nth-child(7) .ek-meal__material-graph-bar-02 {
    width: 100%;
}
#lp-contents .ek-meal__material-note {
    color: #4d4d4d;
    text-align: right;
    font-size: 1.6em;
    line-height: 1.31;
    padding: 0 8.6% 6%;
    font-weight: 500;
}
#lp-contents .ek-meal__material-caption {
    color: #ff0000;
    text-align: center;
    font-weight: 700;
    order: -1;
    font-size: 3.9em;
    padding: 8.1% 0 0;
}
#lp-contents .ek-meal__material-caption-02 {
    display: block;
    color: #4d4d4d;
    font-weight: 500;
    font-size: 0.411em;
    margin: 2.3% 0 0;
}
#lp-contents .ek-meal__material-text-02 {
    font-family: var(--font-ja-01);
    font-size: 2.6em;
    line-height: 1.77;
    text-align: center;
    margin: 0 0 11%;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-weight: 700;
}
#lp-contents .ek-meal__material-text-02:before {
    content: "";
    background: #fff;
    display: block;
    aspect-ratio: 22 / 18;
    clip-path: polygon(50% 0%, 100% 100%, 0 100%);
    margin: 5.8% auto 3%;
    width: 1.23em;
}
#lp-contents .ek-meal__material-amount {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 11.9% auto 2.2%;
    width: 92%;
}
#lp-contents .ek-meal__material-amount-list {
    margin: 0 0 0;
}
#lp-contents .ek-meal__material-amount-text {
    color: #008436;
    text-align: center;
    display: block;
    font-weight: 900;
    font-size: 2.2em;
    line-height: 1.18;
    margin: 0 -5%;
    z-index: 1;
    position: relative;
    letter-spacing: -0.02em;
}
#lp-contents .ek-power {
    background: #ffd32f;
    width: 100%;
}
#lp-contents .ek-power__tl {
    font-size: 6.6em;
    color: #008436;
    letter-spacing: 0;
    padding: 1.2% 0 0;
    letter-spacing: 0.04em;
    margin: 0 auto 8.3%;
}
#lp-contents .ek-power__lead {
    color: #008436;
    font-size: 3.2em;
    padding: 16% 0 0;
    letter-spacing: 0.06em;
}
#lp-contents .ek-power__img {
    display: block;
    position: relative;
    width: 76%;
    margin: 0 auto;
    border-radius: 4vw;
    overflow: hidden;
}
#lp-contents .ek-power__img img {
    transition: opacity 300ms, transform 600ms cubic-bezier(0.55, 0.9, 0.6, 0.99);
}
#lp-contents .ek-video-icon {
    display: flex;
    aspect-ratio: 1 / 1;
    background: rgba(34, 34, 34, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    width: 18.9%;
    transition: opacity 30ms, transform 400ms cubic-bezier(0.29, 0.09, 0.21, 1);
}
#lp-contents .ek-video-icon:before {
    content: "";
    background: #fff;
    aspect-ratio: 33 / 39;
    width: 35.5%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin: 0 0 0 11%;
}
#lp-contents .ek-power__ctn>div {
    background: #008436;
    border-radius: 4vw;
    padding: 1px 0;
    margin: 0 0 7%;
    width: 100%;
}
#lp-contents .ek-power__ctn {
    padding: 0 0 8%;
}
#lp-contents .ek-power__stl {
    color: #fff;
    margin: 0 auto;
    font-size: 4.8em;
    width: 78.3%;
    text-align: center;
    padding: 10.3% 0 0;
    border-radius: calc(var(--avw) * 6.2);
    letter-spacing: 0.02em;
}
#lp-contents .ek-power__variety-ctn {
    width: 100%;
}
#lp-contents .ek-power__important-img {
    width: 68%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 13% auto 11.3%;
    gap: 0 3%;
}
#lp-contents .ek-power__important-img-list {
    background: #bdd64b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006239;
    border-radius: 5px;
    line-height: 1.2;
    min-height: 2.3em;
    margin: 0 0 4.5%;
    font-size: 2.2em;
    border-radius: 1.33vw;
}
#lp-contents .ek-power__text {
    color: #fff;
    font-size: 2.6em;
    line-height: 1.769;
    width: 85%;
    margin: 0 auto;
    font-family: var(--font-ja-01);
    text-align: justify;
    letter-spacing: 0.05em;
    font-weight: 700;
}
#lp-contents .ek-power__text+.ek-power__text {
    margin-top: 0.9em;
}
#lp-contents .ek-power__note {
    color: #fff;
    display: block;
    font-size: 2em;
    line-height: 1.6;
    font-family: var(--font-ja-01);
    text-align: justify;
    width: 85%;
    margin: 5.3% auto 0;
    padding: 0 0 10.9%;
    font-weight: 500;
}
#lp-contents .ek-power__healthy-img {
    width: 86.067%;
    margin: 8.8% 0 0.7% 9%;
}
#lp-contents .ek-power__pyramid-img {
    margin: 10.4% auto 8.1%;
    width: 87.8%;
}
#lp-contents .ek-power__button {
    background: #fff;
    color: #006239;
    font-size: 3.2em;
    width: 87%;
    margin: 8.6% auto 11.9%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 5.4% 3.6% 6.4% 6%;
    border-radius: calc(var(--avw) * 4);
    box-sizing: border-box;
    letter-spacing: 0.06em;
    gap: 0 0.4em;
    align-items: center;
    border-radius: 3vw;
    transition: transform 200ms ease-out;
}
#lp-contents .ek-power__button:after {
    content: "";
    width: 0.46em;
    aspect-ratio: 8 / 10;
    background: url(../images/icon_arw_red.png) no-repeat 0 0/100% auto;
}
#lp-contents .ek-power__variety-stl {
    color: #ffd32f;
    font-size: 4em;
    line-height: 1.25;
    width: 87%;
    margin: 9% auto 0;
    letter-spacing: -0.02em;
    text-align: center;
}
#lp-contents .ek-power__variety-ctn>div+div {
    margin-top: 9%;
}
#lp-contents .ek-power__variety-img {
    width: 86.134%;
    margin: 9.5% auto 9%;
    transform-origin: 50% 40%;
}
#lp-contents .ek-power__balance-stl {
    color: #ffd32f;
    font-size: 4em;
    line-height: 1.25;
    margin: 8.9% auto 0;
    width: 94%;
    text-align: center;
    letter-spacing: -0.01em;
    padding: 0 0 0 6%;
}
#lp-contents .ek-power__balance-img {
    width: 91.4%;
    margin: 10% 0 10.4% 10.1%;
    position: relative;
    padding: 1px 0 0;
}
#lp-contents .ek-power__balance-img--gold {
    width: 97.7%;
    max-width: 150%;
    margin: 7% 0 0 -7.2%;
}
#lp-contents .ek-power__balance-img-box--green {
    margin: 10% 0 -1.5% 5.2%;
    width: 94%;
}
#lp-contents .ek-power__balance-img--green {
    width: 86.7%;
    max-width: 150%;
    margin: 3% 0 0 6%;
}
#lp-contents .ek-power__balance-img-caption {
    width: 25.725%;
    position: absolute;
    top: 0;
    left: 0;
    margin: -0.4% 0 0 0;
}
#lp-contents .ek-power__balance-img-caption--green {
    margin-left: 5%;
}
#lp-contents .ek-power__balance-ctn {
    padding: 0 0 0;
}
#lp-contents .ek-gallery {
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, #1f843c 90%, #fff 90%);
}
#lp-contents .ek-gallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: 0;
    height: 100%;
    border-radius: calc(var(--avw) * 4);
    background: #e82300;
    z-index: 1;
}
#lp-contents .ek-gallery__tl {
    color: #ffd32f;
    letter-spacing: 0.01em;
}
#lp-contents .ek-cm {
    margin: -1% 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
#lp-contents .ek-cm+.ek-cm {
    margin-top: 4.7%;
}
#lp-contents .ek-cm__text-item {
    display: contents;
}
#lp-contents .ek-cm__tl {
    color: #ffd32f;
    padding: 0;
    letter-spacing: 0.01em;
    font-size: 4em;
    margin-top: 4.3%;
    opacity: 0;
    text-align: left;
}
#lp-contents .ek-cm__text {
    margin: 3.1% auto 0;
    letter-spacing: 0.1em;
    order: 1;
    color: #fff;
    font-family: var(--font-ja-01);
    font-weight: 700;
}
#lp-contents .ek-cm__img {
    width: 76%;
    margin: 1.8% auto 0;
}
#lp-contents .ek-cm__img a {
    display: block;
    border-radius: calc(var(--avw) * 4.2);
    overflow: hidden;
    position: relative;
    opacity: 0;
    background: #000;
}
#lp-contents .ek-cm__img img {
    transition: opacity 300ms, transform 600ms cubic-bezier(0.55, 0.9, 0.6, 0.99);
}
#lp-contents .ek-cm__img-icon {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    width: 20.3%;
    margin: 21.4% 0 0 39.8%;
}
#lp-contents .ek-newspaper {
    padding: 0 0 12%;
    display: flex;
    flex-direction: column;
}
#lp-contents .ek-newspaper__text-item {
    display: contents;
}
#lp-contents .ek-newspaper__text {
    order: 1;
    color: #fff;
    font-family: var(--font-ja-01);
    font-weight: 700;
}
#lp-contents .ek-newspaper__tl {
    color: #ffd32f;
    letter-spacing: 0.01em;
    font-size: 4em;
}
#lp-contents .ek-newspaper__slider {
    margin: 1.9% 0 3.1%;
}
#lp-contents .ek-attempt {
    position: relative;
    padding: 0 0 5.1%;
    margin: -1px 0 0;
    width: 100%;
    background: #fed144;
}
#lp-contents .ek-attempt::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: 0;
    height: 100%;
    background: #008436;
    border-radius: calc(var(--avw) * 4) calc(var(--avw) * 4) 0 0;
    opacity: 0;
    z-index: 1;
}
#lp-contents .ek-attempt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(var(--avw) * 10);
    background: #fff;
    visibility: hidden;
}
#lp-contents .ek-attempt__tl {
    font-size: 6.6em;
    line-height: 1.317;
    width: 76%;
    margin: 0 auto 0.5em;
    padding: 8.8% 0 0;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 0.05em;
}
#lp-contents .ek-attempt__text {
    color: #fff;
    font-size: 3.2em;
    text-align: center;
    line-height: 1.5625;
    word-break: keep-all;
    overflow-wrap: break-word;
    letter-spacing: 0.1em;
}
#lp-contents .ek-attempt__text+.ek-attempt__text {
    margin-top: 1.1em;
}
#lp-contents .ek-attempt__ctn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4.9% auto 4.8%;
    width: 76%;
}
#lp-contents .ek-attempt__box {
    background: #fff;
    width: 100%;
    color: #008436;
    border-radius: 4vw;
    padding: 5.4% 5% 6.9%;
    margin: 0 0 5%;
}
#lp-contents .ek-attempt__box-tl {
    text-align: center;
    font-size: 3.4em;
    margin: 0 0 3.3%;
    letter-spacing: 0.03em;
}
#lp-contents .ek-attempt__box-text {
    font-weight: 700;
    font-family: var(--font-ja-01);
    font-size: 2.4em;
    line-height: 1.5;
    width: 95%;
    margin: 0 auto;
    letter-spacing: 0.06em;
    text-align: justify;
}
#lp-contents .ek-attempt__box-link {
    width: fit-content;
    margin: 5.5% auto -1%;
    display: flex;
    align-items: center;
    gap: 0 0.6em;
    padding: 4% 7% 4% 9%;
    font-size: 2.8em;
    background: #bdd64b;
    border-radius: 3vw;
    transition: transform 200ms ease-out;
}
#lp-contents .ek-attempt__box-link:after {
    content: "";
    aspect-ratio: 8 / 10;
    background: url(../images/icon_arw_red.png) no-repeat 0 0/100% auto;
    width: 0.5em;
}
@keyframes anm-ek-side-arrow {
    0% {
        translate: 0% 0;
        opacity: 1;
    }
    50% {
        translate: 60% 0;
        opacity: 0;
    }
    51% {
        translate: -60% 0;
        opacity: 0;
    }
    100% {
        translate: 0% 0;
        opacity: 1;
    }
}
#lp-contents .ek-sponsered {
    width: 100%;
    background: #fff;
}
#lp-contents .ek-sponsered .ek-scroll-content__inner {
    opacity: 1;
}
#lp-contents .ek-sponsered__tl {
    color: #008436;
    font-size: 4.1em;
    text-align: center;
    padding: 5.1% 0 0;
    margin: 0 0 4.9%;
    letter-spacing: 0.17em;
    line-height: 1.365;
}
#lp-contents .ek-sponsered__text {
    font-size: 3.2em;
    text-align: center;
    color: #5e5e5e;
    padding: 0 5% 4.3%;
    letter-spacing: 0.1em;
}
#lp-contents .ek-sponsered__text-item {
    margin: 0 0 1.05em;
}
#lp-contents .ek-sponsered__text-alp {
    font-size: 1.15em;
}
#lp-contents .ek-share::before {
    content: "";
    background: url(../images/bg_line_support.png) repeat-x 0 0/auto 100%;
    width: 86.2%;
    margin: 0 auto;
    display: block;
    padding: 0 0 0.55%;
}
#lp-contents .ek-share .ek-scroll-content__inner {
    opacity: 1;
}
#lp-contents .ek-share {
    width: 100%;
    background: #fff;
}
#lp-contents .ek-other-section .box--scroll__ctn {
    background: #fff;
}
#lp-contents .ek-share .box--scroll__ctn {
    background: #fff;
}
#lp-contents .ek-share__tl {
    color: #5e5e5e;
    font-size: 3.5em;
    text-align: center;
    padding: 7.8% 0 0;
}
#lp-contents .ek-share__ctn {
    display: flex;
    justify-content: center;
    margin: 5.7% 0;
    gap: 0 7.8%;
}
#lp-contents .ek-share__item {
    width: 11%;
}
#lp-contents .ek-share__img {
    position: relative;
    margin: 11% 0 0;
    padding: 0 0 7%;
}
#lp-contents .ek-share__img-01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 26.667%;
    margin: 1.7% 0 0 45.5%;
    z-index: 1;
    transform-origin: 26.4% 230%;
}
#lp-contents .ek-share__img-02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 43.834%;
    margin: 1.8% 0 0 37.7%;
    z-index: 1;
    transform-origin: 38% 240%;
    opacity: 0;
}
#lp-contents .ek-share__img-01-3 {
    width: 86.1%;
    padding: 7.4% 0 0 15.2%;
}
#lp-contents .ek-footer {
    background: #5e5e5e;
}
#lp-contents .ek-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    right: 0;
    overscroll-behavior: none;
    max-height: none;
    max-width: none;
    box-sizing: border-box;
    border: none;
    padding: 0;
}
#lp-contents .ek-modal::backdrop {
    opacity: 0;
}
#lp-contents .ek-modal__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100%;
    position: relative;
    padding: 3% 0%;
    box-sizing: border-box;
    height: auto;
    min-height: calc(100% + 1px);
}
#lp-contents .ek-modal__ctn {
    background: #fff;
    width: 86.621%;
    margin: 0 auto;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: calc(var(--avw) * 8);
    box-sizing: border-box;
    position: relative;
    max-width: 712px;
    text-align: center;
    z-index: 1;
}
#lp-contents .ek-modal__tl-wrap {
    position: sticky;
    top: 7em;
    left: 0;
    z-index: 2;
    background: #26473a;
}
#lp-contents .ek-modal__tl {
    background: #008436;
    color: #fff;
    border-radius: 1.875em 1.875em 0 0;
    padding: 1.1% 0;
    position: relative;
}
#lp-contents .ek-modal__tl:after {
    content: "";
    width: 100%;
    height: 200%;
    position: absolute;
    background: #26473a;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#lp-contents .ek-modal__tl-01 {
    position: absolute;
    bottom: 100%;
    color: #ffd32f;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.8em 1.3em 0em;
    line-height: 1;
    text-transform: math-auto;
    background: url(../images/bg_action_tl.png) no-repeat 50% 100%/100% 100%;
    font-size: 1.138em;
    letter-spacing: 0.04em;
    margin: 0 0 -0.4% 0;
}
#lp-contents .ek-modal__kids-ctn,
#lp-contents .ek-modal__points-ctn {
    display: flex;
    align-items: center;
    margin: calc(3em + 0.8%) auto 6.4%;
    width: 91%;
}
#lp-contents .ek-modal__kids-ctn {
    margin-bottom: 0%;
}
#lp-contents .ek-modal__kids-box-01 {
    background: rgb(170 179 130 / 10%);
    border-radius: 1.25em;
    width: 39.9%;
    margin: 0 0 0 3%;
    min-width: 300px;
}
#lp-contents .ek-modal__points-ctn {
    display: flex;
}
#lp-contents .ek-modal__points-tab {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
#lp-contents .ek-modal__points-tab li:nth-child(2n) .ek-modal__points-tab-button {
    background: #d9d9d9;
}
#lp-contents .ek-modal__points-tab-button {
    appearance: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #006239;
    background: #e5e5e5;
    cursor: pointer;
}
#lp-contents .ek-modal .ek-modal__points-tab .ek-modal__points-tab-button[aria-selected=true] {
    background: #bdd64b;
}
#lp-contents .ek-modal__points-tabarea-wrap {
    display: grid;
    grid-template-columns: 100%;
    background: #bdd64b;
    border-radius: 1em;
    z-index: 1;
    position: relative;
}
#lp-contents .ek-modal .ek-hints__ctn {
    background: unset;
}
#lp-contents .ek-modal--scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    right: 0;
}
#lp-contents .ek-modal__wrap--scroll {
    height: auto;
    min-height: calc(100% + 1px);
    padding: 15% 0;
}
#lp-contents .ek-modal__close-button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    appearance: none;
    width: 4%;
    padding: 0;
    margin: -0.5% -1.5% 0 0;
    cursor: pointer;
    z-index: 2;
}
#lp-contents .ek-modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #26473a;
}
#lp-contents .ek-modal--movie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-y: scroll;
    transform: translateZ(1px);
    background: rgba(0, 0, 0, 0.85);
    overscroll-behavior: none;
    max-height: none;
    max-width: none;
    box-sizing: border-box;
    border: none;
    padding: 0;
    overflow-x: hidden;
}
#lp-contents .ek-modal--movie::backdrop {
    opacity: 0;
}
#lp-contents .ek-modal--movie__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100%;
    position: relative;
    padding: 69px 0;
    box-sizing: border-box;
    min-height: calc(100% + 1px);
}
#lp-contents .ek-modal--movie__content {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 98%;
    margin: 0 auto;
    max-width: 980px;
}
#lp-contents .ek-modal--movie__movie {
    position: relative;
    padding: 0 0 56.25%;
    height: 0;
    background: #000;
}
#lp-contents .ek-modal--movie__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#lp-contents .ek-modal--movie__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #000;
    opacity: 0.85;
}
#lp-contents .ek-modal--movie__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.674%;
    margin: -6% 2.7% 0 0;
    z-index: 1;
}
#lp-contents .ek-modal--moviel__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    appearance: none;
    cursor: pointer;
    margin: -53px 1.6% 0;
    padding: 0;
    max-width: 41px;
    width: 10%;
}
#lp-contents .ek-js-anm-slty,
#lp-contents .ek-js-anm-ty,
#lp-contents .ek-js-anm-tyr,
#lp-contents .ek-js-anm-sly img,
#lp-contents .ek-js-anm-rd,
#lp-contents .ek-js-anm-sl,
#lp-contents .ek-js-anm-slx,
#lp-contents .ek-js-anm-tx,
#lp-contents .ek-js-anm-pchart,
#lp-contents .ek-js-anm-tp,
#lp-contents .ek-js-anm-bgraph {
    opacity: 0;
}
#lp-contents .ek-js-anm-sl {
    transform-origin: 50% 80%;
}
#lp-contents .ek-header {
    width: calc((100% - var(--right) - var(--max-width)) / 2);
    left: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    z-index: 10;
    touch-action: none;
}
#lp-contents .ek-header .ek-header-nav__ctn {
    display: block !important;
    opacity: 1 !important;
    background: none;
}
#lp-contents .ek-header .ek-header-nav {
    position: absolute;
    top: auto;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    height: 100svh;
    min-height: 0;
}
#lp-contents .ek-header .ek-header-nav.is-fixed {
    position: fixed;
}
#lp-contents .ek-header .ek-header-nav-list {
    text-align: left;
    font-size: 0.75em;
    line-height: 1.467;
    padding: 0;
}
#lp-contents .ek-action-bento__ctn {
    width: 91.667%;
    padding: 4.9% 0 6%;
}
#lp-contents .ek-action__info--03 {
    position: relative;
}
#lp-contents .ek-action__info--03:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    background: url(../images/bg_line_mdl.png) repeat-x 0 0/auto 100%;
    width: 100%;
}
#lp-contents .ek-modal__points-box-01 {
    background: rgb(170 179 130 / 10%);
    border-radius: 1em;
    width: 46%;
    min-width: 385px;
}
#lp-contents .ek-action__slider-arw>img {
    transform: rotate(90deg);
    transform-origin: center;
}
#lp-contents #action-kids .ek-action__slider-arw>img,
#lp-contents #action-points .ek-action__slider-arw>img {
    transform: unset;
}
#lp-contents .ek-action__slider-button-text-02 {
    display: flex;
    align-items: center;
}
#lp-contents .ek-action__slider-button-text-02:after {
    content: "";
    width: 0.527em;
    height: 0.527em;
    background: url(../images/icon_arrow.png) no-repeat;
    background-size: contain;
    margin: 0 0 0 0.2em;
}
#lp-contents {
    .ek-action-office__ctn {
        width: 87.7%;
        background: #f6f7f2;
        margin: 6% auto 0;
        border-radius: 4vw;
        color: #008436;
    }
    .ek-action-office__ctn sup {
        top: 0;
    }
    .ek-action-office__stl {
        font-size: 3.4em;
        line-height: 1.383;
        padding: 6% 0 0;
        margin: 0 0 6.8%;
        letter-spacing: 0.1em;
    }
    .ek-action-office__text {
        font-size: 2.9em;
        line-height: 1.311;
        letter-spacing: 0.1em;
        margin: 0 0 4%;
    }
    .ek-action-office__chart-wrap {
        width: 68%;
        margin: 0 auto;
    }
    .ek-modal__office .ek-action-office__arw {
        margin: 5% auto 2.5%;
    }
    .ek-action-office__text-01 {
        font-size: 3.4em;
        line-height: 1.383;
        color: #008436;
    }
    .ek-action-office__text-02 {
        font-size: 2.9em;
        line-height: 1.31;
        margin: 2.1% 0 3.8%;
        color: #008436;
    }
    .ek-action-office__text-03 {
        font-size: 3.4em;
        line-height: 1.383;
        color: #008436;
        letter-spacing: 0.06em;
    }
    .ek-action-office__text-03+.ek-action-office__text-03 {
        margin-top: 2.6%;
        padding: 0 0 1%;
    }
    .ek-action-office__text-atte {
        font-size: 1.932em;
        display: inline-block;
        margin: 3.2% 0 0;
        position: relative;
    }
    .ek-action-office__text-atte-box {
        position: relative;
        z-index: 1;
    }
    .ek-action-office__text-atte:after {
        content: "";
        display: block;
        background: url(../images/bg_office_line.png) 0 100%/100% auto no-repeat;
        position: absolute;
        inset: 0 0.4em 0;
    }
    .ek-office__img-pie {
        background-color: #d9d9d9;
    }
    .ek-office__img-per {
        color: #ffd32f;
        font-size: 4em;
        margin: 67% 0 0;
        padding: 0 0 0 7%;
    }
    .ek-action-office__ctn .ek-office__img-caption {
        position: relative;
        width: 86.697%;
        margin: 5% 0 13% 8.4%;
    }
    .ek-action-office__ctn .ek-office__img-caption-02 {
        width: 96.797%;
        margin: 5% 0 15% 1.5%;
    }
    .ek-modal__office .ek-actionoffice__button {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 72%;
        padding: 6.1% 2.97% 6.4% 6%;
        margin-bottom: 11.1%;
    }
    .ek-actionoffice__button::after {
        content: "";
        width: 0.527em;
        height: 0.527em;
        background: url(../images/icon_arrow.png) no-repeat;
        background-size: contain;
    }
    .ek-action-office__manifesto {
        background: #f6f7f2;
        border-radius: 4vw;
        color: #008436;
        width: 89.23%;
        margin: 7% auto 0;
        padding: 7.1% 5.3% 11.4%;
    }
    .ek-action-office__manifesto-tl {
        font-size: 2.9em;
        letter-spacing: 0.1em;
        margin: 0 0 7.7%;
    }
    .ek-action-office__manifesto-tl:after {
        content: "";
        display: block;
        border-top: solid 2px;
        margin: 1.7% auto 0;
        width: 7.8%;
    }
    .ek-action-office__manifesto-ctn {
        text-align: left;
        display: grid;
        grid-template-columns: 11em 1fr;
        font-family: var(--font-ja-01);
    }
    .ek-action-office__manifesto-stl {
        grid-template-columns: subgrid;
        display: grid;
        grid-column: span 2;
        font-weight: 700;
    }
    .ek-action-office__manifesto-stl-01 {
        font-size: 2.6em;
        letter-spacing: 0.15em;
        margin: 0.1em 0 0;
    }
    .ek-action-office__manifesto-stl-02 {
        font-size: 3em;
    }
    .ek-action-office__manifesto-text {
        grid-column: 2;
        font-weight: 500;
        font-size: 2.4em;
        line-height: 1.33;
        margin: 2.1% 0 6.7%;
        letter-spacing: 0.04em;
    }
    .ek-action-office__manifesto-note {
        font-size: 1.8em;
        text-align: center;
        grid-column: span 2;
        margin: 2% 0 0;
        letter-spacing: 0.06em;
    }
    .ek-action-office__vending {
        padding: 15% 5% 0;
    }
    .ek-action-office__vending-tl {
        font-size: 3.4em;
        line-height: 1.38;
        color: #008436;
        margin: 0 0 5.4%;
    }
    .ek-action-office__vending-text {
        font-size: 2.9em;
        line-height: 1.31;
        color: #008436;
        letter-spacing: 0.06em;
    }
    .ek-action-office__vending-img {
        margin: 7% auto 5%;
        width: 99%;
    }
    .ek-action-office__vending-img img {
        border-radius: 4vw;
    }
    .ek-action-office__vending-caption {
        font-size: 2.2em;
        line-height: 1.45;
        font-family: var(--font-ja-01);
        font-weight: 500;
        display: block;
        margin: 2.9% -5% 0;
        letter-spacing: 0.06em;
    }
    .ek-action-office__de-yasai {
        padding: 0 5%;
        margin: 13.2% 0 0;
    }
    .ek-action-office__de-yasai-tl {
        font-size: 3.4em;
        line-height: 1.38;
        color: #008436;
        word-break: keep-all;
        overflow-wrap: break-word;
    }
    .ek-action-office__de-yasai-note-01 {
        font-size: 2.2em;
        line-height: 1.45;
        color: #008436;
        font-family: var(--font-ja-01);
        font-weight: 500;
        display: block;
        margin: 2.7% 0 7.3%;
        letter-spacing: 0.03em;
        overflow-wrap: break-word;
        word-break: keep-all;
    }
    .ek-action-office__de-yasai-text {
        font-size: 2.9em;
        line-height: 1.31;
        color: #008436;
        letter-spacing: 0.06em;
    }
    .ek-action-office__de-yasai-note-02 {
        font-size: 0.759em;
        line-height: 1.45;
        display: block;
        font-family: var(--font-ja-01);
        font-weight: 500;
        color: #000;
        margin: 2% 0 5.2%;
    }
    .ek-action-office__de-yasai-img {
        border-radius: 4vw;
        overflow: hidden;
        margin: 0 0 16%;
    }
}
@media screen and (max-width:767px) {
    #lp-contents .ek-pc-elm {
        display: none !important;
    }
    #lp-contents .ek-modal__ctn {
        padding: 0;
        border-radius: 2.999em;
    }
    #lp-contents .ek-modal__tl {
        font-size: 2.999em;
        border-radius: 1em 1em 0 0;
        padding: 2.2% 0 2.6%;
        letter-spacing: 0.14em;
        text-transform: lowercase;
    }
    #lp-contents .ek-modal__tl-01 {
        font-size: 0.867em;
        padding: 0.8em 1.5em 0em;
    }
    #lp-contents .ek-action-bento__ctn {
        background: rgb(170 179 130 / 10%);
        width: 87.693%;
        margin: 7% auto 0;
        border-radius: 3em;
        padding: 5% 0 9%;
    }
    #lp-contents .ek-action-bento__text {
        font-size: 3.399em;
        line-height: 1.407;
        letter-spacing: 0.08em;
    }
    #lp-contents .ek-action-bento__text sup {
        vertical-align: baseline;
    }
    #lp-contents .ek-action-bento__chart-wrap {
        margin: 2.9% 0 11.7%;
    }
    #lp-contents .ek-bento__img-per {
        margin: 67% 0 0 -10%;
    }
    #lp-contents .ek-bento__img-caption {
        width: 57%;
        margin: 3.5% 0 0 21.6%;
    }
    #lp-contents .ek-action-bento__graph {
        width: 84.615%;
        margin: 3% 0 0 5%;
    }
    #lp-contents .ek-action__slider-arw {
        width: 5.6%;
        margin: 6.2% auto 2.5%;
    }
    #lp-contents .ek-action__slider-arw--03>img {
        transform: rotate(90deg);
        transform-origin: center;
    }
    #lp-contents .ek-action-bento__song-lead {
        margin: 5% auto 16%;
        width: 89.231%;
    }
    #lp-contents .ek-action-bento__sstl {
        font-size: 3.199em;
        line-height: 1.407;
        margin: 0 auto 2%;
    }
    #lp-contents .ek-action-bento__song-ctn {
        margin: -5.6% auto 7.3%;
    }
    #lp-contents .ek-action-bento__song-tl {
        font-size: 1.3em;
    }
    #lp-contents .ek-action-bento__song-text {
        color: #515151;
        margin: 2.4% auto 0;
        line-height: 1.424;
        letter-spacing: 0.14em;
    }
    #lp-contents .ek-action-bento__song-text+.ek-action-bento__song-text {
        margin: 3.4% auto 0;
    }
    #lp-contents .ek-action-bento__song-ctn-02 {
        margin: 9.3% auto 0;
        width: 89.4%;
    }
    #lp-contents .ek-modal .ek-action-bento__note {
        font-size: 1em;
    }
    #lp-contents .ek-modal .ek-action__info--03 {
        font-size: 1.8em;
    }
    #lp-contents .ek-action-bento__song-item-02--large {
        margin: 0 -4.5% 10.8% 0%;
        width: 143%;
    }
    #lp-contents .ek-action-bento__note {
        width: 100%;
        font-size: 1em;
        margin: 4% auto 0;
        letter-spacing: 0.02em;
    }
    #lp-contents .ek-action-bento__button-wrap {
        margin: 0 0 7%;
    }
    #lp-contents .ek-action-bento__button {
        width: 73%;
        padding: 4.3% 7.97% 4.3%;
        margin: 0 auto 3.6%;
        font-size: 3.2em;
        border-radius: 0.6em;
    }
    #lp-contents .ek-action-bento__text--fruit {
        width: 71%;
    }
    #lp-contents .ek-action__info {
        visibility: unset;
        text-align: left;
    }
    #lp-contents .ek-action__info--03 {
        width: 73%;
        margin: 4% auto 0;
        font-size: 2em;
        line-height: 1.445;
        padding-bottom: 7%;
    }
    #lp-contents .ek-action__slider-ctn {
        margin: 5% auto 0;
        padding: 0 0 4.6%;
        width: 73%;
        grid-template-columns: 82.2% 1fr;
    }
    #lp-contents .ek-action__slider-share-ctn {
        margin: 6.1% 0 0 6%;
        gap: 0 19%;
        justify-content: space-between;
        width: 82%;
    }
    #lp-contents .ek-action__slider-share-item {
        width: 22%;
    }
    #lp-contents .ek-action__slider-favor-tl {
        padding: 0 0 0 7%;
    }
    #lp-contents .ek-action__slider-favor-button {
        width: 69.8%;
        margin: 33% 0 0 26%;
    }
    #lp-contents .ek-modal__close-button {
        margin: -4.8% -4.8% 0 0;
        width: 9.231%;
    }
    #lp-contents .ek-modal__points-ctn {
        display: block;
    }
    #lp-contents .ek-modal__points-box-01 {
        width: 87.693%;
        margin: 0 auto;
        padding: 7% 0;
        border-radius: 3em;
        min-width: 0;
    }
    #lp-contents .ek-action02__graph {
        width: 82%;
        margin: 5.3% 0 0 14%;
    }
    #lp-contents .ek-action02__graph-wrap {
        margin: 0 0 0 25%;
        width: 63%;
    }
    #lp-contents .ek-action02__graph-caption {
        width: 88%;
    }
    #lp-contents #action-kids .ek-action__slider-arw>img,
    #lp-contents #action-points .ek-action__slider-arw>img {
        transform: rotate(90deg);
    }
    #lp-contents .ek-action__slider-arw--02>img {
        transform: rotate(90deg);
    }
    #lp-contents .ek-action__slider-text--ac02 {
        margin: 0 0 0;
    }
    #lp-contents .ek-modal__points-tabarea {
        width: 87.693%;
        margin: 7% auto;
    }
    #lp-contents .ek-modal__points-tab {
        margin: 0 0 -4%;
    }
    #lp-contents .ek-modal__points-tab-button {
        font-size: 1.999em;
        padding: 12% 0 24%;
        border-radius: 1em 1em 0 0;
    }
    #lp-contents .ek-modal__points-tabarea-wrap {
        background: #bdd64b;
        border-radius: 2em;
    }
    #lp-contents .ek-hints__ctn {
        width: 89.474%;
        margin: 0 auto;
        padding: 6% 0 0;
        background: #bdd64b;
    }
    #lp-contents .ek-action__info--02 {
        margin: 4% auto 0;
        font-size: 2em;
        line-height: 1.445;
        position: relative;
        padding-bottom: 7%;
        width: 73%;
    }
    #lp-contents .ek-action__info--02:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 2px;
        background: url(../images/bg_line_mdl.png) repeat-x 0 0 / auto 100%;
        width: 100%;
    }
    #lp-contents .ek-modal__kids-ctn {
        display: block;
        margin: 6.2% auto 5.3%;
    }
    #lp-contents .ek-modal__kids-box-01 {
        margin: 0 auto;
        border-radius: 3em;
        padding: 5.3% 0;
        min-width: unset;
        width: 96.366%;
    }
    #lp-contents .ek-action__slider-text {
        font-size: 3.299em;
        width: 93%;
        letter-spacing: 0;
        line-height: 1.425;
        margin: 0 auto;
    }
    #lp-contents .ek-action__slider-button {
        margin: 7.4% auto 0;
        font-size: 3.199em;
        letter-spacing: 0.04em;
        padding: 3.8% 2.97% 4.4%;
        gap: 0.3em;
        width: 80%;
        border-radius: 0.5em;
    }
    #lp-contents .ek-action__slider-button-text-02 {
        font-size: 1em;
        position: relative;
    }
    #lp-contents .ek-action__slider-button-text-02:after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 -0.8em 0 0;
    }
    #lp-contents .ek-action__slider-chart {
        width: 108%;
        margin: -4.7% 0 0 -3.7%;
        padding: 0 0 15.5%;
    }
    #lp-contents .ek-action__chart-text {
        width: 59.697%;
        margin: 11% 0 0 16.4%;
    }
    #lp-contents .ek-action__info--01 {
        position: relative;
        padding-bottom: 7%;
        margin: 0.5% auto 0;
        font-size: 1.8em;
        line-height: 1.445;
        letter-spacing: 0.14em;
        width: 72.9%;
    }
    #lp-contents .ek-action__info--01:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 2px;
        background: url(../images/bg_line_mdl.png) repeat-x 0 0 / auto 100%;
        width: 100%;
    }
    #lp-contents .ek-power__ctn {
        width: 76%;
        margin: 13.6% auto 0;
    }
    #lp-contents .ek-power__variety-ctn {
        padding: 0 0 10%;
    }
    #lp-contents .ek-slider {
        .ek-slider__wrapper {
            overflow-x: scroll;
            overflow-y: hidden;
            width: 76%;
            margin: 0 auto;
            scrollbar-width: none;
            scroll-snap-type: x mandatory;
        }
        .ek-slider__ctn {
            display: grid;
            grid-template-columns: 100% 100%;
            gap: 0 5%;
        }
    }
    #lp-contents .ek-newspaper {
        .ek-newspaper__slider-slide {
            width: 100%;
            scroll-snap-align: center;
            scroll-snap-stop: always;
        }
        .ek-newspaper__slider-button-prev,
        .ek-newspaper__slider-button-next {
            width: 3.534%;
            height: auto;
            margin: -2.9% 3.7%;
            position: absolute;
            top: 50%;
            cursor: pointer;
            border: none;
            background: none;
            padding: 0;
        }
        .ek-newspaper__slider-button-prev {
            left: 0;
        }
        .ek-newspaper__slider-button-next {
            right: 0;
        }
    }
}
@media (min-width:768px),
print {
    #lp-contents {
        --max-width: min(750px, calc(1500 / 2332 * (max(100svh, 600px) - 40px)));
        --avw: calc(var(--max-width) / 100);
        font-size: 0.9877em;
    }
    #lp-contents .ek-sp-elm {
        display: none !important;
    }
    #lp-contents .ek-header-nav {
        max-width: var(--max-width);
    }
    #lp-contents .ek-main {
        margin: 0 auto;
    }
    #lp-contents .ek-header-nav__ctn {
        width: 130px;
        margin: 0 0 0 29px;
        padding: 0 0 50px;
    }
    #lp-contents .ek-header-nav-list-item+.ek-header-nav-list-item {
        margin-top: 26px;
    }
    #lp-contents .ek-header-nav-list__icon {
        width: 20px;
    }
    #lp-contents .ek-header-nav-list__line {
        left: 9px;
        top: calc(50% + 9px);
        bottom: -27px;
    }
    #lp-contents .ek-modal__tl-wrap {
        top: 3em;
    }
    #lp-contents .ek-modal__ctn {
        max-width: 960px;
        padding: 0;
    }
    #lp-contents .ek-modal__tl-02 {
        font-size: 1.875em;
        text-transform: lowercase;
        letter-spacing: 0.07em;
    }
    #lp-contents .ek-modal__kids-box-02 {
        width: 49%;
        margin: 1.1% 0 0 2%;
    }
    #lp-contents .ek-modal__points-tabarea {
        width: 95.834%;
        margin: 0 auto;
    }
    #lp-contents .ek-modal__points-tabarea-wrap {
        padding-top: 3.1%;
    }
    #lp-contents .ek-modal__points-tab-button {
        font-size: 1.25em;
        border-radius: 1em 1em 0 0;
        padding: 6.2% 0 11%;
        margin: 0% 0 -7%;
    }
    #lp-contents .ek-modal__wrap {
        padding-top: calc(var(--avw)* 3);
        padding-bottom: calc(var(--avw)* 3);
    }
    #lp-contents .ek-modal__wrap--scroll {
        padding-top: calc(var(--avw)* 6.8);
        padding-bottom: calc(var(--avw)* 6.8);
    }
    #lp-contents .ek-gallery::before {
        right: -1px;
    }
    #lp-contents .ek-attempt::before {
        right: -1px;
        border-radius: calc(var(--avw) * 4) calc(var(--avw) * 4) 0 0;
    }
    #lp-contents .ek-header-nav-list a {
        display: flex;
        align-items: center;
        gap: 0 0.5em;
        width: fit-content;
    }
    #lp-contents .ek-intro .ek-scroll {
        width: 72px;
        margin: 0 0 44px;
    }
    #lp-contents .ek-scroll {
        width: 72px;
    }
    #lp-contents .ek-scroll img:nth-child(2) {
        width: 85%;
        margin: 0.3% auto 0;
    }
    #lp-contents .ek-lead__bottom:before {
        padding-bottom: 2.6%;
    }
    #lp-contents .ek-intro__logo {
        max-width: 228px;
        margin: 0 auto;
    }
    #lp-contents .ek-intro__movie {
        object-position: 50% 0%;
    }
    #lp-contents .ek-lead__ctn {
        padding: 8.4% 0 4.6%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #lp-contents .ek-lead__text {
        font-size: 1.375em;
        line-height: 1.728;
        margin: 0 0 0;
    }
    #lp-contents .ek-lead__text--large {
        font-size: 2.938em;
        line-height: 1.235;
        margin: 0 0 1.3%;
    }
    #lp-contents .ek-lead__text--icon {
        margin: 2.8% auto 2.4%;
        width: 7.334%;
    }
    #lp-contents .ek-lead__bottom {
        padding: 0 0 41px;
    }
    #lp-contents .ek-lead__nav {
        max-width: 934px;
        width: 100%;
        margin: 0 auto 5.8%;
    }
    #lp-contents .ek-lead__nav-lists {
        gap: 0 2%;
        flex-wrap: nowrap;
        padding: 0 0 0.3%;
    }
    #lp-contents .ek-lead__nav-list {
        letter-spacing: 0.06em;
        margin: 0;
    }
    #lp-contents .ek-lead__nav-list,
    #lp-contents .ek-lead__nav-list:nth-child(1) {
        width: 23.56%;
    }
    #lp-contents .ek-lead__nav-link {
        font-size: 1.375em;
        min-height: 3.3em;
        border-radius: 20px;
    }
    #lp-contents .ek-lead__nav-link::before,
    #lp-contents .ek-lead__nav-link::after {
        margin: 0 -11px -10px 0;
    }
    #lp-contents .ek-scroll-content__tl {
        font-size: 2.313em;
        text-align: center;
        padding: 7.6% 0 0;
        width: 100%;
        margin: 0;
    }
    #lp-contents .ek-scroll-content__text {
        font-size: 1.125em;
        line-height: 1.667;
        text-align: center;
        width: 90%;
    }
    #lp-contents .ek-scroll-content__inner {
        max-width: 960px;
        margin: 0 auto;
        width: 88%;
    }
    #lp-contents .ek-about__img {
        margin: 6.2% auto 0;
    }
    #lp-contents .ek-about__chara-wrap {
        position: relative;
    }
    #lp-contents .ek-about__img-pchart {
        width: 40%;
        min-width: 307px;
        margin: 0 auto;
    }
    #lp-contents .ek-about__cite {
        font-size: 10px;
        line-height: 1.6;
        margin: 3% auto 0;
        width: 62.2%;
        padding: 0 0 3.3%;
        letter-spacing: 0.05em;
        position: relative;
        font-weight: 500;
    }
    #lp-contents .ek-cause__cite {
        font-size: 10px;
        line-height: 1.6;
        margin: 3% auto 0;
        width: 62.2%;
        padding: 0 0 7.2%;
        letter-spacing: 0.05em;
        position: relative;
        font-weight: 500;
    }
    #lp-contents .ek-about__chara-01 {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 24.934%;
        margin: 0 10.3% -2.2% 0;
        left: 50%;
        margin-left: 142px;
    }
    #lp-contents .ek-about__chara-01 img {
        opacity: 0;
    }
    #lp-contents .ek-pchart__per {
        font-size: 1.9em;
    }
    #lp-contents .ek-modal .ek-pchart__per {
        font-size: 1.6em;
    }
    #lp-contents .ek-about__img-caption {
        font-size: 1.25em;
        margin: 0 0 2.5%;
        letter-spacing: 0.03em;
    }
    #lp-contents .ek-cause__text {
        text-align: center;
        word-break: keep-all;
        overflow-wrap: break-word;
        padding: 1% 0 0;
    }
    #lp-contents .ek-cause__wrap {
        position: relative;
    }
    #lp-contents .ek-cause__graph {
        margin: 4.4% auto 0;
        width: 40%;
        min-width: 384px;
    }
    #lp-contents .ek-bgraph__wrap {
        margin: 7.3% 7.1% 7.4% 27.3%;
    }
    #lp-contents .ek-cause__graph-wrap .ek-bgraph__bar-per {
        font-size: 1em;
    }
    #lp-contents .ek-cause__caption {
        font-size: 1em;
        margin: 0 0 5.1%;
    }
    #lp-contents .ek-cause__chara-01 {
        width: 24.934%;
        padding: 0;
        margin: 0 6.4% -1% 0;
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0;
        left: 50%;
        margin-left: 180px;
    }
    #lp-contents .ek-cause__note {
        font-size: 0.75em;
        width: 40.6%;
        margin: 0.9% auto 0;
        padding: 0 0 2.9%;
        min-width: 384px;
        position: relative;
    }
    #lp-contents .ek-action {
        padding: 0;
    }
    #lp-contents .ek-action__tl {
        text-align: center;
        font-size: 2.625em;
        padding: 9.8% 0 0;
        color: #008436;
    }
    #lp-contents .ek-action__tl-01 {
        font-size: 0.73em;
    }
    #lp-contents .ek-action__text {
        text-align: center;
        font-size: 1.625em;
        line-height: 1.385;
        width: 100%;
        margin: 0.2em 0 0;
        color: #008436;
        letter-spacing: 0.12em;
    }
    #lp-contents .ek-action-links {
        margin: 2.7% auto 0;
        grid-template-columns: repeat(2, 47.82%);
        padding: 0 0 12.3%;
        width: 100%;
    }
    #lp-contents .ek-action-links__box {
        border-radius: 20px;
        padding: 1.8em 0 0;
        margin: 0 0 0%;
    }
    #lp-contents .ek-action-links__link {
        grid-template-columns: 29.36% 1fr;
    }
    #lp-contents .ek-action-links__link::before,
    #lp-contents .ek-action-links__link::after {
        margin: -10px;
        width: 38px;
    }
    #lp-contents .ek-action-links__tl {
        border-radius: 20px 20px 0 0;
    }
    #lp-contents .ek-action-links__tl-01 {
        font-size: 1.138em;
        padding: 0.7em 1.4em 0em;
        letter-spacing: 0.02em;
    }
    #lp-contents .ek-action-links__tl-02 {
        font-size: clamp(26px, 2.75vw, 1.875em);
        padding: 0.35em 0 0.3em;
        letter-spacing: 0.05em;
        border-radius: 20px 20px 0 0;
    }
    #lp-contents .ek-action-links__body {
        border-radius: 0 0 20px 20px;
        padding: 6% 0 6.4%;
    }
    #lp-contents .ek-action-links__img {
        margin: 0 auto;
        width: 62.73%;
        padding: 0% 0 0 0%;
    }
    #lp-contents .ek-action-links__text {
        font-size: 1.063em;
        line-height: 1.645;
        padding: 0 7.7% 0 0;
        letter-spacing: 0;
    }
    #lp-contents .ek-action__slider {
        margin: 5.7% 0 0;
        padding: 0 0 6.4%;
    }
    #lp-contents .ek-action__slider-inner {
        border-radius: 30px;
    }
    #lp-contents .ek-action__slider .swiper {
        width: 100%;
        overflow: visible;
    }
    #lp-contents .ek-action__slider .swiper-wrapper {
        flex-wrap: wrap;
        height: auto !important;
        transform: translate3d(0px, 0px, 0px) !important;
        justify-content: center;
        gap: 0 3%;
        flex-direction: row;
    }
    #lp-contents .ek-action__stl-other {
        width: 100%;
        text-align: center;
        color: #ffd32f;
        font-size: 2.313em;
        padding: 47px 0 6%;
        position: relative;
    }
    #lp-contents .ek-action__slider-slide {
        width: 31.4% !important;
        min-width: 290px;
        margin: 0 !important;
    }
    #lp-contents .ek-action__slider-slide--03 {
        width: 100% !important;
    }
    #lp-contents .ek-action__slider-tl {
        padding: 4% 0 0;
    }
    #lp-contents .ek-action__slider-tl-01 {
        font-size: 2.2em;
        margin: 0 0 0.6em;
    }
    #lp-contents .ek-action__slider-text {
        font-size: 1.438em;
        line-height: 1.609;
        letter-spacing: 0.07em;
        margin: 5% auto 0;
        width: 100%;
    }
    #lp-contents .ek-action-hint {
        font-size: 1em;
        width: 91.033%;
        margin: 8.6% auto -0.7%;
    }
    #lp-contents .ek-action-hint__button {
        height: 3.3em;
    }
    #lp-contents .ek-action02__graph {
        width: 79.7%;
        margin: 5.9% 0 2.9% 10.9%;
    }
    #lp-contents .ek-action02__graph-caption {
        font-size: 10px;
    }
    #lp-contents .ek-action02__graph-wrap {
        margin: 0 0 0 27.9%;
    }
    #lp-contents .ek-action02__graph-wrap .ek-bgraph__bar-per {
        font-size: 0.889em;
    }
    #lp-contents .ek-action__chart {
        width: 75.7%;
        margin: 2.6% auto 10.6%;
        padding: 0;
        aspect-ratio: 1 / 1;
    }
    #lp-contents .ek-action__chart-text {
        width: 78.5%;
        margin: 2.6% 0 0 9.6%;
    }
    #lp-contents .ek-action__slider-arw {
        margin: 0 1% 0 4.3%;
        min-width: 25px;
    }
    #lp-contents .ek-action__slider-arw--03 {
        width: 2.729%;
        margin: 22px auto 32px;
    }
    #lp-contents .ek-action__slider-button {
        font-size: 1.188em;
        margin: 7% auto 0%;
        line-height: 1.368;
        width: 90%;
        padding: 2.8% 1% 2.8%;
        max-width: 300px;
        gap: 0.1em 0.4em;
        border-radius: 0.8em;
    }
    #lp-contents .ek-action__slider-ctn {
        margin: 0 auto 0;
        width: 305px;
        padding: 0 0 5.9%;
        grid-template-columns: 82.3% 1fr;
    }
    #lp-contents .ek-action__slider-share-ctn {
        margin: 6% 0 0 0%;
    }
    #lp-contents .ek-action__slider-item-tl {
        font-size: 1.32em;
        margin: 0 0 0;
        letter-spacing: 0.01em;
    }
    #lp-contents .ek-action__slider-favor-tl {
        font-size: 1.2em;
        margin: 0.15em 0 0 0;
    }
    #lp-contents .ek-action__slider-favor-button {
        width: 71.8%;
        margin: 29% 0 0 27%;
    }
    #lp-contents .ek-action__info {
        font-size: 10px;
        margin: 2.4em auto 32px;
        width: 81.25%;
        visibility: visible;
        letter-spacing: 0.1em;
        text-align: left;
        padding: 0 0 1.5em;
        position: relative;
    }
    #lp-contents #action-points .ek-action__info {
        width: 91.8%;
        margin: 2.5em auto 32px;
        padding: 0 0 1em;
    }
    #lp-contents .ek-action__info:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 2px;
        background: url(../images/bg_line_mdl.png) repeat-x 0 0 / auto 100%;
        width: 100%;
    }
    #lp-contents .ek-action__slider-tl-02 {
        font-size: 1.875em;
    }
    #lp-contents .ek-action-bento__sstl {
        font-size: 1.438em;
        margin: 0 auto 2.5%;
    }
    #lp-contents .ek-action-bento__text-item {
        text-align: center;
    }
    #lp-contents .ek-action-bento__text {
        font-size: 1.438em;
        line-height: 1.478;
        margin: 0 auto;
        letter-spacing: 0.08em;
    }
    #lp-contents .ek-action-bento__text sup {
        vertical-align: baseline;
    }
    #lp-contents .ek-action-bento__text--fruit {
        letter-spacing: 0.08em;
        margin: 0 auto;
        width: 67%;
        font-size: 1.28em;
        line-height: 1.5;
    }
    #lp-contents .ek-action-bento__text--song {
        letter-spacing: 0.04em;
        width: 76%;
    }
    #lp-contents .ek-action-bento__graph {
        margin: 0 0 0 3%;
    }
    #lp-contents .ek-action-bento__graph {
        margin: 4.7% 0 0 7%;
        width: 81.8%;
    }
    #lp-contents .ek-action-bento__graph-wrap {
        margin: 0 6% 0 14.5%;
        margin-bottom: 0;
    }
    #lp-contents .ek-bento__img-caption {
        margin: 3.7% 0 0 20.5%;
        width: 60.6%;
    }
    #lp-contents .ek-action-bento__chart-wrap {
        margin: 5.5% 0 0;
    }
    #lp-contents .ek-action-bento__graph-wrap .ek-bgraph__bar-01--gray .ek-bgraph__bar-per-wrap {
        font-size: 1.219em;
    }
    #lp-contents .ek-action-bento__graph-wrap .ek-bgraph__bar-01--yellow-green .ek-bgraph__bar-per-wrap {
        font-size: 1.463em;
    }
    #lp-contents .ek-action-bento__img+.ek-action-bento__text {
        margin-top: 2.3%;
    }
    #lp-contents .ek-action-bento__button {
        font-size: 1.28em;
        width: 14.8em;
        max-width: 100%;
        padding: 0 0 0;
        height: 3em;
        border-radius: 15px;
        margin: 89px auto 0;
        letter-spacing: 0.09em;
        position: relative;
    }
    #lp-contents .ek-action-bento__button-wrap {
        margin: 52px 0 0;
    }
    #lp-contents .ek-action-bento__song-ctn {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(24em, 44.77%));
        margin: 50px auto 0;
        gap: 56px 1.8%;
        justify-content: space-around;
        width: 84%;
        flex-wrap: wrap;
    }
    #lp-contents .ek-action-bento__song-item {
        flex-grow: 1;
    }
    #lp-contents .ek-action-bento__song-ctn-02 {
        width: 80.9%;
        flex-direction: row;
        justify-content: space-between;
        gap: 0 4%;
        margin: 0 auto 0;
        font-size: 1em;
        align-content: center;
    }
    #lp-contents .ek-action-bento__song-item-02 {
        margin: 0;
    }
    #lp-contents .ek-action-bento__song-item-02--large {
        width: 102%;
        margin: 6% -10.6% 9.4% 1.9%;
    }
    #lp-contents .ek-action-bento__note {
        font-size: 10px;
        line-height: 1.6;
    }
    #lp-contents .ek-action-bento__song-item--lyrics {
        font-size: 1.125em;
        line-height: 1.556;
        text-align: left;
        margin: 1em 0 0 0;
        letter-spacing: 0.03em;
        text-align: center;
    }
    #lp-contents .ek-action-bento__song-item--lyrics-box {
        margin: 0 0;
    }
    #lp-contents .ek-action-bento__song-text {
        margin: 9% auto 0;
    }
    #lp-contents .ek-action-bento__text+.ek-action-bento__button {
        margin-top: 3.2%;
    }
    #lp-contents .ek-action-bento__ctn {
        display: flex;
        margin: 55px auto 0;
        gap: 2em 0%;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        background: rgb(170 179 130 / 10%);
        border-radius: 1em;
    }
    #lp-contents .ek-action-bento__item {
        width: 40%;
        min-width: min(22em, 367px);
        margin: 0 0 0 0.2%;
    }
    #lp-contents .ek-action-bento__item+.ek-action-bento__item {
        margin: 0 0 0 3.1%;
        width: 42.1%;
    }
    #lp-contents .ek-action-bento__song {
        margin: 0 auto 0;
        padding: 0 0 6.1%;
        padding-bottom: 64px;
    }
    #lp-contents .ek-action-bento__song-lead {
        width: 91.7%;
        margin: 4.4% auto 0;
    }
    #lp-contents .ek-action-bento__song-lead .ek-cm__img-icon {
        width: 10%;
        margin: 24.7% 45%;
    }
    #lp-contents .ek-action-bento__item .ek-action-bento__sstl {
        text-align: left;
    }
    #lp-contents .ek-hints__ctn {
        display: grid;
        grid-template-columns: repeat(3, 30%);
        justify-content: space-evenly;
        margin: 0 auto;
        width: 98.5%;
        padding: 0 0 4.6%;
        align-items: start;
        background: #bdd64b;
    }
    #lp-contents .ek-hints__ctn[inert] {
        display: none;
    }
    #lp-contents .ek-hit__row {
        display: block;
    }
    #lp-contents .ek-hints__box {
        font-size: 0.32em;
        order: 0;
    }
    #lp-contents .ek-hints__box+.ek-hints__box {
        margin-top: 8.8%;
    }
    #lp-contents .ek-power__ctn {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        justify-content: space-between;
        margin: 5.9% 0% 0;
        gap: 0 15px;
        width: auto;
        padding: 0 0 7.1%;
    }
    #lp-contents .ek-power__ctn>div {
        max-width: 310px;
        margin: 0 auto 14px;
        background: #008436;
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 4;
        border-radius: 30px;
        align-items: start;
    }
    #lp-contents .ek-story__tl {
        color: #008436;
        font-size: 2.625em;
        letter-spacing: 0.02em;
    }
    #lp-contents .ek-story__text {
        color: #008436;
        font-size: 1.625em;
        margin: 0.2em auto 2.7%;
        letter-spacing: 0.1em;
    }
    #lp-contents .ek-power__tl {
        padding-top: 0;
        font-size: 2.625em;
        letter-spacing: 0.04em;
    }
    #lp-contents .ek-power__lead {
        font-size: 1.625em;
        margin: 8.2% 0 0.4em;
        letter-spacing: 0.1em;
        padding: 0;
    }
    #lp-contents .ek-power__img {
        border-radius: 30px;
        overflow: hidden;
        margin: 3.3% auto 0;
        width: 100%;
    }
    #lp-contents .ek-video-icon {
        width: 93px;
    }
    #lp-contents .ek-video-icon--movie {
        width: 11.2%;
    }
    #lp-contents .ek-story-accordion {
        border-radius: 30px;
        margin: 0 0 0;
        width: 100%;
    }
    #lp-contents .ek-story-accordion+.ek-story-accordion {
        margin-top: 3.2%;
    }
    #lp-contents .ek-story-accordion__button::before,
    #lp-contents .ek-story-accordion__button::after {
        margin: -12px;
        width: 37px;
    }
    #lp-contents .ek-story-accordion__button {
        font-size: 2.313em;
        min-height: 2.7em;
    }
    #lp-contents .ek-about__text {
        line-height: 1.889;
        margin: 0% auto 0;
        word-break: keep-all;
        overflow-wrap: break-word;
    }
    #lp-contents .ek-meal {
        padding: 0 5%;
    }
    #lp-contents .ek-meal__text {
        font-size: 1.125em;
        line-height: 1.889;
        text-align: center;
        word-break: keep-all;
        overflow-wrap: break-word;
    }
    #lp-contents .ek-meal__type {
        max-width: 776px;
        grid-template-columns: repeat(2, 47.4%);
        margin: 5.5% auto 3.4%;
    }
    #lp-contents .ek-meal__type-item {
        margin: 0 0 10.8%;
        border-radius: 28px;
    }
    #lp-contents .ek-meal__type-tl {
        font-size: 1.534em;
    }
    #lp-contents .ek-meal__type-text {
        font-size: 0.947em;
        line-height: 1.334;
    }
    #lp-contents .ek-meal__type-img-01 {
        width: 84.83%;
        margin: 12.7% 0 0 7.4%;
    }
    #lp-contents .ek-meal__type-img-02 {
        width: 89.445%;
        padding: 7.7% 0 5.2% 5.6%;
    }
    #lp-contents .ek-meal__type-img-03 {
        width: 77.612%;
        padding: 6.4% 0 5.8% 12.4%;
    }
    #lp-contents .ek-meal__type-img-04 {
        width: 75.272%;
        padding: 5% 0 6% 12.6%;
    }
    #lp-contents .ek-meal__type-img-04 img {
        width: 33.955%;
    }
    #lp-contents .ek-meal__plus {
        max-width: 776px;
        margin: 7.4% auto 6%;
        grid-template-columns: 43.8% 14.82% 1fr;
    }
    #lp-contents .ek-meal__plus-item {
        margin: 0 0 0 21.3%;
    }
    #lp-contents .ek-meal__plus-item:nth-child(3) {
        margin: 6.7% 0 0 4.3%;
        width: 82%;
    }
    #lp-contents .ek-meal__plus-caption {
        font-family: var(--font-ja-01);
        font-size: 0.963em;
        line-height: 1.364;
    }
    #lp-contents .ek-meal__plus-plus {
        width: 24%;
        margin: 106% 0 0 76.7%;
    }
    #lp-contents .ek-meal__plus-text {
        font-size: 0.938em;
        line-height: 1.734;
    }
    #lp-contents .ek-meal__material {
        max-width: 735px;
        margin: 5.1% auto 0;
        grid-template-columns: repeat(2, 46%);
        grid-template-rows: auto auto auto;
        padding: 0 0 2.6%;
    }
    #lp-contents .ek-meal__material-tl {
        font-size: 0.949em;
    }
    #lp-contents .ek-meal__material-box {
        border-radius: 30px;
    }
    #lp-contents .ek-meal__material-graph {
        width: 80.6%;
        margin: 7.2% 0 7% 10.6%;
    }
    #lp-contents .ek-meal__material-graph-bar-wrap {
        margin: 2% 22.3% 15.1% 15.5%;
    }
    #lp-contents .ek-meal__material-note {
        font-size: 0.66em;
        line-height: 1.313;
        padding: 0 8.6% 4.8%;
    }
    #lp-contents .ek-meal__material-caption {
        font-size: 1.449em;
        padding: 9.1% 0 0;
    }
    #lp-contents .ek-meal__material-caption-02 {
        font-size: 0.41em;
    }
    #lp-contents .ek-meal__material-text-02 {
        font-size: 1.073em;
        line-height: 1.77;
    }
    #lp-contents .ek-meal__material-text-02:before {
        width: 22px;
    }
    #lp-contents .ek-meal__material-amount {
        width: 88%;
        margin: 10.9% auto 1.7%;
    }
    #lp-contents .ek-meal__material-amount-list {
        margin: 0 0 12.2%;
    }
    #lp-contents .ek-meal__material-amount-text {
        font-size: 0.817em;
    }
    #lp-contents .ek-power .ek-power__variety {
        grid-column: 1 / -1;
        max-width: none;
        width: 100%;
        display: block;
        padding: 0 5%;
    }
    #lp-contents .ek-power__variety-ctn {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(2, 41.5%);
        width: 100%;
        margin: 0 auto;
        padding: 0 0 7%;
        gap: 0 3.9%;
    }
    #lp-contents .ek-power__variety-ctn>div,
    #lp-contents .ek-power__variety-ctn>section {
        max-width: 320px;
        margin: 0 auto;
    }
    #lp-contents .ek-power__balance-ctn {
        padding: 0 0 0.2% 5%;
        gap: 0 4%;
    }
    #lp-contents .ek-power__variety-ctn div+div {
        margin-top: 0;
    }
    #lp-contents .ek-power__variety-ctn .ek-power__text {
        width: 100%;
    }
    #lp-contents .ek-power__stl {
        font-size: 1.75em;
        width: auto;
        padding: 0.9em 5% 0;
        margin: 0;
    }
    #lp-contents .ek-power__stl-02 {
        padding: 1.2em 0 0;
    }
    #lp-contents .ek-power__important-img {
        margin: 5% auto 0;
        width: 77%;
        padding: 1px 0 0;
        gap: 0 3.4%;
    }
    #lp-contents .ek-power__important-img-list {
        font-size: 0.934em;
        border-radius: 5px;
        margin: 0 0 7.1%;
        min-height: 2.4em;
    }
    #lp-contents .ek-power__important-img img {
        margin: 8.5% 0 0 -0.3%;
        width: 101.9%;
        max-width: none;
    }
    #lp-contents .ek-power__text {
        font-size: 0.813em;
        line-height: 1.693;
        width: 84%;
        margin: 4% auto 0;
    }
    #lp-contents .ek-power__text--balance {
        width: 100%;
        margin-top: 2.6%;
    }
    #lp-contents .ek-power__text-wrap {
        max-width: 720px;
        margin: 0 auto;
    }
    #lp-contents .ek-power__note {
        font-size: 10px;
        line-height: 1.6;
        width: 100%;
        margin: 2% auto 0;
        padding: 0 0 8.1%;
    }
    #lp-contents .ek-power__healthy-img {
        margin: 0;
        width: 100%;
        padding: 1px 0 0;
    }
    #lp-contents .ek-power__healthy-img img {
        width: 68.1%;
        margin: 8.3% 0 0 17.9%;
    }
    #lp-contents .ek-power__pyramid-img {
        margin: 0;
        width: 100%;
        padding: 1px 0 0;
    }
    #lp-contents .ek-power__pyramid-img img {
        margin: 4.4% 0 0 3%;
        max-width: none;
        width: 94.3%;
    }
    #lp-contents .ek-power__button {
        font-size: 1.063em;
        width: 84%;
        margin: 1.1em auto 8%;
        padding: 1.1em 0.5em;
        border-radius: 15px;
        letter-spacing: 0.06em;
    }
    #lp-contents .ek-power__variety-stl {
        font-size: 1.25em;
        line-height: 1.35;
        margin: 1.9em 0 0;
        text-align: center;
        width: 100%;
    }
    #lp-contents .ek-power__variety-img {
        width: 100%;
        margin: 4.1% auto 6.5%;
        display: flex;
        align-items: flex-end;
    }
    #lp-contents .ek-power__balance-stl {
        font-size: 1.375em;
        line-height: 1.25;
        width: auto;
        text-align: center;
        margin: 1.8em -5% 0;
        padding: 0;
        letter-spacing: -0.02em;
    }
    #lp-contents .ek-power__balance-img {
        margin: 9.4% 0 7.3% -1.6%;
        width: 100.1%;
    }
    #lp-contents .ek-power__balance-img--gold {
        margin: 9.3% 0 0 -8%;
    }
    #lp-contents .ek-power__balance-img--green {
        margin: 6.6% 0 0 7.7%;
        width: 89%;
    }
    #lp-contents .ek-gallery__tl {
        margin: 0 0 7.1%;
    }
    #lp-contents .ek-cm {
        display: flex;
        flex-direction: row-reverse;
        gap: 0 5.1%;
        align-items: center;
    }
    #lp-contents .ek-cm__text-item {
        padding: 0 0 1.2%;
        display: block;
    }
    #lp-contents .ek-cm--lr {
        flex-direction: row;
    }
    #lp-contents .ek-cm+.ek-cm {
        margin-top: 60px;
    }
    #lp-contents .ek-cm__tl {
        font-size: 1.375em;
        text-align: left;
        padding: 0;
    }
    #lp-contents .ek-cm__text {
        font-size: 0.875em;
        line-height: 1.715;
        width: 100%;
        text-align: left;
    }
    #lp-contents .ek-cm__img {
        width: 56.7%;
        flex-shrink: 0;
        margin: 0;
    }
    #lp-contents .ek-cm__img a {
        border-radius: 15px;
    }
    #lp-contents .ek-cm__img-icon {
        width: 14.5%;
        margin: 23.2% 43%;
    }
    #lp-contents .ek-newspaper {
        display: flex;
        flex-direction: row;
        margin: 2.1% 0 0;
        margin-top: 41px;
        gap: 0 5.1%;
        align-items: center;
        padding: 0 0 5%;
    }
    #lp-contents .ek-newspaper__text-item {
        padding: 0 0 0.9%;
        display: block;
    }
    #lp-contents .ek-newspaper__tl {
        text-align: left;
        font-size: 1.375em;
        padding-top: 0;
    }
    #lp-contents .ek-newspaper__text {
        font-size: 0.875em;
        line-height: 1.715;
        width: 100%;
        text-align: left;
        margin: 4% 0 0;
    }
    #lp-contents .ek-newspaper__slider {
        width: 56.77%;
        flex-shrink: 0;
    }
    #lp-contents .ek-newspaper__slider-slide {
        width: 48% !important;
        margin-right: 0 !important;
        border-radius: 20px;
        overflow: hidden;
    }
    #lp-contents .ek-attempt {
        padding: 0;
    }
    #lp-contents .ek-attempt__tl {
        font-size: 2.625em;
        text-align: center;
        padding: 7.6% 0 0;
        margin: 0 auto 0.15em;
        letter-spacing: 0.06em;
    }
    #lp-contents .ek-attempt__text {
        font-size: 1.625em;
        line-height: 1.385;
        text-align: center;
        letter-spacing: 0.12em;
    }
    #lp-contents .ek-attempt__text+.ek-attempt__text {
        display: grid;
        margin: 4.5% 0 0;
        width: 100%;
        gap: 0 3%;
        grid-template-columns: repeat(3, 1fr);
        font-size: 0.875em;
        padding: 0 0 7.1%;
    }
    #lp-contents .ek-attempt__ctn {
        margin: 4.6% auto 4.3%;
        gap: 0 1.5%;
        width: 100%;
    }
    #lp-contents .ek-attempt__box {
        padding: 1.7% 2.3% 1.5%;
        margin: 0 0 2%;
        width: 310px;
        border-radius: 20px;
    }
    #lp-contents .ek-attempt__box-tl {
        font-size: 1.125em;
        letter-spacing: 0.04em;
        margin: 0 0 0.5em;
        width: 100%;
    }
    #lp-contents .ek-attempt__box-text {
        font-size: 0.813em;
        line-height: 1.385;
        letter-spacing: 0.06em;
        width: 100%;
    }
    #lp-contents .ek-attempt__box-link {
        font-size: 0.838em;
        margin: 1.1em auto 0;
        letter-spacing: 0.06em;
        border-radius: 5px;
        padding: 2.9% 5%;
    }
    #lp-contents .ek-sponsered .ek-scroll-content__inner {
        opacity: 1;
    }
    #lp-contents .ek-sponsered__tl {
        font-size: 1.957em;
        padding: 9.8% 0 0;
        margin: 0 0 3.9%;
    }
    #lp-contents .ek-sponsered__text {
        font-size: 1.285em;
    }
    #lp-contents .ek-sponsered__text-item {
        margin: 0 0 0.95em;
    }
    #lp-contents .ek-share .ek-scroll-content__inner {
        opacity: 1;
    }
    #lp-contents .ek-share::before {
        width: 29%;
        height: 2px;
        padding: 0;
    }
    #lp-contents .ek-share__tl {
        font-size: 1.713em;
        padding: 6.7% 0 0;
    }
    #lp-contents .ek-share__ctn {
        width: 49%;
        margin: 3.3% auto 0;
        padding: 0 0 8.9%;
    }
    #lp-contents .ek-share__img {
        position: absolute;
        right: 0;
        top: 0;
        margin: -5.6% -11.4% 0 0;
        width: 48.4%;
    }
    #lp-contents .ek-newspaper {
        .ek-slider__ctn {
            display: flex;
            justify-content: space-between;
        }
        .ek-newspaper__slider-button-prev {
            display: none;
        }
        .ek-newspaper__slider-button-next {
            display: none;
        }
    }
    #lp-contents {
        .ek-action-office__ctn {
            display: flex;
            flex-wrap: wrap;
            border-radius: 20px;
            margin: 5% auto 0;
            width: 91.8%;
            justify-content: center;
            padding: 0 0 3.7%;
        }
        .ek-action-office__stl {
            width: 100%;
            font-size: 1.625em;
            line-height: 1.27;
            padding: 3.9% 0 0;
            margin: 0 0 4.1%;
        }
        .ek-action-office__item {
            width: 41.9%;
            min-width: min(22em, 367px);
        }
        .ek-action-office__text {
            font-size: 1.25em;
            line-height: 1.3;
            margin: 0 0 4.9%;
        }
        .ek-action-office__chart-wrap {
            width: 67%;
        }
        .ek-modal__office .ek-action-office__arw {
            margin: 1.9% auto 2.2%;
        }
        .ek-action-office__text-01 {
            font-size: 1.625em;
            line-height: 1.308;
            letter-spacing: 0.1em;
        }
        .ek-action-office__text-02 {
            font-size: 1.313em;
            line-height: 1.667;
            letter-spacing: 0.1em;
            margin: 0 0 0;
        }
        .ek-action-office__text-03 {
            font-size: 1.625em;
            line-height: 1.308;
            letter-spacing: 0.1em;
        }
        .ek-action-office__text-03+.ek-action-office__text-03 {
            margin-top: 1.7%;
            padding: 0 0 7.2%;
        }
        .ek-action-office__text-03-02 {
            font-size: 1.375em;
        }
        .ek-action-office__text-atte {
            font-size: 1.75em;
            margin: 0% 0 0;
            line-height: 1.5;
            letter-spacing: 0.1em;
        }
        .ek-action-office__text-atte:after {
            background-size: 100% 11px;
            background-position: left bottom 6px;
        }
        .ek-modal__office .ek-actionoffice__button {
            font-size: 1.28em;
            margin: 5.7% auto 6.1%;
            width: min(11.8em, 100%);
            padding: 1.9% 2% 2% 4.3%;
        }
        .ek-action-office__manifesto {
            width: 91.667%;
            border-radius: 20px;
            margin: 6.7% auto 0;
            padding: 4.9% 12.8% 8.5%;
            max-width: 700px;
        }
        .ek-action-office__manifesto-tl {
            font-size: 1.75em;
            margin: 0 0 10.3%;
        }
        .ek-action-office__manifesto-tl:after {
            border-top: solid 3px;
            margin: 16px auto 0;
            width: 11%;
        }
        .ek-action-office__manifesto-ctn {
            grid-template-columns: 5.3em 1fr;
        }
        .ek-action-office__manifesto-stl-01 {
            font-size: 1.25em;
            margin: 0;
        }
        .ek-action-office__manifesto-stl-02 {
            font-size: 1.25em;
            letter-spacing: 0.13em;
        }
        .ek-action-office__manifesto-text {
            font-size: 0.938em;
            line-height: 1.6;
            letter-spacing: 0.15em;
            margin: 1.6% -12% 6.7% 0;
        }
        .ek-action-office__manifesto-note {
            font-size: 0.75em;
            margin: 5% 0 0;
        }
        .ek-action-office__vending {
            padding: 8.5% 5% 0;
        }
        .ek-action-office__vending-tl {
            font-size: 1.625em;
            letter-spacing: 0.14em;
            margin: 0 0 1.8%;
        }
        .ek-action-office__vending-text {
            font-size: 1.125em;
            line-height: 1.334;
            letter-spacing: 0.1em;
        }
        .ek-action-office__vending-text-02 {
            font-size: 1.25em;
        }
        .ek-action-office__vending-img {
            margin: 3.1% auto 3.2%;
            width: 100%;
        }
        .ek-action-office__vending-img img {
            width: 480px;
            margin: 0 auto;
            border-radius: 30px;
        }
        .ek-action-office__vending-caption {
            font-size: 0.813em;
            line-height: 1.539;
            margin: 6px 0 0;
        }
        .ek-action-office__de-yasai {
            margin: 9.9% 0 0;
        }
        .ek-action-office__de-yasai-tl {
            font-size: 1.625em;
            line-height: 1.154;
            letter-spacing: 0.14em;
        }
        .ek-action-office__de-yasai-note-01 {
            font-size: 0.813em;
            line-height: 1.385;
            margin: 7px 0 26px;
            letter-spacing: 0.06em;
        }
        .ek-action-office__de-yasai-text {
            font-size: 1.25em;
            line-height: 1.3;
            letter-spacing: 0.14em;
        }
        .ek-action-office__de-yasai-note-02 {
            font-size: 0.6em;
            line-height: 1.75;
            margin: 6px 0 22px;
            letter-spacing: 0.08em;
        }
        .ek-action-office__de-yasai-img {
            width: 480px;
            margin: 0 auto 11.8%;
            border-radius: 30px;
        }
    }
}
@media (max-width:1280px) and (min-width:768px) {
    #lp-contents .ek-action__tl {
        padding-top: calc(141px + 3%);
    }
    #lp-contents .ek-header-nav-list__text {
        display: none;
    }
    #lp-contents .ek-header-nav-list-item+.ek-header-nav-list-item {
        margin-top: 18px;
    }
    #lp-contents .ek-header-nav-list__line {
        bottom: -20px;
    }
}
@media (min-width:768px) and (max-height: 800px) {
    #lp-contents .ek-lead__ctn {
        padding: 4.2% 0 2.3%;
    }
    #lp-contents .ek-lead__nav {
        margin-bottom: 2.9%;
    }
    #lp-contents .ek-lead__bottom {
        padding-bottom: 21px;
    }
}
@media (max-width: 56.25em) and (min-width: 768px) {
    #lp-contents .ek-modal__kids-ctn,
    #lp-contents .ek-modal__points-ctn {
        display: flex;
        flex-direction: column;
    }
    #lp-contents .ek-modal__kids-box-01 {
        margin: 0;
        padding: 3% 0 0;
    }
    #lp-contents #action-kids .ek-action__slider-arw>img,
    #lp-contents #action-points .ek-action__slider-arw>img {
        transform: rotate(90deg);
    }
    #lp-contents .ek-action__slider-arw {
        margin: 3% auto 1%;
    }
    #lp-contents .ek-modal__kids-box-02 {
        margin: 0 auto 0;
    }
    #lp-contents .ek-modal__points-box-02,
    #lp-contents .ek-modal__kids-box-02 {
        width: 100%;
    }
    #lp-contents .ek-modal .ek-action__slider-text {
        margin: 0 auto 0;
    }
    #lp-contents .ek-modal__points-box-01 {
        padding: 4% 0;
    }
    #lp-contents .ek-action__slider-button {
        margin: 3% auto 0%;
    }
}
/* hover */
#lp-contents button img,
#lp-contents a img {
    transition: transform 200ms;
}
@media (hover:hover) {
    #lp-contents button:hover img,
    #lp-contents a:hover img {
        transform: scale(1.12);
    }
    #lp-contents .ek-action__slider-button:hover {
        transform: scale(1.06) !important;
    }
    #lp-contents .ek-action__slider-button:hover .ek-action__slider-button-text-02:after {
        animation: anm-ek-side-arrow .4s cubic-bezier(0.11, 0.56, 0.19, 0.97);
    }
    #lp-contents .ek-action-bento__button:hover {
        transform: scale(1.03) !important;
    }
    #lp-contents .ek-action-bento__button:hover:after {
        animation: anm-ek-side-arrow .4s cubic-bezier(0.11, 0.56, 0.19, 0.97);
    }
    #lp-contents .ek-power__img:hover img {
        transform: scale(1.04);
    }
    #lp-contents .ek-cm__img:hover .ek-video-icon {
        transform: translate(-50%, -50%) scale(1.2, 1.2);
    }
    #lp-contents .ek-power__img:hover .ek-video-icon {
        transform: translate(-50%, -50%) scale(1.15, 1.15);
    }
    #lp-contents .ek-power__button:hover {
        transform: scale(1.03) !important;
    }
    #lp-contents .ek-power__button:hover:after {
        animation: anm-ek-side-arrow .4s cubic-bezier(0.11, 0.56, 0.19, 0.97);
    }
    #lp-contents .ek-cm__img:hover img {
        opacity: .85;
        transform: scale(1.03);
    }
    #lp-contents .ek-attempt__box-link:hover {
        transform: scale(1.1);
    }
    #lp-contents .ek-attempt__box-link:hover:after {
        animation: anm-ek-side-arrow .4s cubic-bezier(0.11, 0.56, 0.19, 0.97);
    }
    #lp-contents .ek-header-nav-list a:hover img {
        transform: scale(0.9);
    }
    #lp-contents .ek-header-nav-list a:hover .ek-header-nav-list__icon-current {
        transform: scale(1);
    }
    #lp-contents .ek-actionoffice__button:hover::after {
        animation: anm-ek-side-arrow .4s cubic-bezier(0.11, 0.56, 0.19, 0.97);
    }
}

#lp-contents .ek-modal--moviel__close-btn,
#lp-contents .ek-header-button--close,
#lp-contents .ek-modal__close-button {
    outline: none;
}
#lp-contents .ek-modal--moviel__close-btn:focus-visible,
#lp-contents .ek-header-button--close:focus-visible,
#lp-contents .ek-modal__close-button:focus-visible {
    scale: 1.1;
    opacity: 1;
}
#lp-contents {
    .section {
        width: 100%;
        height: 100dvh;
        display: flex;
        background: #fff;
        position: relative;
        overflow: hidden;
        background: #008436;
    }
    .section:nth-child(1) {
        z-index: 2;
    }
    .ek-anchor-point {
        position: absolute;
        top: 0;
        left: 0;
    }
    .box--scroll {
        height: 100dvh;
        overflow-y: scroll;
        overflow-x: hidden;
        width: calc(100% - var(--right));
        scrollbar-width: none;
        display: flex;
        align-items: flex-start;
        overscroll-behavior: none;
        position: fixed;
        top: 0;
        left: 0;
    }
    .box--scroll::-webkit-scrollbar-thumb {
        background: transparent;
    }
    .box--scroll::-webkit-scrollbar {
        background: transparent;
        display: none;
    }
    .box--scroll__ctn {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: calc(100% + 1px);
        flex-wrap: wrap;
        position: relative;
    }
}
/*  */
#lp-contents .ek-hints__box,
#lp-contents .ek-slider,
#lp-contents .ek-cm__img a,
#lp-contents .ek-attempt::before,
#lp-contents .ek-action::before,
#lp-contents .ek-js-anm-slty,
#lp-contents .ek-js-anm-ty,
#lp-contents .ek-js-anm-tyr,
#lp-contents .ek-js-anm-sly img,
#lp-contents .ek-js-anm-rd,
#lp-contents .ek-js-anm-sl,
#lp-contents .ek-js-anm-slx,
#lp-contents .ek-js-anm-tx,
#lp-contents .ek-js-anm-zoomin,
#lp-contents .ek-js-anm-zoomout,
#lp-contents .ek-js-anm-bound,
#lp-contents .ek-js-anm-food,
#lp-contents .ek-js-anm-dish,
#lp-contents .ek-js-anm-tx,
#lp-contents .ek-js-anm-tp,
#lp-contents .ek-scroll-content__inner {
    opacity: 0;
}
/* animation-class */
#lp-contents {
    .ek-css-anm__paste {
        -webkit-mask-image: linear-gradient(-30deg, transparent 50%, black 50%);
        mask-image: linear-gradient(-30deg, transparent 50%, black 50%);
        -webkit-mask-position-y: 84%;
        -webkit-mask-size: 100% 290%;
        transform: translate(-1em, -2em) rotate(-3deg) scale(1.15);
        position: relative;
        opacity: 0;
    }
    .ek-css-anm__paste.is-show {
        opacity: 1 !important;
        transform: translate(0) rotate(0deg);
        -webkit-mask-position-y: 0%;
        -webkit-mask-image: linear-gradient(-15deg, transparent 50%, black 50%);
        mask-image: linear-gradient(-15deg, transparent 50%, black 50%);
        transition: opacity 0.2s, transform 0.4s cubic-bezier(0.21, 0.13, 0.5, 0.92), mask 0.4s cubic-bezier(0.21, 0.13, 0.5, 0.92);
    }
    .ek-css-anm__paste:after {
        content: "";
        position: absolute;
        width: 98%;
        height: 100%;
        background: linear-gradient(#d1d1d1 15%, #878787 30%);
        background: #e1e1e1;
        left: 0;
        top: 0;
        border-radius: 1.5em;
        transform: rotate(-15deg);
        transform-origin: 94% 50%;
        opacity: 1;
        z-index: 2;
    }
    .ek-action-links .ek-css-anm__paste:after {
        transform-origin: 199% 47%;
    }
    .ek-css-anm__paste.is-show:after {
        transform: translate(4%, 98%) rotate(-3deg);
        transform-origin: 120% 40%;
        background: #6f6f6f;
        transition: 0.22s cubic-bezier(0.22, 0.09, 0.57, 0.64);
        transition-property: transform, background-color;
        transition-delay: 0.14s;
    }
    .ek-action-links .ek-css-anm__paste.is-show:after {
        transform: translate(10%, 89%) rotate(-3deg);
        transform-origin: 200% 47%;
        background: #aeaeae;
    }
    .ek-css-anm__paste.is-fix {
        mask-image: none;
    }
    .ek-css-anm__paste.is-fix:after {
        display: none;
    }
    .ek-css-anm__paste a:before,
    .ek-css-anm__paste a:after {
        opacity: 0;
        transform: scale(1.7);
        transform-origin: 80% 150%;
    }
    .ek-css-anm__paste.is-show a:before,
    .ek-css-anm__paste.is-show a:after {
        opacity: 1;
        transform: scale(1);
        transition: .5s cubic-bezier(0.42, 1.7, 0.43, 0.98);
        transition-property: opacity, transform;
        transition-delay: .4s;
    }
    .ek-css-anm__paste.is-show.is-fix a:before,
    .ek-css-anm__paste.is-show.is-fix a:after {
        transform-origin: 50% 50%;
        transition: .16s ease-out;
        transition-property: transform;
        transition-delay: 0s;
        cursor: pointer;
    }
    .ek-css-anm__paste.is-show:hover a:before,
    .ek-css-anm__paste.is-show:hover a:after {
        transform: scale(1.2);
        transition-delay: 0s;
    }
}
@media print {
    #lp-contents .ek-screen {
        display: none !important;
    }
    #lp-contents .ek-print {
        display: block !important;
    }
    #lp-contents .section {
        height: auto !important;
    }
    #lp-contents .box--scroll {
        position: relative;
        height: auto;
    }
    #lp-contents .ek-intro {
        background: rgba(189, 214, 75, 1);
    }
    #lp-contents .ek-lead__ctn {
        min-height: 0;
    }
    #lp-contents .ek-scroll-content__inner {
        width: 90%;
    }
    #lp-contents .ek-attempt::before,
    #lp-contents .ek-scroll-content__inner,
    #lp-contents .ek-js-anm-ty,
    #lp-contents .ek-action::before,
    #lp-contents .ek-scroll-content__tl,
    #lp-contents .ek-slider,
    #lp-contents .ek-about__chara-01 img,
    #lp-contents .ek-cm__img a,
    #lp-contents .ek-action__chart-text {
        opacity: 1;
    }
    #lp-contents .ek-js-anm-food,
    #lp-contents .ek-js-anm-dish,
    #lp-contents .ek-js-anm-bound,
    #lp-contents .ek-story-accordion,
    #lp-contents .ek-story:before,
    #lp-contents .ek-scroll img,
    #lp-contents .ek-js-anm-slty,
    #lp-contents .ek-js-anm-ty,
    #lp-contents .ek-js-anm-tyr,
    #lp-contents .ek-js-anm-sly img,
    #lp-contents .ek-js-anm-slx,
    #lp-contents .ek-js-anm-zoomin,
    #lp-contents .ek-js-anm-zoomout,
    #lp-contents .ek-js-anm-rd,
    #lp-contents .ek-js-anm-sl,
    #lp-contents .ek-js-anm-tx,
    #lp-contents .ek-js-anm-pchart,
    #lp-contents .ek-js-anm-tp,
    #lp-contents .ek-js-anm-bgraph {
        opacity: 1;
    }
    #lp-contents .ek-css-anm__paste {
        mask-image: none;
        opacity: 1;
        transform: none;
    }
    #lp-contents .ek-css-anm__paste:after {
        display: none;
    }
    #lp-contents .ek-css-anm__paste a::before,
    #lp-contents .ek-css-anm__paste a::after {
        opacity: 1;
        transform: none;
    }
    #lp-contents .ek-header {
        display: none;
    }
    #lp-contents .ek-pchart {
        background: none;
    }
    #lp-contents .ek-about__img-pchart .ek-pchart__pie {
        background-image: conic-gradient(rgb(255, 211, 47) 0%, rgb(255, 211, 47) 39.7%, transparent 39.7%, transparent 100%);
    }
    #lp-contents .ek-bento__img-pchart .ek-pchart__pie {
        background-image: conic-gradient(rgb(0, 132, 54) 0%, rgb(0, 132, 54) 83.1%, transparent 83.1%, transparent 100%);
    }
    #lp-contents .ek-modal--movie {
        display: none !important;
    }
}