html {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
h2 {
    padding: 2rem;
}
h2.imgset {
    padding: 2rem 0;
}
header {
    width: 100%;
    position: fixed;
}
main {
    padding: 10rem 0 0 0;
}
.headinfo {
    width: 100%;
    padding: 1.3rem 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(90deg, rgba(255,34,34,.8) 0%, rgba(255,203,0,.8) 50%, rgba(239,255,0,.8) 100%);
}
.telmessage {
    margin: .2rem;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.teltxt {
    margin: .2rem;
    font-size: 230%;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    display: inline-block;
}
.telnum {
    margin: .2rem;
    font-size: 320%;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    display: inline-block;
}
.flexlayout {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.flexlayout.flexalicenter {
    align-items: center;
}
.flexlayout.flexjusbetween {
    justify-content: space-between;
}
.flexlayout.flexdircolumn {
    flex-direction: column;
}
.betweensize div {
    width: 50%;
}
.mze {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
.keyv {
    width: 100%;
}
.keyv h1 {
    display: flex;
}
.keyv h1 img.keyv01 {
    width: 46%;
    height: auto;
}
.keyv h1 img.keyv02 {
    width: 54%;
    height: auto;
}
.preimage {
    width: 45%;
}
/* .lpcontents {
    margin-top: 2rem;
    margin-bottom: 2rem;
} */
.topiccolumn {
    font-weight: bold;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.topiccolumn > div {
    width: calc(100% / 3);
    margin: 1rem;
    padding: 1rem;
    border: 5px solid #000;
    border-image: linear-gradient(135deg, rgba(255, 255, 255) 0%, rgb(173, 254, 235) 20%, rgb(0, 214, 164) 100%);
    border-image-slice: 1;
    box-shadow: -5px -5px 15px 5px rgba(141, 181, 255, 0.4), 5px 5px 15px 7px rgba(0, 213, 83, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.topiccolumn > div img {
    width: 130px;
    height: auto;
}
.topiccolumn > div img.topicimgfix {
    width: 13rem;
    height: auto;
}
.topiccolumn > div img.topicimgfix-middle {
    width: 10rem;
    height: auto;
}
footer {
    padding: 2rem;
    border-top: 6px solid #000;
}
.bannerframe img {
    margin: .5rem;
    width: 15rem;
    border: 2px solid #000;
}
.footspace {
    margin: 8rem 0 0 0;
}
.btnlink {
    width: 70%;
    margin: 1rem auto;
    padding: 2rem 10%;
    color: #fff ;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.6;
    background: linear-gradient(90deg, rgba(34,109,255,1) 0%, rgba(0,202,255,1) 50%, rgba(176,255,0,1) 100%);
    box-shadow: -5px -5px 15px 5px rgba(34,109,255,.4), 5px 5px 15px 7px rgba(176,255,0,.4);
    border-radius: 1rem;
    display: block;
}
.contactlink {
    width: 260px;
    margin: 1rem 0 0 0;
    padding: .6rem 1rem;
    color: #fff;
    text-decoration: none;
    background: #f60;
    border-radius: .5rem;
    display: inline-block;
}
.imgfix {
    width: 1200px;
    max-width: 100%;
    height: auto;
}
.mt-space-m {
    margin-top: 2rem;
}
.mt-space-img {
    margin-top: 2.6rem;
}
.ta-c {
    text-align: center;
}
.ta-l {
    text-align: left;
}
.ta-r {
    text-align: right;
}
.typo-xlarge {
    font-size: 200%;
}
.typo-large {
    font-size: 160%;
}
.typo-xmiddle {
    font-size: 150%;
}
.typo-mmiddle {
    font-size: 110%;
}
.typo-middle {
    font-size: 110%;
}
.typo-blue {
    color: #004da0;
}
.typo-red {
    color: #c30d23;
}
.lh-middle {
    line-height: 1.8;
}
.pcview {
    display: block;
}
.spview,.txtbr {
    display: none;
}
@media screen and (max-width: 1100px) {
    .txtbr {
        display: block;
    }
}
@media screen and (max-width: 950px) {
    .topiccolumn {
        flex-direction: column;
    }
    .topiccolumn > div {
        width: 90%;
        margin: 1rem auto;
    }
    .mt-space-img {
        margin-top: 0;
    }
    .pcview {
        display: none;
    }
    .spview {
        display: block;
    }
}
@media screen and (max-width: 850px) {
    .movieframe {
        flex-direction: column;
    }
    .betweensize div {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 750px) {
    .keyv h1 {
        flex-direction: column;
    }
    .keyv h1 img.keyv01 {
        width: 100%;
    }
    .keyv h1 img.keyv02 {
        width: 100%;
    }
    .btnlink {
        font-size: 110%;
    }
    .teltxt {
        font-size: 160%;
    }
    .telnum {
        font-size: 250%;
    }
}