@charset "UTF-8";

.breadcrumb,
.page-title {
    display: none;
}

.fp-main-visual__image {
    width: 100%;
    vertical-align: middle;
}

.fp-main-visual__image--pc {
    display: none;
}

.fp-main-visual__image--sp {
    display: inline-block;
}

@media only screen and (min-width:992px) {
    .fp-main-visual__image--pc {
        display: inline-block;
    }
    .fp-main-visual__image--sp {
        display: none;
    }
}

/****************************************

メイン部分

****************************************/
.btn-01 {
    padding: 20px;
    font-size: 19px;
    margin: 5rem auto;
    width: 27vw;
    display: block;
    position: relative;
    text-align: center;
    z-index: 0;
    letter-spacing: 4px;
    color: #FFFFFF;
}
.btn-01 > span > span > span:after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #ff4d00;
    color: #FFFFFF;
}
.btn-01 > span::after,
.btn-01 > span::before,
.btn-01 > span > span::after,
.btn-01 > span > span::before {
    background-color: #4a5158;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-01 > span::after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 8px;
}

.btn-01 > span::before {
    bottom: -1px;
    height: 1px;
    right: -1px;
    width: 8px;
}

.btn-01 > span > span::after {
    height: 8px;
    left: -1px;
    top: -1px;
    width: 1px;
}

.btn-01 > span > span::before {
    bottom: -1px;
    height: 8px;
    right: -1px;
    width: 1px;
}

.btn-01 > span::after,
.btn-01 > span::before {
    width: 15px;
}

.btn-01 > span > span::after,
.btn-01 > span > span::before {
    height: 15px;
}

/* hover */
.btn-01:hover {
    text-decoration: none;
    color: #fff;
}

.btn-01:hover > span:after,
.btn-01:hover > span:before {
    width: 100%;
    width: calc(100% + 2px);
}

.btn-01:hover > span > span::after,
.btn-01:hover > span > span::before {
    height: 100%;
    height: calc(100% + 2px);
}

.btn-01 > span > span > span:after{
    width: calc(100% - 14px);
    height: calc(100% - 14px);
}

.btn-01:hover > span > span > span:after{
    width: 100%;
    height: 100%;
}

.btn-more a{
    display: none;
}

@media only screen and (max-width: 1024px) {
    .btn-01 {
        width: 33vw;
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .btn-01 {
        width: 62vw;
    }
}

@media only screen and (max-width: 414px) {
    .btn-01 {
        width: 220px;
        margin: 2rem auto;
        font-size: 14px;
    }
}
