body{
    background: linear-gradient(90deg, #FFA63A 0%, #FFA63A 150px, #FFFFFF 150px, #FFFFFF 100%);
    background-repeat: no-repeat;
    z-index: 0;
}

.mv {
    position: relative;
    width: 100%;
}

/* 飾り共通 */
.mv-deco {
    position: absolute;
    z-index: 20;
}

.deco1 {
    bottom: 35%;
    left: 0;
    width: 15%;
    height: auto;
}

.deco2 {
    bottom: -5%;
    left: 25%;
    width: 10%;
    height: auto;
}

.deco4 {
    bottom: -20%;
    right: -10%;
    width: 38%;
    height: auto;
}

.deco3 {
    top: 0px;
    left: 15%;
    width: 23%;
    height: auto;
}

/*==================== 
メインビジュアルスライダー 
======================*/
/* スライドの高さを固定 */
#swiper1 .swiper-slide {
    height: 839px;
}

/* 画像をスライド枠いっぱいに表示、アスペクト比を維持 */
#swiper1 .swiper-slide img.mv_img {
    width: 100%;
    /* 横幅はスライドに合わせる */
    height: 100%;
    /* 高さはスライドに合わせる */
    object-fit: cover;
    /* 枠いっぱいに収める（切り抜きあり） */
}

.mv::after{
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #FFA63A;
    width: 150px;
    z-index: 10;
    display: block;
    height:100%;
    z-index: 10;
}

/* メインビジュアルキャッチコピー */

.mv_copy1,
.mv_copy2 {
    display: inline-block;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-color: #fff;
    padding-left: 38px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 72px;
    font-weight: bold;
    z-index: 100;

    /* フェードイン用 初期状態 */
    opacity: 0;
    transform: translateX(-50px);

    /* アニメーション */
    animation: fadeInLeft 0.8s ease forwards;
}

.mv_copy1 {
    position: absolute;
    left: 102px;
    bottom: 255px;

    animation-delay: 0s;
    /* すぐフェードイン */
}

.mv_copy2 {
    position: absolute;
    left: 102px;
    bottom: 116px;

    animation-delay: 0.4s;
    /* 0.4秒遅れてフェードイン */
}

/* キーフレーム */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* メインテキスト */
.main_text{
    display: flex;
    justify-content: center;
    margin-top: 198px;

    font-size: 24px;
    line-height: 240%;

    position: relative;
}

.main_text p {
    opacity: 0;
    /* 初期は透明 */
    transform: translateY(30px);
    /* 下にずらす */
    transition: all 1s ease;
    /* アニメーション時間とイージング */
}

.main_text p.show {
    opacity: 1;
    transform: translateY(0);
    /* 元の位置に */
}

/* メインテキスト装飾 */
.main_text-dot-img{
    width: 21%;
    height: auto;
    position: absolute;
    right: 0;
    margin-top: 15%;
    
}

/* POINT */
.point {
    padding-top: 294px;
    position: relative;
}

.point_dot-img{
    position: absolute;
    width: 16%;
    height: auto;
    left: 5%;
    bottom: -13%;
    z-index: -1;
}

.point_tittle_main {
    font-size: 64px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.point_tittle_sub {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.point_main {
    position: relative;
    margin-top: 77px;

    display: flex;
    align-items: center;
}

.point_main-img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    width: 668px;
    height: 100%;
    object-fit: cover;
}

/* ポイント全体を囲うブロック */
.point_block {
    position: relative;
    margin-left: -200px;
}

/* ポイント１ */
.containe_point_list1 {
    /* position: absolute;
    top: 59px;
    left: 603px; */

    display: flex;
    justify-content: start;
    margin-left: 145px;
    margin-right: 60px;
}

.point_list1 {
    margin-left: 68px;
    max-width: 622px;
}

.img_point_list1 {
    max-width: 80px;
    max-height: 80px;
}

.point_list1-tittle {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;

    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 14px;
}

.point_list1-text {
    margin-top: 14px;
    line-height: 32px;
}

/* ポイント2 */
.containe_point_list2 {
    /* position: absolute;
    top: 249px;
    left: 559px; */

    display: flex;
    justify-content: start;
    margin-left: 95px;
    margin-top: 80px;
    margin-right: 60px;
}

.point_list2 {
    margin-left: 68px;
    max-width: 622px;
}

.img_point_list2 {
    max-width: 80px;
    max-height: 80px;
}

.point_list2-tittle {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;

    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 14px;
}

.point_list2-text {
    margin-top: 14px;
    line-height: 32px;
}

/* ポイント3 */
.containe_point_list3 {
    /* position: absolute;
    top: 439px;
    left: 517px; */

    display: flex;
    justify-content: start;
    margin-left: 50px;
    margin-top: 70px;
    margin-right: 60px;
}

.point_list3 {
    margin-left: 68px;
    max-width: 622px;
}

.img_point_list3 {
    max-width: 80px;
    max-height: 80px;
}

.point_list3-tittle {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;

    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 14px;
}

.point_list3-text {
    margin-top: 14px;
    line-height: 32px;
}

/* ポイント4 */
.containe_point_list4 {
    /* position: absolute;
    top: 629px;
    left: 472px; */

    display: flex;
    justify-content: start;
    margin-top: 50px;
    margin-right: 60px;
}

.point_list4 {
    margin-left: 68px;
    max-width: 622px;
}

.img_point_list4 {
    max-width: 80px;
    max-height: 80px;
}

.point_list4-tittle {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;

    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 14px;
}

.point_list4-text {
    margin-top: 14px;
    line-height: 32px;
}

/* POINTボタン */
.button_point{
    display: flex;
    justify-content: center;
}

/* COURSE */
.course {
    padding-top: 362px;
}

.course_tittle_main {
    font-size: 64px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.course_tittle_sub {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: normal;
}



/* ヘアスタイリストコース */
.course_hair{
    margin-top: 77px;
    position: relative;
}

.hair_dot{
    position: absolute;
    width: 20%;
    height: auto;
    right: -15%;
    top: -15%;
}

.course_hair_img{
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.course_hair_img:hover {
    transform: scale(0.95);
    /* 95%に縮小 */
}

.course_hair_tittle{
    object-fit: cover;
}

.course_hair_tittle_main{
    position: absolute;
    background-color: #ffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    
    font-size: 3vw;
    font-weight: bold;
    
    bottom: 20%;
    left: 7%;
}

.course_hair_tittle_sub{
    position: absolute;
    color: #ffff;
    font-size: 1.2vw;
    font-weight: normal;
    letter-spacing: 0.3em;
    display: flex;
    text-wrap: nowrap;
    margin-top: 21px;
}

.course_hair_tittle_main,
.course_hair_tittle_sub {
    position: absolute;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

.course_hair_tittle_main.show,
.course_hair_tittle_sub.show {
    transform: translateX(0);
    opacity: 1;
}

/* ネイル・メイクアートコース */
.course_make {
    margin-top: 109px;
    position: relative;
}

.course_make_img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.course_make_img:hover {
    transform: scale(0.95);
    /* 95%に縮小 */
}

.course_make_tittle {
    object-fit: cover;
}

.course_make_tittle_main {
    position: absolute;
    background-color: #ffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    
    font-size: 3vw;
    font-weight: bold;
    
    bottom: 20%;
    left: 7%;
}

.course_make_tittle_sub {
    position: absolute;
    color: #ffff;
    font-size: 1.2vw;
    font-weight: normal;
    letter-spacing: 0.3em;
    display: flex;
    text-wrap: nowrap;
    margin-top: 21px;
}

.course_make_tittle_main,
.course_make_tittle_sub {
    position: absolute;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

.course_make_tittle_main.show,
.course_make_tittle_sub.show {
    transform: translateX(0);
    opacity: 1;
}

/* エステティックコース */
.course_salon {
    margin-top: 109px;
    position: relative;
}

.course_salon_img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.course_salon_img:hover {
    transform: scale(0.95);
    /* 95%に縮小 */
}

.course_salon_tittle {
    object-fit: cover;
}

.course_salon_tittle_main {
    position: absolute;
    background-color: #ffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    
    font-size: 3vw;
    font-weight: bold;
    
    bottom: 20%;
    left: 7%;
}

.course_salon_tittle_sub {
    position: absolute;
    color: #ffff;
    font-size: 1.2vw;
    font-weight: normal;
    letter-spacing: 0.3em;
    display: flex;
    text-wrap: nowrap;
    margin-top: 21px;
}

.course_salon_tittle_main,
.course_salon_tittle_sub {
    position: absolute;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

.course_salon_tittle_main.show,
.course_salon_tittle_sub.show {
    transform: translateX(0);
    opacity: 1;
}


/* 学校の様子スライダー */
.scroll-wrap {
    margin-top: 182px;
    width: 100vw;
    /* 画面幅いっぱい */
    height: 492px;
    /* 画像高さ */
    overflow: hidden;
    position: relative;
}

.scroll-slide {
    display: flex;
    width: calc((403px + 29px) * 16);
    /* 画像16枚分＋間隔 */
    animation: scroll-left 60s linear infinite;
    /* 滑らかに連続スクロール */
}

.img_School {
    width: 403px;
    height: 492px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 29px;
    /* 画像間隔 */
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50%));
        /* 複製した分だけ左に移動 */
    }
}

/* オープンキャンパス */
.oc{
    margin-top: 263px;
    position: relative;
}

.oc_main{
    position: relative;
}

.oc_img{
    width: 100%;
    height: auto;
}


.oc_tittle_main{
    position: absolute;
    font-size: 13.7vw;
    font-weight: bold;
    text-wrap: nowrap;
    top: -20%;
    width: auto;
    height: auto;
}

.button_oc{
    position: absolute;
    max-width: 336px;
    bottom: 63px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    right: 92px;
}

.button_oc1{
    background:linear-gradient(45deg,rgba(255,249,83),rgba(255,194,96));
    mix-blend-mode: hard-light;
    color: #2B2926;
    padding: 27px 16px;
    padding-right: 59px;
    border-radius: 40px;
    position: relative;
    font-weight: normal;
}

.button_oc1::after{
    content: "";
    position: absolute;
    width: 33px;
    height: 34px;
    background-image: url(/image/oc_button.png);
    top: 28%;
    left: 85%;
    transition: transform 0.3s ease;
}

.button_oc1:hover::after {
    transform: translateX(5px);
    /* 右に5px移動 */
}

.button_oc2 {
    background-color: #CDCDCD;
    mix-blend-mode: hard-light;
    color: #2B2926;
    padding: 27px 16px;
    padding-right: 59px;
    border-radius: 40px;
    position: relative;
    font-weight: normal;
}

.button_oc2::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 34px;
    background-image: url(/image/oc_button.png);
    top: 28%;
    left: 85%;
    transition: transform 0.3s ease;
}

.button_oc2:hover::after {
    transform: translateX(5px);
    /* 右に5px移動 */
}

/* ニュース */

.news {
    margin-top: 313px;
    position: relative;
}

.news_dot-img{
    position: absolute;
    width: 20%;
    height: auto;
    right: 31px;
    top: -35%;
}

.news_dot2-img{
    position: absolute;
    width: 19%;
    height: auto;
    left: 5%;
    bottom: -40%;
}

.news__container{
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    max-width: 767px;
    width: 90%;
}

.news_tittle_main {
    font-size: 64px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.news_tittle_sub {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.button_news{
    margin-top: 69px;
    display: flex;
    justify-content: center;
}

/* SNS */
.sns_container{
    background-color: #2B2926;
    height: 747px;
    margin-top: 313px;
    position: relative;
}

.sns_dot1-img{
    position: absolute;
    width: 28%;
    height: auto;
    right: -5%;
    top: -30%;
}

.sns_dot2-img{
    position: absolute;
    width: 28%;
    height: auto;
    left: -8%;
    bottom: -30%;
}

.sns_tittle{
    font-style: Noto Sans JP;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding-top: 58px;
    padding-bottom: 44px;
}

.sns{
    display: flex;
    justify-content: center;
}

.sns_link{
    width: 800px;
    display: flex;
    justify-content: space-between;
}

.img_sns{
    width: 339px;
    height: 74px;
}

/* コンタクト */
.contact{
    margin-top: 313px;
}

.contact_tittle_main {
    font-size: 64px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}
.contact_tittle_sub {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.contact_main {
    margin-top: 128px;
    height: 779px;
    background-image: url(/image/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_button{
    display: flex;
    justify-content: space-between;
}

.contact_button-1{
    background-color: #FFC83F;
    mix-blend-mode: screen;
    font-size: 34px;
    width: 38%;
    height: 216px;
    margin-top: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_button1{
    font-size: 1.5vw;
}

.contact_button1_img{
    width: 30px;
    height: 30px;
    margin-right: 16px;
}
.contact_button-2{
    background-color: #7CC4F5;
    mix-blend-mode: screen;
    font-size: 34px;
    width: 38%;
    height: 216px;
    margin-top: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_button2{
    font-size: 1.5vw;
}

.contact_button2-img{
    width: 30px;
    height: 30px;
    margin-right: 16px;
}

.contact_text{
    color:#FFFFFF;
    margin-top: 134px;
    display: flex;
    justify-content: center;
    display: grid;
    row-gap: 15px;
    place-items: center;
}

.contact_text-2{
    font-size: 50px;
    font-weight: bold;
    font: Lato;
}

/* SNSスライダー */

#swiper2 .swiper-wrapper{
    margin-top: 60px;
    margin-bottom: 40px;
}

/* スライドの高さを固定 */
#swiper2 .swiper-slide {
    height: 280px;
}

/* 画像をスライド枠いっぱいに表示、アスペクト比を維持 */
#swiper2 .swiper-slide img.sns_slide {
    width: 100%;
    /* 横幅はスライドに合わせる */
    height: 100%;
    /* 高さはスライドに合わせる */
    object-fit: cover;
    /* 枠いっぱいに収める（切り抜きあり） */
    display: block;
    /* 下に余白が出ないようにする */ }

/* 非アクティブドット */
#swiper2 .swiper-pagination-bullet {
    background-color: #ffffff;
    /* 白色 */
    opacity: 0.5;
    /* 薄くして見やすく */
}

/* アクティブドット */
#swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFA63A;
    /* オレンジなど任意の色 */
    opacity: 1; 
}