/*
$breakpoints-min: (
    'xs': 'screen and (min-width: 481px)',
    'sm': 'screen and (min-width: 769px)',
    'md': 'screen and (min-width: 990px)',
    'lg': 'screen and (min-width: 1367px)',
    'xl': 'screen and (min-width: 1921px)',
) !default;
 */
/* PC
============================================================================= */
.home .mainvisual-area {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

@media screen and (max-width: 767px) {
    .home .mainvisual-area {
        display: none;
    }
}

.home .mainvisual-area img {
    width: 100%;
    max-width: 1920px;
}

.home .mainvisual-area .bx-pager {
    bottom: 20px;
    width: 100%;
    max-width: 1920px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 51;
    display: flex;
    justify-content: center;
}

.home .mainvisual-area .bx-pager-item {
    padding: 0 7px;
}

.home .mainvisual-area .bx-pager-item a {
    background-color: #fff;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    text-indent: -999%;
    font-size: 1px;
    white-space: nowrap;
    overflow: hidden;
}

.home .mainvisual-area .bx-pager-item a:hover, .home .mainvisual-area .bx-pager-item a.active {
    background-color: #666;
}

.home .mainvisual-area .bx-controls-direction {
    position: absolute;
    bottom: 40%;
    width: 100%;
    max-width: 1920px;
    z-index: 51;
}

.home .mainvisual-area .bx-controls-direction .bx-prev {
    float: left;
    margin-left: 20px;
    display: block;
    text-indent: -999%;
    font-size: 1px;
    white-space: nowrap;
    overflow: hidden;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 6px solid #333;
    border-left: 6px solid #333;
    transform: rotate(-45deg);
}

.home .mainvisual-area .bx-controls-direction .bx-next {
    float: right;
    margin-right: 20px;
    display: block;
    text-indent: -999%;
    font-size: 1px;
    white-space: nowrap;
    overflow: hidden;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 6px solid #333;
    border-left: 6px solid #333;
    transform: rotate(135deg);
}

/* SP
============================================================================= */
.home .mainvisual-sp-area {
    display: none;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-top: 70px;
}

@media screen and (max-width: 767px) {
    .home .mainvisual-sp-area {
        display: block;
    }
}

.home .mainvisual-sp-area img {
    width: 100%;
}

.home .mainvisual-sp-area .bx-pager {
    bottom: 20px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 51;
    display: flex;
    justify-content: center;
}

.home .mainvisual-sp-area .bx-pager-item {
    padding: 0 7px;
}

.home .mainvisual-sp-area .bx-pager-item a {
    background-color: #fff;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    text-indent: -999%;
    font-size: 1px;
    white-space: nowrap;
    overflow: hidden;
}

.home .mainvisual-sp-area .bx-pager-item a:hover, .home .mainvisual-sp-area .bx-pager-item a.active {
    background-color: #666;
}

.home .mainvisual-sp-area .bx-controls-direction {
    position: absolute;
    bottom: 40%;
    width: 100%;
    z-index: 51;
}

.home .mainvisual-sp-area .bx-controls-direction .bx-prev {
    float: left;
    margin-left: 20px;
    display: block;
    text-indent: -999%;
    font-size: 1px;
    white-space: nowrap;
    overflow: hidden;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 4px solid #333;
    border-left: 4px solid #333;
    transform: rotate(-45deg);
}

.home .mainvisual-sp-area .bx-controls-direction .bx-next {
    float: right;
    margin-right: 20px;
    display: block;
    text-indent: -999%;
    font-size: 1px;
    white-space: nowrap;
    overflow: hidden;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 4px solid #333;
    border-left: 4px solid #333;
    transform: rotate(135deg);
}
