@charset "UTF-8";

a {
    text-decoration: none;
}

.inner {
    width: 1000px;
}

div#wrap {
    width: 97%;
    margin: 0 auto;
    padding-top: 6rem;
    font-size: 14px !important;
}

#logo {
    max-width: 100%;
    display: block;
}

#logo img {
    width: 16%;
    margin-right: 1rem;
}

#logo a {
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: linear-gradient(90deg, rgb(251 219 71) 20%, rgb(59 183 181) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
}


nav {
    background: #ffffff;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 6rem;
    /* 高さ */
    z-index: 1000;
}

.drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 70px;
    padding: 0 1em;
    width: 65%;
}

/*ナビゲーション部分*/

.menu ul li a {
    display: block;
    font-weight: bold;
    padding: 2em;
    border-bottom: 1px dotted #CCC;
    color: #333;
    text-decoration: none;
}


.menu ul li a:hover {
    color: #00ACE4;
}


.menu {
    text-align: center;
    background-color: #fff;
    transition: .5s ease;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
    display: block;
    justify-content: end;
    align-items: center;
}

p.idol-btn {
    width: 250px;
    display: block;
    margin: 15px auto 0;
    background: linear-gradient(to right, #fe4a95, #fec700);
    background: -webkit-linear-gradient(left, #fe4a95, #fec700);
    border-radius: 16rem;
    height: 50px;
    line-height: 4rem;
    font-size: 16px;
}

p.idol-btn a {
    color: #fff;
    text-decoration: none;
}


/*OPEN時の動き*/
.menu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/

}



/*トグルボタンのスタイルを指定*/
.Toggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
    right: 15px;
}

.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 2px #8ac2e5;
    -webkit-transition: .35s ease-in-out;
    /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;
    /*変化の速度を指定*/
    transition: .35s ease-in-out;
    /*変化の速度を指定*/

}

.Toggle span:nth-child(1) {
    top: 5px;
}

.Toggle span:nth-child(2) {
    top: 18px;
}

.Toggle span:nth-child(3) {
    top: 32px;
}



.Toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



@media screen and (min-width: 600px) {

    header::after {

        display: none;
    }


    nav {
        display: flex;
        padding-right: 2rem;
    }

    .Toggle {
        display: none;
    }

    .menu {
        width: 100%;
        background-color: transparent;
        margin-top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: flex;
    }

    .menu ul {
        height: 70px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        width: 700px;
    }

    .menu ul li a {
        padding: 0 1em;
        border-bottom: none;

    }

    .menu ul li a:hover {
        background-color: transparent;
    }

    p.idol-btn {
        width: 260px;
        display: inline;
        margin: 0;
        line-height: 3rem;
    }

}

.swiper-container {
    position: relative;
    overflow: hidden;
}

button.swiper-button-next {
    background: none;
    border: none;
    color: #00ace4;
}

button.swiper-button-prev {
    background: none;
    border: none;
    color: #00ace4;
}

.swiper-container.visible {
    overflow: visible;
}

.sample-swiper-cards {
    padding: 0 50px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px !important;
}

.l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
}

@media only screen and (max-width: 1024px) {
    .l-inner {
        padding: 0 4rem;
    }
}

/* slider */
[class*=swiper]:focus {
    outline: none;
}

.slide-media,
.thumb-media {
    position: relative;
    overflow: hidden;
}

.slide-media img,
.thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* 前へ / 次へボタン */
.swiper-button-prev,
.swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (min-width: 1025px) {

    .swiper-button-prev::before,
    .swiper-button-next::before {
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .swiper-button-prev:hover::before,
    .swiper-button-next:hover::before {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.swiper-button-prev::before,
.swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}

.card05 {
    /* コンテナ */
    overflow: hidden;
    /* スライド */
    /* スライド ホバー時 */
}

.card05 .swiper {
    overflow: visible;
}

.card05 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.card05 .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.card05 .slide {
    overflow: hidden;
    width: 36rem;
    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

@media only screen and (max-width: 599px) {
    .card05 .slide {
        width: 24rem;
    }
}

@media only screen and (min-width: 1025px) {
    .card05 .slide {
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .card05 .slide img {
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .card05 .slide:hover {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
        -webkit-box-shadow: var(--box-shadow-hover);
        box-shadow: var(--box-shadow-hover);
    }

    .card05 .slide:hover img {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.card05 .slide-media {
    padding-top: 62.5%;
}

.card05 .slide-media img {
    height: calc(76% + 16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
}

.card05 .slide-content {
    padding: 3.2rem;
}

.card05 .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
}

.card05 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
}

@media only screen and (min-width: 1025px) {
    .card05 .swiper:hover .slide:not(:hover) {
        opacity: 0.3;
    }
}

p.bnr-img img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.common-box {
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.contents-tit {
    margin-bottom: 3rem;
    color: #fff;
}

h2.common-tit {
    font-size: 40px;
    text-align: center;
    display: inline-block;
    line-height: 55px;
    color: #63768D;
    width: 100%;
}

h2.common-tit-white {
    font-size: 40px;
    text-align: center;
    line-height: 55px;
    color: #fff;
}

h2.common-tit-big {
    font-size: 30px;
    line-height: 3rem;
    text-align: center;
}

h2.common-tit-big span {
    background: linear-gradient(90deg, rgba(255, 128, 155, 1) 0%, rgba(73, 202, 243, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
}

h2.common-tit-gd {
    font-size: 40px;
    text-align: center;
    display: inline-block;
    line-height: 55px;
    width: 100%;
    color: #63768D;
}

p.common-sub-tit-gd {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    padding-top: 1rem;
    font-weight: 500;
    color: #63768D;
}

p.common-sub-tit {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    padding-top: 1rem;
    font-weight: 500;
    color: #63768D;
}

p.common-sub-tit-white {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    padding-top: 1rem;
    font-weight: 500;
    color: #fff;
}


p.common-sub-small-tit {
    text-align: center;
    padding-top: 1rem;
    font-size: 20px;
    font-weight: 500;
}

p.common-text {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    padding-top: 1rem;
    font-weight: 500;
}

p.common-text span {
    font-size: 12px;
}

footer {
    background: linear-gradient(90deg, rgb(251 219 71) 20%, rgb(59 183 181) 80%);
    text-align: center;
    padding: 60px 0 50px 0;
}

.footer-box {
    text-align: right;
}

.footer-box img {
    width: 13%;
}

.footer-box ul {
    display: flex;
    justify-content: flex-end;
}

.footer-box ul li {
    padding: 0 1rem;
}

.footer-box ul li a {
    text-decoration: none;
    color: #fff;
}

/* #keyvis {
    background-repeat: no-repeat;
    background-image: url(../img/top/mv_img01.png);
    background-size: cover;
    height: 71vh;
    display: flex;
    align-items: center;
    background-position: center;
    margin-top: 90px;
} */

#keyvisal {
    background-repeat: no-repeat;
    background-image: url(../img/athlete/mv-img01.png);
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 82vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-position-x: 50%;
}

#keyvisal .keyvisal-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
    width: 1500px;
}

#keyvisal p.sub-tit {
    border-radius: 10px;
    font-size: 35px;
    line-height: 3rem;
    font-weight: 500;
    margin-bottom: 0rem;
    padding-top: 0rem;
}

#keyvisal .keyvisal-text-box {
    color: #fff;
    width: 60%;
}

#keyvisal .keyvisal-text-box h1 {
    font-size: 60px;
    line-height: 7rem;
    font-weight: 900;
    position: unset;
    transform: none;
    text-align: left;
    text-shadow: none;
    color: #fff;
}

#keyvisal .keyvisal-text-box h1 span {
    font-size: 50px;
    background: linear-gradient(90deg, rgb(249 220 85) 20%, rgb(5 173 209) 80%);
    padding: 0.5rem 1rem;
    color: #fff;
    padding: 1rem;
    line-height: 8rem;
}


#keyvisal .keyvisal-img-box {
    width: 50%;
    margin: auto;
}

#keyvisal .keyvisal-img-box img {
    width: 185%;
}

.decoration-box ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
}

.decoration-box ul li {
    width: 23%;
    margin-right: 1rem;
}

.decoration-box ul li img {
    width: 100%;
}

p.kome {
    color: #000;
    font-size: 10px;
    line-height: 16px;
}

/* ---------review-------- */

section#contents01 {
    margin-bottom: 0;
}

.review-detail-box img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}


/* ---------staff-------- */

#contents02 {
    background: linear-gradient(0deg, rgb(249 220 85 / 37%) 20%, rgb(5 173 209 / 49%) 80%);
    border-radius: 0.5rem;
}

.staff-detail-box {
    padding: 4rem 1rem 1rem 1rem;
    border-radius: 1rem;
    background: #fff;
}

p.staff-tit {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.staff-deitail-list {
    display: flex;
    justify-content: space-evenly;
    margin: 3rem 0;
}

.staff-deitail-list dl {
    position: relative;
    width: 50%;
}

p.staff-list-img {
    width: 35%;
    margin-right: 2rem;
}

p.staff-list-img img {
    width: 100%;
    border-radius: 0.5rem;
}

.staff-deitail-list dl dt {
    font-size: 22px;
}

.staff-deitail-list dl p {
    padding: 1rem 0 0 0;
    line-height: 22px;
}

.staff-deitail-list dl p img {
    width: 65%;
}

p.prfile-link a {
    background: linear-gradient(90deg, rgba(255, 128, 155, 1) 20%, rgba(73, 202, 243, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

p.staff-sns {
    position: absolute;
    right: 0;
    padding: 0 !important;
    text-align: right;
    z-index: 99;
}

.staff-deitail-list dl dd {
    border-bottom: 1px solid #A2C2D0;
    padding: 0.5rem 0 0.2rem 0;
}

.supporter-box {
    background: #fff;
    border-radius: 1rem;
    padding: 4rem;
    margin-top: 2rem;
}

.supporter-detail-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.supporter-detail-list {
    width: 48%;
}

.supporter-detail-list dl .supporter-list-img img {
    width: 100%;
    border-radius: 0.5rem;
}

.supporter-detail-list dl dd {
    font-size: 12px;
}

dl.keireki dd {
    border-bottom: 1px solid #A2C2D0;
    padding: 0.2rem 0 0.2rem 0;
}

/* ---------price-------- */

section#contents03 {
    border-radius: 0.5rem;
    background: #FDFDFD;
}

.problems-detail-box {}

p.point-number {
    position: relative;
    top: -7%;
    bottom: 0;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.problems-deitail-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.problems-deitail-list dl {
    color: #fff;
    background: #05add1;
    border-radius: 21rem;
    width: 320px;
    height: 320px;
    text-align: center;
    padding: 3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.problems-deitail-list dl dt {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    color: #fff;
}

dt.problems-bottom-blue {
    color: #05add1 !important;
}

.problems-deitail-list dl dd {
    width: 100%;
}

p.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #05add1 transparent transparent transparent;
    border-width: 40px 55px 0px 55px;
    text-align: center;
    margin: 0 auto;
    margin-top: 2rem;
}

.problems-deitail-list dl p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}

.problems-deitail-list dl p span {
    font-size: 35px;
}

dl.problems-bottom {
    align-content: center;
    background: #ffffff;
    border: 2px solid #05add1;
}

dl.problems-bottom dd {
    padding-bottom: 1rem;
    color: #666666;
}

.problems-sec-tit {
    text-align: center;
    padding: 2rem 0;
}

.problems-sec-tit h3 {
    font-size: 30px;
}

.problems-sec-tit p {
    font-size: 25px;
    padding-bottom: 1rem;
    color: #05add1;
    font-weight: 600;
}

.problems-third-tit p {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    padding: 4rem 0;
    color: #05add1;
}

/* ---------point--------- */

#contents04 {
    border-radius: 0.5rem;
    background: #05add1;
}

p.point-bg {
    position: absolute;
    top: 0;
}

p.point-bg img {
    width: 100%;
}

.point-deitail-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.point-deitail-list dl {
    background: #fff;
    width: 48%;
    border-radius: 0.5rem;
    padding: 0rem 2rem 1rem 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.point-deitail-list dl dt {
    font-size: 23px;
    font-weight: 500;
    color: #05add1;
}

.point-deitail-list dl dd {
    padding: 1rem 0 2rem 0;
}

p.point-list-img img {
    width: 100%;
    border-radius: 0.5rem;
}

/* ---------sns-------- */

.info-detail-box h3 {
    font-size: 30px;
    margin-bottom: 2rem;
}

.info-detail-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-detail-box ul li {
    width: 32%;
    padding: 0;
}

.info-detail-box ul li img {
    width: 100%;
    border-radius: 15px;
}

.sns-youtube-box {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.sns-etc-text p {
    font-size: 25px;
    font-weight: 600;
    line-height: 2rem;
    text-align: right;
}

.sns-etc-text p span {
    background: linear-gradient(90deg, rgba(255, 128, 155, 1) 0%, rgba(73, 202, 243, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sns-etc-box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5rem;
}


ul.sns-etc-link {
    justify-content: flex-end;
}


ul.sns-etc-link li a img {
    width: 70%;
}

.sns-etc-text {
    margin-right: -6rem;
}

/* ---------flow-------- */

section#contents06 {
    background: #F8F8F8;
    border-radius: 0.5rem;
}

.flow-list-item {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.flow-list-item p {
    width: 10%;
    font-size: 40px;
    font-weight: 600;
    color: #f9dc55;
}

.flow-list-item dl {
    width: 90%;
}

.flow-list-item dl dt {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0.5rem;
}

.flow-list-item dl dt i {
    color: #f9dc55;
    margin-right: 0.5rem;
}



/* ---------FAQ-------- */

#contents07 {}

.flow-deitail-list {
    margin-bottom: 2rem;
}

.flow-deitail-list dl {
    border-radius: 0px 60rem 0 0;
    background: #18b3d5;
    width: 32%;
    padding: 2.5rem 2rem;
    display: flex;
    color: #fff;
    align-items: center;
    font-weight: 700;
}

/* アコーディオン */

.item {
    margin-bottom: 1rem;
}

.js-accordion--close {
    display: none;
}

.accordion-box {
    height: 0;
    overflow: hidden;
    transition: .4s ease;
    border: 2px solid #18b3d5;
    border-radius: 0.5rem;
    margin-top: -1rem;
}

.accordion-box p {
    padding: 4rem 3rem 1rem 3rem;
    font-size: 14px;
}

.js-accordion {
    width: 100%;
    position: relative;
    padding: 0 35px 0 10px;
    background: #18b3d5;
    color: #fff;
    font-size: 16px;
    padding: 1.5rem 3rem;
    text-align: left;
    border-radius: 0.5rem;
    border: none;
    z-index: 999;
}

.js-accordion::before {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    right: 47px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .6s ease;
}

.js-accordion::after {
    content: "";
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .6s ease;
}

.js-accordion.is-accordion--open::before {
    transform: rotate(90deg);
}

.js-accordion.is-accordion--open::after {
    transform: rotate(-180deg);
}

.js-accordion.is-accordion--open+.accordion-box {
    height: auto;
    opacity: 1;
    margin-top: -3rem;
}

/* ---------about-------- */

.about-box {
    border: 1px solid #000;
    border-radius: 1rem;
    padding: 2rem 0 2rem 0;
    margin-bottom: 5rem;
}

.about-detail-box {
    padding: 0px 7rem;
    font-size: 14px;
}

.about-detail-box .about-img {
    text-align: center;
    padding-top: 2rem;
}

.about-detail-box p img {
    width: 20%;
}

/* ---------maker-------- */

.maker-detail-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* ---------review-------- */

#contents11 {
    background: #fbfeff;
}

.review-deitail-list {
    border: 2px solid #8dd5e5;
    border-radius: 30px;
    margin-bottom: 2rem;
    padding: 3rem;
}

.review-name {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.review-name img {
    border-radius: 65px;
    width: 85%;
    border: 1px solid #8dd5e5;
}

.review-name dl dt {
    font-size: 20px;
}

.review-name dl dd {
    color: #ffcb5c;
    font-size: 25px;
}

/* ---------compnay-------- */

.compnay-detail-box dl {
    display: flex;
    border-bottom: 1px solid #8dd5e5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 20px;
}

.compnay-detail-box dl dt {
    margin-right: 3rem;
    width: 11%;
}

@media only screen and (max-width: 750px) {

    div#wrap {
        font-size: 12px !important;
        margin-top: var(--nav-height);
    }

    #logo img {
        width: 25%;
    }

    .menu {
        padding-bottom: 2rem;
    }

    p.bnr-img img {
        width: 100%;
    }

    .common-box {
        padding: 3rem 0;
        margin-bottom: 1rem;
    }

    .contents-tit {
        margin-bottom: 1rem;
    }

    h2.common-tit {
        font-size: 22px;
        line-height: 40px;
    }

    p.common-sub-tit {
        font-size: 16px;
    }

    p.common-text {
        font-size: 12px;
        line-height: 26px;
    }

    p.common-text span {
        font-size: 12px;
    }

    h2.common-tit-white {
        font-size: 22px;
        line-height: 40px;
    }

    h2.common-tit-big {
        font-size: 18px;
        line-height: 2.5rem;
    }

    h2.common-tit-gd {
        font-size: 22px;
        line-height: 35px;
    }

    p.common-sub-tit-gd {
        font-size: 16px;
    }

    p.common-sub-tit-white {
        font-size: 16px;
    }

    #logo a {
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
    }


    #keyvisal {
        background-repeat: no-repeat;
        /* background-image: url(../img/actor/mv-sp-img01.png); */
        background-size: cover;
        padding-top: 0px;
        background-size: cover;
        background-position: top;
        min-height: fit-content;
        /* カスタムプロパティ未対応ブラウザ用のフォールバック */
        /* min-height: calc(var(--vh, 1vh) * 100); */
        box-sizing: border-box;
        border-radius: 3rem;
        /* margin-top: var(--nav-height); */
        height: auto;
    }

    #keyvisal .keyvisal-box {
        display: block;
        padding-top: 28vh;
    }

    #keyvisal .keyvisal-text-box {
        width: 100%;
        padding-top: 0rem;
    }

    #keyvisal .keyvisal-img-box {
        width: 100%;
        position: relative;
        top: -40px;
    }

    #keyvisal .keyvisal-img-box img {
        width: 100%;
    }

    #keyvisal p.sub-tit {
        font-size: 20px;
        margin-bottom: 0.5rem;
        width: 100%;
        padding: 0.5em 0rem;
        line-height: 2.5rem;
    }

    #keyvisal .keyvisal-text-box h1 {
        font-size: 2rem;
        line-height: 4.5rem;
        text-align: left;
        font-weight: 600;
    }

    #keyvisal .keyvisal-text-box h1 span {
        font-size: 6.8vw;
        line-height: 5rem;
        font-weight: 600;
        padding: 0.5rem 1rem;
    }

    .decoration-box ul {
        display: flex;
        margin-top: -1rem;
    }

    .decoration-box ul li {
        width: 31%;
        margin-right: 0;
    }

    .decoration-box ul li img {
        width: 85%;
    }

    p.kome {
        font-size: 8px;
    }

    /* ---------review-------- */

    .review-box {
        width: 100% !important;
        max-width: 100%;
    }

    .review-detail-box img {
        width: 100%;
    }

    /* ---------staff-------- */

    p.staff-tit {
        font-size: 20px;
    }

    .staff-detail-box {
        padding: 3rem 2rem 1rem 2rem;
    }

    .staff-deitail-list {
        display: block;
        margin: 3rem 0;
    }

    p.staff-list-img {
        width: 100%;
        margin-right: 0rem;
    }

    .staff-deitail-list dl {
        margin-top: 1rem;
        width: 100%;
    }

    .staff-deitail-list dl dt {
        font-size: 18px;
    }

    .staff-deitail-list dl p img {
        width: 50%;
    }

    p.prfile-link a {
        font-size: 14px;
    }

    .supporter-detail-list {
        width: 100%;
    }


    /* ---------about--------- */

    .problems-deitail-list dl {
        align-items: initial;
        align-content: center;
        margin-bottom: 0rem;
        width: 160px;
        height: 160px;
        padding: 1rem 2rem;
    }

    .problems-deitail-list dl dt {
        font-size: 8px;
        padding: 0rem 0;
        font-weight: 500;
        line-height: 12px;
        padding: 5px 0;
    }

    dl.problems-bottom dt {
        font-size: 12px;
        line-height: 18px;
    }

    .problems-deitail-list dl p {
        font-size: 12px;
    }

    .problems-deitail-list dl p span {
        font-size: 14px;
    }

    .problems-sec-tit p {
        font-size: 18px;
        font-weight: 500;
    }

    .problems-sec-tit h3 {
        font-size: 20px;
    }

    .problems-deitail-list dl dd {
        font-size: 9px;
        line-height: 13px;
    }

    .problems-third-tit p {
        font-size: 25px;
        line-height: 3rem;
    }

    /* ---------point--------- */

    .point-deitail-list dl {
        padding: 0rem 2rem 1rem 2rem;
        width: 100%;
    }

    .point-deitail-list dl dt {
        font-size: 18px;
        line-height: 2.5rem;
    }

    p.point-number {
        top: -4%;
        font-size: 25px;
    }

    /* ---------sns-------- */

    .info-detail-box h3 {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .sns-etc-text {
        margin-right: -17rem;
    }

    .sns-etc-text p {
        font-size: 16px;
    }

    ul.sns-etc-link li {
        width: 15%;
    }

    ul.sns-etc-link li a img {
        width: 100%;
    }

    .sns-detail-box ul li img {
        border-radius: 10px;
    }

    .sns-media-box ul li {
        width: 100%;
    }

    .sns-youtube-box ul li {
        width: 100%;
    }

    /* ---------flow--------- */

    .flow-list-item {
        padding: 2rem 2rem;
    }

    .flow-list-item p {
        margin-bottom: 1rem;
        font-size: 25px;
    }

    .flow-list-item dl {
        width: 100%;
    }

    .flow-list-item dl dt {
        font-size: 16px;
    }

    /* ---------works-------- */

    .js-accordion {
        font-size: 14px;
        padding: 1.5rem 7rem 1.5rem 2rem;
    }

    /* ---------flow-------- */

    .flow-deitail-list dl dt {
        font-size: 40px;
    }

    .flow-deitail-list dl dd {
        font-size: 20px;
    }

    .flow-deitail-list dl {
        width: 65%;
        padding: 1.5rem 2rem;
        display: flex;
        font-weight: 700;
    }

    .flow-deitail-list .flow-text {
        border-radius: 0 0 0 0rem;
        padding: 2rem 1.5rem;
    }

    /* ---------about-------- */

    .about-detail-box {
        padding: 0px 3rem;
        font-size: 12px;
    }

    .about-detail-box p img {
        width: 35%;
    }


    .footer-box img {
        width: 25% !important;
    }

}