@charset "UTF-8";

/* =========================
main
============================ */
.main {
    overflow: hidden;
}

.mainVisual iframe{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}


@media screen and (min-width:1025px) {
    .mainVisual {
        height: auto;
        padding: 0 9.7%;
        background-color: #000;
    }

    .mainVisual iframe{
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
}
/* pc 1025px~ */

/* ==============================
news
================================ */
.section--sslnews {
    padding: 56px 0 0 4.2%;
    background-image: url(../img/ssl-news-backimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 37% 0;
    position: relative;
    z-index: 1;
}

.title {
    position: relative;
    z-index: 10;
}

.section--sslnews .title::after {
    content: 'NEWS';
    font-family: 'Wittgenstein';
    color: #51207b;
    opacity: 40%;
    font-size: 5.6rem;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: -14px;
    left: -6%;
    z-index: -10;
}

.news__txt {
    padding: 40px 16px;
    margin: 56px auto 0;
    border-radius: 25px 0 0 25px;
    background-color: #DEDEDE;
    opacity: 85%;
}

.news__item {
    margin-top: 40px;
    color: #262626;
    font-size: 1.6rem;
    line-height: 1.6;
}

.news__item:first-of-type {
    margin-top: 0;
}

.news__item::after {
    content: '';
    display: block;
    margin-top: 40px;
    width: auto;
    height: 2px;
    background-color: #7C7B7B;
}

.news__item:last-of-type::after {
    display: none;
}

.newsItem_day {
    display: flex;
    gap: 12px;
}

.newsItem__day {
    display: flex;
    gap: 12px;
}

.new {
    background-color: #51207b;
    color: #f5f5f5;
    border-radius: 4px;
    font-size: 1.4rem;
    padding: 0 8px 1px;
    margin-left: 4px;
}

.newsItem__txt {
    margin-bottom: 8px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 4px;
}

.newsItem_day {
    font-size: 1.4rem;
}

.day,
.place,
.start,
.pay__group,
.address,
.tel,
.host,
.hp,
.mail,
.blog {
    margin-top: 12px;
}

.day {
    display: flex;
    gap: 16px;  
}

.place {
    display: flex;
    gap: 16px;
}

.place p:first-of-type {
    white-space: nowrap;
}

.start {
    display: flex;
    gap: 16px;
}

.pay__group {
    display: flex;
    gap: 16px;
}

.pay,
.address__title,
.start p:first-of-type,
.player p:first-of-type{
    white-space: nowrap;
}

.small__sp {
    display: none;
}

.address {
    display: flex;
    gap: 16px;
}

.tel {
    display: flex;
    gap: 22px;
}

.host__player {
    margin-left: 48px;
}

.player {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.hp p:last-of-type {
    overflow-wrap: break-word;
}

.hp__address,
.mail__address,
.blog__address {
    overflow-wrap: break-word;
    transition: 0.4s;
    cursor: pointer;
}

.newsItem__click {
    transition: 0.4s;
    cursor: pointer;
}

.hp__address:hover,
.mail__address:hover,
.blog__address:hover,
.newsItem__click:hover {
    color: #51207b;
} 

.memo {
    margin-top: 12px;
}

.memo a {
    transition: 0.4s;
    cursor: pointer;
}

.memo a:hover {
    color: #51207b;
}

.news__click {
    display: flex;
    gap: 24px;
    align-items: baseline;
    justify-content: flex-end;
    color: #51207b;
    margin-top: 80px;
    transition: 0.4s;
    cursor: pointer;
    position: relative;
    z-index: 30;
}

.news__click:hover {
    opacity: 50%;
}

.news__btn {
    font-size: 2rem;
    font-weight: 500;
}

.news__click svg {
    fill: #51207b;
    width: 80px;
    height: 8px;
    transition: 0.4s;
    cursor: pointer;
}

/* news tablet 600px~ */
@media screen and (min-width: 600px) {
    .section--sslnews {
        padding: 80px 0 0 9.7%;
    }

    .section--sslnews .title::after{
        left: -11.3%;
    }

    .news__item,
    .news__item::after {
        margin-top: 56px;
    }

    .news__txt {
        padding: 80px 9.7%;
        margin-top: 80px;
    }

    .news__sp {
        display: none;
    }

    .place, .start, 
    .pay__group, 
    .address, 
    .tel, 
    .host, 
    .hp {
        margin-top: 16px;
    }

    .host__group {
        display: flex;
        align-items: baseline;
        gap: 16px;
    }

    .host__player {
        margin-left: 0;
    }

    .hp,
    .mail,
    .blog {
        display: flex;
        gap: 16px;
    }

    .hp p:last-of-type {
        margin-left: 0;
    }

    .news__click {
        margin-top: 96px;
    }

}
/* news 600px~ */

/* news pc 1024px */
@media screen and (min-width: 1024px) {
    .section--sslnews {
        padding: 120px 0 0 9.7%;
    }

    .section--sslnews .title::after {
        font-size: 10.4rem;
        top: -36px;
        left: -11.5%;
    }

    .news__item {
        letter-spacing: 0.08em;
        line-height: 1.6;
    }

    .news__txt {
        max-width: unset;
        padding: 80px 32px;
        margin-top: 112px;
    }

    .pay__group,
    .host__group {
        display: flex;
    }

    .pay__group {
        gap: 16px;
    }

    
    .thumbnailandcontent {
        display: flex;
    }
    
    .newsItem_day,
    .newsItem__txt,
    .thumbnailandcontent {
        margin-left: 40px;
    }
    
    .thumbnail img {
        margin-right: 20px;
        margin-top: 4px;
        width: 280px;
        height: auto;
    }

    .newsItem__content div:first-of-type {
        margin-top: 0;
    }


    .news__click {
        margin-top: 120px;
    }
}

/* news pc 1440px~ */
@media screen and (min-width: 1440px) {
    .thumbnail img {
        margin-right: 32px;
    }

    .newsItem_day,
    .newsItem__txt,
    .thumbnailandcontent {
        margin-left: 104px;
    }

}

/* news pc 2000px~ */
@media screen and (min-width: 2000px) {  
    .section--sslnews {
        padding: 200px 9.7% 0;
    }

    .title {
        text-align: center;
    }

    .section--sslnews .title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .news__txt {
        border-radius: 25px;
        max-width: 1160px;
        margin-top: 120px;
    }

    .news__click {
        margin-top: 120px;
    }
}


/* ==============================
profile
================================ */
.section--sslProfile {
    padding: 112px 4.2% 56px;
    background: linear-gradient(180deg,rgba(12, 15, 15, 1) 0%, rgba(12, 15, 15, 1) 60%, rgba(81, 32, 123, 1) 100%);
    position: relative;
    /* z-index: -5; */
}

.section--sslProfile::before {
    content: '';
    background-image: url(../img/star-left-up.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -80px;
    left: -13%;
    /* z-index: -5; */
}

.section--sslProfile::after {
    content: '';
    background-image: url(../img/star-right-up.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -216px;
    left: 12%;
    /* z-index: -5; */
}

/* .sslTxt__j::after {
    content: '';
    background-image: url(../img/star-right-up.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -216px;
    left: 12%;
    z-index: -5;
} */

.section--sslProfile .title {
    text-align: center;
}

.section--sslProfile .title::before {
    content: '';
    background-image: url(../img/star-center-up.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -58px;
    left: 42%;
    z-index: -5;
}

.section--sslProfile .title::after {
    content: 'PROFILE';
    font-family: 'Wittgenstein';
    color: #51207b;
    opacity: 40%;
    font-size: 5.6rem;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}

.profile__txt {
    margin-top: 32px;
    z-index: 0;
}

.profile__txt {
    position: relative;
}

.profile__txt::after {
    content: '';
    background-image: url(../img/ssl.profile.layerblur.svg);
    width: 426px;
    height: 100%;
    position: absolute;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    z-index: -5;
}

.ssl {
    margin-top: -26px;
    color: #f5f5f5;
    text-align: center;
    font-family: 'Wittgenstein';
    font-size: 3.2rem;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.03em;
}

.sslTxt__j::before {
    content: '';
    background-image: url(../img/star-left-down.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 16px;
    left: 1%;
    z-index: -5;
}

.sslTxt__j::after {
    content: '';
    background-image: url(../img/star-right-down.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 12px;
    left: 92%;
    z-index: -5;
}

/* .ssl__line {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-45%);
    z-index: -2;
} */

.sslTxt__j,
.sslTxt__e {
    margin-top: 40px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.kanji {
    position: relative;
}

.kanji::after {
    content: '';
    display: block;
    width: 4px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 4px;
    left: 6px;
    z-index: 1;
}

.individual {
    margin-top: 80px;
    margin-bottom: 88px;
    display: flex;
    position: relative;
}

.img__ssl:first-of-type{
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 106vw;
    max-width: fit-content;
}

.img__ssl:last-of-type {
    position: absolute;
    top: 16px;
    right: 0;
    margin: 0 calc(50% - 50vw);
    width: 105vw;
    max-width: fit-content;
}

.name {
    color: #f5f5f5;
    font-family: 'Wittgenstein';
    font-size: 5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    /* background-color: #3F3F3F; */
    padding: 4px;
}

.name:first-of-type {
    letter-spacing: 0.05em;
    position: absolute;
    top: 6%;
    right: -2%;
}

.name:last-of-type {
    letter-spacing: 0.05em;
    position: absolute;
    top: 91%;
    left: -2%;
}

.profile__click {
    display: flex;
    gap: 24px;
    align-items: end;
    justify-content: flex-end;
    color: #f5f5f5;
    margin-top: 56px;
    transition: 0.4s;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.profile__click:hover {
    opacity: 50%;
}

.profile__btn {
    font-size: 2rem;
    font-weight: 500;
}

.profile__click svg {
    width: 80px;
    height: 15px;
    transition: 0.4s;
    cursor: pointer;
}

/* plofile  320px~ */
@media screen and (max-width: 320px) {
    /* star */
    .section--sslProfile::before {
        left: -20%;
    }

    .section--sslProfile::after {
        left: 0;
    }
    /* star */
}

/* plofile  425px~ */
@media screen and (min-width: 425px) {
    .name:last-of-type {
        top: 90%;
    }

    /* star */
    .section--sslProfile::after {
        left: 23%;
    }
    /* star */

    .profile__txt::after {
        background-image: url(../img/ssl-profile-layerblur-pc.svg);
        background-size: contain;
        width: 85%;
        top: 15px;
        left: 49%;
    }
}

/* profile tablet 500px~ */
@media screen and (min-width: 500px) {
    /* star */
    .section--sslProfile::after {
        left: 32%;
    }
    /* star */
}

/* profile tablet 600px~ */
@media screen and (min-width: 600px) {
    .section--sslProfile {
        padding: 112px 9.7% 120px;
    }

    /* star */
    .section--sslProfile::before {
        left: 2%;
    }

    .section--sslProfile::after {
        left: 36%;
    }
    /* star */

    .profile__txt::after {
        width: 100%;
        top: -22px;
    }

    .individual {
        margin-bottom: 112px;
    }

    .name:first-of-type {
        right: -9%;
    }

    .name:last-of-type {
        top: 95%;
        left: -9%;
    }

    .img__ssl:last-of-type {
        top: 48px;
    }
}

/* profile tablet 768px~ */
@media screen and (min-width: 768px) {
    .name:last-of-type {
        top: 94%;
    }
    /* star */
    .section--sslProfile::after {
        left: 48%;
    }

    .sslTxt__j::before {
        left: -4%;
    }

    .sslTxt__j::after {
        left: 98%;
    }
    /* star */
}

/* profile tablet 850px~ */
@media screen and (min-width: 850px) {
    /* star */
    .section--sslProfile::after {
        left: 51%;
    }
    /* star */
}


/* profile pc 1024px */
@media screen and (min-width: 1024px) {    
    .section--sslProfile {
        padding: 200px 9.7%;
    }

    
    .section--sslProfile .title {
        text-align: left;
    }
    
    .section--sslProfile .title::after {
        font-size: 10.4rem;
        top: -36px;
        transform: unset;
        left: -13%;
    }
    
    /* star */
    .section--sslProfile::before {
        top: -56px;
        left: 23%;
    }

    .section--sslProfile::after {
        top: -208px;
        left: 60%;
    }

    .section--sslProfile .title::before {
        top: 138px;
        left: -5%;
    }

    .sslTxt__j::before {
        bottom: 195px;
        left: 64%;
    }

    .sslTxt__j::after {
        bottom: 64px;
        left: 104%;
    }
    /* star */

    .profile__txt {
        max-width: 1160px;
        margin: 80px auto 160px;
    }

    .profile__txt::after {
        background-image: url(../img/ssl-profile-layerblur-pc.svg);
        background-size: contain;
        width: 112%;
        top: -134px;
    }
    
    .ssl {
        font-size: 7.2rem;
        margin-top: -64px;
    }

    .ssl::before {
        top: -475px;
        left: 105%;
    }

    .ssl::after {
        top: -564%;
        left: 61%;
    }
    
    .ssl__line {
        top: 55px;
        left: 50%;
        width: 480px;
    }
    
    .sslTxt__j {
        margin-top: 64px;
        line-height: 2;
    }

    .sslTxt__e {
        margin-top: 48px;
        margin-bottom: 0;
        line-height: 2;
    }

    .individual {
        margin-bottom: 0;
        max-width: 1600px;
        margin: 0 auto;
    }

    
    
    .img__ssl:first-of-type {
        width: 85vw;
    }
    
    .img__ssl:last-of-type {
        top: 0px;
        width: 85vw;
    }
    
    .name {
        font-size: 5.6rem;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.03em;
    }
    
    .name:first-of-type {
        position: absolute;
        /* top: 6%; */
        left: 50%;
    }
    
    .name:last-of-type {
        position: absolute;
        top: 85%;
        left: unset;
        right: 50%;
    }

    .profile__click {
        margin-top: 144px;
        align-items: end;
        gap: 40px;
    }

    .profile__btn {
        font-size: 2.4rem;
        padding-bottom: 3px;
    }

    .profile__arrowSp {
        display: none;
    }

    .profile__arrowPc {
        display: block;
    }
}
/* profile 1024px~ */

/* profile pc 1150px */
@media screen and (min-width: 1150px) {
}

/* profile pc 1440px~ */
@media screen and (min-width: 1440px) {  
    .name:last-of-type {
        top: 86%;
    }
}    

/* profile pc 2000px~ */
@media screen and (min-width: 2000px) {  
    .section--sslProfile .title {
        text-align: center;
    }

    .section--sslProfile .title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    /* star */
    .section--sslProfile .title::before {
        top: 88px;
        left: 12%;
    }

    .sslTxt__j::before {
        bottom: 228px;
        left: 56%;
    }
    /* star */
    
    .name:first-of-type {
        top: 7%;
        left: 51%;
        width: max-content;
        font-size: 8rem;
    }
    
    .name:last-of-type {
        top: 87%;
        left: 15%;
        width: max-content;
        font-size: 8rem;
    }

    .profile__txt {
        margin: 80px auto 0;
    }

    .individual {
        margin: 200px auto;
    }

}