header {
    height: 80px;
}
header.homepage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    border-bottom: none;
}
.header__logo {
    font-size: 22px;
    font-family: 'Gotham Light';
    text-transform: uppercase;
}
.header__logo a {
    color: #000;
    height: 50px;
    display: flex;
}
header.homepage .header__logo a {
    color: #fff;
    height: 50px;
    display: flex;
}
.header__logo a img {
    height: 100%;
}
.header__download__url {
    width: 140px;
    height: 40px;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    transition: all 0.8s;
    border: 1px solid #000;
    border-radius: 5px;
}
header.homepage .header__download__url {
    color: #fff;
    border: 1px solid #fff;
}
.header__download__url:hover {
    background-color: #000;
    color: #fff;
}
header.homepage .header__download__url:hover {
    color: #000;
    background-color: #fff;
}
.top__fv {
    height: 858px;
    position: relative;
    padding-top: 80px;
    background-color: #fff;
}
.top__fv video {
    width: 100%;
    height: 768px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.top__fv::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.top__fv > .container {
    padding-top: 90px;
    position: relative;
    z-index: 3;
}
.top__fv__slider {
    width: 350px;
    position: relative;
    pointer-events: none;
}
.top__fv__slider::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding-top: 199%;
    content: '';
    background-image: url(https://www.ana.co.jp/share/app/image/phone-frame.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.slider-frame {
    padding: 19px;
    height: 696px;
    filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
}
.slider-frame .top-slider {
    overflow: hidden;
    pointer-events: auto;
    z-index: 4;
}
.top-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.top__fv__content {
    position: absolute;
    -webkit-box-ordinal-group: 3;
    width: calc(100% - 430px);
    margin-left: 430px;
    padding-top: 50px;
}
.top__fv__download {
    position: absolute;
    -webkit-box-ordinal-group: 3;
    width: calc(100% - 430px);
    margin-left: 430px;
    bottom: 20%;
    display: flex;
}
.top__fv__subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family:  "游ゴシック体", 'YuGothic', "游ゴシック", "Yu Gothic", sans-serif;
}
.top__fv__title {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    font-family: "游ゴシック体", 'YuGothic', "游ゴシック", "Yu Gothic", sans-serif;
    padding-top: 20px;
}
.fv__download__logo img {
    width: 75%;
}
.fv__download__logo {
    background-color: #fff;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.fv__download__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
}
.fv__download__ios {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2aab9f;
    border-radius: 50px;
    height: 56px;
    width: 335px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.8s;
}
.fv__download__ios:hover {
    color: #000;
    background-color: #fff;
}
.fv__download__android {
    color: #fff;
    padding-top: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.about-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
    .header__logo a{
        height: 25px;
    }
    .main__title{
        padding-top: 21px;
    }
}

@media only screen and (max-width: 575px) {
    .header__container {
        width: 90%;
    }
    .header__download__url {
        width: 100px;
        height: 36px;
    }
    .top__fv {
        background-color: #000;
        height: auto;
    }
    .top__fv > .container {
        display: flex;
        flex-direction: column;
        padding-top: 50px;
    }
    .top__fv video {
        height: 642px;
    }
    .top__fv__content {
        width: 100%;
        margin-left: 0;
        padding-top: initial;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }
    .top__fv__subtitle {
        font-size: 14px;
    }
    .top__fv__title {
        font-size: 32px;
        padding-top: 12px;
        text-align: center;
    }
    .top__fv__download {
        width: 100%;
        margin-left: 0;
        padding-top: 50px;
        padding-bottom: 45px;
        position: relative;
        bottom: 0;
    }
    .fv__download__logo {
        display: none;
    }
    .fv__download__link {
        padding-left: 0;
        width: 100%;
    }
    .fv__download__ios {
        border-radius: 5px;
        font-size: 14px;
    }
    .fv__download__android {
        font-size: 14px;
    }
    .top__fv__slider {
        width: 222px;
        margin: 0 auto;
    }
    .slider-frame {
        height: 450px;
        padding: 18px 12px 10px;
    }
}
