@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');
html {
    font-size: 62.5%;
}
body {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 400;
    background-color: #fafafa;
}
img {
    max-width: 100%;
}
.which_link_layout {
    width: 400px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    margin: 0 auto;
    overflow: hidden;
    transition: .8s;
    background: url(../img/bg_l.jpg);
    min-height: 100lvh;
}
.which_link_layout.s1000 {
    background: url(../images/which_link/sp_bg1000.png) no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 100lvh;
}
.wl_inner {
    width: 100%;
    padding: 0 10px;
}
.wl_head {
    text-align: center;
    width: 100px;
    display: block;
    margin: 30px auto 0;
}
.w_inner {
    margin: 40px 0;
}
.w_inner .icon {
    width: 120px;
    margin: 0 auto 10px;
    text-align: center;
}
.w_inner .name {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.w_inner .text {
    font-size: 1.4rem;
    text-align: center;
    color: #333;
}
.which_link_layout.s1000 .w_inner .name {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.which_link_layout.s1000 .w_inner .text {
    font-size: 1.4rem;
    text-align: center;
    color: #333;
}
.w_inner .sns_links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.w_inner .sns_links a {
    display: block;
    margin: 20px 13px 0;
}
.w_inner .sns_links a.x {
    width: 30px;
}
.w_inner .sns_links a.tiktok {
    width: 30px;
}
.w_inner .sns_links a.insta {
    width: 36px;
}
.w_inner .sns_links a.youtube {
    width: 47px;
}
.w_inner .bnr_area {
    margin-top: 20px;
}
.w_inner .bnr_area a {
    display: block;
    margin-bottom: 10px;
}

@media screen and (max-width:640px) {
    .which_link_layout {
        width: 100%;
    }
}