
.top-hero-slide__button-wrapper a, .top-hero-first-content__button-wrapper a {
    max-width: 275px !important;
    padding: 13px 20px;
}
.top-hero-slide__contents.legend_sale h2 {
    width: 57% !important;
}
.top-hero-slide__contents.legend_sale h2 ruby {
    font-size: .3em;
}
.top-hero-first-content__text {
    margin-top: 20px !important;
}
@media (max-width: 834px) {
    .top-hero-slide__button-wrapper a {
        display: block !important;
    }
    .button_following.active {
        opacity: 1 !important;
        pointer-events: auto !important;
    }    
    .legend_sale .top-hero-slide__button-wrapper {
        position: absolute;
        bottom: 70px;
        left: 50%;
        transform: translateX(-50%);
    }
    .top-hero-slide__button-wrapper a, .top-hero-first-content__button-wrapper a {
        max-width: 75% !important;
        padding: 5px 20px 6px !important;
    
    }
    
    .top-hero-slide__contents.legend_sale {
        padding: 20vw 20px 70px !important; 
    }
    .top-hero-slide__contents.legend_sale h2 {
        width: 90% !important;
    }
    .top-hero-slide__contents.legend_sale .top-hero-slide__button-wrapper a {
        padding: 5px 20px 6px 30px !important;
    }
    .top-hero-first-content__text {
        margin: 5px 0 0;
    }
    .top-hero-first-content__text img {
        width: 90% !important;
    }
    .top-hero-slide__bg img {
        object-position: center bottom !important;
    }
    .slick-slide .top-hero-slide__bg--first img {
        object-position: center 55% !important;
    }
    .button_following {
        bottom: 20px !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition:ALL .3s ease;
    }
    .button_following a {
        font-size: 2.9vw !important;
        padding: 5px 10px 6px 20px!important;
    }
}
@media (max-height: 650px) {
    /* スクリーンの高さが600px以下の場合のスタイル */
    .top-info {
      display: none;
    }
}






.page_entry_and_exit_fv{
    width: 100%;
    height: 767px;
    background: url(../../src/imgs/entry_and_exit/akerun-entry_and_exit-cover1920.jpg) center center/cover no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.page_entry_and_exit_fv .inner {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.page_entry_and_exit_fv .container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.page_entry_and_exit_fv .container h1 {
    color: #fff;
    font-size: 36px;
    line-height: 1.33;
    margin: 0;
    font-weight: 700;
}
.page_entry_and_exit_fv .container p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
}
.page_entry_and_exit_fv .container p.p_pc {
    display: block;
}
.page_entry_and_exit_fv .container p.p_sp{
    display: none;
}
.page_entry_and_exit_fv .container a {
    position: relative;
    display: block;
    background: linear-gradient(90deg, #e78b3e 0%, #ec6c00 116.23%) !important;
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: 293px;
    border-radius: 500px;
    padding:12px 0;
    margin-top: 35px;
}
.page_entry_and_exit_fv .container a::before {
    content: "";
    display: block;
    width: 8px;
    height: 15px;
    background: url(../../src/imgs/entry_and_exit/parts/arrow_right.png) center center/contain no-repeat;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.page_entry_and_exit_fv .container a span {
    position: relative;
    left: -10px;
}
@media (max-width: 1440px) {
    .page_entry_and_exit_fv{
        height: 599px;
        background: url(../../src/imgs/entry_and_exit/akerun-entry_and_exit-cover1440.jpg) center center/cover no-repeat;
    }    
}
@media (max-width: 1120px) {
    .page_entry_and_exit_fv{
        height: 601px;
        background: url(../../src/imgs/entry_and_exit/akerun-entry_and_exit-cover1120.jpg) center center/cover no-repeat;
    }    
}
@media (max-width: 834px) {
    .page_entry_and_exit_fv{
        width: 100%;
        height: calc(100vh - 72px);
        background: url(../../src/imgs/entry_and_exit/akerun-entry_and_exit-cover-sp.jpg) center center/cover no-repeat;
        padding: 0 5%;
    }
    .page_entry_and_exit_fv .inner {
        width: 100%;
        height: 100%;
    }
    .page_entry_and_exit_fv .container {
        width: 100%;
        position: absolute;
        top: 20px;
        left: 0;
        transform: translateY(0%);
    }
    .page_entry_and_exit_fv .container h1 {
        font-size: 6.9vw;
        line-height: 1.5;
        font-weight: 700;
    }
    .page_entry_and_exit_fv .container p {
        font-size: 3.7vw;
        line-height: 2;
        margin-top: 15px;
    }
    .page_entry_and_exit_fv .container p.p_pc {
        display: none;
    }
    .page_entry_and_exit_fv .container p.p_sp{
        display: block;
    }
    .page_entry_and_exit_fv .container a {
        display: none;
    }
}



