@charset "utf-8";

body{
    min-width: 1250px;
    padding-top: 0 !important;
}
/* .sec:not(.Banner2024):not(.Other2024){
    padding-top: 110px;
    padding-bottom: 110px;
} */
@media screen and (max-width: 680px){

    html{
        font-size: 1.333333vw;
    }
    body{
        min-width: 100%;
    }
    /* .sec:not(.Banner2024):not(.Other2024){
        padding-top: 12.666666vw;
        padding-bottom: 12.666666vw;
    } */

}



/* ----- ヘッダー ----------*/
.header2024{
    background: none;
    box-shadow: none;
}
.header2024::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
}
.header2024 .header2024_logo{
    padding-bottom: 10px;
}
.header2024 .header2024_nav_bottom_li > a{
    padding: 20px 18px;
    text-shadow: 0 0 15px rgba(0,0,0,.5),0 1px 1px rgba(0,0,0,.5);
}
.header2024 .header2024_nav_bottom_li.-haschild > a::after{
    bottom: 2px;
}
@media screen and (max-width: 680px){

    .header2024 .header2024_logo{
        padding-bottom: 10px;
    }
    .header2024 .header2024_nav_bottom_li > a{
        padding: 5vw 3.333333vw;
    }
    .header2024 .header2024_nav_bottom_li.-haschild > a::after{
        bottom: calc(50% - 1px);
    }

}



/* ----- パーツ ----------*/
/* ----- 見出し */
.Index2024__title{
    font-size: 52px;
    margin-bottom: 55px;
    font-weight: 700;
    line-height: calc(64 / 52);
    letter-spacing: .05em;
    text-align: center;
    font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.Index2024__title::after{
    content: attr(data-en);
    display: block;
    font-size: 14px;
    margin-top: 16px;
    color: #5096d2;
    letter-spacing: .05em;
}
@media screen and (max-width: 680px){

    .Index2024__title{
        font-size: 6.933333vw;
        margin-bottom: 10.666666vw;
        line-height: calc(60 / 52);
        letter-spacing: .1em;
        text-align: center;
    }
    .Index2024__title::after{
        font-size: 3.2vw;
        margin-top: 3.333333vw;
    }

}



/* ----- メインビジュアル ----------*/
.Mainvisual2024__image{
    margin-bottom: 0;
}
.Mainvisual2024__image img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    vertical-align: middle;
}
.Mainvisual2024__image video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    vertical-align: middle;
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    outline: none;
    border: none;
}
@media screen and (max-width: 680px){

    .Mainvisual2024__image img{
        height: 109.33333vw;
    }

    .Mainvisual2024__image video{
        height: 109.33333vw;
    }

}



/* ----- 重要なお知らせ ----- */
.Important2024{
    padding-top: 55px;
}
.Important2024__inner a{
    width: 100%;
    padding: 35px 50px 30px;
    border-left: 5px solid #ff001a;
    background: #ffe4e6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    transition: .3s all ease-in-out;
}
.Important2024__inner a::before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    left: 25px;
    top: 50%;
    transform: translate(0,-50%);
    position: absolute;
    background-image: url(../image2024/index/icon_important.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.Important2024__inner a:hover{
    opacity: .6;
}
.Important2024__time{
    width: 210px;
    font-size: 18px;
    padding-right: 25px;
    padding-left: 50px;
    font-weight: 700;
    color: #ff5a66;
    display: block;
}
.Important2024__title::before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #ff5a66;
    position: absolute;
}
.Important2024__title{
    width: calc(100% - 210px);
    padding-left: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #ff5a66;
    position: relative;
}
@media screen and (max-width: 680px){

    .Important2024{
        padding-top: 7.5vw;
    }
    .Important2024__inner a{
        padding: 5vw 7.5vw 4vw 12.5vw;
        border-left: 1vw solid #ff001a;
        flex-direction: column;
    }
    .Important2024__inner a::before{
        width: 7.5vw;
        height: 7.5vw;
        left: 2.5vw;
    }
    .Important2024__time{
        width: 100%;
        font-size: 3.5vw;
        padding-bottom: 2vw;
        margin-bottom: 2.5vw;
        border-bottom: 1px solid #ff001a;
        padding-right: 0;
        padding-left: 0;
    }
    .Important2024__title{
        width: 100%;
        padding-left: 0;
        font-size: 3.5vw;
    }
    .Important2024__title::before{
        display: none;
    }

}



/* ----- メニュー ----------*/
.Menu2024{
    padding-top: 80px;
    padding-bottom: 135px;
}
.Menu2024__title{
    font-size: 34px;
    margin-bottom: 100px;
    line-height: calc(68 / 34);
    font-weight: 700;
    text-align: center;
    font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.Menu2024-nav{
    width: 100%;
    margin-bottom: 45px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.Menu2024-nav__item{
    width: 50%;
}
.Menu2024-nav__item span{
    font-size: 22px;
    height: 70px;
    letter-spacing: .2em;
    border-bottom: 2px solid #102d3b;
    color: #102d3b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s all ease-in-out;
}
.Menu2024-nav-child{
    width: 200%;
    margin-top: 38px;
    border-bottom: 2px solid #ddd;
    display: none;
}
.Menu2024-nav-child__item{
    height: 48px;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 4px;
    letter-spacing: .1em;
    color: #102d3b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s all ease-in-out;
    position: relative;
}
.Menu2024-nav-child__item::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    background: transparent;
    transition: .3s all ease-in-out;
}
.Menu2024-nav__item.-current .Menu2024-nav-child{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Menu2024-nav__item.-current span,
.Menu2024-nav__item:hover span{
    background: #102d3b;
    color: #fff;
    position: relative;
}
.Menu2024-nav__item.-current span::before{
    content: "";
    display: block;
    width: 18px;
    height: 40px;
    background-image: url(../image2024/index/icon_menu-current.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-4.8em - 38px),-50%);
}
.Menu2024-nav-child__item.-current,
.Menu2024-nav-child__item:hover{
    background: #102d3b;
    color: #fff;
    position: relative;
}
.Menu2024-nav-child__item.-current::before,
.Menu2024-nav-child__item:hover::before{
    background: #102d3b;
}

.Menu2024-block{
    width: 100%;
    display: none;
}
.Menu2024-block::after{
    content: "";
    display: block;
    width: calc((100% - (28px * 2)) / 3);
    height: 0;
}
.Menu2024-block__item{
    width: calc((100% - (28px * 2)) / 3);
}
.Menu2024-block__item:not(:nth-last-of-type(-n+3)){
    margin-bottom: 65px;
}
.Menu2024-block__item a{
    display: block;
    position: relative;
    overflow: hidden;
}
.Menu2024-block__item__image{
    width: 100%;
    margin-bottom: 12px;
    z-index: 2;
    position: relative;
}
.Menu2024-block__item__image a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 6000;
    opacity: .5;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 33%, rgba(0,0,0,.9) 100%);
}
.Menu2024-block__item__image img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: .3s all ease-in-out;
}
.Menu2024-block__item__image a:hover img{
    transform: scale(1.1);
}
.Menu2024-block__item__caption{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 18px;
    right: 0;
    z-index: 6000;
}
.Menu2024-block__item__text{
    font-size: 16px;
    line-height: calc(28 / 16);
    color:#333;
}
.Menu2024-block.-current{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 680px){

    .Menu2024{
        padding-top: 7.5vw;
        padding-bottom: 13.333333vw;
    }
    .Menu2024__title{
        font-size: 4.8vw;
        margin-bottom: 11.333333vw;
        line-height: calc(68 / 36);
    }
    .Menu2024-nav{
        margin-bottom: 4vw;
    }
    .Menu2024-nav__item span{
        font-size: 3.733333vw;
        height: 9.333333vw;
        padding-top: 1vw;
        letter-spacing: .025em;
        font-weight: 700;
        border-bottom: 4px solid #102d3b;
		background: #b6c0c8;
		color: #fff;
    }
    .Menu2024-nav-child{
        margin-top: 4.666666vw;
        border-bottom: 3px solid #ddd;
    }
    .Menu2024-nav-child__item{
        height: 8vw;
        font-size: 3.5vw;
        padding-left: .5em;
        padding-right: .5em;
        padding-top: 1vw;
        letter-spacing: 0;
		background: #b6c0c8;
		color: #fff;
    }
    .Menu2024-nav-child__item:nth-of-type(1){
        width: 32.5%;
    }
    .Menu2024-nav-child__item:nth-of-type(2){
        width: 27.5%;
		border-right: 2px solid #fff;		
		border-left: 2px solid #fff;		
    }
    .Menu2024-nav-child__item:nth-of-type(3){
        width: 40%;
    }
    .Menu2024-nav-child__item::before{
        height: 3px;
        bottom: -3px;
    }
    .Menu2024-nav__item.-current span::before{
        width: 2.666666vw;
        height: 5.333333vw;
        transform: translate(calc(-4.8em - 1.5vw),-50%);
    }
    
    .Menu2024-block::after{
        width: calc((100% - (2.4vw * 1)) / 2);
    }
    .Menu2024-block__item{
        width: calc((100% - (2.4vw * 1)) / 2);
    }
    .Menu2024-block__item:not(:nth-last-of-type(-n+2)){
        margin-bottom: 4.666666vw;
    }
    .Menu2024-block__item__image{
        margin-bottom: 2vw;
    }
    .Menu2024-block__item__image img{
        height: 30.133333vw;
    }
    .Menu2024-block__item__caption{
        font-size: 4vw;
        bottom: 1.333333vw;
        line-height: calc(36 / 30);
    }
    .Menu2024-block__item__text{
        font-size: 3.5vw;
        line-height: calc(36 / 24);
    }

}



/* ----- 3つの安心システム ----------*/
.System2024{
    padding-top: 130px;
    padding-bottom: 150px;
    position: relative;
}
.System2024::before{
    content: "";
    display: block;
    width: calc(100% - 200px);
    min-width: 1800px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background: #f5f5f5;
}
.System2024__inner{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.System2024__content{
    width: 50%;
}
.System2024 .Index2024__title{
    width: calc(100% + .5em);
    letter-spacing: 0;
    text-align: left;
}
.System2024-block-wrap{
    margin-bottom: 60px;
    padding-right: 40px;
}
.System2024-block{
    padding-bottom: 12px;
    border-bottom: 2px solid #333;
}
.System2024-block:not(:first-child){
    padding-top: 20px;
}
.System2024-block__title{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: calc(24 / 18);
    color: #333;
}
.System2024-block__text{
    letter-spacing: 0;
    color: #333;
}
.System2024__button{
    margin-left: 0;
}
.System2024-graph{
    width: 50%;
    padding-left: 42px;
    padding-right: 42px;
}
.System2024-graph__image{
    width: 501px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.System2024-graph__image::after{
    content: "";
    display: block;
    width:0;
    height:0;
    border-style:solid;
    border-width: 23px 23px 0 23px;
    border-color: #5096D2 transparent transparent transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(calc(6px + 23px));
    margin-left: auto;
    margin-right: auto;
}
.System2024-graph__image img{
    width: 100%;
}
.System2024-graph__answer{
    width: 100%;
    height: 50px;
    margin-bottom: 26px;
    font-size: 18px;
    border: 2px solid #333;
    color: #333;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.System2024-graph-list__item{
    width: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.System2024-graph-list__item:not(:last-child){
    margin-bottom: 25px;
}
.System2024-graph-list__item::before{
    content: "";
    display: block;
    width: 15px;
    height: 18px;
    transform: translateY(4px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../image2024/index/icon_system-check.png);
}
.System2024-graph-list__item span{
    width: calc(100% - 15px);
    padding-left: 8px;
    display: block;
}
@media screen and (max-width: 680px){

    .System2024{
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
        background: #f5f5f5;
    }
    .System2024::before{
        display: none;
    }
    .System2024__inner{
        flex-direction: column-reverse;
    }
    .System2024__content{
        width: 100%;
    }
    .System2024 .Index2024__title{
        width: 100%;
        text-align: center;
    }
    .System2024-block-wrap{
        margin-bottom: 8vw;
        padding-right: 0;
    }
    .System2024-block{
        width: 100%;
        padding-bottom: 6.666666vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .System2024-block:not(:first-child){
        padding-top: 6.666666vw;
    }
    .System2024-block:last-child{
        padding-bottom: 0;
        border-bottom: none;
    }
    .System2024-block__title{
        font-size: 4vw;
        margin-bottom: 2vw;
        letter-spacing: .05em;
        line-height: 1.5;
        text-align: center;
    }
    .System2024__button{
        margin-left: 0;
    }
    .System2024-graph{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .System2024-graph__image{
        width: 100%;
        margin-bottom: 10vw;
    }
    .System2024-graph__image::after{
        border-width: 4vw 4vw 0 4vw;
        transform: translateY(calc(2vw + 4vw));
    }
    .System2024-graph__image img{
        width: 100%;
    }
    .System2024-graph__answer{
        width: 100%;
        padding: 2.5vw;
        height: auto;
        margin-bottom: 5vw;
        font-size: 3.5vw;
    }
    .System2024-graph-list{
        margin-bottom: 7.5vw;
        padding-bottom: 7.5vw;
        border-bottom: 2px solid #333;
    }
    .System2024-graph-list__item{
        width: 100%;
        letter-spacing: 0;
    }
    .System2024-graph-list__item:not(:last-child){
        margin-bottom: 5vw;
    }
    .System2024-graph-list__item::before{
        width: 4vw;
        height: 4vw;
        transform: translateY(1vw);
    }
    .System2024-graph-list__item span{
        width: calc(100% - 4vw);
        padding-left: 2.5vw;
    }

}



/* ----- 防音・音響体験ルームのご紹介 ----------*/
.About2024{
    padding-top: 170px;
    padding-bottom: 160px;
}
.About2024__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.About2024__content{
    width: 410px;
}
.About2024__content .Index2024__title{
    margin-bottom: 30px;
    text-align: left;
}
.About2024__text{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: calc(28 / 16);
}
.About2024__button{
    margin-left: 0;
}
.About2024__image{
    width: calc(100% - 460px);
    position: relative;
    cursor: pointer;
}
.About2024__image img{
    width: 100%;
    height: 470px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 1;
    transition: .3s all ease-in-out;
}
.About2024__image img:hover{
    /*  opacity: .6; */
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.About2024__image img.-on{
    /* opacity: 0; */
    display: none;
}
.About2024__image iframe{
    width: 100%;
    height: 470px;
    opacity: 0;
    transition: .3s all ease-in-out;
    vertical-align: middle;
}
.About2024__image img.-on ~ iframe{
    opacity: 1;
}
@media screen and (max-width: 680px){

    .About2024{
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
    }
    .About2024__inner{
        flex-direction: column-reverse;
    }
    .About2024__content{
        width: 100%;
        margin-bottom: 9.333333vw;
    }
    .About2024__content .Index2024__title{
        margin-bottom: 10.666666vw;
        text-align: center;
    }
    .About2024__text{
        margin-bottom: 9.333333vw;
        font-size: 3.5vw;
        line-height: calc(50 / 24);
    }
    .About2024__button{
        margin-left: 0;
    }
    .About2024__image{
        width: 100%;
    }
    .About2024__image img{
        height: 63.333333vw;
        object-fit: cover;
    }
    .About2024__image iframe{
        height: 63.333333vw;
    }

}



/* ----- お客様の声 ----------*/
.Voice2024{
    padding-bottom: 150px;
}
.Voice2024-category{
    margin-bottom: 25px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.Voice2024-category__item{
    margin-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
}
.Voice2024-category__item a{
    font-size: 18px;
    padding: 0 8px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #102d3b;
    color: #102d3b;
    transition: .3s all ease-in-out;
}
.Voice2024-category__item a:hover{
    background: #102d3b;
    color: #fff;
}
.Voice2024-list{
    width: 100%;
}
.Voice2024-list-block{
    width: 560px;
    margin-left: 15px;
    margin-right: 15px;
}
.Voice2024-list-block a{
    display: block;
    color: #333;
}
.Voice2024-list-block__image{
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
    overflow: hidden;
}
.Voice2024-list-block__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s all ease-in-out;
}
.Voice2024-list-block__title{
    font-size: 18px;
}
.Voice2024-list-block a:hover .Voice2024-list-block__image img{
    transform: scale(1.1);
}
.Voice2024-list-pagination{
    width: 100%;
    margin-bottom: 50px;
    margin-top: 60px;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Voice2024-list-pagination .swiper-pagination-bullet{
    width: 60px;
    height: 4px;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 4px;
    display: block;
    background: #a7a7a7;
    opacity: 1;
    transition: .3s all ease-in-out;
}
.Voice2024-list-pagination .swiper-pagination-bullet:hover{
    opacity: .6;
}
.Voice2024-list-pagination .swiper-pagination-bullet-active{
    background: #102d3b;
}
.Voice2024 .swiper-wrapper {
    transition-timing-function: linear;
}

.Voice2024 .slick-dots li{
    width: 60px;
    height: 4px;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 4px;
    display: block;
    background: #a7a7a7;
    opacity: 1;
    transition: .3s all ease-in-out;
}
.Voice2024 .slick-dots li button:before{
    display: none;
}
.Voice2024 .slick-dots{
    width: 100%;
    margin-bottom: 50px;
    margin-top: 60px;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Voice2024 .slick-dots li.slick-active{
   
    background: #102d3b;
}
.Voice2024 .slick-prev,
.Voice2024 .slick-next{
    display: none;
}
.Voice2024 .slick-prev:before,
.Voice2024 .slick-next:before{
    display: none;
}

@media screen and (max-width: 680px){

    .Voice2024{
        padding-bottom: 13.333333vw;
    }
    .Voice2024-category-wrap{
        position: relative;
    }
    .Voice2024-category-tag{
        font-size: 3.733333vw;
        height: 11.333333vw;
        width: 100%;
        font-weight: 700;
        letter-spacing: .05em;
        background: #999;
        display: flex !important;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .Voice2024-category-tag::after{
        content: "";
        display: block;
        width: 4.133333vw;
        height: 4.133333vw;
        margin-left: 2.4vw;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../image2024/index/icon_voice-category.png);
    }
    .Voice2024-category{
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        display: none;
        position: absolute;
        left: 0;
        top: 11.333333vw;
        z-index: 2;
        background: #fff;
    }
    .Voice2024-category-tag.-on + .Voice2024-category{
        display: flex;
    }
    .Voice2024-category__item{
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    .Voice2024-category__item a{
        font-size: 3.733333vw;
        padding: 0;
        height: 11.333333vw;
        border: none;
    }
    .Voice2024-category__item a:hover{
        background: #f5f5f5;
        color: #102d3b;
    }
    .Voice2024-category__item:not(:last-child) a{
        border-bottom: 1px dotted #999;
    }
    .Voice2024-list{
        margin-top: 7.333333vw;
        overflow: hidden;
    }
    .Voice2024-list-block{
        /* width: calc((100% - 2.4vw) / 2); */
        width: 55vw;
        margin-left: 0;
        margin-right: 2.4vw;
        transform: translateX(0%) !important;
    }
    .Voice2024-list-block a{
        display: block;
        color: #333;
    }
    .Voice2024-list-block__image{
        height: 30.133333vw;
        margin-bottom: 2vw;
    }
    .Voice2024-list-block__title{
        font-size: 3.5vw;
        line-height: 1.5;
    }
    .Voice2024-list-block a:hover .Voice2024-list-block__image img{
        transform: scale(1.1);
    }
    .Voice2024-list-pagination{
        margin-bottom: 5.6vw;
        margin-top: 10.666666vw;
    }
    .Voice2024-list-pagination .swiper-pagination-bullet{
        width: 8.4vw;
        border-radius: 0;
        margin-left: .533333vw;
        margin-right: .533333vw;
    }

    .Voice2024 .slick-dots li{
        width: 8.4vw;
        border-radius: 0;
        margin-left: .533333vw;
        margin-right: .533333vw;
    }
    .Voice2024 .slick-dots li button:before{
        display: none;
    }
    .Voice2024 .slick-dots{
        margin-bottom: 5.6vw;
        margin-top: 5.6vw;
    }

    
}



/* ----- EBISUTA ----------*/
.Ebisuta2024{
    padding-top: 105px;
    padding-bottom: 185px;
    background-image: url(../image2024/index/bg_ebisuta.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.Ebisuta2024-block{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.Ebisuta2024-block__image{
    width: 240px;
    mix-blend-mode: lighten;
}
.Ebisuta2024-block__body{
    width: calc(100% - 240px);
    padding-left: 60px;
    padding-bottom: 5px;
}
.Ebisuta2024-block__text{
    margin-bottom: 70px;
    color: #fff;
}
.Ebisuta2024-link{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Ebisuta2024-link__item{
    margin-left: unset;
    margin-right: unset;
}
.Ebisuta2024-link__item a{
    border: 1px solid #fff;
    background: rgba(16,45,59,.8);
}
.Ebisuta2024-link__item a:hover{
    border: 1px solid #fff;
}
.Ebisuta2024-link__item.-onkyo a::after,
.Ebisuta2024-link__item.-ebisuta a::after{
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 26px;
    transition: .3s all ease-in-out;
    background-image: url(../image2024/common/ds.png);
    transform: none;
    border: none;
}
@media screen and (max-width: 680px){

    .Ebisuta2024{
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
    }
    .Ebisuta2024-block{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .Ebisuta2024-block__image{
        width: 30.666666vw;
        margin-bottom: 12vw;
    }
    .Ebisuta2024-block__body{
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }
    .Ebisuta2024-block__text{
        margin-bottom: 7.333333vw;
    }
    .Ebisuta2024-link{
        flex-direction: column;
    }
    .Ebisuta2024-link__item.-ebisuta{
        margin-bottom: 5.333333vw;
    }
    .Ebisuta2024-link__item.-onkyo a::after,
    .Ebisuta2024-link__item.-ebisuta a::after{
        width: 3.5vw;
        height: 3.5vw;
        margin-left: 3.5vw;
    }

}



/* ----- お知らせ ----------*/
.News2024{
    padding-top: 110px;
    padding-bottom: 120px;
}
.News2024-header{
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.News2024-header .Index2024__title{
    width: 375px;
    margin-bottom: 0;
}
.News2024-header-category{
    width: calc(100% - 375px);
    padding-left: calc(30px + 25px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.News2024-header-category__item{
    font-size: 18px;
    line-height: 1;
    letter-spacing: .065em;
    cursor: pointer;
    position: relative;
}
.News2024-header-category__item:hover,
.News2024-header-category__item.-current{
    font-weight: 700;
}
.News2024-header-category__item::after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    position: absolute;
    background: #102d3b;
    transition: .3s all ease-in-out;
}
.News2024-header-category__item:hover::after,
.News2024-header-category__item.-current::after{
    width: calc(100% + 10px);
}
.News2024-header-category__item:not(:last-child){
    margin-right: 40px;
}
.News2024__body{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.News2024__button{
    margin-top: 15px;
    display: none;
}
.News2024__button.-current{
    display: block;
}
.News2024-list-wrap{
    width: calc(100% - 375px);
    padding-left: 30px;
}
.News2024-list{
    display: none;
}
.News2024-list-block{
    width: 100%;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 1px dotted #102d3b;
}
.News2024-list-block:not(:first-child){
    padding-top: 30px;
}
.News2024-list-block:nth-of-type(4){
    display: none;
}
.News2024-list-block a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #333;
}
.News2024-list-block__image{
    width: 160px;
    height: 100px;
    overflow: hidden;
}
.News2024-list-block__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s all ease-in-out;
}
.News2024-list-block__body{
    width: calc(100% - 160px);
    padding-left: 40px;
}
.News2024-list-block__time{
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1;
    font-weight: 700;
    display: block;
}
.News2024-list-block__title{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .1em;
    font-weight: 700;
}
.News2024-list.-current{
    display: block;
}
.News2024-list-block a:hover .News2024-list-block__image img{
    transform: scale(1.1);
}
@media screen and (max-width: 680px){

    .News2024{
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
    }
    .News2024-header{
        margin-bottom: 8vw;
        flex-direction: column;
    }
    .News2024-header .Index2024__title{
        width: 100%;
        margin-bottom: 13.333333vw;
    }
    .News2024-header-category{
        width: 100%;
        padding-left: 0;
        justify-content: center;
    }
    .News2024-header-category__item{
        font-size: 3.5vw;
        letter-spacing: .025em;
    }
    .News2024-header-category__item::after{
        height: 3px;
        bottom: -2.4vw;
    }
    .News2024-header-category__item:hover::after,
    .News2024-header-category__item.-current::after{
        width: calc(100% + 3.2vw);
    }
    .News2024-header-category__item:not(:last-child){
        margin-right: 10.666666vw;
    }
    .News2024__body{
        flex-direction: column-reverse;
    }
    .News2024__button{
        margin-top: 0;
    }
    .News2024-list-wrap{
        width: 100%;
        padding-left: 0;
        margin-bottom: 8.666666vw;
    }
    .News2024-list-block{
        width: 50%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .News2024-list-block:not(:first-child){
        padding-top: 0;
    }
    .News2024-list-block:nth-of-type(4){
        display: block;
    }
    .News2024-list-block:not(:nth-of-type(1)):not(:nth-of-type(2)){
        padding-top: 6.133333vw;
    }
    .News2024-list-block:not(:nth-last-of-type(-n+2)){
        padding-bottom: 4.666666vw;
    }
    .News2024-list-block:nth-last-of-type(-n+2){
        border-bottom: none;
    }
    .News2024-list-block a{
        flex-direction: column;
    }
    .News2024-list-block:nth-of-type(odd) a{
        padding-right: 1.2vw;
    }
    .News2024-list-block:nth-of-type(even) a{
        padding-left: 1.2vw;
    }
    .News2024-list-block__image{
        width: 100%;
        height: 30.5vw;
        margin-bottom: 2.666666vw;
    }
    .News2024-list-block__body{
        width: 100%;
        padding-left: 0;
    }
    .News2024-list-block__time{
        font-size: 3.2vw;
        margin-bottom: 1.333333vw;
    }
    .News2024-list-block__title{
        font-size: 3.5vw;
        line-height: calc(36 / 24);
        letter-spacing: 0;
    }
    .News2024__button-wrap{
        width: 100%;
    }
    .News2024-list.-current{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }

}



/* ----- その他ページ ----- */
.Other2024{
    padding-top: 0;
    padding-bottom: 70px;
}
.Other2024-list{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Other2024-list__item{
    width: calc((100% - (30px * 3)) / 4);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.Other2024-list__item:not(:nth-last-of-type(-n+4)){
    margin-bottom: 30px;
}
.Other2024-list__item a{
    width: 100%;
    height: 120px;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.Other2024-list__item span{
    z-index: 4;
    position: relative;
}
.Other2024-list__item__image{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.Other2024-list__item__image::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
}
.Other2024-list__item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s all ease-in-out;
    opacity: .6;
}
.Other2024-list__item a:hover .Other2024-list__item__image img{
    transform: scale(1.1);
}
@media screen and (max-width: 680px){

    .Other2024{
        padding-top: 0;
        padding-bottom: 13.333333vw;
    }
    .Other2024-list{
        padding-left: 0;
        padding-right: 0;
    }
    .Other2024-list__item{
        width: calc((100% - (2.4vw * 1)) / 2);
    }
    .Other2024-list__item:not(:nth-last-of-type(-n+2)){
        margin-bottom: 2.666666vw;
    }
    .Other2024-list__item a{
        height: 16vw;
        font-size: 3.5vw;
        letter-spacing: .1em;
    }
    .Other2024-list__item__image img{
        opacity: 1;
    }
    .Other2024-list__item.-other1 .Other2024-list__item__image img{
        opacity: .4;
    }

}

.Mainvisual2024 .topbanner {
	position: absolute;
	bottom: 100px;
	left: 10%;
	z-index: 2;	
}
.footbanner.sp { display: none;}

@media screen and (max-width: 680px){
	.Mainvisual2024 .topbanner {
		display: none;
		margin-top: 0px;
		position: relative;
		bottom: 0px;
		left: 0%;
		z-index: 2;	
		background: #a6a6a6;
	}
	.Mainvisual2024 .topbanner img {
		background: #aaa;
		border-radius: 9px;

	}
	.footbanner.pc { display: none; }	
	.footbanner.sp { display: block; position: relative!important; top: 0px!important; left: 0px!important; width: auto; text-align: center; margin: 10px auto;}
}