@charset "UTF-8";


.allContain{

}
.allContain:before{
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-image: url(/static/cent/fanclub/feature/kuji202602/images/bg.jpg);
    background-size: cover;
    background-position: left top;
    width: 100%;
    height: 100%;
}
.mainContent{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 100svh;
    box-sizing: border-box;
}
.mainContent .clm{
    display: flex;
    max-width: 1400px;
    justify-content: center;
    gap: 40px;
    height: auto;
    max-height: 100%;
    align-items: center;
    padding: 40px;
}
.mainContent .clmleft{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}
.mainContent .clmright{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.mainContent  h1{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
}
.mainContent .lead{
    font-size: clamp(12px, 1vw, 18px);
    font-weight: 600;
    margin: 0 auto 24px;
    max-width: 640px;
}
.mainContent .period{
    display: block;
    padding: 0;
    margin: 0 auto 40px;
    width: 100%;
}
.mainContent .period dt{
    border-right: 2px solid;
    padding-right: 24px;
}
.mainContent .period dd{

}
.mainContent .charaList{
    display: flex;
    gap: 16px;
    max-width: 460px;
    margin: 0 auto;
}
.mainContent .charaList li{

}
.mainContent .gachaImage{
    line-height: 0;
    width: 90%;
    max-width: 400px;
}
.mainContent .btn{

}
.mainContent .btn a{
    background: transparent;
    padding: 0;
    max-width: 360px;
}
footer {
    position: relative;
    padding: 0;
    background: transparent;
}
footer .credit {
    position: fixed;
    display: inline-block;
    font-size: 80%;
    writing-mode: vertical-rl;
    bottom: 60px;
    right: 20px;
    font-weight: 800;
    color: #415e6e;
}
footer h2 {
    position: fixed;
    top: 24px;
    left: 24px;
    width: 80px;
}
footer h2 a{
    display: block;
}
footer h2 svg{
    fill: #415e6e;
}
.parts-svg {
    display: none;
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.mainContent .clm {
    flex-direction: column;
    padding: 24px 24px 64px;
    gap: 24px;
}
.mainContent .clmleft {
    width: 100%;
}
.mainContent h1 {
    margin: 24px auto 24px;
}
.mainContent .lead {
    font-size: 14px;
}
.mainContent .gachaImage {
    width: 60%;
}
.mainContent .period {
    width: 100%;
}

.mainContent .charaList {
    width: 80%;
}
.mainContent .btn a {
    width: 80%;
}
footer {
    display: flex;
    flex-direction: column;
    padding: 24px;
    justify-content: center;
    align-items: center;
}
footer h2 {
    position: relative;
    top: unset;
    left: unset;
}
footer .credit {
    position: relative;
    writing-mode: unset;
    bottom: unset;
    right: unset;
}
}

