@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
}
main {
    display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}
pre {
    font-family: monospace, monospace;
    font-size: inherit;
}
address {
    font-style: inherit;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: inherit;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
svg, img, embed, object, iframe {
    vertical-align: bottom;
}
button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}
button, [type=button], [type=reset], [type=submit] {
    cursor: pointer;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
    cursor: default;
}
:-moz-focusring {
    outline: auto;
}
select:disabled {
    opacity: inherit;
}
option {
    padding: 0;
}
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}
legend {
    padding: 0;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
[type=number] {
    -moz-appearance: textfield;
}
label[for] {
    cursor: pointer;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[contenteditable]:focus {
    outline: auto;
}
table {
    border-color: inherit;
    border-collapse: collapse;
}
caption {
    text-align: left;
}
td, th {
    vertical-align: top;
    padding: 0;
}
th {
    text-align: left;
    font-weight: 700;
}
html, input, textarea {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.p-passion__nav__item a, .p-passion__kv__title .en, .p-passion__kv__head, .p-passion__section__head, .p-passion__section__list__item .head, .p-passion__section__list__item .bottom__more .txt, .p-passion__modal__head, .p-passion__modal__section__head, .p-passion__modal__section__close .txt, .p-home__kv__en, .p-home__viewmore__txt, .p-home__message__head, .p-home__message__label .en, .p-home__start__img__txt__item .txt, .p-home__start__img__txt__item .icn, .p-home__business__label .en, .p-home__fresh__head, .p-home__fresh__label .en, .p-home__fresh-image__head .head, .p-home__recruit__head .en, .p-home__first__head, .p-home__first__label .en, .c-more-contents__head .en, .c-more-contents__nav__list__item a .en, .l-footer__nav__main__item .en, .l-footer__bottom .copyright, .l-header__menu__head .en, .l-header__menu__main__txt .en {
    font-family: "Albert Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}
html {
    width: 100%;
    background-color: #eaecf0;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt"1;
    letter-spacing: 0.075em;
    line-height: 1.5;
    color: #000;
}
@media screen and (min-width: 769px) {
    html {
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    html {
        font-size: 2.6666666667vw;
    }
}
body {
    position: relative;
    width: 100%;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
    overflow-x: clip;
    font-size: 1.4rem;
}
body.is-fixed {
    height: 100vh;
    overflow: hidden;
}
#wrapper.is-resize * {
    transition: none !important;
}
img, svg {
    display: block;
    width: 100%;
    height: auto;
}
svg {
    fill: currentColor;
}
@media (any-hover: hover) {
    a, button {
        transition: 0.4s all;
    }
    a:hover, button:hover {
        opacity: 0.5;
    }
}
.pc {
    display: block;
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}
.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
}
button {
    cursor: pointer;
}
.l-header {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .l-header {
        height: 7.906295754vw;
        padding-inline: 2.9282576867vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header {
        height: 20.2666666667vw;
        padding-inline: 5.3333333333vw;
    }
}
.l-header:not(.is-open) .l-header__nav__btn .icn::before, .l-header:not(.is-open) .l-header__nav__btn .icn::after {
    position: static;
    margin: 0;
    rotate: 0deg;
}
.l-header:not(.is-open) .l-header__menu {
    /*inset: 100% auto auto 100%;*/
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}
.l-header:not(.is-open) .l-header__menu__inner {
    translate: 100% 0;
}
.l-header__logo {
    position: relative;
    z-index: 3001;
    transition: opacity .3s;
}
.is-open .l-header__logo {
    position: relative;
    opacity: 0;
}
@media screen and (min-width: 769px) {
    .l-header__logo {
        width: 7.3206442167vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__logo {
        width: 21.0666666667vw;
    }
}
.l-header__logo a {
    display: block;
}
.l-header__nav {
    position: fixed;
    inset: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 3000;
    background-color: rgba(234, 236, 240, 0);
    transition: background-color .3s;
}
.l-header__nav.on {
    background-color: rgba(234, 236, 240, 1);
}
@media screen and (min-width: 769px) {
    .l-header__nav {
        gap: 2.9282576867vw;
        height: 7.906295754vw;
        padding-inline: 2.196193265vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__nav {
        height: 20.2666666667vw;
        padding-inline: 5.3333333333vw;
    }
    .l-header__nav.on {
        background-color: rgba(255, 255, 255, 0);
    }
}
@media screen and (min-width: 769px) {
    .l-header__nav__list {
        display: flex;
        gap: 2.9282576867vw;
    }
    .l-header__nav__list a {
        display: block;
        font-size: 0.9516837482vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__nav__list {
        display: none;
    }
}
.l-header__nav__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vmax;
    background-color: #000000;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .l-header__nav__btn {
        width: 6.8081991215vw;
        height: 3.2942898975vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__nav__btn {
        width: 20.5333333333vw;
        height: 9.6vw;
    }
}
.l-header__nav__btn .icn {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    aspect-ratio: 1/1;
    transition: 0.2s gap ease-in-out;
}
@media screen and (min-width: 769px) {
    .l-header__nav__btn .icn {
        gap: 0.439238653vw;
        width: 1.4641288433vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__nav__btn .icn {
        gap: 1.6vw;
        width: 5.0666666667vw;
    }
}
.l-header__nav__btn .icn::before, .l-header__nav__btn .icn::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    margin: auto;
    background-color: #fff;
    transition: 0.2s all ease-in-out;
}
@media screen and (min-width: 769px) {
    .l-header__nav__btn .icn::before, .l-header__nav__btn .icn::after {
        height: 0.0732064422vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__nav__btn .icn::before, .l-header__nav__btn .icn::after {
        height: 0.2666666667vw;
    }
}
.l-header__nav__btn .icn::before {
    rotate: -45deg;
}
.l-header__nav__btn .icn::after {
    rotate: 45deg;
}
@media (any-hover: hover) {
    .l-header__nav__btn:hover {
        opacity: 1;
    }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
    .l-header__nav__btn:hover .icn {
        gap: 0.7320644217vw;
    }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
    .l-header__nav__btn:hover .icn {
        gap: 2.6666666667vw;
    }
}
.l-header__menu {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
    z-index: 1;
    transition: 0.2s all ease-in-out;
}
.l-header__menu__inner {
    position: relative;
    min-height: 100dvh;
    background-color: #eaecf0;
    transition: 0.4s all ease-in-out;
}
@media screen and (min-width: 769px) {
    .l-header__menu__inner {
        width: 56.3689604685vw;
        margin-left: auto;
        padding: 5.3440702782vw 7.906295754vw 10.2489019034vw;
        border-radius: 2.9282576867vw 0 0 0;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__inner {
        padding: 21.3333333333vw 8vw;
    }
}
.l-header__menu__head {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    z-index: 1;
}
@media screen and (min-width: 769px) {
    .l-header__menu__head {
        gap: 1.6105417277vw;
        margin-bottom: 3.6603221083vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__head {
        gap: 4.8vw;
        margin-bottom: 13.3333333333vw;
        padding-left: 4vw;
    }
}
.l-header__menu__head .en {
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    .l-header__menu__head .en {
        font-size: 5.0512445095vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__head .en {
        font-size: 13.8666666667vw;
    }
}
.l-header__menu__head .jp {
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    .l-header__menu__head .jp {
        font-size: 1.3909224012vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__head .jp {
        font-size: 3.7333333333vw;
    }
}
.l-header__menu__head::before {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 73/51;
    background: url(../img/common/img_balloon_pink1.svg) no-repeat center/contain;
    z-index: -1;
}
@media screen and (min-width: 769px) {
    .l-header__menu__head::before {
        bottom: -1.3909224012vw;
        left: -1.3909224012vw;
        width: 5.3440702782vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__head::before {
        bottom: -4.2666666667vw;
        left: 0;
        width: 14.6666666667vw;
    }
}
.l-header__menu__main {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 769px) {
    .l-header__menu__main {
        gap: 1.4641288433vw;
        margin-bottom: 3.6603221083vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__main {
        gap: 2.6666666667vw;
        margin-bottom: 10.6666666667vw;
    }
}
.l-header__menu__main__item {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .l-header__menu__main__item {
        gap: 2.9282576867vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__main__item {
        gap: 5.8666666667vw;
    }
}
.l-header__menu__main__item[target=_blank] .l-header__menu__main__txt .jp::after {
    content: "";
    aspect-ratio: 13.56/10.45;
    background: url(../img/icon/icn_blank.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
    .l-header__menu__main__item[target=_blank] .l-header__menu__main__txt .jp::after {
        width: 0.9882869693vw;
        margin-left: 0.5856515373vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__main__item[target=_blank] .l-header__menu__main__txt .jp::after {
        width: 3.3333333333vw;
        margin-left: 2.1333333333vw;
    }
}
.l-header__menu__main__photo {
    border-radius: 100vmax;
    overflow: hidden;
}
@media screen and (min-width: 769px) {
    .l-header__menu__main__photo {
        width: 21.9619326501vw;
        aspect-ratio: 300/120;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__main__photo {
        width: 40vw;
        aspect-ratio: 150/100;
    }
}
.l-header__menu__main__txt {
    flex: 1;
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 769px) {
    .l-header__menu__main__txt {
        gap: 0.878477306vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__main__txt {
        gap: 3.2vw;
    }
}
.l-header__menu__main__txt .jp {
    display: flex;
    align-items: center;
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    .l-header__menu__main__txt .jp {
        font-size: 1.1713030747vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__main__txt .jp {
        font-size: 4.2666666667vw;
    }
}
.l-header__menu__main__txt .jp::after {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    background: url(../img/icon/icn_arrow1.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
    .l-header__menu__main__txt .jp::after {
        width: 0.7320644217vw;
        margin-left: 0.6588579795vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__main__txt .jp::after {
        width: 2.4vw;
        margin-left: 2.4vw;
    }
}
.l-header__menu__main__txt .en {
    font-weight: 300;
    letter-spacing: 0;
}
@media screen and (min-width: 769px) {
    .l-header__menu__main__txt .en {
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__main__txt .en {
        font-size: 2.6666666667vw;
    }
}
.l-header__menu__sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
    .l-header__menu__sub {
        gap: 0.7320644217vw 0.878477306vw;
        margin-bottom: 3.6603221083vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__sub {
        gap: 2.6666666667vw 4vw;
        margin-bottom: 10.6666666667vw;
    }
}
.l-header__menu__sub__item {
    display: flex;
    align-items: center;
    background-color: #f2f4f7;
}
@media screen and (min-width: 769px) {
    .l-header__menu__sub__item {
        gap: 0.7320644217vw;
        height: 3.2942898975vw;
        padding-inline: 1.6837481698vw;
        border-radius: 100vmax;
        font-size: 0.9516837482vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__sub__item {
        justify-content: space-between;
        height: 16.5333333333vw;
        padding: 0 2.6666666667vw 0 4vw;
        border-radius: 2.1333333333vw;
        font-size: 3.4666666667vw;
        line-height: 5.0666666667vw;
    }
}
.l-header__menu__sub__item::after {
    content: "";
    aspect-ratio: 13.56/10.45;
    -webkit-clip-path: none;
    clip-path: none;
    background: url(../img/icon/icn_blank.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
    .l-header__menu__sub__item::after {
        width: 0.8052708638vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__sub__item::after {
        width: 2.9333333333vw;
    }
}
.l-header__menu__links {
    display: flex;
}
@media screen and (min-width: 769px) {
    .l-header__menu__links {
        gap: 1.0248901903vw;
    }
    .l-header__menu__links:nth-of-type(n + 4) {
        margin-top: 1.4641288433vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__links {
        flex-flow: column;
        gap: 2.6666666667vw 8vw;
    }
    .l-header__menu__links:nth-of-type(n + 4) {
        margin-top: 2.6666666667vw;
    }
    .l-header__menu__links:last-of-type {
        margin-top: 6.6666666667vw;
    }
}
.l-header__menu__links__item {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .l-header__menu__links__item {
        gap: 0.7320644217vw;
        font-size: 0.9516837482vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__links__item {
        gap: 2.6666666667vw;
        font-size: 3.4666666667vw;
    }
}
.l-header__menu__links__item::after {
    content: "";
    aspect-ratio: 13.56/10.45;
    -webkit-clip-path: none;
    clip-path: none;
    background: url(../img/icon/icn_blank.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
    .l-header__menu__links__item::after {
        width: 0.8052708638vw;
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__links__item::after {
        width: 2.9333333333vw;
    }
}
.l-header__menu__links__ttl {
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.25;
}
@media screen and (min-width: 769px) {
    .l-header__menu__links__ttl {
        font-size: 1.1713030747vw;
        padding-right: 2.9282576867vw;
        margin-right: 1.9033674963vw;
        border-right: 1px solid rgba(0, 0, 0, 0.4);
    }
}
@media screen and (max-width: 768px) {
    .l-header__menu__links__ttl {
        font-size: 4.2666666667vw;
    }
}
.l-main {
    position: relative;
}
.l-footer {
    /*background-color: #000000;
  color: #fff;*/
    background-color: #C9D1E0;
    color: #000;
}
@media screen and (min-width: 769px) {
    .l-footer {
        padding-block: 9.5168374817vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer {
        padding: 16vw 8vw 21.3333333333vw;
    }
}
.l-footer a {
    /*color: #fff;*/
    color: #000;
}
.l-footer__inner {
    position: relative;
}
@media screen and (min-width: 769px) {
    .l-footer__inner {
        width: 79.6486090776vw;
        margin-inline: auto;
        padding-left: 26.9399707174vw;
    }
}
.l-footer__head {
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 769px) {
    .l-footer__head {
        position: absolute;
        inset: 0 auto 0 0;
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__head {
        align-items: center;
    }
}
@media screen and (min-width: 769px) {
    .l-footer__head__logo {
        width: 15.5197657394vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__head__logo {
        width: 33.6vw;
    }
}
.l-footer__head__logo a {
    display: block;
}
.l-footer__head__txt .name {
    font-weight: 500;
}
@media screen and (min-width: 769px) {
    .l-footer__head__txt .name {
        margin-bottom: 1.317715959vw;
        font-size: 1.317715959vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__head__txt .name {
        margin-bottom: 2.1333333333vw;
        font-size: 3.2vw;
    }
}
.l-footer__head__txt .address {
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    .l-footer__head__txt .address {
        font-size: 0.9516837482vw;
        line-height: 1.6837481698vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__head__txt .address {
        font-size: 2.6666666667vw;
        line-height: 5.3333333333vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav {
        margin-bottom: 21.3333333333vw;
    }
}
.l-footer__nav__main {
    display: flex;
}
@media screen and (min-width: 769px) {
    .l-footer__nav__main {
        gap: 2.9282576867vw;
        margin-bottom: 3.6603221083vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__main {
        flex-direction: column;
        margin-bottom: 10.1333333333vw;
    }
}
.l-footer__nav__main__item {
    position: relative;
    display: flex;
}
@media screen and (min-width: 769px) {
    .l-footer__nav__main__item {
        flex-direction: column;
        gap: 1.317715959vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__main__item {
        align-items: center;
        gap: 2.6666666667vw;
        padding: 5.3333333333vw 0 4.8vw;
        border-bottom: 0.2666666667vw solid rgba(255, 255, 255, 0.25);
    }
}
.l-footer__nav__main__item .jp {
    display: flex;
    align-items: center;
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    .l-footer__nav__main__item .jp {
        font-size: 1.1713030747vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__main__item .jp {
        font-size: 4.2666666667vw;
    }
}
.l-footer__nav__main__item .jp::after {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    background: url(../img/icon/icn_arrow1.svg) no-repeat center/contain;
    /*filter: invert(100%) brightness(1000%);*/
}
@media screen and (min-width: 769px) {
    .l-footer__nav__main__item .jp::after {
        width: 0.7320644217vw;
        margin-left: 0.6588579795vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__main__item .jp::after {
        position: absolute;
        inset: 0 0 0 auto;
        width: 2.4vw;
        margin: auto 0;
    }
}
.l-footer__nav__main__item .en {
    font-weight: 300;
    letter-spacing: 0;
}
@media screen and (min-width: 769px) {
    .l-footer__nav__main__item .en {
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__main__item .en {
        font-size: 2.6666666667vw;
    }
}
.l-footer__nav__main__item[target=_blank] .jp::after {
    content: "";
    aspect-ratio: 13.56/10.45;
    background: url(../img/icon/icn_blank.svg) no-repeat center/contain;
    /*filter: invert(100%) brightness(1000%);*/
}
@media screen and (min-width: 769px) {
    .l-footer__nav__main__item[target=_blank] .jp::after {
        width: 0.9882869693vw;
        margin-left: 0.5856515373vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__main__item[target=_blank] .jp::after {
        width: 3.3333333333vw;
        margin-left: 2.1333333333vw;
    }
}
.l-footer__nav__sub {
    display: grid;
}
@media screen and (min-width: 769px) {
    .l-footer__nav__sub {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.7320644217vw 0.878477306vw;
        margin-bottom: 3.6603221083vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__sub {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.6666666667vw 4vw;
        margin-bottom: 10.6666666667vw;
    }
}
.l-footer__nav__sub__item {
    display: flex;
    align-items: center;
    /*background-color: #22262c;*/
    background-color: #D2DAE6;
}
@media screen and (min-width: 769px) {
    .l-footer__nav__sub__item {
        gap: 0.7320644217vw;
        height: 3.2942898975vw;
        padding-inline: 1.6837481698vw;
        border-radius: 100vmax;
        font-size: 0.9516837482vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__sub__item {
        justify-content: space-between;
        height: 16.5333333333vw;
        padding: 0 2.6666666667vw 0 4vw;
        border-radius: 2.1333333333vw;
        font-size: 3.4666666667vw;
        line-height: 5.0666666667vw;
    }
}
.l-footer__nav__sub__item::after {
    content: "";
    aspect-ratio: 13.56/10.45;
    -webkit-clip-path: none;
    clip-path: none;
    background: url(../img/icon/icn_blank.svg) no-repeat center/contain;
    /*filter: invert(100%) brightness(1000%);*/
}
@media screen and (min-width: 769px) {
    .l-footer__nav__sub__item::after {
        width: 0.8052708638vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__sub__item::after {
        width: 2.9333333333vw;
    }
}
.l-footer__nav__links {
    display: flex;
}
@media screen and (min-width: 769px) {
    .l-footer__nav__links {
        gap: 2.196193265vw;
    }
    .l-footer__nav__links:nth-child(n+4) {
        margin-top: 1.4641288433vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__links {
        flex-flow: column;
        gap: 2.6666666667vw 8vw;
    }
    .l-footer__nav__links:nth-child(n+4) {
        margin-top: 2.6666666667vw;
    }
    .l-footer__nav__links:last-child {
        margin-top: 6.6666666667vw;
    }
}
.l-footer__nav__links__item {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .l-footer__nav__links__item {
        gap: 0.7320644217vw;
        font-size: 0.9516837482vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__links__item {
        gap: 2.6666666667vw;
        font-size: 3.4666666667vw;
    }
}
.l-footer__nav__links__item::after {
    content: "";
    aspect-ratio: 13.56/10.45;
    -webkit-clip-path: none;
    clip-path: none;
    background: url(../img/icon/icn_blank.svg) no-repeat center/contain;
    /*filter: invert(100%) brightness(1000%);*/
}
@media screen and (min-width: 769px) {
    .l-footer__nav__links__item::after {
        width: 0.8052708638vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__links__item::after {
        width: 2.9333333333vw;
    }
}
.l-footer__nav__links__ttl {
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.25;
}
@media screen and (min-width: 769px) {
    .l-footer__nav__links__ttl {
        font-size: 1.1713030747vw;
        padding-right: 2.53125em;
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
}
@media screen and (max-width: 768px) {
    .l-footer__nav__links__ttl {
        font-size: 4.2666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .l-footer__bottom {
        margin-top: 7.3206442167vw;
        padding-top: 7.3206442167vw;
        /*border-top: 0.0732064422vw solid rgba(255, 255, 255, 0.4);*/
        border-top: 0.0732064422vw solid rgba(0, 0, 0, .4);
    }
}
@media screen and (max-width: 768px) {
    .l-footer__bottom {
        margin-top: 12.2666666667vw;
        padding-top: 9.6vw;
        border-top: 0.2666666667vw solid rgba(255, 255, 255, 0.4);
    }
}
.l-footer__bottom .txt {
    font-weight: 400;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
    .l-footer__bottom .txt {
        margin-bottom: 1.317715959vw;
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__bottom .txt {
        margin-bottom: 4.8vw;
        font-size: 2.6666666667vw;
        line-height: 5.8666666667vw;
    }
}
.l-footer__bottom .copyright {
    letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
    .l-footer__bottom .copyright {
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__bottom .copyright {
        font-size: 2.6666666667vw;
    }
}
.js-typewriter {
    display: inline-block;
    white-space: pre-line;
}
.js-typewriter .char {
    display: inline-block;
    transition: opacity 0.05s ease;
}
.js-typewriter .cursor {
    display: inline-block;
    min-width: 2px;
    height: 0.7em;
    aspect-ratio: 2/30;
    background-color: #000;
    animation: blink 1s steps(1) infinite;
    opacity: 1;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
.js-anim-line {
    display: inline-block;
    transition: 0.4s all ease-in-out;
}
.js-anim-line:not(.is-complete) {
    translate: 10% 0;
    opacity: 0;
}
.js-anim-scroll-delay {
    transition: 0.4s all cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.js-anim-text span {
    display: inline-block;
    overflow: hidden;
}
.js-anim-text span span {
    display: inline-block;
    transform: translateY(100%);
    transition: transform 0.6s ease;
}
.js-anim-text span:nth-child(1) span {
    transition-delay: 0.025s;
}
.js-anim-text span:nth-child(2) span {
    transition-delay: 0.05s;
}
.js-anim-text span:nth-child(3) span {
    transition-delay: 0.075s;
}
.js-anim-text span:nth-child(4) span {
    transition-delay: 0.1s;
}
.js-anim-text span:nth-child(5) span {
    transition-delay: 0.125s;
}
.js-anim-text span:nth-child(6) span {
    transition-delay: 0.15s;
}
.js-anim-text span:nth-child(7) span {
    transition-delay: 0.175s;
}
.js-anim-text span:nth-child(8) span {
    transition-delay: 0.2s;
}
.js-anim-text span:nth-child(9) span {
    transition-delay: 0.225s;
}
.js-anim-text span:nth-child(10) span {
    transition-delay: 0.25s;
}
.js-anim-text span:nth-child(11) span {
    transition-delay: 0.275s;
}
.js-anim-text span:nth-child(12) span {
    transition-delay: 0.3s;
}
.js-anim-text span:nth-child(13) span {
    transition-delay: 0.325s;
}
.js-anim-text span:nth-child(14) span {
    transition-delay: 0.35s;
}
.js-anim-text span:nth-child(15) span {
    transition-delay: 0.375s;
}
.js-anim-text span:nth-child(16) span {
    transition-delay: 0.4s;
}
.js-anim-text span:nth-child(17) span {
    transition-delay: 0.425s;
}
.js-anim-text span:nth-child(18) span {
    transition-delay: 0.45s;
}
.js-anim-text span:nth-child(19) span {
    transition-delay: 0.475s;
}
.js-anim-text span:nth-child(20) span {
    transition-delay: 0.5s;
}
.js-anim-text span:nth-child(21) span {
    transition-delay: 0.525s;
}
.js-anim-text span:nth-child(22) span {
    transition-delay: 0.55s;
}
.js-anim-text span:nth-child(23) span {
    transition-delay: 0.575s;
}
.js-anim-text span:nth-child(24) span {
    transition-delay: 0.6s;
}
.js-anim-text span:nth-child(25) span {
    transition-delay: 0.625s;
}
.js-anim-text span:nth-child(26) span {
    transition-delay: 0.65s;
}
.js-anim-text span:nth-child(27) span {
    transition-delay: 0.675s;
}
.js-anim-text span:nth-child(28) span {
    transition-delay: 0.7s;
}
.js-anim-text span:nth-child(29) span {
    transition-delay: 0.725s;
}
.js-anim-text span:nth-child(30) span {
    transition-delay: 0.75s;
}
.js-anim-text span:nth-child(31) span {
    transition-delay: 0.775s;
}
.js-anim-text span:nth-child(32) span {
    transition-delay: 0.8s;
}
.js-anim-text span:nth-child(33) span {
    transition-delay: 0.825s;
}
.js-anim-text span:nth-child(34) span {
    transition-delay: 0.85s;
}
.js-anim-text span:nth-child(35) span {
    transition-delay: 0.875s;
}
.js-anim-text span:nth-child(36) span {
    transition-delay: 0.9s;
}
.js-anim-text span:nth-child(37) span {
    transition-delay: 0.925s;
}
.js-anim-text span:nth-child(38) span {
    transition-delay: 0.95s;
}
.js-anim-text span:nth-child(39) span {
    transition-delay: 0.975s;
}
.js-anim-text span:nth-child(40) span {
    transition-delay: 1s;
}
.js-anim-text span:nth-child(41) span {
    transition-delay: 1.025s;
}
.js-anim-text span:nth-child(42) span {
    transition-delay: 1.05s;
}
.js-anim-text span:nth-child(43) span {
    transition-delay: 1.075s;
}
.js-anim-text span:nth-child(44) span {
    transition-delay: 1.1s;
}
.js-anim-text span:nth-child(45) span {
    transition-delay: 1.125s;
}
.js-anim-text span:nth-child(46) span {
    transition-delay: 1.15s;
}
.js-anim-text span:nth-child(47) span {
    transition-delay: 1.175s;
}
.js-anim-text span:nth-child(48) span {
    transition-delay: 1.2s;
}
.js-anim-text span:nth-child(49) span {
    transition-delay: 1.225s;
}
.js-anim-text span:nth-child(50) span {
    transition-delay: 1.25s;
}
.js-anim-text span:nth-child(51) span {
    transition-delay: 1.275s;
}
.js-anim-text span:nth-child(52) span {
    transition-delay: 1.3s;
}
.js-anim-text span:nth-child(53) span {
    transition-delay: 1.325s;
}
.js-anim-text span:nth-child(54) span {
    transition-delay: 1.35s;
}
.js-anim-text span:nth-child(55) span {
    transition-delay: 1.375s;
}
.js-anim-text span:nth-child(56) span {
    transition-delay: 1.4s;
}
.js-anim-text span:nth-child(57) span {
    transition-delay: 1.425s;
}
.js-anim-text span:nth-child(58) span {
    transition-delay: 1.45s;
}
.js-anim-text span:nth-child(59) span {
    transition-delay: 1.475s;
}
.js-anim-text span:nth-child(60) span {
    transition-delay: 1.5s;
}
.js-anim-text span:nth-child(61) span {
    transition-delay: 1.525s;
}
.js-anim-text span:nth-child(62) span {
    transition-delay: 1.55s;
}
.js-anim-text span:nth-child(63) span {
    transition-delay: 1.575s;
}
.js-anim-text span:nth-child(64) span {
    transition-delay: 1.6s;
}
.js-anim-text span:nth-child(65) span {
    transition-delay: 1.625s;
}
.js-anim-text span:nth-child(66) span {
    transition-delay: 1.65s;
}
.js-anim-text span:nth-child(67) span {
    transition-delay: 1.675s;
}
.js-anim-text span:nth-child(68) span {
    transition-delay: 1.7s;
}
.js-anim-text span:nth-child(69) span {
    transition-delay: 1.725s;
}
.js-anim-text span:nth-child(70) span {
    transition-delay: 1.75s;
}
.js-anim-text span:nth-child(71) span {
    transition-delay: 1.775s;
}
.js-anim-text span:nth-child(72) span {
    transition-delay: 1.8s;
}
.js-anim-text span:nth-child(73) span {
    transition-delay: 1.825s;
}
.js-anim-text span:nth-child(74) span {
    transition-delay: 1.85s;
}
.js-anim-text span:nth-child(75) span {
    transition-delay: 1.875s;
}
.js-anim-text span:nth-child(76) span {
    transition-delay: 1.9s;
}
.js-anim-text span:nth-child(77) span {
    transition-delay: 1.925s;
}
.js-anim-text span:nth-child(78) span {
    transition-delay: 1.95s;
}
.js-anim-text span:nth-child(79) span {
    transition-delay: 1.975s;
}
.js-anim-text span:nth-child(80) span {
    transition-delay: 2s;
}
.js-anim-text span:nth-child(81) span {
    transition-delay: 2.025s;
}
.js-anim-text span:nth-child(82) span {
    transition-delay: 2.05s;
}
.js-anim-text span:nth-child(83) span {
    transition-delay: 2.075s;
}
.js-anim-text span:nth-child(84) span {
    transition-delay: 2.1s;
}
.js-anim-text span:nth-child(85) span {
    transition-delay: 2.125s;
}
.js-anim-text span:nth-child(86) span {
    transition-delay: 2.15s;
}
.js-anim-text span:nth-child(87) span {
    transition-delay: 2.175s;
}
.js-anim-text span:nth-child(88) span {
    transition-delay: 2.2s;
}
.js-anim-text span:nth-child(89) span {
    transition-delay: 2.225s;
}
.js-anim-text span:nth-child(90) span {
    transition-delay: 2.25s;
}
.js-anim-text span:nth-child(91) span {
    transition-delay: 2.275s;
}
.js-anim-text span:nth-child(92) span {
    transition-delay: 2.3s;
}
.js-anim-text span:nth-child(93) span {
    transition-delay: 2.325s;
}
.js-anim-text span:nth-child(94) span {
    transition-delay: 2.35s;
}
.js-anim-text span:nth-child(95) span {
    transition-delay: 2.375s;
}
.js-anim-text span:nth-child(96) span {
    transition-delay: 2.4s;
}
.js-anim-text span:nth-child(97) span {
    transition-delay: 2.425s;
}
.js-anim-text span:nth-child(98) span {
    transition-delay: 2.45s;
}
.js-anim-text span:nth-child(99) span {
    transition-delay: 2.475s;
}
.js-anim-text span:nth-child(100) span {
    transition-delay: 2.5s;
}
.js-anim-text.is-active span span {
    transform: translateY(0);
}
.js-anim-square {
    position: absolute;
    display: block;
    aspect-ratio: 1/1;
    background-color: #fff;
    pointer-events: none;
    z-index: -1;
}
.js-anim-square[data-type="1"] {
    animation: square1 0.6s ease-in-out;
}
.js-anim-square[data-type="2"] {
    animation: square2 0.6s ease-in-out;
}
.js-anim-square[data-type="3"] {
    animation: square3 0.6s ease-in-out;
}
.js-anim-square[data-type="4"] {
    animation: square4 0.6s ease-in-out;
}
.js-anim-square[data-type="5"] {
    animation: square5 0.6s ease-in-out;
}
.js-anim-square[data-type="6"] {
    animation: square6 0.6s ease-in-out;
}
.js-anim-square[data-type="7"] {
    animation: square7 0.6s ease-in-out;
}
.js-anim-square[data-type="8"] {
    animation: square8 0.6s ease-in-out;
}
.js-anim-square[data-type="9"] {
    animation: square9 0.6s ease-in-out;
}
.js-anim-square[data-type="10"] {
    animation: square10 0.6s ease-in-out;
}
.js-anim-square[data-type="11"] {
    animation: square11 0.6s ease-in-out;
}
.js-anim-square[data-type="12"] {
    animation: square12 0.6s ease-in-out;
}
@keyframes square1 {
    0% {
        translate: 0% 0%;
    }
    20% {
        translate: 100% 0%;
    }
    40% {
        translate: 100% 100%;
    }
    60% {
        translate: 0% 100%;
    }
    75% {
        translate: 0% 0%;
    }
    90% {
        translate: 0% 100%;
    }
    100% {
        translate: 0% 0%;
    }
}
@keyframes square2 {
    0% {
        translate: 0% 0%;
    }
    40% {
        translate: 0% 0%;
    }
    40% {
        translate: -200% 0%;
    }
    60% {
        translate: -100% 0%;
    }
    80% {
        translate: -200% 0%;
    }
    100% {
        translate: 0% 0%;
    }
}
@keyframes square3 {
    0% {
        translate: 0% 0%;
    }
    50% {
        translate: 0% 100%;
    }
}
@keyframes square4 {
    0% {
        translate: 0% 0%;
    }
    50% {
        translate: 0% -100%;
    }
}
@keyframes square5 {
    0% {
        translate: 0% 0%;
    }
    50% {
        translate: -100% 0%;
    }
}
@keyframes square6 {
    0% {
        translate: 0% 0%;
    }
    50% {
        translate: 100% 0%;
    }
}
@keyframes square7 {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes square8 {
    0% {
        translate: 0% 0%;
    }
    10% {
        translate: 0% 100%;
    }
}
@keyframes square9 {
    0% {
        translate: 0% 0%;
    }
    10% {
        translate: 0% -100%;
    }
}
@keyframes square10 {
    0% {
        translate: 0% 0%;
    }
    10% {
        translate: -100% 0%;
    }
}
@keyframes square11 {
    0% {
        translate: 0% 0%;
    }
    10% {
        translate: 100% 0%;
    }
}
@keyframes square12 {
    0% {
        translate: 0% 0%;
    }
    20% {
        translate: 0% -100%;
    }
    40% {
        translate: 100% -100%;
    }
    60% {
        translate: 100% 0%;
    }
    75% {
        translate: 0% 0%;
    }
    90% {
        translate: 100% 0%;
    }
    100% {
        translate: 0% 0%;
    }
}
.c-more-contents {
    position: relative;
    background-color: #dee2ea;
    z-index: 20;
}
@media screen and (min-width: 769px) {
    .c-more-contents {
        padding: 7.3206442167vw 0;
    }
}
@media screen and (max-width: 768px) {
    .c-more-contents {
        padding: 22.4vw 8vw 24vw;
    }
}
.c-more-contents__inner {
    display: flex;
}
@media screen and (min-width: 769px) {
    .c-more-contents__inner {
        align-items: center;
        justify-content: space-between;
        width: 79.6486090776vw;
        margin-inline: auto;
    }
}
@media screen and (max-width: 768px) {
    .c-more-contents__inner {
        flex-direction: column;
        gap: 5.3333333333vw;
    }
}
.c-more-contents__head {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 769px) {
    .c-more-contents__head {
        gap: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .c-more-contents__head {
        gap: 2.6666666667vw;
    }
}
.c-more-contents__head .en {
    font-weight: 700;
    line-height: 1;
}
@media screen and (min-width: 769px) {
    .c-more-contents__head .en {
        font-size: 2.5622254758vw;
    }
}
@media screen and (max-width: 768px) {
    .c-more-contents__head .en {
        font-size: 9.3333333333vw;
    }
}
.c-more-contents__head .jp {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .c-more-contents__head .jp {
        gap: 0.7320644217vw;
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .c-more-contents__head .jp {
        gap: 2.6666666667vw;
        font-size: 2.6666666667vw;
    }
}
.c-more-contents__head .jp::before {
    content: "";
    display: block;
    aspect-ratio: 19.29/13.43;
    background: url(../img/common/img_balloon_pink1.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
    .c-more-contents__head .jp::before {
        width: 1.4121522694vw;
    }
}
@media screen and (max-width: 768px) {
    .c-more-contents__head .jp::before {
        width: 5.144vw;
    }
}
.c-more-contents__nav {
    position: relative;
}
@media screen and (min-width: 769px) {
    .c-more-contents__nav {
        padding-left: 31.4787701318vw;
    }
}
@media screen and (min-width: 769px) {
    .c-more-contents__nav__list {
        width: 25.7686676428vw;
    }
}
.c-more-contents__nav__list__item {
    border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
    .c-more-contents__nav__list__item:first-child a .img {
        opacity: 1;
    }
}
.c-more-contents__nav__list__item a {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .c-more-contents__nav__list__item a {
        height: 6.4421669107vw;
    }
}
@media screen and (max-width: 768px) {
    .c-more-contents__nav__list__item a {
        gap: 5.2vw;
        height: 30.6666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .c-more-contents__nav__list__item a .img {
        position: absolute;
        inset: -100vh auto -100vh 0;
        display: flex;
        align-items: center;
        width: 27.0863836018vw;
        opacity: 0;
        pointer-events: none;
    }
    .c-more-contents__nav__list__item a .img picture {
        display: block;
        overflow: hidden;
        aspect-ratio: 1/1;
        border-radius: 1.4641288433vw;
    }
    .c-more-contents__nav__list__item a .img picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}
@media screen and (max-width: 768px) {
    .c-more-contents__nav__list__item a .img {
        width: 42.6666666667vw;
        aspect-ratio: 160/75;
        border-radius: 5.3333333333vw;
        overflow: hidden;
    }
}
@media screen and (min-width: 769px) {
    .c-more-contents__nav__list__item a .txt {
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .c-more-contents__nav__list__item a .txt {
        flex: 1;
    }
}
.c-more-contents__nav__list__item a .jp {
    display: block;
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    .c-more-contents__nav__list__item a .jp {
        width: 16.6178623719vw;
        font-size: 1.1713030747vw;
    }
}
@media screen and (max-width: 768px) {
    .c-more-contents__nav__list__item a .jp {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 3.2vw;
        font-size: 4.2666666667vw;
    }
    .c-more-contents__nav__list__item a .jp::after {
        content: "";
        display: block;
        aspect-ratio: 1/1;
        background: url(../img/icon/icn_arrow1.svg) no-repeat center/contain;
        margin-left: auto;
        width: 2.2666666667vw;
    }
    .c-more-contents__nav__list__item a .jp.is-blank::after {
        aspect-ratio: 13.56/10.45;
        background: url(../img/icon/icn_blank.svg) no-repeat center/contain;
        width: 2.7493333333vw;
    }
}
.c-more-contents__nav__list__item a .en {
    display: block;
    font-weight: 300;
    letter-spacing: 0;
}
@media screen and (min-width: 769px) {
    .c-more-contents__nav__list__item a .en {
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .c-more-contents__nav__list__item a .en {
        font-size: 2.6666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .c-more-contents__nav__list__item a::after {
        content: "";
        display: block;
        aspect-ratio: 1/1;
        background: url(../img/icon/icn_arrow1.svg) no-repeat center/contain;
        margin-left: auto;
        width: 0.7320644217vw;
    }
    .c-more-contents__nav__list__item a[target=_blank]::after {
        aspect-ratio: 13.56/10.45;
        background: url(../img/icon/icn_blank.svg) no-repeat center/contain;
        width: 0.9882869693vw;
    }
}
@media (any-hover: hover) {
    .c-more-contents__nav__list__item a:hover {
        opacity: 1;
        color: #ff51a1;
    }
    .c-more-contents__nav__list__item a:hover .img {
        opacity: 1;
        z-index: 10;
    }
    .c-more-contents__nav__list__item a:hover::after {
        background-image: url(../img/icon/icn_arrow3.svg);
    }
    .c-more-contents__nav__list__item a:hover[target=_blank]::after {
        background-image: url(../img/icon/icn_blank2.svg);
    }
}
.p-home .p-home__kv__bg {
    translate: 0 -200vh;
    transition: 0s all 0.6s ease-in-out;
}
.p-home .p-home__kv__bg.is-active {
    translate: 0 0;
}
.p-home .p-home__kv__bg.is-active .js-kv-typewriter {
    opacity: 1;
}
.p-home .p-home__kv__bg.kv4 img {
    translate: -40vw 0;
}
.p-home .p-home__kv__jp {
    transition: 0.8s all ease-in-out;
}
.p-home .p-home__kv__jp .txt {
    background: #000 url(../img/home/bg_kv_txt.png) no-repeat 100% center/400% auto;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    opacity: 0;
}
.p-home .p-home__kv__jp .txt:has(.char) {
    opacity: 1;
    animation: txt 4s ease-in-out;
}
@keyframes txt {
    0% {
        background-position: 100% center;
    }
    100% {
        background-position: -100% center;
    }
}
@media screen and (min-width: 769px) {
    .p-home .p-home__kv__jp br {
        display: none;
    }
}
.p-home.is-loaded .p-home__kv__jp {
    background-color: transparent;
    z-index: 3;
}
@media screen and (min-width: 769px) {
    .p-home.is-loaded .p-home__kv__jp {
        padding-right: 31.4787701318vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home.is-loaded .p-home__kv__jp {
        padding-right: 56vw;
    }
}
.p-home .js-kv-typewriter {
    display: inline-block;
    white-space: pre-line;
    opacity: 0;
    transition: opacity 0.05s 1s ease;
}
.p-home .js-kv-typewriter .char {
    display: inline-block;
    transition: opacity 0.05s ease;
    opacity: 0;
}
.p-home .js-kv-typewriter .cursor {
    display: inline-block;
    height: 0.7em;
    aspect-ratio: 1/30;
    background-color: #000;
    animation: blink 1s steps(1) infinite;
    opacity: 1;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
.p-home__kv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    height: 100dvh;
}
@media screen and (min-width: 769px) {
    .p-home__kv {
        gap: 12.298682284vw;
        margin-top: -7.906295754vw;
    }
}
@media screen and (min-width: 769px) and (max-height: 769px) {
    .p-home__kv .p-home__kv__en {
        translate: calc(50% - 18.9856957087vh) 0;
        font-size: 18.9856957087vh;
        line-height: 15.2145643693vh;
    }
}
@media screen and (max-width: 768px) {
    .p-home__kv {
        gap: 4vw;
        margin-top: -20.2666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__kv .js-anim-square.square1 {
        top: 30.9895833333dvh;
        left: 15.5929721816vw;
        width: 4.2459736457vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__kv .js-anim-square.square1 {
        top: 26.1333333333vw;
        left: 29.6vw;
        width: 10.6666666667vw;
    }
}
.p-home__kv .js-anim-square.square2 {
    top: 30.9895833333dvh;
}
@media screen and (min-width: 769px) {
    .p-home__kv .js-anim-square.square2 {
        left: 13.5431918009vw;
        width: 2.0497803807vw;
        margin-top: 4.2459736457vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__kv .js-anim-square.square2 {
        top: 162.6666666667vw;
        left: 55.2vw;
        width: 4.2666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__kv .js-anim-square.square3 {
        top: 40.3645833333dvh;
        left: 83.0893118594vw;
        width: 2.0497803807vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__kv .js-anim-square.square3 {
        top: 170.4vw;
        left: 66.1333333333vw;
        width: 14.4vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__kv .js-anim-square.square4 {
        top: 46.875dvh;
        left: 88.2869692533vw;
        width: 6.9546120059vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__kv .js-anim-square.square4 {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .p-home__kv .js-anim-square.square5 {
        top: 70.0520833333dvh;
        left: 12.5183016105vw;
        width: 2.0497803807vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__kv .js-anim-square.square5 {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .p-home__kv .js-anim-square.square6 {
        top: 104.1666666667dvh;
        left: 40.9956076135vw;
        width: 4.2459736457vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__kv .js-anim-square.square6 {
        display: none;
    }
}
.p-home__kv__bg {
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 2;
    pointer-events: none;
}
@media screen and (min-width: 769px) {
    .p-home__kv__bg {
        inset: -8.78477306vw 0;
        padding-left: 47.2181551977vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__kv__bg {
        inset: -10.6666666667vw 0;
        padding-left: 41.0666666667vw;
        letter-spacing: 0;
        white-space: nowrap;
    }
}
.p-home__kv__bg .img {
    position: absolute;
    inset: -100vh -100vw;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.p-home__kv__en {
    position: relative;
    font-weight: 700;
    z-index: 2;
}
@media screen and (min-width: 769px) {
    .p-home__kv__en {
        font-size: 10.6881405564vw;
        line-height: 8.5651537335vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__kv__en {
        font-size: 19.2vw;
        line-height: 16vw;
    }
}
.p-home__kv__jp {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaecf0;
    z-index: 4000;
    pointer-events: none;
}
.p-home__kv__jp .txt {
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    .p-home__kv__jp .txt {
        font-size: 1.3909224012vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__kv__jp .txt {
        font-size: 4.2666666667vw;
        line-height: 2;
    }
}
.p-home__kv__scroll {
    position: absolute;
    top: 100dvh;
    rotate: 90deg;
    transform-origin: right top;
    overflow: hidden;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__kv__scroll {
        left: 4.2459736457vw;
        padding-right: 5.5636896047vw;
        translate: -100% 0;
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__kv__scroll {
        right: 6.9333333333vw;
        padding-right: 20.2666666667vw;
        font-size: 2.6666666667vw;
    }
}
.p-home__kv__scroll::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    display: block;
    margin: auto 0;
    transform-origin: left center;
    animation: scroll 2s ease-in-out 1s infinite;
}
@media screen and (min-width: 769px) {
    .p-home__kv__scroll::before {
        width: 4.2459736457vw;
        height: 0.0732064422vw;
        background-color: #000;
    }
}
@media screen and (max-width: 768px) {
    .p-home__kv__scroll::before {
        width: 15.4666666667vw;
        height: 0.2666666667vw;
        background-color: #707070;
    }
}
@keyframes scroll {
    0% {
        transform: scaleX(0) translateX(0);
    }
    50% {
        transform: scaleX(1) translateX(0);
    }
    100% {
        transform: scaleX(1) translateX(200%);
    }
}
.p-home__viewmore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 100vmax;
    background-color: #000;
}
@media screen and (min-width: 769px) {
    .p-home__viewmore {
        width: 10.3953147877vw;
        height: 4.1727672035vw;
        padding: 0 1.4641288433vw 0 2.4158125915vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__viewmore {
        width: 37.8666666667vw;
        height: 15.2vw;
        padding: 0 5.3333333333vw 0 8.8vw;
    }
}
.p-home__viewmore__txt {
    font-weight: 700;
    color: #fff;
}
@media screen and (min-width: 769px) {
    .p-home__viewmore__txt {
        font-size: 0.7320644217vw;
        line-height: 0.9516837482vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__viewmore__txt {
        font-size: 2.6666666667vw;
        line-height: 3.4666666667vw;
    }
}
.p-home__viewmore__icn {
    transition: 0.4s all ease-in-out;
}
@media screen and (min-width: 769px) {
    .p-home__viewmore__icn {
        width: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__viewmore__icn {
        width: 2.6666666667vw;
    }
}
@media (any-hover: hover) {
    .p-home__viewmore:hover {
        opacity: 1;
    }
    .p-home__viewmore:hover .p-home__viewmore__icn {
        translate: 50% 0;
    }
}
.p-home__about {
    position: relative;
    width: 100dvw;
    overflow-x: hidden;
}
@media screen and (min-width: 769px) {
    .p-home__about {
        padding: 14.6412884334vw 0 4.39238653vw 52.3426061493vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__about {
        padding: 16vw 8vw 10.6666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__about .js-anim-square.square1 {
        top: 32.5036603221vw;
        left: 85.944363104vw;
        width: 2.0497803807vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__about .js-anim-square.square1 {
        top: 47.4666666667vw;
        left: 80.5333333333vw;
        width: 4.2666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__about .js-anim-square.square2 {
        top: 56.2225475842vw;
        left: 34.4070278184vw;
        width: 4.2459736457vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__about .js-anim-square.square2 {
        top: 141.3333333333vw;
        left: 62.4vw;
        width: 4.8vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__about .js-anim-square.square3 {
        top: 61.6398243045vw;
        left: 32.3572474378vw;
        width: 1.4641288433vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__about .js-anim-square.square3 {
        top: 149.3333333333vw;
        left: 74.6666666667vw;
        width: 12vw;
    }
}
.p-home__about__txt .head {
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    .p-home__about__txt .head {
        margin-bottom: 4.6852122987vw;
        font-size: 3.0014641288vw;
        line-height: 5.3440702782vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__about__txt .head {
        margin-bottom: 128vw;
        font-size: 8.5333333333vw;
        line-height: 14.6666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__about__txt .txt {
        font-size: 1.0248901903vw;
        line-height: 2.4158125915vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__about__txt .txt {
        font-size: 3.7333333333vw;
        line-height: 8.8vw;
    }
}
.p-home__about__img {
    position: absolute;
    aspect-ratio: 617/504;
    background: url(../img/home/img_about_circle.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
    .p-home__about__img {
        top: 8.78477306vw;
        left: -7.3206442167vw;
        width: 45.168374817vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__about__img {
        top: 56vw;
        left: -26.6666666667vw;
        width: 114.9333333333vw;
    }
}
.p-home__about__img__item {
    position: absolute;
    aspect-ratio: 1/1;
    background-color: #fff;
    transition: 0.6s all ease-in-out;
    overflow: hidden;
}
@media screen and (min-width: 769px) {
    .p-home__about__img__item {
        width: 27.3060029283vw;
        border-radius: 5.5636896047vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__about__img__item {
        width: 53.6vw;
        border-radius: 11.7333333333vw;
    }
}
.p-home__about__img__item.img1 {
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__about__img__item.img1 {
        top: 4.831625183vw;
        left: 24.8169838946vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__about__img__item.img1 {
        top: 10.1333333333vw;
        left: 67.2vw;
    }
}
.p-home__about__img__item.img2 {
    z-index: 8;
}
@media screen and (min-width: 769px) {
    .p-home__about__img__item.img2 {
        top: -7.3206442167vw;
        left: 17.3499267936vw;
        width: 19.9121522694vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__about__img__item.img2 {
        top: -6.4vw;
        left: 51.7333333333vw;
        width: 39.2vw;
    }
}
.p-home__about__img__item.img3 {
    z-index: 6;
}
@media screen and (min-width: 769px) {
    .p-home__about__img__item.img3 {
        top: 7.6134699854vw;
        left: 2.8550512445vw;
        width: 14.055636896vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__about__img__item.img3 {
        top: 16vw;
        left: 16vw;
        width: 27.2vw;
    }
}
.p-home__about__img__item.img4 {
    filter: blur(4px);
    opacity: 0.5;
    z-index: 12;
}
@media screen and (min-width: 769px) {
    .p-home__about__img__item.img4 {
        top: 23.5724743777vw;
        left: 4.0995607613vw;
        width: 23.8653001464vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__about__img__item.img4 {
        top: 53.3333333333vw;
        left: 16vw;
        width: 48vw;
    }
}
.p-home__message {
    width: 100dvw;
    overflow-x: hidden;
    overflow-y: visible;
}
@media screen and (min-width: 769px) {
    .p-home__message {
        padding: 29.2825768668vw 0 23.4260614934vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message {
        padding: 10.6666666667vw 8vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__message.is-complete .js-anim-message-txt.r {
        bottom: 9.663250366vw;
        left: -70.1317715959vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message.is-complete .js-anim-message-txt.r {
        bottom: -34.6666666667vw;
        left: -78.6666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__message.is-complete .js-anim-message-txt.b {
        bottom: -9.2972181552vw;
        left: 34.6266471449vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message.is-complete .js-anim-message-txt.b {
        bottom: 42.6666666667vw;
        left: 58.1333333333vw;
    }
}
.p-home__message__inner {
    position: relative;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__message__inner {
        width: 48.7554904832vw;
        margin-inline: auto;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message__inner {
        padding-top: 136vw;
    }
}
.p-home__message__head {
    position: absolute;
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-weight: 700;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__message__head {
        top: -13.616398243vw;
        left: -15.3733528551vw;
        font-size: 5.1976573939vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message__head {
        top: 0;
        left: 0;
        font-size: 14.9333333333vw;
    }
}
.p-home__message__head .js-anim-text + .js-anim-text {
    margin-top: -0.55em;
}
.p-home__message__head::before {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 96/68;
    background: url(../img/common/img_balloon_white1.svg) no-repeat center/contain;
    z-index: -1;
}
@media screen and (min-width: 769px) {
    .p-home__message__head::before {
        bottom: -0.7320644217vw;
        left: 4.2459736457vw;
        width: 7.027818448vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message__head::before {
        bottom: -1.0666666667vw;
        right: 3.2vw;
        width: 20.2666666667vw;
    }
}
.p-home__message__label {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .p-home__message__label {
        margin-bottom: 1.4641288433vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message__label {
        margin-bottom: 5.3333333333vw;
    }
}
.p-home__message__label .jp {
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    .p-home__message__label .jp {
        padding-right: 1.4641288433vw;
        border-right: 0.0732064422vw solid #000;
        font-size: 0.878477306vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message__label .jp {
        padding-right: 5.3333333333vw;
        border-right: 0.2666666667vw solid #000;
        font-size: 3.2vw;
    }
}
.p-home__message__label .en {
    letter-spacing: 0;
}
@media screen and (min-width: 769px) {
    .p-home__message__label .en {
        padding-left: 1.3909224012vw;
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message__label .en {
        padding-left: 5.0666666667vw;
        font-size: 2.6666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__message__txt1 {
        margin-bottom: 2.9282576867vw;
        font-size: 2.196193265vw;
        line-height: 2.9282576867vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message__txt1 {
        margin-bottom: 9.3333333333vw;
        font-size: 6.9333333333vw;
        line-height: 8.5333333333vw;
    }
}
.p-home__message__txt2 {
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    .p-home__message__txt2 {
        margin-bottom: 2.9282576867vw;
        font-size: 1.0248901903vw;
        line-height: 1.8301610542vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message__txt2 {
        margin-bottom: 10.6666666667vw;
        font-size: 3.7333333333vw;
        line-height: 8.5333333333vw;
    }
}
.p-home__message__img {
    position: absolute;
    aspect-ratio: 609/1110;
}
@media screen and (min-width: 769px) {
    .p-home__message__img {
        bottom: -10.6149341142vw;
        left: 27.4524158126vw;
        width: 22.25476vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message__img {
        top: 53.3333333333vw;
        left: 22.1333333333vw;
        width: 39.4666666667vw;
    }
}
.p-home__message__img .txt {
    position: absolute;
    bottom: 0;
    aspect-ratio: 460/650;
    z-index: -1;
    transition: 1.6s all ease-in-out;
}
@media screen and (min-width: 769px) {
    .p-home__message__img .txt {
        left: -5.7833089312vw;
        width: 33.6749633968vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__message__img .txt {
        left: -10.1333333333vw;
        width: 60.5333333333vw;
    }
}
.p-home__start {
    position: relative;
    height: 220dvh;
}
.p-home__start::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    background-color: #eaecf0;
    z-index: 20;
}
@media screen and (min-width: 769px) {
    .p-home__start::before {
        height: 2.9282576867vw;
        border-radius: 0 0 2.9282576867vw 2.9282576867vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__start::before {
        height: 9.6vw;
        border-radius: 0 0 9.6vw 9.6vw;
    }
}
.p-home__start__img {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow-x: hidden;
}
@media screen and (min-width: 769px) {
    .p-home__start__img {
        display: grid;
        grid-template-columns: 1.7fr 1fr 1fr 1fr;
        grid-template-rows: repeat(2, 1fr); /* 2行 */
        min-height: 46.8521229868vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__start__img {
        display: flex;
        flex-wrap: wrap;
    }
}
.p-home__start__img::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__start__img::before {
        background: url(../img/home/img_start_balloon.png) no-repeat center/24.5973645681vw auto;
    }
}
@media screen and (max-width: 768px) {
    .p-home__start__img::before {
        background: url(../img/home/img_start_balloon.png) no-repeat center/51.2vw auto;
    }
}
.p-home__start__img__block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 769px) {
    .p-home__start__img__block.block1 {
        grid-column: 1/2;
        grid-row: 1/3;
    }
}
@media screen and (max-width: 768px) {
    .p-home__start__img__block.block1 {
        width: 50%;
        height: 47.619047619dvh;
    }
}
@media screen and (min-width: 769px) {
    .p-home__start__img__block.block2 {
        grid-column: 2/3;
        grid-row: 1/3;
    }
}
@media screen and (max-width: 768px) {
    .p-home__start__img__block.block2 {
        width: 50%;
        height: 47.619047619dvh;
    }
}
@media screen and (min-width: 769px) {
    .p-home__start__img__block.block3 {
        grid-column: 3/4;
        grid-row: 1/2;
        background-color: #0ff;
    }
}
@media screen and (max-width: 768px) {
    .p-home__start__img__block.block3 {
        width: 100%;
        height: 23.8095238095dvh;
    }
}
@media screen and (min-width: 769px) {
    .p-home__start__img__block.block4 {
        grid-column: 4/5;
        grid-row: 1/2;
    }
}
@media screen and (max-width: 768px) {
    .p-home__start__img__block.block4 {
        width: 50%;
        height: 28.5714285714dvh;
    }
}
@media screen and (min-width: 769px) {
    .p-home__start__img__block.block5 {
        grid-column: 3/5;
        grid-row: 2/3;
    }
}
@media screen and (max-width: 768px) {
    .p-home__start__img__block.block5 {
        width: 50%;
        height: 28.5714285714dvh;
    }
}
.p-home__start__img__list {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.p-home__start__img__list__item {
    position: absolute;
    inset: 0;
    transition: 0.6s opacity ease-in-out;
}
.p-home__start__img__list__item:not(.is-active) {
    opacity: 0;
}
.p-home__start__img__list__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.p-home__start__img__txt {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.34);
    z-index: 20;
}
.p-home__start__img__txt__item {
    display: flex;
    align-items: center;
    animation: start 60s linear infinite;
}
.p-home__start__img__txt__item .item {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .p-home__start__img__txt__item .item {
        gap: 2.3426061493vw;
        margin-right: 2.9282576867vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__start__img__txt__item .item {
        gap: 5.8666666667vw;
        margin-right: 7.4666666667vw;
    }
}
.p-home__start__img__txt__item .txt {
    display: block;
    font-weight: 700;
    color: #fff;
    flex-shrink: 1;
}
@media screen and (min-width: 769px) {
    .p-home__start__img__txt__item .txt {
        font-size: 9.4436310395vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__start__img__txt__item .txt {
        font-size: 26.6666666667vw;
    }
}
.p-home__start__img__txt__item .icn {
    display: block;
    flex-shrink: 1;
}
@media screen and (min-width: 769px) {
    .p-home__start__img__txt__item .icn {
        font-size: 2.7086383602vw;
        /* width: 2.85505vw;*/
        width: calc(30 / 1366 * 100vw);
    }
}
@media screen and (max-width: 768px) {
    .p-home__start__img__txt__item .icn {
        font-size: 9.8666666667vw;
        /*width: 8.53334vw;*/
        width: calc(32 / 375 * 100vw);
    }
}
@keyframes start {
    100% {
        transform: translateX(-100%);
    }
}
.p-home__business {
    position: relative;
    margin-top: -100dvh;
    background-color: #ffffff;
}
@media screen and (min-width: 769px) {
    .p-home__business {
        padding-top: 2.0497803807vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__business {
        padding-top: 6.4vw;
    }
}
.p-home__business::before {
    content: "";
    position: absolute;
    inset: auto 0 100%;
    background-color: #ffffff;
    z-index: 20;
}
@media screen and (min-width: 769px) {
    .p-home__business::before {
        height: 2.9282576867vw;
        border-radius: 2.9282576867vw 2.9282576867vw 0 0;
    }
}
@media screen and (max-width: 768px) {
    .p-home__business::before {
        height: 9.6vw;
        border-radius: 9.6vw 9.6vw 0 0;
    }
}
.p-home__business__inner {
    position: relative;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__business__inner {
        width: 80.3806734993vw;
        margin-bottom: 10.2489019034vw;
        padding-left: 40.9224011713vw;
        margin-inline: auto;
    }
}
@media screen and (max-width: 768px) {
    .p-home__business__inner {
        margin-bottom: 24vw;
        padding-inline: 8vw;
    }
}
.p-home__business__label {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .p-home__business__label {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 768px) {
    .p-home__business__label {
        margin-bottom: 5.3333333333vw;
    }
}
.p-home__business__label .jp {
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    .p-home__business__label .jp {
        padding-right: 1.4641288433vw;
        border-right: 0.0732064422vw solid #000;
        font-size: 0.878477306vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__business__label .jp {
        padding-right: 5.3333333333vw;
        border-right: 0.2666666667vw solid #000;
        font-size: 3.2vw;
    }
}
.p-home__business__label .en {
    letter-spacing: 0;
}
@media screen and (min-width: 769px) {
    .p-home__business__label .en {
        padding-left: 1.3909224012vw;
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__business__label .en {
        padding-left: 5.0666666667vw;
        font-size: 2.6666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__business__txt1 {
        margin-bottom: 2.9282576867vw;
        font-size: 2.196193265vw;
        line-height: 2.9282576867vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__business__txt1 {
        margin-bottom: 6.6666666667vw;
        font-size: 6.9333333333vw;
        line-height: 8.5333333333vw;
    }
}
.p-home__business__txt2 {
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    .p-home__business__txt2 {
        margin-bottom: 2.9282576867vw;
        font-size: 1.0248901903vw;
        line-height: 1.8301610542vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__business__txt2 {
        margin-bottom: 10.6666666667vw;
        font-size: 3.7333333333vw;
        line-height: 8.5333333333vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__business__viewmore {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
.p-home__fresh {
    position: relative;
    margin-bottom: 20dvh;
}
.p-home__fresh__wrap {
    width: 100dvw;
    overflow-x: hidden;
}
@media screen and (min-width: 769px) {
    .p-home__fresh__wrap {
        min-height: 100dvh;
        padding: 8.78477306vw 0 10.2489019034vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__wrap {
        padding: 20.5333333333vw 8vw 24vw;
    }
}
.p-home__fresh.is-fixed .p-home__fresh__wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.p-home__fresh__bg {
    position: absolute;
    inset: 0;
    border-radius: var(--bg) var(--bg) 0 0;
    background-color: #ff52a1;
    z-index: 1;
    transition: 2s border-radius cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.p-home__fresh__inner {
    position: relative;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__fresh__inner {
        width: 80.3806734993vw;
        padding-top: 44.6559297218vw;
        margin-inline: auto;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__inner {
        padding-top: 144vw;
    }
}
.p-home__fresh__head {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-weight: 700;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__fresh__head {
        left: 0;
        font-size: 6.8081991215vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__head {
        left: 1.8266666667vw;
        font-size: 14.9333333333vw;
    }
}
.p-home__fresh__head .js-anim-text + .js-anim-text {
    margin-top: -0.45em;
}
.p-home__fresh__head::before {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 128/90;
    background: url(../img/common/img_balloon_white1.svg) no-repeat center/contain;
    z-index: -1;
    scale: -1 1;
}
@media screen and (min-width: 769px) {
    .p-home__fresh__head::before {
        bottom: -0.9516837482vw;
        left: -2.4890190337vw;
        width: 9.3704245974vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__head::before {
        bottom: -0.8vw;
        left: -3.7333333333vw;
        width: 20.2666666667vw;
    }
}
.p-home__fresh__img {
    position: absolute;
    display: flex;
}
@media screen and (min-width: 769px) {
    .p-home__fresh__img {
        top: 6.588579795vw;
        left: 10.6881405564vw;
        gap: 2.3426061493vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__img {
        top: 74.6666666667vw;
        left: -14.4vw;
        gap: 4vw;
    }
}
.p-home__fresh__img__item {
    position: relative;
    translate: 0 var(--y);
    transition: 2s translate cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
@media screen and (min-width: 769px) {
    .p-home__fresh__img__item {
        width: 20.8638360176vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__img__item {
        width: 35.2vw;
    }
}
.p-home__fresh__img__item .img {
    display: block;
    overflow: hidden;
}
@media screen and (min-width: 769px) {
    .p-home__fresh__img__item .img {
        aspect-ratio: 285/500;
        border-radius: 13.17715959vw;
        box-shadow: 0.7320644217vw 0.7320644217vw 0.7320644217vw rgba(0, 0, 0, 0.06);
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__img__item .img {
        width: 100%;
        aspect-ratio: 285/500;
        border-radius: 17.6vw;
        box-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw rgba(0, 0, 0, 0.06);
    }
}
.p-home__fresh__img__item .momopi {
    position: absolute;
    display: block;
    animation: momopi 2s ease-in-out alternate-reverse infinite;
}
@media screen and (min-width: 769px) {
    .p-home__fresh__img__item .momopi {
        top: -5.6368960469vw;
        left: 6.588579795vw;
        width: 9.1508052709vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__img__item .momopi {
        top: -22.4vw;
        left: 9.0666666667vw;
        width: 21.8666666667vw;
    }
}
@keyframes momopi {
    100% {
        translate: 0 -7%;
    }
}
.p-home__fresh__label {
    position: absolute;
    display: flex;
    align-items: center;
    transform-origin: left top;
    rotate: -90deg;
}
@media screen and (min-width: 769px) {
    .p-home__fresh__label {
        top: 41.7276720351vw;
        left: 0;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__label {
        top: 48vw;
        left: 80vw;
        white-space: nowrap;
    }
}
.p-home__fresh__label .jp {
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    .p-home__fresh__label .jp {
        padding-right: 1.4641288433vw;
        border-right: 0.0732064422vw solid #000;
        font-size: 0.878477306vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__label .jp {
        padding-right: 5.3333333333vw;
        border-right: 0.2666666667vw solid #000;
        font-size: 3.2vw;
    }
}
.p-home__fresh__label .en {
    letter-spacing: 0;
}
@media screen and (min-width: 769px) {
    .p-home__fresh__label .en {
        padding-left: 1.3909224012vw;
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__label .en {
        padding-left: 5.0666666667vw;
        font-size: 2.6666666667vw;
    }
}
.p-home__fresh__txt1 {
    color: #fff;
}
@media screen and (min-width: 769px) {
    .p-home__fresh__txt1 {
        margin-bottom: 2.9282576867vw;
        font-size: 2.196193265vw;
        line-height: 2.9282576867vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__txt1 {
        margin-bottom: 6.6666666667vw;
        width: 50.6666666667vw;
        font-size: 6.9333333333vw;
        line-height: 8.5333333333vw;
    }
}
.p-home__fresh__txt2 {
    font-weight: 400;
    color: #fff;
}
@media screen and (min-width: 769px) {
    .p-home__fresh__txt2 {
        font-size: 1.0248901903vw;
        line-height: 1.8301610542vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh__txt2 {
        margin-bottom: 10.6666666667vw;
        font-size: 3.7333333333vw;
        line-height: 6.6666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__fresh__viewmore {
        position: absolute;
        left: 27.3792093704vw;
        bottom: 0;
    }
}
.p-home__fresh-image {
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 769px) {
    .p-home__fresh-image {
        height: 220dvh;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh-image {
        height: 170.6666666667vw;
    }
}
.p-home__fresh-image__img {
    position: sticky;
    top: 0;
}
@media screen and (min-width: 769px) {
    .p-home__fresh-image__img {
        height: 100dvh;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh-image__img {
        height: 85.3333333333vw;
    }
}
.p-home__fresh-image__img::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 1;
}
.p-home__fresh-image__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.p-home__fresh-image__head {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.p-home__fresh-image__head .head {
    position: relative;
    display: block;
    font-weight: 700;
    line-height: 0.95;
    color: #fff;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__fresh-image__head .head {
        font-size: 4.9048316252vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh-image__head .head {
        font-size: 9.3333333333vw;
    }
}
.p-home__fresh-image__head .head::before {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 87/60;
    background: url(../img/common/img_balloon_pink1.svg) no-repeat center/contain;
    scale: -1 1;
    z-index: -1;
}
@media screen and (min-width: 769px) {
    .p-home__fresh-image__head .head::before {
        bottom: -0.5856515373vw;
        left: -2.4890190337vw;
        width: 6.3689604685vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__fresh-image__head .head::before {
        bottom: -1.0666666667vw;
        left: -4.8vw;
        width: 12.4vw;
    }
}
.p-home__recruit {
    position: relative;
    background-color: #fff;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__recruit {
        margin-top: -100dvh;
        padding: 9.5168374817vw 0;
        border-radius: 2.9282576867vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__recruit {
        margin-top: -96vw;
        padding: 13.3333333333vw 8vw 16vw;
        border-radius: 9.6vw;
    }
}
.p-home__recruit::before {
    content: "";
}
.p-home__recruit__inner {
    position: relative;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__recruit__inner {
        width: 80.3806734993vw;
        padding-left: 42.4597364568vw;
        margin-inline: auto;
    }
}
@media screen and (max-width: 768px) {
    .p-home__recruit__inner {
        width: 100%;
        overflow-x: hidden;
    }
}
.p-home__recruit__head {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 769px) {
    .p-home__recruit__head {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 768px) {
    .p-home__recruit__head {
        margin-bottom: 8vw;
    }
}
.p-home__recruit__head .en {
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.075em;
}
@media screen and (min-width: 769px) {
    .p-home__recruit__head .en {
        font-size: 6.0761346999vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__recruit__head .en {
        font-size: 13.8666666667vw;
    }
}
.p-home__recruit__head .jp {
    font-weight: 700;
    line-height: 1;
}
@media screen and (min-width: 769px) {
    .p-home__recruit__head .jp {
        margin-top: -1em;
        font-size: 0.878477306vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__recruit__head .jp {
        margin-top: -0.5em;
        font-size: 3.2vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__recruit__txt1 {
        margin-bottom: 1.4641288433vw;
        font-size: 2.196193265vw;
        line-height: 2.9282576867vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__recruit__txt1 {
        margin-bottom: 9.3333333333vw;
        font-size: 6.6666666667vw;
        line-height: 8.5333333333vw;
    }
}
.p-home__recruit__txt2 {
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    .p-home__recruit__txt2 {
        margin-bottom: 2.9282576867vw;
        font-size: 1.0248901903vw;
        line-height: 1.8301610542vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__recruit__txt2 {
        margin-bottom: 9.3333333333vw;
        font-size: 3.7333333333vw;
        line-height: 8.5333333333vw;
        white-space: nowrap;
    }
}
.p-home__recruit__momopi {
    position: absolute;
    display: block;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__recruit__momopi {
        bottom: -0.9516837482vw;
        left: 20.1317715959vw;
        width: 7.1010248902vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__recruit__momopi {
        bottom: -2.6666666667vw;
        left: 59.7333333333vw;
        width: 20vw;
    }
}
@keyframes momopi {
    100% {
        translate: 0 7%;
    }
}
.p-home__first {
    position: relative;
    background-color: #eaecf0;
    z-index: 5;
    width: 100dvw;
    overflow-x: hidden;
}
@media screen and (min-width: 769px) {
    .p-home__first {
        margin-top: -2.9282576867vw;
        padding: 9.5168374817vw 0;
    }
}
@media screen and (max-width: 768px) {
    .p-home__first {
        margin-top: -9.6vw;
        padding: 30.6666666667vw 8vw 24vw;
    }
}
.p-home__first__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__first__inner {
        justify-content: center;
        width: 80.3806734993vw;
        min-height: 40.4099560761vw;
        padding-left: 51.2445095168vw;
        margin-inline: auto;
    }
}
@media screen and (max-width: 768px) {
    .p-home__first__inner {
        justify-content: flex-end;
        min-height: 92.5333333333vw;
        padding-left: 38.9333333333vw;
    }
}
.p-home__first__bars {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 769px) {
    .p-home__first__bars {
        inset: 2.9282576867vw auto 0 0;
    }
}
@media screen and (max-width: 768px) {
    .p-home__first__bars {
        inset: 9.6vw auto 0 0;
    }
}
.p-home__first__bars__item {
    background-color: #fff;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s ease;
}
@media screen and (min-width: 769px) {
    .p-home__first__bars__item {
        width: 50.0732064422vw;
        height: 3.0314787701vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__first__bars__item {
        width: 36vw;
        height: 6.9333333333vw;
    }
}
.p-home__first__bars__item.is-full {
    transform: scaleX(1) !important;
    transition: transform 0.5s ease;
}
.p-home__first__bars__item:nth-of-type(even) {
    background-color: #5c6b7b;
}
@media screen and (min-width: 769px) {
    .p-home__first__bars__item:nth-of-type(even) {
        width: 48.8286969253vw;
        height: 1.4099560761vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__first__bars__item:nth-of-type(even) {
        width: 32.9333333333vw;
        height: 3.2213333333vw;
    }
}
@media screen and (min-width: 769px) {
    .p-home__first__bars__item:nth-of-type(1) {
        height: 7.9663250366vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__first__bars__item:nth-of-type(1) {
        height: 18.2053333333vw;
    }
}
.p-home__first__head {
    position: relative;
    display: block;
    font-weight: 700;
    line-height: 1;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-home__first__head {
        margin-bottom: 0.878477306vw;
        font-size: 5.1976573939vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__first__head {
        margin-bottom: 2.6666666667vw;
        font-size: 13.3333333333vw;
    }
}
.p-home__first__head::before {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 96/68;
    background: url(../img/common/img_balloon_white1.svg) no-repeat center/contain;
    z-index: -1;
}
@media screen and (min-width: 769px) {
    .p-home__first__head::before {
        bottom: -0.1464128843vw;
        left: 8.9311859444vw;
        width: 7.027818448vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__first__head::before {
        bottom: -1.8666666667vw;
        left: 22.4vw;
        width: 20.2666666667vw;
    }
}
.p-home__first__label {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .p-home__first__label {
        margin-bottom: 3.6603221083vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__first__label {
        margin-bottom: 8vw;
        white-space: nowrap;
    }
}
.p-home__first__label .jp {
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    .p-home__first__label .jp {
        padding-right: 1.4641288433vw;
        border-right: 0.0732064422vw solid #000;
        font-size: 0.878477306vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__first__label .jp {
        padding-right: 5.3333333333vw;
        border-right: 0.2666666667vw solid #000;
        font-size: 3.2vw;
    }
}
.p-home__first__label .en {
    letter-spacing: 0;
}
@media screen and (min-width: 769px) {
    .p-home__first__label .en {
        padding-left: 1.3909224012vw;
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__first__label .en {
        padding-left: 5.0666666667vw;
        font-size: 2.6666666667vw;
    }
}
.p-home__first__txt {
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    .p-home__first__txt {
        margin-bottom: 2.9282576867vw;
        font-size: 1.0248901903vw;
        line-height: 1.8301610542vw;
    }
}
@media screen and (max-width: 768px) {
    .p-home__first__txt {
        margin-bottom: 8.5333333333vw;
        font-size: 3.7333333333vw;
        line-height: 8.5333333333vw;
    }
}
.p-passion .js-scroll-wrapper {
    position: relative;
}
@media screen and (min-width: 769px) {
    .p-passion .js-scroll-wrapper {
        margin-top: -7.906295754vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion .js-scroll-wrapper {
        margin-top: -20.2666666667vw;
    }
}
.p-passion__scroll {
    position: sticky;
    top: 0;
    width: 100%;
    overflow-x: auto;
    z-index: 1000;
    display: flex;
}
@media screen and (max-width: 768px) {
    .p-passion__scroll {
        pointer-events: none;
    }
    .p-passion__scroll a, .p-passion__scroll button {
        pointer-events: auto;
    }
}
.p-passion__scroll.is-disabled {
    pointer-events: none;
}
.p-passion__body {
    position: relative;
    height: 100dvh;
    display: flex;
    align-items: flex-start;
}
@media screen and (min-width: 769px) {
    .p-passion__body {
        background: #ff8db9;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__body {
        padding-right: 100dvw;
        background: #ff8db9;
    }
}
.p-passion__nav {
    position: sticky;
    z-index: 100;
}
@media screen and (min-width: 769px) {
    .p-passion__nav {
        left: -50dvw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__nav {
        left: -300dvw;
    }
}
.p-passion__nav__list {
    position: absolute;
    display: flex;
}
@media screen and (min-width: 769px) {
    .p-passion__nav__list {
        left: 150dvw;
        top: 7.906295754vw;
        gap: 1.317715959vw;
        translate: calc(-100% - 2.196193265vw) 0;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__nav__list {
        left: 400dvw;
        top: 24vw;
        gap: 4.8vw;
        translate: calc(-100% - 5.3333333333vw) 0;
    }
}
.p-passion__nav__item {
    position: relative;
}
.p-passion__nav__item + .p-passion__nav__item::before {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 12/2;
    margin: auto;
    background: url(../img/passion/img_nav.png) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
    .p-passion__nav__item + .p-passion__nav__item::before {
        inset: 0 100% 0 -1.317715959vw;
        width: 0.878477306vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__nav__item + .p-passion__nav__item::before {
        inset: 0 100% 0 -4.8vw;
        width: 3.2vw;
    }
}
.p-passion__nav__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100vmax;
    color: #ff51a1;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}
@media screen and (min-width: 769px) {
    .p-passion__nav__item a {
        padding-inline: 0.7320644217vw;
        height: 1.4641288433vw;
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__nav__item a {
        padding-inline: 2.6666666667vw;
        height: 5.3333333333vw;
        font-size: 2.6666666667vw;
    }
}
.p-passion__nav__item a.is-current {
    background-color: #ff51a1;
    color: #fff;
}
@media (any-hover: hover) {
    .p-passion__nav__item a:hover {
        opacity: 1;
        background-color: #ff51a1;
        color: #fff;
    }
}
.p-passion__bg {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
}
.p-passion__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    z-index: 10;
    opacity: 0.8;
}
@media screen and (min-width: 769px) {
    .p-passion__bg::before {
        background: url(../img/passion/bg_main.png) repeat center top/50dvw auto;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg::before {
        background: url(../img/passion/bg_main.png) repeat center top/150dvw auto;
    }
}
.p-passion__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    z-index: 2;
}
@media screen and (min-width: 769px) {
    .p-passion__bg::after {
        background: url(../img/passion/bg_town.png) repeat-x left bottom/min(439.2386530015vw, 780.2340702211vh) auto;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg::after {
        background: url(../img/passion/bg_town.png) repeat-x -53.3333333333vw bottom/1600vw auto;
    }
}
.p-passion__bg__cloud {
    position: absolute;
    z-index: 1;
}
@media screen and (min-width: 769px) {
    .p-passion__bg__cloud {
        top: max(-3.8067349927vw, -6.7620286086vh);
        left: max(-4.3191800878vw, -7.6723016905vh);
        width: min(25.9150805271vw, 46.033810143vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg__cloud {
        top: -6.1333333333vw;
        left: -7.2vw;
        width: 54.4vw;
    }
}
.p-passion__bg__balloon {
    position: absolute;
    z-index: 2;
    animation: balloon 2s ease-in-out alternate-reverse infinite;
}
@media screen and (min-width: 769px) {
    .p-passion__bg__balloon {
        top: min(9.2650073206vw, 16.4577373212vh);
        left: min(86.5563689605vw, 153.7529258778vh);
        width: min(5.1244509517vw, 9.1027308192vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg__balloon {
        top: 21.3333333333vw;
        left: 208vw;
        width: 18.6666666667vw;
    }
}
@keyframes balloon {
    100% {
        translate: 0 -10%;
    }
}
.p-passion__bg__car {
    position: absolute;
    display: block;
    animation: car 0.5s linear alternate-reverse infinite;
    z-index: 8;
}
@media screen and (min-width: 769px) {
    .p-passion__bg__car {
        inset: auto auto min(0.8052708638vw, 1.4304291287vh) min(27.7452415813vw, 49.2847854356vh);
        width: min(9.2093704246vw, 16.3589076723vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg__car {
        inset: auto auto 1.3333333333vw 33.2266666667vw;
        width: 33.5466666667vw;
    }
}
@keyframes car {
    100% {
        translate: 0 -0.5%;
    }
}
.p-passion__bg__car .car {
    display: block;
}
.p-passion__bg__animation .cloud {
    position: absolute;
    left: 0;
    aspect-ratio: 121.77/70.33;
    z-index: -1;
    animation: cloud1 1s ease-in-out alternate-reverse infinite, cloud2 120s 0s linear infinite;
}
.p-passion__bg__animation .cloud.cloud1 {
    animation-delay: 0s, 0s;
}
@media screen and (min-width: 769px) {
    .p-passion__bg__animation .cloud.cloud1 {
        top: min(17.1303074671vw, 30.4291287386vh);
        width: min(8.9143484627vw, 15.8348504551vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg__animation .cloud.cloud1 {
        top: 62.4vw;
        width: 32.472vw;
    }
}
.p-passion__bg__animation .cloud.cloud2 {
    animation-delay: -0.5s, -100s;
}
@media screen and (min-width: 769px) {
    .p-passion__bg__animation .cloud.cloud2 {
        top: min(39.897510981vw, 70.8712613784vh);
        width: min(6.0029282577vw, 10.6631989597vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg__animation .cloud.cloud2 {
        top: 145.3333333333vw;
        width: 21.8666666667vw;
    }
}
.p-passion__bg__animation .cloud.cloud3 {
    animation-delay: 0s, -70s;
}
@media screen and (min-width: 769px) {
    .p-passion__bg__animation .cloud.cloud3 {
        top: min(36.383601757vw, 64.6293888166vh);
        width: min(6.0029282577vw, 10.6631989597vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg__animation .cloud.cloud3 {
        top: 132.5333333333vw;
        width: 21.8666666667vw;
    }
}
.p-passion__bg__animation .cloud.cloud4 {
    animation-delay: -0.5s, -40s;
}
@media screen and (min-width: 769px) {
    .p-passion__bg__animation .cloud.cloud4 {
        top: min(35.1390922401vw, 62.4187256177vh);
        width: min(9.4436310395vw, 16.7750325098vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg__animation .cloud.cloud4 {
        top: 128vw;
        width: 34.4vw;
    }
}
.p-passion__bg__animation .cloud.cloud5 {
    animation-delay: 0s, -60s;
}
@media screen and (min-width: 769px) {
    .p-passion__bg__animation .cloud.cloud5 {
        top: min(29.2825768668vw, 52.0156046814vh);
        width: min(17.4231332357vw, 30.9492847854vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg__animation .cloud.cloud5 {
        top: 106.6666666667vw;
        width: 63.4666666667vw;
    }
}
.p-passion__bg__animation .cloud.cloud6 {
    animation-delay: -0.5s, -90s;
}
@media screen and (min-width: 769px) {
    .p-passion__bg__animation .cloud.cloud6 {
        top: min(35.1390922401vw, 62.4187256177vh);
        width: min(11.9326500732vw, 21.1963589077vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg__animation .cloud.cloud6 {
        top: 128vw;
        width: 43.4666666667vw;
    }
}
.p-passion__bg__animation .cloud.cloud7 {
    animation-delay: 0s, -30s;
}
@media screen and (min-width: 769px) {
    .p-passion__bg__animation .cloud.cloud7 {
        top: min(23.4260614934vw, 41.6124837451vh);
        width: min(17.4231332357vw, 30.9492847854vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg__animation .cloud.cloud7 {
        top: 85.3333333333vw;
        width: 63.4666666667vw;
    }
}
@keyframes cloud1 {
    0% {
        scale: 1 1;
    }
    100% {
        scale: 1.1 1;
    }
}
@keyframes cloud2 {
    0% {
        left: 0;
        translate: -100% 0;
    }
    100% {
        left: 100%;
        translate: 0% 0;
    }
}
.p-passion__bg__animation .car {
    position: absolute;
    left: 0;
    aspect-ratio: 46.62/29.93;
    z-index: 5;
    animation: car1 0.4s ease-in-out alternate-reverse infinite, car2 110s 0s linear infinite;
}
@media screen and (min-width: 769px) {
    .p-passion__bg__animation .car {
        bottom: min(2.635431918vw, 4.6814044213vh);
        width: min(3.4128843338vw, 6.0624187256vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg__animation .car {
        bottom: 9.6vw;
        width: 12.432vw;
    }
}
.p-passion__bg__animation .car.car1 {
    animation-delay: 0s, 0s;
}
.p-passion__bg__animation .car.car2 {
    animation-delay: -0.2s, -100s;
}
.p-passion__bg__animation .car.car3 {
    animation-delay: 0s, -70s;
}
.p-passion__bg__animation .car.car4 {
    animation-delay: -0.2s, -40s;
}
.p-passion__bg__animation .car.car4::before {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 40.73/26.58;
    background: url(../img/passion/img_car_balloon.png) no-repeat center/contain;
    animation: carBalloon 3s ease-in-out infinite;
}
@media screen and (min-width: 769px) {
    .p-passion__bg__animation .car.car4::before {
        bottom: min(1.9033674963vw, 3.3810143043vh);
        left: min(1.6837481698vw, 2.9908972692vh);
        width: min(2.9816983895vw, 5.2964889467vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg__animation .car.car4::before {
        bottom: 6.9333333333vw;
        left: 6.1333333333vw;
        width: 10.8613333333vw;
    }
}
@keyframes carBalloon {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    50.0001% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.p-passion__bg__animation .car.car5 {
    animation-delay: 0s, -60s;
}
@keyframes car1 {
    0% {
        scale: 1 1;
    }
    100% {
        scale: 1 1.05;
    }
}
@keyframes car2 {
    0% {
        left: 0;
        translate: -100% 0;
    }
    100% {
        left: 100%;
        translate: 0% 0;
    }
}
.p-passion__bg .dome {
    position: absolute;
    z-index: 4;
    animation: dome 2s ease-in-out infinite;
}
.p-passion__bg .dome.voice1 {
    aspect-ratio: 35.6/48.43;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .dome.voice1 {
        bottom: min(11.7130307467vw, 20.8062418726vh);
        left: min(193.2650073206vw, 343.3029908973vh);
        width: min(2.6061493411vw, 4.6293888166vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .dome.voice1 {
        bottom: 42.6666666667vw;
        left: 650.6666666667vw;
        width: 9.4933333333vw;
    }
}
.p-passion__bg .dome.voice2 {
    aspect-ratio: 47.05/44.53;
    animation-delay: -1s;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .dome.voice2 {
        bottom: min(10.980966325vw, 19.5058517555vh);
        left: min(205.710102489vw, 365.4096228869vh);
        width: min(3.444363104vw, 6.1183355007vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .dome.voice2 {
        bottom: 40vw;
        left: 696vw;
        width: 12.5466666667vw;
    }
}
@keyframes dome {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
}
.p-passion__bg .onair {
    position: absolute;
    display: block;
    aspect-ratio: 52.52/26.57;
    animation: onair 3s -1s ease-in-out infinite;
    z-index: 4;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .onair {
        bottom: min(14.3484626647vw, 25.4876462939vh);
        left: min(222.9136163982vw, 395.9687906372vh);
        width: min(3.8448023426vw, 6.8296488947vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .onair {
        bottom: 52.2666666667vw;
        left: 758.6666666667vw;
        width: 14.0053333333vw;
    }
}
@keyframes onair {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    50.0001% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.p-passion__bg .tv {
    position: absolute;
    display: block;
    aspect-ratio: 58.34/66.77;
    animation: tv 3s ease-in-out infinite alternate-reverse;
    z-index: 4;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .tv {
        bottom: min(5.6368960469vw, 10.0130039012vh);
        left: min(138.6530014641vw, 246.2938881664vh);
        width: min(4.270863836vw, 7.5864759428vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .tv {
        bottom: 20.5333333333vw;
        left: 451.7333333333vw;
        width: 15.5573333333vw;
    }
}
@keyframes tv {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
}
.p-passion__bg .yatai {
    position: absolute;
    display: block;
    aspect-ratio: 37.08/23.78;
    animation: yatai 3s ease-in-out infinite alternate-reverse;
    z-index: 4;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .yatai {
        bottom: min(8.345534407vw, 14.8244473342vh);
        left: min(289.1654465593vw, 513.6540962289vh);
        width: min(2.7144948755vw, 4.821846554vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .yatai {
        bottom: 30.4vw;
        left: 1000vw;
        width: 9.888vw;
    }
}
.p-passion__bg .yatai img {
    position: absolute;
    inset: 0;
}
.p-passion__bg .yatai img:first-child {
    scale: 2 3;
    opacity: 0.3;
}
@keyframes yatai {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
}
.p-passion__bg .girl_balloon {
    position: absolute;
    display: block;
    aspect-ratio: 16.98/49.17;
    z-index: 4;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .girl_balloon {
        bottom: min(3.513909224vw, 6.2418725618vh);
        left: min(345.6808199122vw, 614.044213264vh);
        width: min(1.243045388vw, 2.2080624187vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .girl_balloon {
        bottom: 12.8vw;
        left: 1205.8666666667vw;
        width: 4.528vw;
    }
}
.p-passion__bg .guitar {
    position: absolute;
    display: block;
    aspect-ratio: 52.73/54.93;
    z-index: 4;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .guitar {
        bottom: min(3.7335285505vw, 6.6319895969vh);
        left: min(359.8828696925vw, 639.2717815345vh);
        width: min(3.8601756955vw, 6.8569570871vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .guitar {
        bottom: 13.6vw;
        left: 1257.6vw;
        width: 14.0613333333vw;
    }
}
.p-passion__bg .vision {
    position: absolute;
    display: block;
    aspect-ratio: 71.62/79.09;
    z-index: 4;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .vision {
        bottom: min(3.6603221083vw, 6.5019505852vh);
        left: min(311.1273792094vw, 552.6657997399vh);
        width: min(5.243045388vw, 9.3133940182vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .vision {
        bottom: 13.3333333333vw;
        left: 1080vw;
        width: 19.0986666667vw;
    }
}
.p-passion__bg .runner {
    position: absolute;
    display: block;
    z-index: 4;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .runner {
        bottom: min(2.9282576867vw, 5.2015604681vh);
        left: min(155.1976573939vw, 275.6827048114vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .runner {
        bottom: 10.6666666667vw;
        left: 512vw;
    }
}
.p-passion__bg .runner.runner1 {
    aspect-ratio: 54.6/75.16;
    animation: runner1 16s -0.7s ease-in-out infinite, runner2 0.5s ease-in-out alternate-reverse infinite;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .runner.runner1 {
        width: min(3.9970717423vw, 7.100130039vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .runner.runner1 {
        width: 14.56vw;
    }
}
.p-passion__bg .runner.runner2 {
    aspect-ratio: 54.6/73.11;
    animation: runner1 16s ease-in-out infinite, runner2 0.5s ease-in-out alternate-reverse infinite;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .runner.runner2 {
        width: min(3.9970717423vw, 7.100130039vh);
        padding-inline: min(0.3330893119vw, 0.5916775033vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .runner.runner2 {
        width: 14.56vw;
        padding-inline: 1.2133333333vw;
    }
}
@keyframes runner1 {
    0% {
        transform: translateX(0%) scaleX(1);
    }
    49% {
        transform: translateX(700%) scaleX(1);
    }
    51% {
        transform: translateX(700%) scaleX(-1);
    }
    100% {
        transform: translateX(0%) scaleX(-1);
    }
}
@keyframes runner2 {
    0% {
        scale: 1 1;
        translate: 0 0;
    }
    100% {
        scale: 1 1.05;
        translate: 0 -5%;
    }
}
.p-passion__bg .beer {
    position: absolute;
    display: block;
    aspect-ratio: 65.05/79.54;
    z-index: 4;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .beer {
        bottom: min(3.8067349927vw, 6.7620286086vh);
        left: min(136.4568081991vw, 242.3927178153vh);
        width: min(4.762079063vw, 8.4590377113vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .beer {
        bottom: 13.8666666667vw;
        left: 443.7333333333vw;
        width: 17.3466666667vw;
    }
}
.p-passion__bg .king {
    position: absolute;
    display: block;
    aspect-ratio: 1/1;
    z-index: 4;
    animation: king1 24s ease-in-out infinite, king2 0.5s ease-in-out alternate-reverse infinite;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .king {
        bottom: min(3.2210834553vw, 5.721716515vh);
        left: min(98.8286969253vw, 175.5526657997vh);
        width: min(6.588579795vw, 11.7035110533vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .king {
        bottom: 11.7333333333vw;
        left: 306.6666666667vw;
        width: 24vw;
    }
}
@keyframes king1 {
    0% {
        transform: translateX(0%) scaleX(-1);
    }
    49% {
        transform: translateX(400%) scaleX(-1);
    }
    51% {
        transform: translateX(400%) scaleX(1);
    }
    100% {
        transform: translateX(0%) scaleX(1);
    }
}
@keyframes king2 {
    0% {
        scale: 1 1.05;
        translate: 0 -5%;
    }
    100% {
        scale: 1 1;
        translate: 0 0;
    }
}
.p-passion__bg .golf {
    position: absolute;
    display: block;
    aspect-ratio: 227/100;
    z-index: 4;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .golf {
        bottom: min(2.8550512445vw, 5.0715214564vh);
        left: min(368.2284040996vw, 654.0962288687vh);
        width: min(16.6178623719vw, 29.5188556567vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .golf {
        bottom: 10.4vw;
        left: 1288vw;
        width: 60.5333333333vw;
    }
}
.p-passion__bg .music {
    position: absolute;
    display: block;
    aspect-ratio: 74.75/96.58;
    z-index: 4;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .music {
        bottom: min(2.4158125915vw, 4.2912873862vh);
        left: min(277.1595900439vw, 492.3276983095vh);
        width: min(5.472181552vw, 9.7204161248vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .music {
        bottom: 8.8vw;
        left: 956.2666666667vw;
        width: 19.9333333333vw;
    }
}
.p-passion__bg .windmill {
    position: absolute;
    display: block;
    aspect-ratio: 86.02/76.54;
    z-index: 4;
}
@media screen and (min-width: 769px) {
    .p-passion__bg .windmill {
        bottom: min(10.541727672vw, 18.7256176853vh);
        left: min(245.3879941435vw, 435.8907672302vh);
        width: min(6.2972181552vw, 11.1859557867vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__bg .windmill {
        bottom: 38.4vw;
        left: 840.5333333333vw;
        width: 22.9386666667vw;
    }
}
.p-passion__kv {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-passion__kv {
        width: min(114.3484626647vw, 203.1209362809vh);
        padding: min(10.2489019034vw, 18.2054616385vh) min(12.3718887262vw, 21.9765929779vh) min(11.5666178624vw, 20.5461638492vh) min(9.9560761347vw, 17.6853055917vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv {
        width: 314.6666666667vw;
        padding: 33.6vw 19.7333333333vw 42.1333333333vw 6.9333333333vw;
    }
}
.p-passion__kv__inner {
    position: relative;
    display: flex;
}
@media screen and (min-width: 769px) {
    .p-passion__kv__inner {
        align-items: flex-start;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv__inner {
        align-items: center;
    }
}
.p-passion__kv__title {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 769px) {
    .p-passion__kv__title {
        gap: min(0.7320644217vw, 1.300390117vh);
        margin-top: min(9.5168374817vw, 16.9050715215vh);
        margin-right: min(11.7130307467vw, 20.8062418726vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv__title {
        gap: 2.6666666667vw;
        margin-right: 42.6666666667vw;
    }
}
.p-passion__kv__title .en {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
@media screen and (min-width: 769px) {
    .p-passion__kv__title .en {
        font-size: min(5.1244509517vw, 9.1027308192vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv__title .en {
        font-size: 14.9333333333vw;
    }
}
@media screen and (min-width: 769px) {
    .p-passion__kv__title .jp {
        font-size: min(1.0248901903vw, 1.8205461638vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv__title .jp {
        font-size: 3.7333333333vw;
    }
}
.p-passion__kv__section {
    display: flex;
    align-items: flex-start;
}
.p-passion__kv__head {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-weight: 700;
    z-index: 10;
    white-space: nowrap;
}
@media screen and (min-width: 769px) {
    .p-passion__kv__head {
        margin-right: min(0.7320644217vw, 1.300390117vh);
        font-size: min(8.2723279649vw, 14.6944083225vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv__head {
        margin-right: 12vw;
        font-size: 25.6vw;
    }
}
.p-passion__kv__head .js-anim-text + .js-anim-text {
    margin-top: -0.45em;
}
.p-passion__kv__head::before {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 146/102;
    background: url(../img/common/img_balloon_white2.svg) no-repeat center/contain;
    z-index: -1;
}
@media screen and (min-width: 769px) {
    .p-passion__kv__head::before {
        bottom: max(-1.317715959vw, -2.3407022107vh);
        left: min(13.9092240117vw, 24.7074122237vh);
        width: min(10.6881405564vw, 18.9856957087vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv__head::before {
        bottom: -4.8vw;
        left: 42.6666666667vw;
        width: 33.0666666667vw;
    }
}
.p-passion__kv__txt {
    white-space: nowrap;
}
@media screen and (min-width: 769px) {
    .p-passion__kv__txt {
        margin-top: min(14.6412884334vw, 26.0078023407vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv__txt {
        margin-top: 32vw;
    }
}
@media screen and (min-width: 769px) {
    .p-passion__kv__txt .main {
        margin-bottom: min(1.4641288433vw, 2.6007802341vh);
        font-size: min(1.9033674963vw, 3.3810143043vh);
        line-height: min(2.635431918vw, 4.6814044213vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv__txt .main {
        margin-bottom: 9.3333333333vw;
        font-size: 6.6666666667vw;
        line-height: 8.5333333333vw;
    }
}
.p-passion__kv__txt .sub {
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    .p-passion__kv__txt .sub {
        margin-bottom: min(2.9282576867vw, 5.2015604681vh);
        font-size: min(1.0248901903vw, 1.8205461638vh);
        line-height: min(2.3426061493vw, 4.1612483745vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv__txt .sub {
        margin-bottom: 9.3333333333vw;
        font-size: 3.7333333333vw;
        line-height: 8.5333333333vw;
        white-space: nowrap;
    }
}
.p-passion__kv__breadCrumb {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.p-passion__kv__breadCrumb__item {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .p-passion__kv__breadCrumb__item {
        gap: min(1.0980966325vw, 1.9505851756vh);
        font-size: min(0.7320644217vw, 1.300390117vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv__breadCrumb__item {
        gap: 4vw;
        font-size: 2.6666666667vw;
    }
}
.p-passion__kv__breadCrumb__item a {
    display: block;
    text-decoration: underline;
}
@media screen and (min-width: 769px) {
    .p-passion__kv__breadCrumb__item + .p-passion__kv__breadCrumb__item {
        margin-left: min(1.2445095168vw, 2.210663199vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv__breadCrumb__item + .p-passion__kv__breadCrumb__item {
        margin-left: 4.5333333333vw;
    }
}
.p-passion__kv__breadCrumb__item + .p-passion__kv__breadCrumb__item::before {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
}
@media screen and (min-width: 769px) {
    .p-passion__kv__breadCrumb__item + .p-passion__kv__breadCrumb__item::before {
        width: min(0.2928257687vw, 0.5201560468vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__kv__breadCrumb__item + .p-passion__kv__breadCrumb__item::before {
        width: 1.0666666667vw;
    }
}
.p-passion__section {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
}
@media screen and (min-width: 769px) {
    .p-passion__section {
        margin-right: min(11.3469985359vw, 20.156046814vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section {
        margin-right: 41.3333333333vw;
    }
}
.p-passion__section__inner {
    position: relative;
    display: flex;
    align-items: flex-start;
}
@media screen and (min-width: 769px) {
    .p-passion__section__inner {
        padding: min(7.3206442167vw, 13.0039011704vh) 0 min(14.6412884334vw, 26.0078023407vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__inner {
        padding: 26.6666666667vw 0 53.3333333333vw;
    }
}
.p-passion__section__head {
    position: absolute;
    top: 0;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    opacity: 0.68;
    z-index: -1;
}
@media screen and (min-width: 769px) {
    .p-passion__section__head {
        left: max(-3.6603221083vw, -6.5019505852vh);
        font-size: min(8.78477306vw, 15.6046814044vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__head {
        left: -13.3333333333vw;
        font-size: 32vw;
    }
}
.p-passion__section__head .sub {
    display: block;
}
@media screen and (min-width: 769px) {
    .p-passion__section__head .sub {
        margin: min(1.0248901903vw, 1.8205461638vh) 0 max(-0.2928257687vw, -0.5201560468vh);
        font-size: min(2.635431918vw, 4.6814044213vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__head .sub {
        margin: 3.7333333333vw 0 -1.0666666667vw;
        font-size: 9.6vw;
    }
}
.p-passion__section__head .main {
    display: block;
}
@media screen and (min-width: 769px) {
    .p-passion__section__head .main {
        font-size: min(4.9780380673vw, 8.8426527958vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__head .main {
        font-size: 18.1333333333vw;
    }
}
.p-passion__section__list {
    display: flex;
}
@media screen and (min-width: 769px) {
    .p-passion__section__list {
        gap: min(2.9282576867vw, 5.2015604681vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__list {
        gap: 10.6666666667vw;
    }
}
.p-passion__section__list__item {
    position: relative;
    background-color: #fff;
}
@media screen and (min-width: 769px) {
    .p-passion__section__list__item {
        width: min(23.4260614934vw, 41.6124837451vh);
        padding: min(1.4641288433vw, 2.6007802341vh);
        border-radius: min(1.4641288433vw, 2.6007802341vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__list__item {
        width: 85.3333333333vw;
        padding: 5.3333333333vw;
        border-radius: 5.3333333333vw;
    }
}
.p-passion__section__list__item .head {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 126.87/64.66;
    background: url(../img/passion/img_balloon_pink.svg) no-repeat center/contain;
    font-weight: 700;
    color: #fff;
}
@media screen and (min-width: 769px) {
    .p-passion__section__list__item .head {
        inset: max(-0.7320644217vw, -1.300390117vh) auto auto max(-0.7320644217vw, -1.300390117vh);
        gap: min(0.2196193265vw, 0.3901170351vh);
        width: min(9.2877013177vw, 16.4980494148vh);
        padding-bottom: min(0.8052708638vw, 1.4304291287vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__list__item .head {
        inset: -2.6666666667vw auto auto -2.6666666667vw;
        gap: 0.8vw;
        width: 33.832vw;
        padding-bottom: 2.9333333333vw;
    }
}
@media screen and (min-width: 769px) {
    .p-passion__section__list__item .head__txt {
        font-size: min(0.7320644217vw, 1.300390117vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__list__item .head__txt {
        font-size: 2.6666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .p-passion__section__list__item .head__num {
        font-size: min(1.4641288433vw, 2.6007802341vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__list__item .head__num {
        font-size: 5.3333333333vw;
    }
}
.p-passion__section__list__item .photo {
    overflow: hidden;
    aspect-ratio: 280/197;
}
@media screen and (min-width: 769px) {
    .p-passion__section__list__item .photo {
        margin-bottom: min(1.0980966325vw, 1.9505851756vh);
        border-radius: min(1.4641288433vw, 2.6007802341vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__list__item .photo {
        margin-bottom: 4vw;
        border-radius: 5.3333333333vw;
    }
}
.p-passion__section__list__item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (min-width: 769px) {
    .p-passion__section__list__item .bottom__txt {
        font-size: min(1.0248901903vw, 1.8205461638vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__list__item .bottom__txt {
        font-size: 3.7333333333vw;
    }
}
.p-passion__section__list__item .bottom__more {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .p-passion__section__list__item .bottom__more {
        gap: min(0.7320644217vw, 1.300390117vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__list__item .bottom__more {
        gap: 2.6666666667vw;
    }
}
.p-passion__section__list__item .bottom__more .txt {
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    .p-passion__section__list__item .bottom__more .txt {
        font-size: min(0.7320644217vw, 1.300390117vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__list__item .bottom__more .txt {
        font-size: 2.6666666667vw;
    }
}
.p-passion__section__list__item .bottom__more .icn {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #ff51a1;
}
@media screen and (min-width: 769px) {
    .p-passion__section__list__item .bottom__more .icn {
        width: min(2.1229868228vw, 3.7711313394vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__list__item .bottom__more .icn {
        width: 7.7333333333vw;
    }
}
.p-passion__section__list__item .bottom__more .icn::before, .p-passion__section__list__item .bottom__more .icn::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    width: 35%;
    margin: auto;
    border-radius: 100vmax;
    background-color: #fff;
}
@media screen and (min-width: 769px) {
    .p-passion__section__list__item .bottom__more .icn::before, .p-passion__section__list__item .bottom__more .icn::after {
        height: min(0.1464128843vw, 0.2600780234vh);
    }
}
@media screen and (max-width: 768px) {
    .p-passion__section__list__item .bottom__more .icn::before, .p-passion__section__list__item .bottom__more .icn::after {
        height: 0.5333333333vw;
    }
}
.p-passion__section__list__item .bottom__more .icn::before {
    rotate: 90deg;
}
.p-passion__modal {
    position: fixed;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: auto;
    z-index: 10000;
    transition: 0.4s all ease-in-out;
}
.p-passion__modal:not(.is-open) {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}
@media screen and (min-width: 769px) {
    .p-passion__modal {
        padding-bottom: 5.8565153734vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal {
        padding: 0 8vw 21.3333333333vw;
    }
}
.p-passion__modal__head {
    position: absolute;
    z-index: 10;
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-weight: 700;
    z-index: 10;
    white-space: nowrap;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__head {
        top: 7.6134699854vw;
        right: 3.6603221083vw;
        margin-right: 0.7320644217vw;
        font-size: 4.9780380673vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__head {
        top: 39.4666666667vw;
        right: 1.3333333333vw;
        font-size: 9.6vw;
    }
}
.p-passion__modal__head .js-anim-text + .js-anim-text {
    margin-top: -0.45em;
}
.p-passion__modal__head::before {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 146/102;
    background: url(../img/common/img_balloon_white2.svg) no-repeat center/contain;
    z-index: -1;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__head::before {
        bottom: -1.6105417277vw;
        left: 8.6383601757vw;
        width: 6.588579795vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__head::before {
        bottom: -1.6vw;
        left: 16.5333333333vw;
        width: 12.8vw;
    }
}
.p-passion__modal__close {
    position: sticky;
    display: flex;
    justify-content: flex-end;
    z-index: 100;
    pointer-events: none;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__close {
        top: 4.4655929722vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__close {
        top: 24.8vw;
    }
}
.p-passion__modal__close__btn {
    position: relative;
    aspect-ratio: 1/1;
    margin-left: auto;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__close__btn {
        width: 2.635431918vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__close__btn {
        width: 9.6vw;
    }
}
.p-passion__modal__close__btn::before, .p-passion__modal__close__btn::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    width: 26%;
    height: 1px;
    margin: auto;
    background-color: #fff;
}
.p-passion__modal__close__btn::before {
    rotate: 45deg;
}
.p-passion__modal__close__btn::after {
    rotate: -45deg;
}
.p-passion__modal__inner {
    position: relative;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__inner {
        width: 80.5270863836vw;
        margin-inline: auto;
    }
}
.p-passion__modal__section {
    position: relative;
    background-color: #ff51a1;
}
.p-passion__modal__section:not(.is-active) {
    display: none;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section {
        margin-top: 7.1010248902vw;
        padding: 5.270863836vw 3.6603221083vw 3.6603221083vw;
        border-radius: 2.5622254758vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section {
        margin-top: 34.6666666667vw;
        padding: 18.1333333333vw 4vw 7.4666666667vw;
        border-radius: 7.2vw;
    }
}
.p-passion__modal__section__head {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 126.87/64.66;
    background: url(../img/passion/img_balloon_white.svg) no-repeat center/contain;
    font-weight: 700;
    color: #ff51a1;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__head {
        inset: -2.196193265vw auto auto 3.3674963397vw;
        gap: 0.2196193265vw;
        width: 9.8096632504vw;
        padding-bottom: 0.8052708638vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__head {
        inset: -5.3333333333vw auto auto 4vw;
        gap: 0.8vw;
        width: 33.832vw;
        padding-bottom: 2.9333333333vw;
    }
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__head .txt {
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__head .txt {
        font-size: 2.6666666667vw;
    }
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__head .num {
        font-size: 1.4641288433vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__head .num {
        font-size: 5.3333333333vw;
    }
}
.p-passion__modal__section__header {
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__header {
        width: 66.1786237189vw;
        margin-inline: auto;
    }
}
.p-passion__modal__section__header::before {
    content: "";
    position: absolute;
    display: block;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__header::before {
        top: 13.3967789165vw;
        left: -3.513909224vw;
        width: 10.1756954612vw;
        aspect-ratio: 139/175.4;
        background: url(../img/passion/img_modal1.png) no-repeat center bottom/contain;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__header::before {
        top: -39.4666666667vw;
        left: 1.8666666667vw;
        width: 27.1653333333vw;
        aspect-ratio: 101.87/64.64;
        background: url(../img/passion/img_modal1-sp.png) no-repeat center bottom/contain;
    }
}
.p-passion__modal__section__header::after {
    content: "";
    position: absolute;
    display: block;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__header::after {
        top: 16.1054172767vw;
        right: -0.878477306vw;
        width: 7.434114202vw;
        aspect-ratio: 101.55/134.34;
        background: url(../img/passion/img_modal2.png) no-repeat center bottom/contain;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__header::after {
        top: 12.8vw;
        left: 3.2vw;
        width: 18.344vw;
        aspect-ratio: 68.79/39.73;
        background: url(../img/passion/img_modal2-sp.png) no-repeat center bottom/contain;
    }
}
.p-passion__modal__section__header .copy {
    position: relative;
    color: #fff;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__header .copy {
        margin-bottom: 2.3426061493vw;
        font-size: 1.9033674963vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__header .copy {
        width: 42.6666666667vw;
        height: 22.4vw;
        font-size: 5.3333333333vw;
        line-height: 1.3;
    }
    .p-passion__modal__section__header .copy.sp-small {
        font-size: 4.8vw;
    }
}
.p-passion__modal__section__header .head {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__header .head {
        gap: 0.3660322108vw;
        margin-bottom: 9.5168374817vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__header .head {
        gap: 0.5333333333vw;
        margin-bottom: 8vw;
    }
}
.p-passion__modal__section__header .head__line {
    position: relative;
}
.p-passion__modal__section__header .head__line::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    border: 1px solid #000;
    background-color: #ffb4d6;
    z-index: 1;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__header .head__line::after {
        border-radius: 1.0248901903vw;
        translate: 0.7320644217vw 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__header .head__line::after {
        border-radius: 1.8666666667vw;
        translate: 1.3333333333vw 1.3333333333vw;
    }
}
.p-passion__modal__section__header .head__line__txt {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    background-color: #fff;
    font-weight: 700;
    white-space: nowrap;
    z-index: 10;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__header .head__line__txt {
        height: 5.3440702782vw;
        padding: 0 1.0980966325vw 0 1.8301610542vw;
        border-radius: 1.0248901903vw;
        font-size: 2.635431918vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__header .head__line__txt {
        height: 10.6666666667vw;
        padding: 0 1.6vw 0 3.2vw;
        border-radius: 1.8666666667vw;
        font-size: 5.3333333333vw;
    }
    .p-passion__modal__section__header .head__line__txt.sp-small {
        font-size: 4.2666666667vw;
    }
}
.p-passion__modal__section__header .photo {
    position: absolute;
    margin-inline: auto;
    overflow: hidden;
    z-index: 3;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__header .photo {
        inset: 7.8330893119vw 0 auto;
        width: 53.2942898975vw;
        border-radius: 1.4641288433vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__header .photo {
        inset: 41.0666666667vw 0 auto;
        width: 67.7333333333vw;
        border-radius: 3.4666666667vw;
    }
}
.p-passion__modal__section__box {
    position: relative;
    position: relative;
    background-color: #fff;
    z-index: 1;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__box {
        padding: 25.6222547584vw 9.9560761347vw 10.980966325vw;
        border-radius: 2.5622254758vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__box {
        padding: 43.4666666667vw 4vw 30.6666666667vw;
        border-radius: 7.2vw;
    }
}
.p-passion__modal__section__box::after {
    content: "";
    position: absolute;
    display: block;
    margin-inline: auto;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__box::after {
        inset: auto 0 -0.9516837482vw;
        width: 69.6925329429vw;
        aspect-ratio: 952.35/162.73;
        background: url(../img/passion/img_modal3.png) no-repeat center bottom/100% auto;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__box::after {
        inset: auto 0 -1.8666666667vw;
        width: 68.9333333333vw;
        aspect-ratio: 258.5/105.56;
        background: url(../img/passion/img_modal3-sp.png) no-repeat center bottom/100% auto;
    }
}
.p-passion__modal__section__box .txt {
    font-weight: 400;
    line-height: 2;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__box .txt {
        margin-bottom: 3.6603221083vw;
        font-size: 1.0248901903vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__box .txt {
        margin-bottom: 8vw;
        font-size: 3.7333333333vw;
    }
}
.p-passion__modal__section__box .photo {
    overflow: hidden;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__box .photo {
        margin-bottom: 3.6603221083vw;
        border-radius: 1.4641288433vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__box .photo {
        margin-bottom: 8vw;
        border-radius: 3.4666666667vw;
    }
}
.p-passion__modal__section__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__close {
        gap: 1.0980966325vw;
        margin-top: 2.9282576867vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__close {
        gap: 4vw;
        margin-top: 8vw;
    }
}
.p-passion__modal__section__close .txt {
    display: block;
    font-weight: 700;
    color: #fff;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__close .txt {
        font-size: 0.7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__close .txt {
        font-size: 2.6666666667vw;
    }
}
.p-passion__modal__section__close .icn {
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    margin-left: auto;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    pointer-events: auto;
}
@media screen and (min-width: 769px) {
    .p-passion__modal__section__close .icn {
        width: 2.635431918vw;
    }
}
@media screen and (max-width: 768px) {
    .p-passion__modal__section__close .icn {
        width: 9.6vw;
    }
}
.p-passion__modal__section__close .icn::before, .p-passion__modal__section__close .icn::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    width: 26%;
    height: 1px;
    margin: auto;
    background-color: #fff;
}
.p-passion__modal__section__close .icn::before {
    rotate: 45deg;
}
.p-passion__modal__section__close .icn::after {
    rotate: -45deg;
}
/*# sourceMappingURL=style.css.map */
.sp_set {
    display: contents;
}
@media screen and (max-width:768px) {
    .sp_off {
        display: none;
    }
    .sp_set {
        display: inline-block;
    }
    .sp_un_set {
        display: contents;
    }
}