@charset "UTF-8";

@media print {
    body {
        display: none
    }
}


.bg {
    position: fixed;
    z-index: -1;
}

.bg img {
    width: 100%;
}

.pagemain {
    background-image: url(/assets/img/sandan_photo.png);
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    z-index: -2;
    margin: 0;
    padding: 0%;
}
/* 校友インタビュー用 */
.pagemain_lotteery {
    background-image: url(/assets/img/committee_event.png);
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    z-index: -2;
    margin: 0;
    padding: 0%;
}


.pagemain_ttl {
    width: 520px;
    height: 80px;
    padding: 0;
    font-size: 33px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    z-index: 1;
    bottom: -63px;
    /*これ目分量だから後で確認してもらう*/
}

/* 団体名長い時用 */
.pagemain_ttl_long {
    width: 700px;
    height: 100px;
    text-align: center;
    padding: 0;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #D93751;
    position: relative;
    z-index: 1;
    bottom: -70px;
    /*これ目分量だから後で確認してもらう*/
}


.pagemain_ttl_long p {
    margin: 0;
}

.pagemain_ttl_sub {
    font-size: 1.5rem;
}

.pagemain_ttl_sub_under {
    font-size: 33px;
}

/* 横田ゼミ用 */
.pagemain_ttl_yokota {
    width: 520px;
    height: 80px;
    padding: 0;
    font-size: 25px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    z-index: 1;
    bottom: -58px;
}

/* JAGUARS×ANCHORS用 */
.pagemain_ttl_long-2 {
    width: 770px;
    height: 140px;
    text-align: center;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #D93751;
    position: relative;
    z-index: 1;
    bottom: -89px;
    /*これ目分量だから後で確認してもらう*/
}

.subttl {
    padding-top: 100px;
    margin: 0;
    text-align: center;
    font-size: 27px;
    letter-spacing: 0.2em;
}

.logo3 {
    text-align: center;
    padding: 30px 0px;
    width: 100%;
    height: auto;
}

.logo3 img {
    width: 85px;
    height: auto;
}

.atagu {
    color: #4b6cb3;
    font-size: max(1.05vw, 16.8px);
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.atagu span {
    font-size: 18px;
}

.atagu::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #4b6cb3;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.atagu:hover::after {
    transform: scale(1, 1);
}

/* インデント2 */
.indent-2 {
    padding-left: 1em;
}

/* インデント */
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
    /* line-height: 30px;
    letter-spacing: 1px; */
}

/* インデント 3*/
.indent-3 {
    padding-left: 2em;
    text-indent: -1em;
    /* line-height: 30px;
    letter-spacing: 1px; */
}

.beauty {
    line-height: 30px;
    letter-spacing: 1px;
}

.contents p {
    margin: 0;
}

/* インタビュー用 */
.interview1st {
    color: black;
    font-size: 1.1rem;
    font-weight: 600;
    /* margin-top: 5%; */
    line-height: 0.9;
    padding: 0.9em;
}

.interview{
    color:black;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 5%;
    line-height: 0.9;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
}


/* 以下box1 */
.cnt_01 {
    margin-top: 132.5px;
    display: flex;
    justify-content: center;
}

.cnt01_stc {
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: left;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 7% 10%;
    max-width: 1000px;
    /* width: 70vw; */
}

.cnt01_stc {
    margin: 0;
    font-size: 1.05rem;
    width: 100%;
}

.cnt01_stc p {
    margin: 0;
    font-size: 1.08rem;
    width: 100%;
}


.area {
    display:flex;
    align-items: center;
}



@media screen and (max-width: 975px) {
    .area {
        display: block;
    }
}



.cnt_img01 {
    text-align: center;
    margin-right: 4rem;
}

/* .cnt_img02 {
    float: right;
    text-align: center;
    margin-left: 4rem;
} */


.cnt_img01 img {
    width: 27vw;
    height: auto;
    min-width: 250px;
}

.cnt_img02 img {
    width: 26vw;
    height: auto;
    min-width: 250px;
    float: right;
    margin-left: 1.5rem;
    padding-top: 0.5rem;
}


@media screen and (max-width: 975px) {
    .cnt_img01 {
        margin: 0 auto;
        margin-bottom: 25px;
        /* min-width: 100px; */
    }
}

@media screen and (max-width: 975px) {
    .cnt_img02 {
        margin: 0 auto;
        margin-bottom: 25px;
        /* min-width: 100px; */
    }
}



/* 以下参加団体特集用 */
.sanndann_banners{
    margin-top: 5%;
    text-align: center;
}
.sanndann_banners img {
    justify-content: center;
    width: 47%;
    margin: 3%;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
}
.sanndann_group{
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0;
}



.guard-nopic {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/guard.png);
}
/* 印刷不可にする */
@media print {
    .print_none {
        display: none;
    }
}
.protect {
    pointer-events: none;
}