/** @format */

@charset "utf-8";
/*  home.css
---------------------------------------------- */

/*  pc
---------------------------------------------- */
main {
    margin-top: 220px;
}
/* ----mv---- */
#mv {
    width: 100%;
}
#mv .mv_ttl {
    position: absolute;
    top: -120px;
    left: 4%;
    pointer-events: none;
    z-index: 5;
}
#mv .mv_ttl img {
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
}
#mv .mv_ttl .ttl {
    width: 580px;
    margin-bottom: 35px;
}
#mv .mv_ttl .sub_ttl {
    width: 210px;
}
#mv .mv_swp .swiper-slide {
    width: 56.25% !important;
    height: 43.75%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16/9;
    background: #0a0a0a;
}
#mv .mv_swp .swiper-slide > div {
    position: relative;
    width: 100%;
    height: 74%;
    background-size: cover;
    z-index: 0;
}
.swiper-3d {
    perspective: 912px !important;
}
#mv .mv_swp .swiper-slide .slide01 {
    background-image: url(https://osaka-info.jp/special/showcase/assets/img/home/mv_img01.jpg);
}
#mv .mv_swp .swiper-slide .slide02 {
    background-image: url(https://osaka-info.jp/special/showcase/assets/img/home/mv_img02.jpg);
}
#mv .mv_swp .swiper-slide .slide03 {
    background-image: url(https://osaka-info.jp/special/showcase/assets/img/home/mv_img03.jpg);
}
#mv .mv_swp .swiper-slide .slide04 {
    background-image: url(https://osaka-info.jp/special/showcase/assets/img/home/mv_img04.jpg);
}
#mv .mv_swp .swiper-slide .slide05 {
    background-image: url(https://osaka-info.jp/special/showcase/assets/img/home/mv_img05.jpg);
}
#mv .mv_swp .swiper-slide .slide06 {
    background-image: url(https://osaka-info.jp/special/showcase/assets/img/home/mv_img06.jpg);
}
#mv .mv_swp .swiper-slide .slide07 {
    background-image: url(https://osaka-info.jp/special/showcase/assets/img/home/mv_img07.jpg);
}
#mv .mv_swp .swiper-slide > div::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#mv .mv_swp .swiper-slide-prev > div,
#mv .mv_swp .swiper-slide-next > div {
    opacity: 0.7;
}
#mv .mv_swp .swiper-slide-prev > div::after,
#mv .mv_swp .swiper-slide-next > div::after {
    backdrop-filter: blur(5px);
}
#mv .mv_swp .swiper-slide:has(+ .swiper-slide-prev) > div,
#mv .mv_swp .swiper-slide-next + .swiper-slide > div {
    opacity: 0.5;
}
#mv .mv_swp .swiper-slide:has(+ .swiper-slide-prev) > div::after,
#mv .mv_swp .swiper-slide-next + .swiper-slide > div::after {
    backdrop-filter: blur(20px);
}
#mv .mv_swp .swiper-slide-active > div::after {
    backdrop-filter: blur(0);
}
#mv .swiper-button-prev::after,
#mv .swiper-button-next::after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}

#mv .mv_btn {
    position: relative;
    margin: -120px auto 0;
    width: 100%;
    height: 180px;
    max-width: 1170px;
    font-size: 3.2rem;
    z-index: 1;
}

#mv .mv_btn li {
    width: 180px;
    height: 180px;
    border: 3px solid #a2a2a2;
    border-radius: 50%;
    color: #fff;
}

/* ----catch---- */
#catch {
    margin: 80px auto 150px;
}
#catch .phrase {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.3;
    letter-spacing: 0.055em;
}
#catch .phrase.large {
    font-size: 3.4rem;
    font-weight: 500;
}
.en #catch .phrase.large {
    line-height: 1.6;
}
#catch .phrase.box {
    width: 680px;
    margin: 40px auto 50px;
    padding: 30px 0 20px;
    border: 1px solid #fff;
    font-size: 1.8rem;
    line-height: 2.1;
}
.en #catch .phrase.box {
    width: 760px;
    padding: 30px 0;
}

/* ----advisor---- */
/* #advisor {
	max-width: 63%;
} */
#advisor .ads_list {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 4%;
}
#advisor .ads_list li {
    width: 388px;
}
#advisor .ads_list .img_wrap {
    gap: 25px;
    margin-bottom: 25px;
}
#advisor .ads_list .img_wrap .name {
    width: calc(100% - 200px - 25px);
    font-size: 3rem;
}
#advisor .ads_list .img_wrap .name::before {
    content: attr(data-job);
    margin-top: 15px;
    display: block;
    font-size: 1.5rem;
}
#advisor .ads_list .img_wrap .img {
    width: 200px;
    height: 235px;
    aspect-ratio: 1/1;
}
#advisor .ads_list li:not(:nth-child(2)) .img_wrap .img {
    background: #050505;
}
#advisor .ads_list .img_wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* ----rank---- */
#rank {
    max-width: 90%;
    margin: 125px auto 85px;
}

/* ----news---- */
#news {
    max-width: 59%;
}
#news .news_list {
    margin-bottom: 40px;
}
#news .news_list li {
    padding: 20px 0;
    border-top: 1px solid #474747;
}
#news .news_list li:last-child {
    border-bottom: 1px solid #474747;
}
#news .news_list li time {
    margin-right: 40px;
}
#news .news_list li a {
    font-size: 1.6rem;
}
#news .news_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
}
#news .news_btn::after {
    content: "";
    width: 100px;
    height: 5px;
    border-bottom: solid 1px var(--c-white);
    border-right: solid 1px var(--c-white);
    transform: skew(45deg);
}

/* ----course---- */
#course {
    width: 90%;
    max-width: 1000px;
    margin: 100px auto;
}
#course .course_list {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}
#course .course_list li {
    width: calc((100% - 40px) / 3);
}
#course .course_list li a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
#course .course_list li a figure {
    aspect-ratio: 16 / 9;
    margin-bottom: 15px;
}
#course .course_list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#course .course_list li a .pref {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 5px;
    border: 1px solid #fff;
    font-size: 1.4rem;
}

/* ----special---- */
#special {
    margin: 150px 0;
}
#special .bnr {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

/* ----theme---- */
#theme {
    max-width: 90%;
    margin-top: 100px;
}
#theme .link_list {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 130px;
    justify-content: center;
}
#theme .link_list li {
    padding: 5px 0;
    width: calc(100% / 3);
    height: 100%;
    border-left: 1px solid var(--c-white);
}
#theme .link_list li:last-child {
    border-right: 1px solid var(--c-white);
}
#theme .link_list li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    position: relative;
    font-size: 1.8rem;
    text-align: center;
}
#theme .link_list li a::after {
    content: "";
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--c-white);
    border-right: 1px solid var(--c-white);
    transform: rotate(135deg) translateX(-50%);
}
#theme .link_list .link {
    text-align: center;
    line-height: 1.4;
}
.en #theme .link_list .link {
    font-size: 1.6rem;
    line-height: 1.5;
}
#theme .link_list .link .en {
    margin-left: 0.5em;
    font-size: 1.5rem;
    color: var(--c-white);
    text-align: center;
}
.en #theme .link_list .link .en {
    display: block;
    margin: 3px 0;
    font-size: 1.5rem;
}
#theme .spot_inner {
    width: 100%;
    max-width: 1740px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 90px;
}
#theme .spot_inner .spot_wrap {
    width: 100%;
    height: 480px;
}
.en #theme .spot_inner .spot_wrap {
    height: 520px;
}
#theme .spot_inner .spot_wrap {
    background-size: cover;
}
#theme #onsen {
    background-position: center 40%;
    background-image: url(https://osaka-info.jp/special/showcase/assets/common/img/theme01.jpg);
}
#theme #cycling {
    background-image: url(https://osaka-info.jp/special/showcase/assets/common/img/theme02.jpg);
}
#theme #food {
    background-image: url(https://osaka-info.jp/special/showcase/assets/common/img/theme03.jpg);
}
#theme .spot_inner .spot_wrap .spot_cont {
    padding: 0 30px;
    width: 540px;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.en #theme .spot_inner .spot_wrap .spot_cont {
    width: 650px;
}
#theme .spot_wrap .spot_cont .txt_wrap {
    position: relative;
    top: -60px;
    height: calc(100% + 60px);
}
.en #theme .spot_wrap .spot_cont .txt_wrap {
    top: -40px;
}
#theme .spot_wrap .spot_cont .ttl {
    font-size: 5.6rem;
    color: var(--c-gold);
    line-height: 1.2;
}
.en #theme .spot_wrap .spot_cont .ttl {
    font-size: 4.6rem;
    line-height: 1.1;
}
#theme .spot_wrap .spot_cont .ttl::after {
    content: attr(data-en);
    display: block;
    position: relative;
    top: 0;
    font-size: 2.8rem;
}
.en #theme .spot_wrap .spot_cont .ttl::after {
    top: 10px;
    font-size: 2.4rem;
}
#theme .spot_wrap .spot_cont .txt {
    margin: 20px 0 30px;
    font-size: 1.5rem;
    line-height: 2;
}
#theme .spot_wrap .spot_cont .txt span {
    display: block;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid var(--c-white);
    font-size: 1.4rem;
    line-height: 1.8;
}
#theme .spot_wrap .spot_cont .btn {
    font-size: 2rem;
}

/* ----scroll---- */
.scroll {
    position: fixed;
    right: 30px;
    bottom: 70px;
    z-index: 2;
    width: fit-content;
    font-size: 1.2rem;
    color: #fff;
    writing-mode: vertical-rl;
}
.scroll::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    animation: UpDown 1.2s infinite ease-in-out alternate;
}
/* アニメーションの設定 */
@keyframes UpDown {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(7px) rotate(45deg);
    }
}

/*  mobile & smart phone
---------------------------------------------- */
@media only screen and (max-width: 959px) {
    main {
        margin-top: 26.5rem;
    }
    /* ----mv---- */
    #mv .mv_ttl {
        position: absolute;
        width: 95%;
        top: -16rem;
        left: 5%;
        z-index: 5;
        margin: 0 auto;
    }
    #mv .mv_ttl .ttl {
        width: 80%;
        margin-bottom: 20px;
    }
    #mv .mv_ttl .sub_ttl {
        width: 30%;
    }
    #mv .mv_swp .swiper-slide {
        width: 85% !important;
        height: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 16/9;
        background: #000;
    }
    #mv .mv_swp .swiper-slide > div {
        position: relative;
        width: 100%;
        height: 74%;
        background-size: cover;
        z-index: 0;
    }
    .swiper-3d {
        perspective: 670px !important;
    }
    #mv .mv_swp .swiper-slide .slide01 {
        background-image: url(https://osaka-info.jp/special/showcase/assets/img/home/mv_img01.jpg);
    }
    #mv .mv_swp .swiper-slide .slide02 {
        background-image: url(https://osaka-info.jp/special/showcase/assets/img/home/mv_img02.jpg);
    }
    #mv .mv_swp .swiper-slide .slide03 {
        background-image: url(https://osaka-info.jp/special/showcase/assets/img/home/mv_img03.jpg);
    }
    #mv .mv_swp .swiper-slide .slide04 {
        background-image: url(https://osaka-info.jp/special/showcase/assets/img/home/mv_img04.jpg);
    }
    #mv .mv_swp .swiper-slide .slide05 {
        background-image: url(https://osaka-info.jp/special/showcase/assets/img/home/mv_img05.jpg);
    }
    #mv .mv_swp .swiper-slide > div::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    #mv .mv_swp .swiper-slide-prev > div::after,
    #mv .mv_swp .swiper-slide-next > div::after {
        backdrop-filter: blur(3px);
    }
    #mv .mv_swp .swiper-slide > div::after {
        backdrop-filter: blur(5px);
    }
    #mv .mv_swp .swiper-slide-active > div::after {
        backdrop-filter: blur(0);
    }
    #mv .mv_btn {
        margin: -75px auto 20px;
        width: 100%;
        max-width: 1170px;
        font-size: 2rem;
    }
    #mv .mv_btn > li {
        width: 10rem;
        height: 10rem;
        border: 2px solid #a2a2a2;
        border-radius: 50%;
        margin: 0 10px;
    }

    /* ----catch---- */
    #catch {
        margin: 20px auto 90px;
    }
    #catch .phrase {
        margin-bottom: 30px;
        text-align: center;
        font-size: 1.8rem;
        line-height: 2;
        letter-spacing: 0.055em;
    }
    .en #catch .phrase {
        padding: 0 30px;
    }
    #catch .phrase.large {
        font-size: 3rem;
        line-height: 1.5;
    }
    .en #catch .phrase.large {
        font-size: 2.6rem;
    }
    #catch .phrase.box {
        width: 90%;
        margin: 0 auto 30px;
        padding: 20px 0 15px;
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .en #catch .phrase.box {
        width: 90%;
        padding: 20px 0;
    }

    /* ----advisor---- */
    #advisor {
        max-width: 90%;
    }
    #advisor .ads_list {
        display: flex;
        height: 30%;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        justify-content: space-between;
        gap: 25px;
    }
    #advisor .ads_list li {
        position: relative;
        width: 100%;
        height: 70vw;
    }
    #advisor .ads_list li .txt {
        width: 48%;
        position: absolute;
        top: 40%;
        right: 0;
        font-size: 1.9rem;
        line-height: 1.5;
    }
    #advisor .ads_list li p {
        font-size: 2rem;
    }
    #advisor .ads_list .img_wrap {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 25px;
    }
    #advisor .ads_list .img_wrap .name {
        position: absolute;
        top: 10%;
        right: 0;
        width: 48%;
        font-size: 3rem;
        text-align: center;
    }
    #advisor .ads_list .img_wrap .name::before {
        content: attr(data-job);
        margin-top: 0px;
        display: block;
        font-size: 1.9rem;
    }
    #advisor .ads_list .img_wrap .img {
        position: absolute;
        top: 10%;
        left: 0;
        width: 45%;
        height: 30rem;
        aspect-ratio: 1/1;
    }
    #advisor .ads_list li:not(:nth-child(2)) .img_wrap .img {
        background: #050505;
    }
    #advisor .ads_list .img_wrap .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    /* ----rank---- */
    #rank {
        max-width: 100%;
        margin: 80px auto 110px;
    }

    #rank .rank_wrap {
        margin-top: 40px;
        flex-direction: column;
        gap: 130px;
    }

    /* ----news---- */
    #news {
        max-width: 90%;
    }
    #news .news_list {
        margin-bottom: 30px;
    }
    #news .news_list li {
        padding: 13px 0;
        border-top: 1px solid #474747;
    }
    #news .news_list li:last-child {
        border-bottom: 1px solid #474747;
    }
    #news .news_list li time {
        margin-right: 40px;
    }
    #news .news_list li a {
        font-size: 1.6rem;
    }
    #news .news_btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 1.8rem;
    }
    #news .news_btn::after {
        content: "";
        width: 100px;
        height: 5px;
        border-bottom: solid 1px var(--c-white);
        border-right: solid 1px var(--c-white);
        transform: skew(45deg);
    }

    /* ----course---- */
    #course {
        max-width: 90%;
        margin: 80px auto;
    }
    #course .course_list {
        justify-content: flex-start;
    }
    #course .course_list li {
        width: calc((100% - 20px) / 2);
    }

    /* ----special---- */
    #special {
        margin: 90px 0;
    }

    /* ----theme---- */
    #theme {
        max-width: 90%;
        margin-top: 70px;
    }
    #theme .link_list {
        width: 100%;
        max-width: 1280px;
        margin: 30px auto 90px;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }
    #theme .link_list li {
        margin: 0px;
        padding: 5px 0;
        width: calc(100% / 2 - 10px);
        height: 100%;
        border: none;
        border-bottom: 1px solid var(--c-white);
    }
    #theme .link_list li:nth-child(1),
    #theme .link_list li:nth-child(2) {
        padding-top: 15px;
        border-top: 1px solid var(--c-white);
    }
    #theme .link_list li:last-child {
        border-right: none;
    }
    #theme .link_list li a {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 3px;
        position: relative;
        font-size: 1.8rem;
        text-align: center;
    }

    #theme .link_list li a::after {
        content: "";
        margin: auto auto 10px;
        width: 10px;
        height: 10px;
        border-top: 1px solid var(--c-white);
        border-right: 1px solid var(--c-white);
        transform: rotate(135deg) translateX(0);
    }
    #theme .link_list li a p {
        text-align: center;
    }
    #theme .link_list .link .en {
        display: block;
        margin: 3px 0;
        font-size: 1.3rem;
        line-height: 1.8rem;
        color: var(--c-white);
    }
    #theme .spot_inner {
        width: 100vw;
        max-width: 1740px;
        margin-left: calc((100vw - 100%) / 2 * -1);
        display: flex;
        flex-direction: column;
        gap: 90px;
    }
    #theme .spot_inner .spot_wrap {
        width: 100%;
        height: 52rem;
    }
    #theme .spot_inner .spot_wrap {
        background-size: cover;
    }
    #theme #onsen {
        background-image: url(https://osaka-info.jp/special/showcase/assets/common/img/theme01.jpg);
    }
    #theme #cycling {
        background-image: url(https://osaka-info.jp/special/showcase/assets/common/img/theme02.jpg);
    }
    #theme #food {
        background-image: url(https://osaka-info.jp/special/showcase/assets/common/img/theme03.jpg);
    }
    #theme .spot_inner .spot_wrap .spot_cont {
        padding: 0 5%;
        width: 100% !important;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }
    #theme .spot_wrap .spot_cont .txt_wrap {
        position: relative;
        top: -30px;
    }
    #theme .spot_wrap .spot_cont .ttl {
        font-size: 4.6rem;
        color: var(--c-gold);
    }
    #theme .spot_wrap .spot_cont .ttl::after {
        content: attr(data-en);
        display: block;
        position: relative;
        top: 5px;
        font-size: 2.2rem;
    }
    #theme .spot_wrap .spot_cont .txt {
        width: 100%;
        margin: 20px 0 30px;
    }
    #theme .spot_wrap .spot_cont .btn {
        margin: 0 0 0 auto;
        font-size: 1.8rem;
    }
}
