@charset "UTF-8";
#bb10th{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP",sans-serif;
    position: relative;
    font-size: 32px;
    font-weight: 600;
}
.bb10th__content{
    background: #fff100;
}
.bb10th__content img{
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}
.title{
    text-align: center;
    letter-spacing: 0.1em;
}
.title .ENG{
    font-family: "dapifer", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
}
.title .JPN{
    font-size: 30px;
    letter-spacing: 0;
}

.page__menu{
    font-family: "dapifer", serif;
    font-weight: 700;
    font-style: normal;
}
.page__menu a{
    color: #FFF;
    text-align: center;
    display: block;
    background: #000;
    font-size: 24px;
}

@media (min-width: 751px) {
    .pchidden{display: none;}
    .bb10th__content{
        max-width: 750px;
        box-shadow: 0 0 10px rgb(0, 0, 0,0.3);
        position: relative;
        z-index: 2;
        margin: 0 auto;
    }
    #bb10th{
        position: relative;
    }
    #bb10th::before{
        content: "";
        position: fixed;
        top: 80px;
        left: 0;
        z-index: 0;
        width: 100%;
        height: calc(100vh - 80px);
        display: block;
        background: url(/cms/img/usr/brand/butterbutler/10th/bb10th_back.jpg) no-repeat top;
        background-size: cover;
    }
    .float__menu{
        position: fixed;
        bottom: 3%;
        left: calc(50% + 375px + 2%);
        z-index: 3;
    }
    .float__menu li{
        max-width: 300px;
        width: 15vw;
        margin-bottom: 10px;
    }
    .float__menu li a{
        padding: 5px 0;
    }
}
@media (max-width: 750px) {
    .sphidden{display: none;}
    #bb10th{
        font-size: 4.6vw;
        padding-bottom: 0;
        border-bottom: 1px #FFF solid;
    }
    .title .ENG{
        font-size: 7.4vw;
    }
    .title .JPN{
        font-size: 4vw;
    }
    .page__menu a{
        font-size: 3.2vw;
    }
}

/**********************
    fv
***********************/
.bb10th__fv{
    position: relative;
    text-align: center;
    padding: 10% 20% 15%;
}
.bb10th__fv::after{
    content:"";
    display: block;
    width: 196px;
    height: 60px;
    background: url(/cms/img/usr/brand/butterbutler/10th/bb10th_fv_arrow.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}
.bb10th__fv .fv__text{
    margin-top: 5%;
}
@media (max-width: 750px) {
    .bb10th__fv::after{
        width: 26.13vw;
        height: 8vw;
        bottom: -2.2vw;
    }
}

/**********************
    about
***********************/
.bb10th__about{
    background: #72c5b6;
    text-align: center;
    padding: 12% 5% 10%;
}
.about__text{
    margin-top: 5%;
}

/**********************
    menu
***********************/
#contents__menu{
    height: 70px;
    position:relative;
}
#contents__menu .page__menu{
    display: flex;
    width: 100%;
    height: 70px;
    position: static;
    top: 0;
    left: 0;
}
#contents__menu .page__menu li{
    width: calc( 100% / 3 );
    height: 100%;
    position: relative;
}
#contents__menu .page__menu li::after{
    content: "";
    display: block;
    width:1px;
    height: 50%;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 25%;
}
#contents__menu .page__menu li:last-child:after{
    display: none;
}
#contents__menu .page__menu a{
    line-height: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 750px) {
    #contents__menu{
        height: 40px;
    }
    #contents__menu .page__menu{
        height: 40px;
    }
    #contents__menu.active .page__menu{
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
}

/**********************
    event
***********************/
.bb10th__event{
    padding: 5% 0 10%;
    position: relative;
    overflow: hidden;
}
.event__box{
    margin-top: 2%;
    padding:0 5.335%;
    position: relative;
}
.event__box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 624px;
    display: block;
    background: url(/cms/img/usr/brand/butterbutler/10th/bb10th_event_waku.png) no-repeat center;
    background-size: cover;
}
.event__box .slick-prev,
.event__box .slick-next{
    z-index: 2;
    width: 106px;
    height: 106px;
    top: 260px;
    transform: translate(0);
}
.event__box .slick-prev {
    left: -35px;
}
.event__box .slick-next {
    right: -35px;
}
.event__box .slick-prev:before,
.event__box .slick-next:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/cms/img/usr/brand/butterbutler/10th/slide_arrow.png) no-repeat center;
    background-size: cover;
}
.event__box .slick-prev:before{
    transform: scale(-1, 1);
}
.event__text{
    margin-top: 60px;
    font-size: 28px;
    padding: 0 3%;
    font-weight: 500;
}
.event__text dt{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}

.event__icon .icon{
    position: absolute;
}
.event__icon .icon01{
    top: 20px;
    left: 0;
}
.event__icon .icon02{
    top: 20px;
    right: 0;
}
.event__icon .icon03{
    bottom: 220px;
    left: 0;
}
.event__icon .icon04{
    bottom: 100px;
    right: 0;
}
@media (max-width: 750px) {
    .event__box::after{
        height:83.2vw;
    }
    .event__box .slick-prev,
    .event__box .slick-next{
        width: 14.13vw;
        height: 14.13vw;
        top: 34vw;
    }
    .event__box .slick-prev {
        left: -5vw;
    }
    .event__box .slick-next {
        right: -5vw;
    }
    .event__box .slick-slide{
        height: auto;
    }
    .event__text{
        margin-top: 8vw;
        font-size: 4.2vw;
    }
    .event__text dt{
        font-size: 4.83vw;
        margin-bottom: 2.66vw;
    }

    .event__icon .icon01{
        width: 28%;
        top: 2.5vw;
    }
    .event__icon .icon02{
        width: 26%;
        top: 3.5vw;
    }
    .event__icon .icon03{
        width: 26%;
        bottom: 29.333vw;
    }
    .event__icon .icon04{
        width: 22%;
        bottom: 17.33vw;
    }
}


/**********************
    news
***********************/
.bb10th__news{
    padding: 8% 2% 10%;
    background: #FFF;
}
.event__box .btn a,
.bb10th__news .btn a{
    display: block;
    margin: 20px auto 0;
    padding: 25px 0;
    text-align: center;
    width: 70%;
    border-radius: 100px;
    background: #000;
    color: #FFF;
    font-family: "dapifer", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
}
.event__box .btn a{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP",sans-serif;
}
.news__box .block-brand-top-topic--body{
    border: none;
    font-size: 28px;
    font-weight: 500;
}
.news__box .block-brand-topic--items li dt{
    font-weight: 500;
}
@media (max-width: 750px) {
    .event__box .btn a,
    .bb10th__news .btn a{
        margin: 2.6vw auto 0;
        padding: 3.33vw 0;
        font-size: 4vw;
    }
}


/**********************
    history
***********************/
.bb10th__history{
    padding: 4% 0 5%;
}
.history__box{
    margin-top: 3%;
}


/**********************
    line
***********************/
.bb10th__line{
    padding: 6% 2% 8%;
    background: #72c5b6;
    color: #FFF;
}
.line__title{
    margin-top: 3%;
    margin-bottom: 4%;
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
}
.line__title span{
    display: inline-block;
    padding: 20px 100px 10px;
    position: relative;
}
.line__title span::before,
.line__title span::after{
    content: "";
    display: block;
    width: 51px;
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/cms/img/usr/brand/butterbutler/10th/title_waku.png) no-repeat center;
    background-size: cover;
}
.line__title span::after{
    left: auto;
    right: 0;
    transform: scale(-1, 1);
}
.line__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.line__box p{
    margin: 0 2%;
}
.line__box .icon{
    width: 36%;
}
.line__box .text{
    width: 50%;
    font-size: 45px;
}
.line__box .btn{
    width: 100%;
}
.line__box .btn a{
    display: block;
    margin: 50px auto 0;
    padding: 18px 0;
    padding-right: 3%;
    text-align: center;
    width: 65%;
    border-radius: 100px;
    background: url(/cms/img/usr/brand/butterbutler/10th/bb10th_arrow.png) no-repeat 98% center;
    background-color: #fffc00;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
}
@media (max-width: 750px) {
    .line__title{
        font-size: 6.13vw;
    }
    .line__title span{
        padding: 2.6vw 13.33vw 1.33;
    }
    .line__title span::before,
    .line__title span::after{
        content: "";
        display: block;
        width: 6.8vw;
        height: 9.6vw;
    }
    .line__box .text{
        font-size: 6vw;
    }
    .line__box .btn a{
        display: block;
        margin: 6.66vw auto 0;
        padding: 2.4vw 0;
        padding-right: 3%;
        background-size: 4.6vw auto;
        background-position: 97% center;
        font-size: 4vw;
    }
}

/**********************
    既存コンテンツ調整
***********************/
.block-brand-footer,
#footer{
    position: relative;
    z-index: 1;
}