@charset "utf-8";
@keyframes hero-img {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.18);
    }
}
#stage #header {
    position: absolute;
    top: 0;
    left: 0;
}
#stage {
    background: #fff;
    color: #333;
}
#mains img {
    width: 100%;
    height: auto;
}
#mains figure {
    padding: 0;
    margin: 0;
}
/* hero */
.hero-u {
    max-height: none;
}
.hero__img-u {
    position: relative;
}
.hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    --vw-hero: clamp(1000px, 100vw, 1440px);
    height: clamp(558px, calc(var(--vw) * 55.83), var(--svh-100));
    min-height: 670px;
}
#stage .hero .inner-02 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: var(--w-inner-02);
    transform: translateX(-50%);
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: var(--font-size-02);
    z-index: 1;
}
#stage .hero__tl {
    text-align: left;
    margin: 0 0 3.9% 4.6%;
    padding-bottom: calc(((100vw - var(--vw-hero)) / 2 + var(--vw-hero) * 0.164) * 0.05);
}
#mains .hero__sigh {
    width: 14.503%;
    margin: 0 4.4% 5.5% 0;
    padding-bottom: calc(((100vw - var(--vw-hero)) / 2 + var(--vw-hero) * 0.89) * 0.07);
}
#stage .hero__img,
#stage .hero__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#stage img.hero__img,
#stage .hero__img img {
    animation: hero-img 28000ms ease both;
}
#stage .hero__img--profile {
    animation: none;
}
#stage .hero__img--profile img {
    object-position: 0% 24%;
}
.hero__tl-en-01 {
    font-size: 7.25em;
    line-height: 0.9;
    padding: 0 0 0.23em;
    display: block;
    margin: 0 0 0 -0.06em;
    font-family: var(--font-en);
    font-weight: 400;
    letter-spacing: -0.015em;
}
.hero__tl-en-02 {
    font-weight: 600;
}
.hero__tl-ja-01 {
    font-size: 2.125em;
    font-weight: 700;
    display: block;
    line-height: 1;
    display: flex;
    align-items: center;
}
.hero__tl-ja-02 {
    font-size: 0.7em;
    padding: 0 0 0 0.2em;
}
.hero::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    padding: 0 0 100%;
    transform: skewY(-4.2deg) translateZ(0);
    transform-origin: 0 0;
}
/* side nav */
.side04__item {
    width: 33.33%;
}
/* player link */
#stage #footerLinkPlayer.footerLinkProfile {
    padding-bottom: 0;
}
/* section */
#stage .profile__inner {
    width: var(--w-inner);
    margin: 0 auto;
    font-size: var(--font-size-01);
    -webkit-text-size-adjust: 100%;
}
#stage .profile__stl {
    padding: 6.3% 0 0;
    margin: 0 0 5.7%;
}
.profile__stl-en {
    display: block;
    font-family: var(--font-en);
    font-weight: 600;
    font-size: 3.75em;
    line-height: 1.2;
}
.profile__stl-ja {
    font-weight: 500;
    font-size: 1.313em;
    display: block;
    margin: 0.2em 0 0;
    letter-spacing: 0.06em;
}
#stage .profile__list {
    width: 80.77%;
    margin: 0 auto 5.9%;
    table-layout: fixed;
    letter-spacing: 0.1em;
}
#stage .profile__mt {
    margin-top: 6.3%;
}
#stage .profile__list th {
    width: 36.8%;
    font-weight: 700;
    border-bottom: solid 1px #a0a0a0;
    padding: 1.1em 0;
    line-height: 1.67;
}
#stage .profile__list th small {
    letter-spacing: 0.08em;
}
#stage .profile__list td {
    font-weight: 400;
    border-bottom: solid 1px #e5e5e5;
    padding: 1.1em 0em 1em 4.2em;
    line-height: 1.67;
    font-size: 1.063em;
    letter-spacing: 0.15em;
}
#stage .profile__list tr:last-child th,
#stage .profile__list tr:last-child td {
    border-bottom: none;
}
#stage .profile__list .profile__wb-wrap {
    word-break: keep-all;
    word-wrap: break-word;
}
#stage .profile__product-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.3em;
}
#stage .material__ctn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 7.1% 0 0;
    padding: 0 0 12%;
}
.material__img {
    width: 60.193%;
    flex-shrink: 0;
}
#stage .material__list {
    width: 35%;
    margin: 0;
}
#stage .material__list th {
    padding: 0.96em 0 0.96em 0.1em;
    width: 35%;
}
#stage .material__list td {
    padding: 0.96em 0 0.96em 2.8em;
}
#stage .profile__next-link {
    display: flex;
    text-align: left;
    margin: 5em auto 9.9%;
    color: inherit;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    width: 20.4em;
}
.profile__next-item-01 {
    display: flex;
    align-items: center;
    border-right: solid 2px;
    font-size: 1.875em;
    font-family: var(--font-en);
    font-weight: 600;
    padding: 0 0.8em 0 0;
    justify-content: flex-end;
    margin: 0 0px 0 -1px;
    flex-shrink: 0;
    box-sizing: border-box;
}
#stage .profile__next-icon {
    width: 1.1em;
    padding: 0 0.75em 0 0;
}
.profile__next-item-02 {
    padding: 0px 0 0 1.3em;
    flex-shrink: 0;
    box-sizing: border-box;
    white-space: nowrap;
}
.profile__next-en {
    display: block;
    font-size: 1.75em;
    font-family: var(--font-en);
    font-weight: 400;
    line-height: 1;
    margin: -0.04em 0 0 0;
}
.profile__next-first-name {
    font-weight: 600;
}
.profile__next-ja {
    display: block;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1;
    padding: 0.35em 0 0 0;
}
#stage .hero__img--shimizu {
    object-position: 50% 35%;
}
#mains .hero__sigh--shimizu {
    margin: 0 4.4% 4.5% 0;
}
#mains .hero__sigh.hero__sigh--ikeda {
    margin: 0 3.5% 4.3% 0;
    width: 12.845%;
}
#mains .hero__sigh--nakamura {
    width: 22%;
    margin: 0 2.8% 4.1% 0;
}
#mains .hero__sigh.hero__sigh--okabe {
    margin: 0 4.5% 3.3% 0;
    width: 12.511%;
}
#mains .hero__sigh.hero__sigh--kobayashi {
    width: 20.3%;
    margin: 0 2.9% 2.7% 0;
}
#mains .hero__sigh.hero__sigh--kudo {
    width: 15.764%;
    margin: 0 2.7% 3.7% 0;
}
#mains .hero__sigh.hero__sigh--sato {
    width: 13.627%;
    margin: 0 4.2% 3.7% 0;
}
#mains .hero__sigh.hero__sigh--harada {
    width: 12.558%;
    margin: 0 4.2% 3.6% 0;
}
#mains .hero__sigh.hero__sigh--s_sakano {
    width: 14.988%;
    margin: 0 2.4% 3.2% 0;
}
#mains .hero__sigh.hero__sigh--sakano {
    width: 10.7%;
    margin: 0 3.9% 3.9% 0;
}
#mains .hero__sigh.hero__sigh--ito {
    width: 12.722%;
    margin: 0 3.5% 4.6% 0;
}
#mains .hero__sigh.hero__sigh--harada_y {
    width: 17.123%;
    margin: 0 2.4% 2.7% 0;
}
#mains .hero__sigh.hero__sigh--ichinohe {
    width: 14.527%;
    margin: 0 2.4% 3.7% 0;
}
/* profile top */
#mains .special-movie {
    display: flex;
    width: var(--w-inner);
    margin: 0 auto;
    text-align: center;
    flex-direction: row;
    padding: 140px 0 0;
    justify-content: center;
    align-items: center;
    gap: 5%;
    margin-bottom: 9.9%;
}
#mains .special-movie .wrap {
    position: relative;
}
#mains .special-movie a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: unset;
    color: inherit;
}
#mains .js-tab--movie.is-current {
    border-top: 3px solid #0038a5;
}
#mains .js-tab--movie {
    border-top: 3px solid rgb(255 255 255 / 0%);
}
#mains .js-tab--movie {
    padding: 2% 0;
    position: relative;
}
#mains .js-tab--movie:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -3px;
    transform-origin: center;
    transform: scaleX(0);
    transition: transform 210ms ease;
    border-bottom: solid 3px #0038a5;
}
#mains .js-tab--movie:hover:after {
    transform: scaleX(1);
}
a.js-tab--movie.is-current {
    color: #fff;
}
#stage .modal__wrap {
    padding: 0 5%;
}
#mains .modal--movie-link:before {
    position: absolute;
    top: 0;
    margin: 28.3% 0 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8em;
    height: 8em;
    background: url(/jump/profile/images/icon_play.png)no-repeat;
    background-size: contain;
    content: "";
    transition: scale 200ms ease;
    transform-origin: left top;
}
#mains .special-movie a:hover::before {
    scale: 1.1;
}
#mains .special-movie a:hover .wrap:before {
    opacity: 0;
}
#mains .special-movie__tl {
    padding: 3.1% 0% 9.4% 0%;
    font-size: 1.75em;
    font-weight: 500;
    margin: 0 auto;
    order: 2;
    letter-spacing: 0.06em;
}
#mains .special-movie__wrap {
    position: relative;
    order: 0;
}
#mains .special-movie__wrap-text {
    font-size: 1.65em;
    margin-top: 2.7%;
    letter-spacing: 0.05em;
    font-weight: 500;
}
#mains .special-movie {
    display: block;
    padding: 100px 0 0;
    margin-bottom: 6.8%;
}
#mains .special-movie__wrap--01 {
    width: 66.539%;
    margin: 0 auto;
}
#mains a.modal--movie-link--02 {
    margin: 4.3% auto 0;
    width: fit-content;
    padding: 0.5% 1.25em 0.5% 0.5%;
    position: relative;
}
#mains a.modal--movie-link--02:after {
    content: "";
    width: 0;
    height: 1px;
    background: #a0a0a0;
    position: absolute;
    bottom: 0;
    left: 0;
}
#mains a.modal--movie-link--02 .special-movie__wrap-text {
    font-size: 1.25em;
    letter-spacing: 0.08em;
    position: relative;
    margin-top: 0;
}
#mains a.modal--movie-link--02 .special-movie__wrap-text:after {
    content: "";
    width: 1em;
    height: 1em;
    margin-top: 0.1%;
    background: url(/jump/profile/images/arrow.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -1.3em;
    transform: translate(0, -50%);
    transition: transform 200ms ease;
    transform-origin: center;
}
#mains .modal--movie-link--02:before {
    content: unset;
}
.special-movie__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero__tl-en-01--profile {
    font-weight: 600;
    letter-spacing: 0;
}
.hero__tl-ja-01--profile {
    letter-spacing: 0.05em;
}
#stage .emblem {
    display: flex;
    justify-content: space-between;
    line-height: 1.765;
    text-align: justify;
}
#stage .emblem__text {
    padding: 0 6% 0 0;
}
#stage .emblem__text-01 {
    line-height: 1.765;
}
#stage .emblem__stl {
    margin: 1.2em 0 0.6em;
    letter-spacing: 0.16em;
}
.emblem__colors {
    display: grid;
    grid-template-columns: 5.1em 1fr;
}
#stage .emblem__colors dt {
    display: flex;
    align-items: center;
    padding: 0 0 7%;
}
.emblem__colors dt::before {
    content: "";
    width: 0.85em;
    height: 0.85em;
    margin: 0.2em 0.8em 0 0;
}
.emblem__colors dt::after {
    content: "：";
    margin: 0 0 0 0.2em;
}
.emblem__color-01::before {
    background: #0075c1;
}
.emblem__color-02::before {
    background: #90c31f;
}
.emblem__color-03::before {
    background: #00b0ec;
}
#stage .emblem__img {
    width: 29.2%;
    margin: -0.1% -1.5% 0 0;
    flex-shrink: 0;
}
#stage .profile__sstl {
    font-size: 1.314em;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 3.4em 0 1.8em;
}
#stage .profile__stl--history {
    padding: 6.3% 0 0;
}
#stage .txtCts_pr01 {
    width: 80.8%;
    margin: 7.7% auto 0%;
}
#stage .txtCts_pr01 .ov {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#stage .profile-top .profile__list {
    margin-bottom: 1.7%;
}
#stage .profile-top .profile__list th {
    width: 16.375%;
}
#stage .profile-top .profile__list td {
    padding-left: 4.1em;
    font-size: 1.063em;
    line-height: 1.765;
    padding: 0.96em 0em 0.96em 3.7em;
    letter-spacing: 0.13em;
}
#stage .profile-top .profile__list .position {
    font-size: 0.8em;
}
#stage #table_pr_01 {
    width: 80.77%;
    margin: 0 auto;
    table-layout: fixed;
}
#table_pr_01 th {
    border-bottom: solid 1px #e5e5e5;
    padding: 1.3em 4em;
    box-sizing: border-box;
    letter-spacing: 0.08em;
}
#table_pr_01 th:nth-child(1) {
    width: 16.375%;
    border-bottom: solid 1px #a0a0a0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
#table_pr_01 th:nth-child(2) {
    width: 40.9%;
}
#table_pr_01 .date {
    border-bottom: solid 1px #a0a0a0;
    padding: 1.064em 0 1.1em;
    letter-spacing: 0.1em;
}
#table_pr_01 td {
    border-bottom: solid 1px #e5e5e5;
    padding: 1em 0em 1.2em 4em;
    line-height: 1.751;
    letter-spacing: 0.06em;
}
#table_pr_01 .attention {
    color: #0038a5;
}
#table_pr_01 .attention strong {
    font-weight: 400;
}
#stage .hi_soc-line {
    display: block;
}
#stage .hi_soc-line+.hi_soc-line {
    margin-top: 0.5em;
}
#footerLinkPlayerWrapper {
    width: 100%;
    margin: 0;
}
#stage .activities .activities__for-sp {
    display: none;
}
#stage .activities .activities__for-pc {
    display: block;
}
#stage .activities__wrap {
    width: 80.77%;
    margin: 6.4% auto 9.6%;
}
#stage .activities__example-warp .activities__wrap {
    margin-top: 0;
    padding-bottom: 3.7%;
}
#stage .activities__tl {
    font-weight: 500;
    letter-spacing: 0.24em;
    font-size: 1.626em;
    line-height: 1.539;
}
#stage .activities__tl-stl {
    font-size: 0.616em;
    line-height: 2.188;
    display: block;
    letter-spacing: 0.24em;
}
#stage .activities__ctn {
    display: grid;
    grid-template-columns: 1fr 60%;
    align-items: center;
}
#stage .activities__ctn+.activities__ctn {
    margin-top: 6.8%;
}
#stage .activities__example-warp .activities__ctn+.activities__ctn {
    margin-top: 3.4%;
}
#stage .activities__wrap--01 .activities__ctn-i-l {
    margin-top: 8.3%;
}
#stage .activities__wrap--01 .activities__ctn-i-l,
#stage .activities__wrap--01 .activities__ctn-i-r {
    grid-template-columns: 1fr 1fr;
}
#stage .activities__text {
    font-size: 1.001em;
    line-height: 1.875;
    letter-spacing: 0.1em;
    text-align: justify;
    font-weight: 400;
}
#stage .activities__tl-text {
    margin: 3.5% 0 5.4%;
}
#stage .activities__ctn-i-l .activities__img-ctn {
    grid-area: 1;
}
#stage .activities__wrap--02 .activities__img-ctn-text-l .activities__img-item,
#stage .activities__wrap--03 .activities__img-ctn-text-l .activities__img-item {
    grid-area: 1;
}
#stage .activities__example-warp .activities__ctn-i-l .activities__img-item img {
    width: 113%;
    margin-left: -46%;
}
#stage .activities__example-warp .activities__ctn-i-r .activities__img-item img {
    width: 112.7%;
    margin-right: -46.8%;
}
#stage .activities__wrap--01 .activities__ctn-i-l .activities__img-item img {
    width: 109%;
    margin-left: -39%;
}
#stage .activities__wrap--01 .activities__ctn-i-r .activities__img-item img {
    width: 109%;
    margin-right: -37.7%;
}
#stage .activities__ctn-i-r {
    grid-template-columns: 60% 1fr;
}
#stage .activities__text-wrap {
    text-align: left;
}
#stage .activities__example-warp .activities__ctn-i-r .activities__text-wrap {
    grid-area: 1;
}
#stage .activities__text-annotation {
    text-align: justify;
    margin-top: 7%;
}
#stage .activities__text-annotation-tl {
    font-size: 0.751em;
    line-height: 1.75;
    text-align: justify;
    letter-spacing: 0.08em;
    display: block;
}
#stage .activities__example-warp {
    background-color: #f1f1f1;
    margin-top: 7.4%;
    position: relative;
    padding: 11em 0 0;
}
#stage .activities__example-warp .profile__inner {
    position: relative;
    z-index: 1;
}
.activities__example-warp:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #fff;
    width: 100%;
    padding: 0 0 7.5%;
    transform-origin: 0 0;
    clip-path: polygon(100% 0%, 100% 100%, 0 100%, 100% 0);
}
#stage .activities__example-warp:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 0 0 7.5%;
    transform-origin: 0 0;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
}
#stage .activities__sstl {
    font-size: 1.126em;
    line-height: 1.445;
    font-weight: 500;
    letter-spacing: 0.24em;
    display: block;
    padding-bottom: 0.5em;
}
#stage .activities__wrap--02 {
    margin-top: 7%;
}
#stage .activities__img-ctn-text-r {
    display: grid;
    grid-template-columns: 33.2% 1fr;
    align-items: stretch;
}
#stage .activities__wrap--02 .activities__img-ctn-text-r,
#stage .activities__wrap--03 .activities__img-ctn-text-r {
    margin-top: 10.9%;
    margin-bottom: 12%;
    width: 136%;
    max-width: calc(87.2* var(--vw-02));
}
#stage .activities__wrap--02 .activities__img-ctn-text-l-wrap,
#stage .activities__wrap--03 .activities__img-ctn-text-l-wrap {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#stage .activities__wrap--02 .activities__img-ctn-text-l,
#stage .activities__wrap--03 .activities__img-ctn-text-l {
    flex-shrink: 0;
    width: 136%;
    max-width: calc(87.2* var(--vw-02));
}
#stage .activities__sstl-wrap {
    background-color: #f1f1f1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    text-align: left;
}
#stage .activities__img-ctn-text-r .activities__sstl-wrap {
    padding-left: 12%;
    word-break: keep-all;
}
#stage .activities__img-ctn-text-l .activities__sstl-wrap {
    padding-left: 12%;
    word-break: keep-all;
}
#stage .activities__sstl-link {
    position: relative;
    font-size: 0.722em;
    line-height: 2.462;
    font-weight: 400;
    color: #000;
}
#stage .activities__sstl-link:before {
    content: "";
    background: url(/jump/j_common/images/icon_arrow.png) no-repeat 0 50% / 100% auto;
    display: inline-block;
    width: 6px;
    height: 1em;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    position: relative;
    top: -1px;
}
#stage .activities__img-ctn-text-l {
    display: grid;
    grid-template-columns: 1fr 33.2%;
    align-items: stretch;
}
#stage .activities__wrap--03 {
    margin-top: 8.7%;
}
/* modal */
.modal {
    z-index: 100;
    background: rgba(0, 0, 0, 0.98);
}
#mains .modal__content {
    position: relative;
    z-index: 1;
    background: transparent;
    width: 100%;
    max-width: 1060px;
    margin-top: 6.1%;
}
#mains .modal__movie {
    background: #000;
}
.modal__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #000;
}
.modal__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.574%;
    margin: -6.2% 0px 0 0;
    z-index: 1;
    background: none;
    border: none;
    cursor: pointer;
    transition: scale 200ms ease-out;
    transform-origin: center;
}
.modal__close-btn:hover {
    scale: 1.1;
}
/* tab */
#mains .tab-area {
    display: flex;
    cursor: pointer;
    color: #fff;
    font-size: 1.084em;
    margin-top: 3%;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-top: 1px solid rgba(255, 255, 255, .2);
}
#mains .tab {
    width: calc(100%/2);
    text-align: center;
    margin-top: -1px;
}
#mains .tab a {
    color: #fff;
}
.tab.active {
    background-color: #000;
    color: #fff;
}
.panel {
    display: none;
    text-align: center;
}
.panel.active {
    display: block;
}
@media screen and (max-width: 736px) {
    wbr.forSp {
        display: initial !important;
    }
    /* hero */
    #stage .hero__img-u {
        height: 100%;
    }
    #stage .hero {
        height: 0;
        min-height: 0;
        padding: 0 0 66.5%;
        display: block;
    }
    #stage .hero__tl {
        padding-bottom: 0;
        margin: 0 0 5.5% 4.7%;
    }
    #mains .hero__sigh {
        padding-bottom: 0;
        margin: 0 4.3% 11.1% 0;
    }
    .hero__tl-en-01 {
        font-size: 1.48em;
        padding: 0 0 0.14em;
    }
    .hero__tl-ja-01 {
        font-size: 0.52em;
        line-height: 1.2;
    }
    .hero__tl-ja-02 {
        line-height: 1;
    }
    .hero::after {
        margin: 0 0 0;
    }
    #stage .hero__img,
    #stage .hero__img img {
        object-fit: initial;
        height: auto;
        transform: translateZ(0);
    }
    /* side nav */
    /* section */
    #stage .profile__stl {
        padding: 8.9% 0 0;
        margin: 0 0 4.7%;
    }
    .profile__stl-en {
        font-size: 1.32em;
        line-height: 1.2;
    }
    .profile__stl-ja {
        font-size: 0.56em;
        margin: 0.1em 0 0;
    }
    #stage .profile__list {
        font-size: 0.48em;
        width: 91.5%;
        margin-bottom: 7.2%;
        letter-spacing: 0.08em;
    }
    #stage .profile__list th,
    #stage .profile__list td {
        word-break: keep-all;
        word-wrap: break-word;
    }
    #stage .profile__list .profile__wb-auto {
        word-break: initial;
        word-wrap: initial;
    }
    #stage .profile__list th {
        line-height: 1.67;
        padding: 1.04em 0;
        width: 33%;
    }
    #stage .profile__list td {
        line-height: 1.67;
        padding: 1.14em 0 0.84em 1.6em;
    }
    #stage .material__ctn {
        display: block;
        width: 79.8%;
        margin: 10% auto 0;
        padding-bottom: 7.4%;
    }
    #stage .ichinohe .material__ctn {
        width: 100%;
    }
    .material__img {
        width: 100%;
    }
    #stage .material__list {
        width: 100%;
        margin: 6.1% 0 0;
    }
    #stage .material__list th {
        width: 36.1%;
    }
    #stage .material__list td {
        padding-left: 1.8em;
    }
    #stage .profile__next-link {
        margin: 11% auto 7.8%;
        width: 9.4em;
    }
    .profile__next-item-01 {
        font-size: 0.92em;
    }
    #stage .profile__next-icon {
        padding: 0 0.6em 0 0;
    }
    .profile__next-item-02 {
        padding: 0 0 0 0.66em;
        white-space: normal;
    }
    .profile__next-en {
        font-size: 0.9em;
        font-variant: JIS04;
        margin: -0.2em 0 0 0;
    }
    .profile__next-ja {
        font-size: 0.5em;
        padding-top: 0.5em;
        letter-spacing: 0.03em;
    }
    #mains .hero__sigh--shimizu {
        margin: 0 4.3% 11.1% 0;
    }
    #stage .hero__img--shimizu {
        width: 120%;
        margin: 0 0 0 -7.1%;
    }
    #mains .hero__sigh.hero__sigh--kobayashi {
        margin: 0 3.5% 8.3% 0;
        width: 22.4%;
    }
    #mains .hero__sigh.hero__sigh--okabe {
        margin: 0 4.7% 9.8% 0;
        width: 12.359%;
    }
    #mains .hero__sigh.hero__sigh--s_sakano {
        margin: 0 4.6% 10.8% 0;
        width: 11.6%;
    }
    #mains .hero__sigh.hero__sigh--sakano {
        margin: 0 4.6% 10.8% 0;
        width: 11.6%;
    }
    #mains .hero__sigh.hero__sigh--ikeda {
        margin: 0 3.1% 10% 0;
        width: 12.908%;
    }
    #mains .hero__sigh.hero__sigh--sato {
        margin: 0 3.2% 9.8% 0;
        width: 13.467%;
    }
    #mains .hero__sigh.hero__sigh--sato_k {
        margin: 0 3.7% 10% 0;
        width: 14.2%;
    }
    #mains .hero__sigh.hero__sigh--ito {
        margin: 0 3.7% 10% 0;
        width: 12.495%;
    }
    #mains .hero__sigh.hero__sigh--nakamura {
        width: 24.9%;
        margin: 0 2.7% 10.9% 0;
    }
    #mains .hero__sigh.hero__sigh--kudo {
        width: 16%;
        margin: 0 2.2% 10.3% 0;
    }
    #mains .hero__sigh.hero__sigh--harada {
        width: 12.358%;
        margin: 0 3.3% 8.9% 0;
    }
    #stage .hero__img.hero__img--.ito {
        width: 120%;
        margin-left: -10%;
    }
    #stage .hero__img.hero__img--kudo {
        width: 118%;
        margin-left: -9%;
    }
    #stage .hero__img.hero__img--harada {
        width: 118%;
        margin-left: -10%;
    }
    #mains .hero__sigh.hero__sigh--ichinohe {
        width: 16.7%;
        margin: 0 3.3% 11.7% 0;
    }
    #mains .hero__sigh.hero__sigh--harada_y {
        width: 16.2%;
        margin: 0 1.4% 10.4% 0;
    }
    /* profile top */
    #mains .special-movie {
        padding-top: 13.9%;
        width: 89.334%;
        display: flex;
        flex-direction: column;
        margin-bottom: 12.3%;
    }
    #mains .modal--movie-link:before {
        width: 6.497em;
        height: 6.497em;
    }
    #mains .special-movie__wrap--01 {
        width: 100%;
    }
    #mains .special-movie__wrap-text {
        font-size: 1.4em;
        letter-spacing: 0;
        margin: 3.7% 0 7%;
    }
    #mains a.modal--movie-link--02 {
        margin: 0 auto 0;
        padding: 0.5% 1.25em 0.5% 0.5%;
    }
    #mains a.modal--movie-link--02 .special-movie__wrap-text {
        letter-spacing: 0.1em;
        font-size: 1.2em;
        line-height: 1.334;
        margin-bottom: 1%;
    }
    #mains a.modal--movie-link--02 .special-movie__wrap-text:after {
        width: 0.78em;
        height: 0.78em;
        right: -1.1em;
    }
    #mains .special-movie__tl {
        font-size: 1.3em;
        padding: 4% 0% 11.1% 0%;
    }
    #stage .profile-top .profile__list {
        width: 91.6%;
        margin-bottom: 1.4%;
    }
    #stage .emblem {
        flex-direction: column;
        letter-spacing: 0;
        line-height: 1.8;
    }
    #stage .emblem__text {
        display: contents;
    }
    #stage .emblem__text-01 {
        line-height: 1.55;
    }
    #stage .emblem__stl {
        order: 2;
        margin: 0.8em 0 0.5em;
    }
    .emblem__colors {
        display: block;
        order: 3;
    }
    #stage .emblem__colors dt {
        float: left;
        clear: both;
        padding: 0;
    }
    #stage .emblem__colors dd {
        padding: 0 0 0.6em 1.6em;
    }
    .emblem__colors dt::before {
        width: 1em;
        height: 1em;
        margin: 0em 0.6em 0 0;
    }
    #stage .emblem__img {
        order: 1;
        width: 93%;
        margin: 2% 0 0 -5%;
    }
    #stage .profile__sstl {
        font-size: 0.56em;
        letter-spacing: 0;
        margin: 1.2em 0 1.2em;
    }
    #stage .profile__stl--history {
        margin: 0 0 6.5%;
        padding-top: 8.9%;
    }
    #stage .txtCts_pr01 {
        width: 91.462%;
        margin: 11.4% auto 7.9%;
    }
    #stage .profile-top .profile__list th {
        width: 25.675%;
    }
    #stage .profile-top .profile__list th small {
        font-size: 0.6em;
        letter-spacing: 0.03em;
    }
    #stage .profile-top .profile__list td {
        font-size: 1.084em;
        padding-left: 1.5em;
        line-height: 1.538;
        padding: 1em 0 1.1em 1.5em;
        letter-spacing: 0.1em;
    }
    #stage #table_pr_01 {
        font-size: 0.48em;
        width: 91.3%;
    }
    #table_pr_01 th {
        font-size: 0.834em;
        padding: 1em 1.6em;
    }
    #table_pr_01 th:nth-child(1) {
        width: 17.275%;
        letter-spacing: 0;
    }
    #table_pr_01 .date {
        padding: 0.7em 0 0.9em;
        text-align: center;
        letter-spacing: 0.04em;
    }
    #table_pr_01 td {
        padding: 0.7em 0 0.9em 1.4em;
        line-height: 1.5;
    }
    #mains .modal__content {
        width: 100%;
        max-width: unset;
    }
    #mains .modal__wrap {
        display: flex;
        align-items: center;
    }
    .modal__close-btn {
        width: 6%;
        margin: -8% 0px 0 0;
    }
    #mains .tab-area {
        margin-top: 10%;
    }
    #stage .activities .activities__for-sp {
        display: block;
    }
    #stage .activities .activities__for-pc {
        display: none;
    }
    #stage .activities__wrap {
        width: 94.207%;
        margin: 8.9% auto 5.9%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #stage .activities__example-warp .activities__wrap {
        width: 79.711%;
    }
    #stage .activities__tl {
        font-size: 0.69em;
        line-height: 1.392;
        text-align: left;
    }
    #stage .activities__tl-stl {
        font-size: 0.754em;
        line-height: 1.385;
        margin-bottom: 1%;
    }
    #stage .activities__ctn {
        display: block;
    }
    #stage .activities__example-warp .activities__ctn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #stage .activities__example-warp .activities__ctn .activities__img-ctn {
        margin: 0;
    }
    #stage .activities__example-warp .activities__ctn .activities__text {
        order: 3;
        margin: 0.5em 0 5.4%;
    }
    #stage .activities__example-warp .activities__ctn+.activities__ctn {
        margin-top: 10%;
    }
    #stage .activities__wrap--01 .activities__ctn-i-l,
    #stage .activities__wrap--01 .activities__ctn-i-r {
        display: contents;
    }
    #stage .activities__text {
        font-size: 0.52em;
        line-height: 1.77;
    }
    #stage .activities__wrap--01 .activities__text {
        order: 3;
        margin-top: 10%;
    }
    #stage .activities__wrap--01 .activities__ctn-i-r .activities__text {
        margin: 0;
    }
    #stage .activities__tl-text {
        margin: 3.5% 0 15.4%;
    }
    #stage .activities__img-ctn {
        margin-top: 6.8%;
    }
    #stage .activities__wrap--01 .activities__img-ctn {
        order: 0;
    }
    #stage .activities__example-warp .activities__ctn-i-l .activities__img-item img {
        width: 100%;
        margin: 0;
    }
    #stage .activities__example-warp .activities__ctn-i-r .activities__img-item img {
        width: 100%;
        margin: 0;
    }
    #stage .activities__wrap--01 .activities__ctn-i-l .activities__img-item img {
        width: 100%;
        margin: 0;
    }
    #stage .activities__wrap--01 .activities__ctn-i-r .activities__img-item img {
        width: 100%;
        margin: 0;
    }
    #stage .activities__text-wrap {
        display: contents;
    }
    #stage .activities__text-annotation {
        order: 4;
    }
    #stage .activities__text-annotation-tl {
        font-size: 0.4em;
        line-height: 1.556;
    }
    #stage .activities__example-warp {
        padding: calc(7.5% + 4em) 0 calc(7.5% + 1em);
        margin-top: 14%;
    }
    #stage .activities__sstl {
        font-size: 0.56em;
        line-height: 1.858;
        margin: 7.5% 0 0;
        padding: 0;
    }
    #stage .activities__img-ctn-text-r {
        display: block;
    }
    #stage .activities__wrap--02 .activities__img-ctn-text-r,
    #stage .activities__wrap--03 .activities__img-ctn-text-r {
        margin: 0 0 0;
    }
    #stage .activities__wrap--02 .activities__img-ctn,
    #stage .activities__wrap--03 .activities__img-ctn {
        margin: 5% 0 0;
        width: 100%;
        max-width: none;
    }
    #stage .activities__wrap--02 .activities__img-ctn-text-l,
    #stage .activities__wrap--03 .activities__img-ctn-text-l {
        margin: 10% 0 0;
    }
    #stage .activities__sstl-wrap {
        font-size: 0.52em;
        line-height: 1.539;
        text-align: left;
        display: block;
    }
    #stage .activities__img-ctn-text-r .activities__sstl-wrap,
    #stage .activities__img-ctn-text-l .activities__sstl-wrap {
        padding: 1.5em 1.5em;
    }
    #stage .activities__sstl-link {
        display: block;
    }
    #stage .activities__img-ctn-text-l {
        display: block;
    }
}
@media screen and (hover: hover) {
    #stage .profile__product-link {
        transition: color 200ms ease;
    }
    #stage .profile__product-link:hover {
        color: #0038a5;
    }
    #mains a.modal--movie-link--02:after {
        transition: width 200ms ease;
    }
    #mains a.modal--movie-link--02:hover:after {
        width: 100%;
    }
    #mains a.modal--movie-link--02:hover .special-movie__wrap-text:after {
        transform: translate(20%, -50%);
    }
}