@font-face {
    font-family: 'HGSGothic';
    src: url(../../font/HGSGothicE.ttf);
    font-style: normal;
    font-weight: normal;
}

.sp {
    display: none;
}

figure {
    line-height: 0;
}

.inner {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 28px solid #f19ec2;
    z-index: 10;
}

#top header {
    position: relative;
    border: none;
}

header .logo img {
    max-width: 260px;
}

.header {
    margin: 0 auto;
    width: 100%;
    max-width: 1360px;
}

.header h1 {
    text-indent: -999px;
    font-size: 0;
}

.header_sp2 a {
    display: block;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    line-height: 0;
}

main {
    padding-top: 28px;
    font-family: 'HGPSoei';
    color: #666;
}

.mv h2 {
    position: absolute;
    bottom: 55%;
    left: calc(50% - 680px);
    font-size: 4vw;
}

.mv_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px 0;
    color: #fff;
    font-size: 3.5rem;
    background: rgba(241, 158, 194, .5);
}

.mv_txt span {
    font-size: 67%;
}

.breadcrumb {
    background: none;
    margin-bottom: 30px;
}

.breadcrumb li:not(:last-child)::after {
    content: '>';
    display: inline-block;
    margin: 0 3px;
}

aside {
    padding: 60px 0 50px;
}

aside ul {
    max-width: 1445px;
    margin: 0 auto;
}

aside ul li {
    width: 32.5%;
    margin-bottom: 15px;
}

aside ul li a:not(:last-child) {
    margin-bottom: 15px;
}

.concept {
    min-height: 850px;
    padding: 70px 0;
    font-family: HGPSoei;
    font-size: 2.25rem;
    color: #fff;
    background: url(../images/concept_bg.jpg) no-repeat bottom center / cover;
}

.concept h3 {
    margin-bottom: 50px;
    font-size: 4.25rem;
}

.concept h3 span {
    font-size: 75%;
}

.corona_btn {
    padding: 40px 0;
    background: #fff799;
}

.corona_btn a {
    padding: 30px 10% 30px 20%;
    background: #99ccff;
    border-radius: 10px;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: .15em;
}

.corona_btn a .sm {
    font-size: 67%;
    color: #ffcc66;
}

.corona_btn figure {
    position: absolute;
    left: 15px;
    bottom: -40px;
    width: 20%;
}

@media screen and (max-width: 1390px) {
    .mv h2 {
        left: 15px;
    }
    .mv_txt {
        font-size: 4.5vw;
    }
}

@media screen and (min-width: 992px) {
    .menu {
        width: 100%;
        margin: 20px auto;
    }
    .menu>ul {
        display: flex;
    }
    .menu ul li ul {
        display: flex;
        flex-wrap: wrap;
    }
    .menu ul li {
        width: 20%;
        text-align: center;
    }
    .menu ul li a,
    .menu ul li a:hover {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    header .logo img {
        margin: 5px 0 0 10px;
    }
    .concept h3 {
        font-size: 5.5vw;
    }
    .corona_btn a {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    .mv_txt {
        padding: 25px 0;
    }
    .concept {
        min-height: 80vw;
        padding: 50px 0;
        font-size: 1.75rem;
    }
    .concept h3 {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .sp {
        display: block;
    }
    .breadcrumb {
        font-size: .75rem;
    }
    .mv_txt {
        padding: 15px 0;
    }
    aside {
        padding: 20px 0;
    }
    aside ul li {
        width: 100%;
    }
    .concept {
        min-height: 520px;
        font-size: 1.25rem;
    }
    .concept h3 {
        font-size: 7.75vw;
    }
    .corona_btn {
        padding: 20px 0;
    }
    .corona_btn figure {
        bottom: -20px;
    }
    .corona_btn a {
        padding: 15px 15px 15px 20%;
        font-size: 6.5vw;
    }
}