.width{
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
}
.width2{
    max-width: 1028px;
    margin-right: auto;
    margin-left: auto;
}

.TOP{
    text-align: center;
}
.TOP img{
    width: 100%;
}

.TOP .btnbox{
    padding: 100px 0 120px;
}

@media screen and (max-width: 768px) {
    .TOP{
        padding-top: 20px;
        text-align: center;
    }
    .TOP .btnbox{
        padding: 60px 0 100px;
    }
}

/* 物件が４つになったら消す */
@media screen and (min-width: 768px){
    .swiper-wrapper{
        justify-content: center;
    }
}





.btnbox .btn_inner{
    display: flex;
    align-items: center;
    border: 2px solid #000;
    border-radius: 100vh;
    width: 430px;
    margin: 0 auto;
    background-color: #fff;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,.3));
    padding-right: 20px;
}

.btnbox .btn_inner .iconbox{
    background-color: #000;
    padding: 20px;
    border-radius: 50%;
}
.btnbox .btn_inner .iconbox img{
    width: 30px;
    height: 30px;
}

.btnbox .btn_inner span{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    width: 330px;
}


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

    .btnbox .btn_inner{
        border-radius: 100vh;
        max-width: 90%;
        margin: 0 auto;
        padding-right: 10px;
    }
    
    .btnbox .btn_inner .iconbox{
        padding: 15px;
    }
    .btnbox .btn_inner .iconbox img{
        width: 25px;
        height: 25px;
    }
    
    .btnbox .btn_inner span{
        font-size: 15px;
        width: calc(100% - 65px);
    }
}

.title_box{
    position: relative;
    padding-bottom: 100px;
}
.title_box .main{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.title_box .sub{
    position: absolute;
    content: "";
    bottom: 30px;
    right: 20%;
}

.title_box .sub1{
    width: 450px;
}
.title_box .sub2{
    width: 420px;
}
.title_box .sub3{
    width: 270px;
    right: 34%;
}

@media screen and (max-width: 768px) {
    .title_box{
        position: relative;
        padding-bottom: 100px;
    }
    .title_box .main{
        text-align: center;
        font-size: 24px;
        font-weight: bold;
    }
    .title_box .sub{
        position: absolute;
        content: "";
        bottom: 55px;
        right: 8%;
    }
    
    .title_box .sub1{
        width: 80%;
    }
    .title_box .sub2{
        width: 70%;
    }
    .title_box .sub3{
        width: 60%;
        right: 6%;
    }
}

.charm{
    padding-bottom: 150px;
    position: relative;
}
.charm::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 150px;
    background-color: #000;
    left: 50%;
    bottom: 60px;
}

.charm .inner_text{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2;
}

.charm .charm_inner{
    width: 100%;
    margin-top: 50px;
    padding: 70px 0 120px;
    background: url("https://img.global-center.co.jp/claso/garage/background.png") repeat;
}

.charm_inner .points{
    display: flex;
    gap: 20px;
    padding-bottom: 50px;
}
.charm_inner .points .texts{
    flex-basis: 50%;
    padding-left: 80px;
}

.charm_inner .points .texts .point{
    width: 150px;
    margin-bottom: 5px;
}
.charm_inner .points .texts .point_title{
    position: relative;
    padding: 5px 0px 5px 20px;
    background-color: #fff;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    z-index: 1;
}
.charm_inner .points .texts .point_title::before,
.charm_inner .points .texts .point_title::after {
    position: absolute;
    left: -20px;
    width: 50px;
    height: 50%;
    background: #fff;
    content: '';
    z-index: -1;
}

.charm_inner .points .texts .point_title::before {
    top: 0;
    transform: skew(-45deg);
}
.charm_inner .points .texts .point_title::after {
    top: 50%;
    transform: skew(45deg)!important;
}
.charm_inner .points .texts .point_title .tag{
    position: absolute;
    content: "";
    width: 60px;
    height: 36px;
    top: 9%;
    left: -78px;
    background: url("https://img.global-center.co.jp/claso/garage/tag.png") no-repeat;
    background-size: contain;
}
.charm_inner .points .texts .point_title .tag_sp{
    display: none;
}

.charm_inner .points .texts .point_text{
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}


.charm_inner .points .imgs{
    flex-basis: calc(50% - 20px);
}
.charm_inner .points .imgs img{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .charm{
        padding-bottom: 100px;
        position: relative;
    }
    .charm::after{
        position: absolute;
        content: "";
        width: 1px;
        height: 100px;
        background-color: #000;
        left: 50%;
        bottom: 60px;
    }
    
    .charm .inner_text{
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 2;
        padding: 0 20px;
    }
    
    .charm .charm_inner{
        width: 100%;
        margin-top: 50px;
        padding: 50px 0 ;
        background: url("https://img.global-center.co.jp/claso/garage/background.png") repeat;
    }
    
    .charm_inner .points{
        display: flex;
        flex-direction:column-reverse;
        gap: 10px;
        padding-bottom: 60px;
    }
    .charm_inner .points .texts{
        flex-basis: 100%;
        padding-left: 0px;
    }
    
    .charm_inner .points .texts .point{
        position: relative;
        width: 130px;
        padding-left: 10px;
        margin-bottom: -30px;
        z-index: 2;
    }
    .charm_inner .points .texts .point_title{
        padding: 30px 20px;
        font-size: 20px;
    }
    .charm_inner .points .texts .point_title::before,
    .charm_inner .points .texts .point_title::after {
        display: none;
    }
    .charm_inner .points .texts .point_title .tag{
        display: none;
    }

    .charm_inner .points .texts .point_title .tag_sp{
        display: block;
        position: absolute;
        content: "";
        width: 30px;
        height: 57px;
        top: -42px;
        right: 5px;
        background: url(https://image.global-center.co.jp/claso/garage/tag_sp.png) no-repeat;
        background-size: contain;
    }
    
    .charm_inner .points .texts .point_text{
        padding: 20px 20px 0;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
    }
    
    
    .charm_inner .points .imgs{
        flex-basis: 100%;
    }
    .charm_inner .points .imgs img{
        width: 100%;
    }


}

.movie{
    padding: 30px 0;
    height: 100%;
}
.movie .flex{
    display: flex;
    gap: 40px;
}

.movie .flex .moviebox,
.movie .flex .movietext{
    width: calc(50% - 20px);
}
.movie .flex .movietext{
    position: relative;
}
.movie .flex .movietext .title{
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
}

.movie iframe {
    position: relative;
    width: 100%;
    height: 320px;
}


.movie .flex .movietext .playback{
    width: 110px;
    position: absolute;
    bottom: 30px;
    left: 0px;
}

.movie .flex .movietext .bg{
    position: absolute;
    content: "";
    width: 130px;
    height: 120px;
    top: 46%;
    right: 5px;
    background: url(https://image.global-center.co.jp/claso/garage/douga_bg.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.movie .btnbox{
    padding: 150px 0;
}

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

    .movie{
        padding: 0;
        height: 100%;
    }
    .movie .flex{
        display: flex;
        gap: 20px;
        flex-direction:column-reverse;
    }
    
    .movie .flex .moviebox,
    .movie .flex .movietext{
        flex-basis: 100%;
        width: 100%;
    }
    .movie .flex .movietext{
        position: relative;
        padding: 40px 20px 40px;
    }
    .movie .flex .movietext .title{
        font-size: 24px;
    }
    
    .movie .flex .movietext .bg{
        top: 25px;
        right: 20px;
        width: 110px;
        height: 100px;
    }
    
    .movie .btnbox{
        padding: 100px 0;
    }

    .movie iframe {
        position: relative;
        width: 100%;
        height: 250px;
    }
}


.enjoy{
    position: relative;
}
.enjoy::after{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    top: 7%;
    left: 30px;
    background: url(https://image.global-center.co.jp/claso/garage/garage_bg.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.enjoy .inner{
    display: flex;
    gap: 40px;
    padding: 70px 0;
}
.enjoy .inner div{
    flex-basis: calc(50% - 40px);
}
.enjoy .inner .text{
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}
.enjoy .inner .imgbox img{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .enjoy{
        position: relative;
    }
    .enjoy::after{
        position: absolute;
        content: "";
        width: 230px;
        height: 230px;
        top: 200px;
        left: auto;
        right: 20px ;
        background: url(https://image.global-center.co.jp/claso/garage/garage_bg.png) no-repeat;
        background-size: contain;
    }
    .enjoy .title_box .main{
        line-height: 1.5;
    }
    .enjoy .inner{
        display: flex;
        flex-direction:column;
        gap: 40px;
        padding: 0px 20px 50px;
    }
    .enjoy .inner div{
        flex-basis: 100%;
    }
    .enjoy .inner .text{
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
    }
    .enjoy .inner .imgbox img{
        width: 100%;
    }


}


.list{
    padding: 100px 0;
}
.list .title_box{
    margin-bottom: 50px;
}
.under_margin{
    margin-bottom: 30px;
}

.slider1 {
    position: relative;
}
.slider1::before{
    background-color: #000 !important;
}

.manshitsu{
    color: #ed3232;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 20px 20px 150px;
    text-align: center;
}

.more-btn{
    padding-top: 50px;
    margin-bottom: 100px;
}
.more-btn a {
    border: 2px solid #000;
    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    font-size: 17px;
    letter-spacing: .1em;
    margin: 0 auto;
    padding: 20px 5px;
    text-align: center;
    width: 400px;
    cursor: pointer;
    cursor: hand;
}
  
@media screen and (max-width: 768px) {
    
    .list{
        padding: 70px 0 ;
    }
    .list .title_box{
        margin-bottom: 30px;
    }
    .under_margin{
        margin-bottom: 30px;
    }

    .slider1 {
        position: relative;
    }
    .slider1::before{
        height: 140px !important;
        background-color: #000 !important;
    }
    .manshitsu{
        color: #ed3232;
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 700;
        padding: 0px 20px;
        text-align: center;
    }
    .bukkenTitle{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .under_margin {
        margin-bottom: 20px;
    }
    .slider1 .swiper-container {
        width: 100% !important;
    }
    .more-btn{
        padding-top: 20px;
        margin-bottom: 0px;
    }
    .more-btn a {
        font-size: 15px;
        letter-spacing: 0;
        padding: 15px 0;
        width: 80%;
        margin-bottom: 0;
    }
}